Files
2024-11-20 09:09:44 +01:00

58 lines
2.5 KiB
YAML

services:
PrestaShop\Module\PrestashopFacebook\Handler\ApiConversionHandler:
class: PrestaShop\Module\PrestashopFacebook\Handler\ApiConversionHandler
public: true
arguments:
- '@PrestaShop\Module\PrestashopFacebook\Adapter\ConfigurationAdapter'
- '@PrestaShop\Module\PrestashopFacebook\Handler\ErrorHandler\ErrorHandler'
- '@PrestaShop\Module\PrestashopFacebook\API\Client\FacebookClient'
PrestaShop\Module\PrestashopFacebook\Handler\CategoryMatchHandler:
class: PrestaShop\Module\PrestashopFacebook\Handler\CategoryMatchHandler
public: true
arguments:
- '@PrestaShop\Module\PrestashopFacebook\Repository\GoogleCategoryRepository'
PrestaShop\Module\PrestashopFacebook\Handler\ConfigurationHandler:
class: PrestaShop\Module\PrestashopFacebook\Handler\ConfigurationHandler
public: true
arguments:
- '@PrestaShop\Module\PrestashopFacebook\Adapter\ConfigurationAdapter'
PrestaShop\Module\PrestashopFacebook\Handler\MessengerHandler:
class: PrestaShop\Module\PrestashopFacebook\Handler\MessengerHandler
public: true
arguments:
- '@ps_facebook.language'
- '@PrestaShop\Module\PrestashopFacebook\Adapter\ConfigurationAdapter'
- '@PrestaShop\Module\PrestashopFacebook\Config\Env'
PrestaShop\Module\PrestashopFacebook\Handler\PixelHandler:
class: PrestaShop\Module\PrestashopFacebook\Handler\PixelHandler
public: true
arguments:
- '@ps_facebook'
- '@PrestaShop\Module\PrestashopFacebook\Adapter\ConfigurationAdapter'
PrestaShop\Module\PrestashopFacebook\Handler\ErrorHandler\ErrorHandler:
class: PrestaShop\Module\PrestashopFacebook\Handler\ErrorHandler\ErrorHandler
public: true
arguments:
- '@ps_facebook'
- '@PrestaShop\Module\PrestashopFacebook\Config\Env'
- '@ps_facebook.context'
PrestaShop\Module\PrestashopFacebook\Handler\EventBusProductHandler:
class: PrestaShop\Module\PrestashopFacebook\Handler\EventBusProductHandler
public: true
arguments:
- '@PrestaShop\Module\PrestashopFacebook\Repository\ProductRepository'
PrestaShop\Module\PrestashopFacebook\Handler\PrevalidationScanRefreshHandler:
class: PrestaShop\Module\PrestashopFacebook\Handler\PrevalidationScanRefreshHandler
public: true
arguments:
- '@PrestaShop\Module\PrestashopFacebook\Provider\PrevalidationScanCacheProvider'
- '@PrestaShop\Module\PrestashopFacebook\Repository\ProductRepository'
- '@=service("ps_facebook.shop").id'