Current path: home/webdevt/www/schtroumpf.fr/src/PrestaShopBundle/Resources/config/services/adapter/product/
?? Go up: /home/webdevt/www/schtroumpf.fr/src/PrestaShopBundle/Resources/config/services/adapter
services:
_defaults:
public: true
PrestaShop\PrestaShop\Adapter\Product\FeatureValue\CommandHandler\SetProductFeatureValuesHandler:
arguments:
- '@PrestaShop\PrestaShop\Adapter\Product\FeatureValue\Update\ProductFeatureValueUpdater'
tags:
- name: tactician.handler
command: PrestaShop\PrestaShop\Core\Domain\Product\FeatureValue\Command\SetProductFeatureValuesCommand
PrestaShop\PrestaShop\Adapter\Product\FeatureValue\CommandHandler\RemoveAllFeatureValuesFromProductHandler:
arguments:
- '@PrestaShop\PrestaShop\Adapter\Product\FeatureValue\Update\ProductFeatureValueUpdater'
tags:
- name: tactician.handler
command: PrestaShop\PrestaShop\Core\Domain\Product\FeatureValue\Command\RemoveAllFeatureValuesFromProductCommand
PrestaShop\PrestaShop\Adapter\Product\FeatureValue\QueryHandler\GetProductFeatureValuesHandler:
arguments:
- '@PrestaShop\PrestaShop\Adapter\Feature\Repository\FeatureValueRepository'
tags:
- name: tactician.handler
command: PrestaShop\PrestaShop\Core\Domain\Product\FeatureValue\Query\GetProductFeatureValues
PrestaShop\PrestaShop\Adapter\Product\FeatureValue\Update\ProductFeatureValueUpdater:
autowire: true
arguments:
$connection: '@doctrine.dbal.default_connection'
$dbPrefix: '%database_prefix%'