Current File : /var/www/vinorea/src/PrestaShopBundle/Resources/config/services/adapter/data_configuration.yml
services:
  _defaults:
    public: true

  prestashop.adapter.product_general.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Product\GeneralConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@PrestaShop\PrestaShop\Adapter\Product\SpecificPrice\Update\SpecificPricePriorityUpdater'

  prestashop.adapter.product_pagination.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Product\PaginationConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'

  prestashop.adapter.product_page.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Product\PageConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'

  prestashop.adapter.product_stock.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Product\StockConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'

  prestashop.adapter.customer.customer_configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Customer\CustomerConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.adapter.shop.context'
      - '@prestashop.adapter.multistore_feature'

  prestashop.adapter.order_general.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Order\GeneralConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.adapter.shop.context'
      - '@prestashop.adapter.multistore_feature'

  prestashop.adapter.order_gift.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Order\GiftOptionsConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.adapter.shop.context'
      - '@prestashop.adapter.multistore_feature'

  prestashop.adapter.debug_mode.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Debug\DebugModeConfiguration'
    arguments:
      - '@prestashop.adapter.debug_mode'
      - '@prestashop.adapter.legacy.configuration'
      - '%ps_config_dir%/defines.inc.php'
      - '@prestashop.adapter.cache.clearer.class_index_cache_clearer'
      - '@prestashop.adapter.debug_profiling'

  prestashop.adapter.optional_features.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\OptionalFeatures\OptionalFeaturesConfiguration'
    arguments:
      - '@prestashop.adapter.combination_feature'
      - '@prestashop.adapter.feature.feature'
      - '@prestashop.adapter.group.feature'

  prestashop.adapter.ccc.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Cache\CombineCompressCacheConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@filesystem'
      - '@PrestaShop\PrestaShop\Adapter\Tools'
      - '%themes_dir%'
      - '@=service("prestashop.adapter.legacy.context").getContext().shop.theme_name'

  prestashop.adapter.media_servers.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Media\MediaServerConfiguration'
    arguments: [ '@prestashop.adapter.legacy.configuration' ]

  prestashop.adapter.caching.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Cache\CachingConfiguration'
    arguments:
      - '@prestashop.adapter.memcache_server.manager'
      - '@prestashop.adapter.php_parameters'
      - '@prestashop.adapter.cache.clearer.symfony_cache_clearer'
      - '%ps_cache_enable%'
      - '%ps_caching%'

  prestashop.adapter.general.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\GeneralConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@=service("prestashop.adapter.legacy.context").getContext().cookie'

  prestashop.adapter.maintenance.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Shop\MaintenanceConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.adapter.shop.context'
      - '@prestashop.adapter.multistore_feature'

  prestashop.adapter.preferences.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Preferences\PreferencesConfiguration'
    autowire: true

  prestashop.adapter.upload_quota.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Upload\UploadQuotaConfiguration'
    arguments: [ '@prestashop.adapter.legacy.configuration' ]

  prestashop.adapter.notifications.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Admin\NotificationsConfiguration'
    arguments: [ '@prestashop.adapter.legacy.configuration' ]

  prestashop.adapter.smarty_cache.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Smarty\SmartyCacheConfiguration'
    arguments: [ '@prestashop.adapter.legacy.configuration' ]

  prestashop.adapter.logs.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Configuration\LogsConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@translator'
      - '@prestashop.adapter.validate'

  prestashop.adapter.order.delivery.slip.options.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Order\Delivery\SlipOptionsConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'

  prestashop.adapter.order.delivery.slip.pdf.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Order\Delivery\SlipPdfConfiguration'

  prestashop.adapter.order.invoice_options.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Invoice\InvoiceOptionsConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.adapter.shop.context'
      - '@prestashop.adapter.multistore_feature'
      - '@prestashop.core.form.choice_provider.invoice_model_by_name'

  prestashop.adapter.data_provider.language:
    class: 'PrestaShop\PrestaShop\Adapter\Language\LanguageDataProvider'

  prestashop.adapter.language.activator:
    class: 'PrestaShop\PrestaShop\Adapter\Language\LanguageActivator'

  prestashop.adapter.language.language_pack_installer:
    class: 'PrestaShop\PrestaShop\Adapter\Language\LanguagePackInstaller'
    arguments:
      - '@translator'
      - '@prestashop.core.foundation.version'

  prestashop.adapter.language.validator:
    class: 'PrestaShop\PrestaShop\Adapter\Language\LanguageValidator'

  prestashop.adapter.language.copier:
    class: 'PrestaShop\PrestaShop\Adapter\Language\LanguageCopier'
    arguments:
      - '@prestashop.adapter.data_provider.language'
      - '@filesystem'
      - '@=service("prestashop.core.addon.theme.repository").getListAsCollection()'

  prestashop.adapter.manager.currency:
    class: 'PrestaShop\PrestaShop\Adapter\Currency\CurrencyManager'

  prestashop.adapter.localization.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Localization\LocalizationConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.adapter.language.activator'
      - '@prestashop.adapter.manager.currency'

  prestashop.adapter.local_units.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Localization\LocalUnitsConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'

  prestashop.adapter.localization_advanced.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Localization\AdvancedConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'

  prestashop.adapter.geolocation_by_ip_address.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Geolocation\GeolocationByIpAddressConfiguration'
    arguments: [ '@prestashop.adapter.legacy.configuration' ]

  prestashop.adapter.geolocation_ip_address_whitelist.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Geolocation\GeolocationIpAddressWhitelistConfiguration'
    arguments: [ '@prestashop.adapter.legacy.configuration' ]

  prestashop.adapter.geolocation_options.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Geolocation\GeolocationOptionsConfiguration'
    arguments: [ '@prestashop.adapter.legacy.configuration' ]

  prestashop.adapter.payment_module_preferences.configuration:
    class: 'PrestaShop\PrestaShop\Core\Payment\PaymentModulePreferencesConfiguration'
    arguments:
      - '@prestashop.adapter.module.payment_module_provider'
      - '@prestashop.core.module.configuration.payment_restrictions_configurator'

  prestashop.adapter.shipping_preferences.handling_configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Carrier\HandlingConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.adapter.shop.context'
      - '@prestashop.adapter.multistore_feature'


  prestashop.adapter.shipping_preferences.carrier_options_configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Carrier\CarrierOptionsConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.adapter.shop.context'
      - '@prestashop.adapter.multistore_feature'

  prestashop.core.email.email_configurator:
    class: 'PrestaShop\PrestaShop\Core\Email\EmailDataConfigurator'
    arguments:
      - '@prestashop.adapter.legacy.configuration'

  prestashop.adapter.webservice.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Webservice\WebserviceConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.adapter.shop.context'
      - '@prestashop.adapter.multistore_feature'

  prestashop.adapter.meta.set_up_urls.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Meta\SetUpUrlsDataConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.adapter.shop.context'
      - '@prestashop.adapter.multistore_feature'
      - '@prestashop.adapter.file.htaccess_file_generator'
      - '@translator'

  prestashop.adapter.meta.shop_url.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Meta\ShopUrlDataConfiguration'
    arguments:
      - '@=service("prestashop.adapter.shop.shop_url").getMainShopUrl()'
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.adapter.file.htaccess_file_generator'

  prestashop.adapter.meta.url_schema.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Meta\UrlSchemaDataConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.adapter.shop.context'
      - '@prestashop.adapter.multistore_feature'
      - '@=service("prestashop.adapter.data_provider.default_route").getRules()'

  prestashop.adapter.meta.seo_options.configuration:
    class: 'PrestaShop\PrestaShop\Adapter\Meta\SEOOptionsDataConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.adapter.shop.context'
      - '@prestashop.adapter.multistore_feature'

  prestashop.core.team.employee.configuration.employee_options_configuration:
    class: 'PrestaShop\PrestaShop\Core\Team\Employee\Configuration\EmployeeOptionsConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.core.team.employee.configuration.options_checker'

  prestashop.core.tax.tax_options_configuration:
    class: 'PrestaShop\PrestaShop\Core\Tax\TaxOptionsConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.adapter.shop.context'
      - '@prestashop.adapter.multistore_feature'
      - '@prestashop.adapter.tax.ecotax.ecotax_resetter'

  prestashop.core.mail_theme.configuration:
    class: 'PrestaShop\PrestaShop\Core\MailTemplate\MailThemeConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.core.mail_template.theme_catalog'

  prestashop.core.merchandise_return.configuration.merchandise_return_options_configuration:
    class: 'PrestaShop\PrestaShop\Core\MerchandiseReturn\Configuration\MerchandiseReturnOptionsConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
      - '@prestashop.adapter.shop.context'
      - '@prestashop.adapter.multistore_feature'

  prestashop.core.credit_slip.credit_slip_options.configuration:
    class: 'PrestaShop\PrestaShop\Core\CreditSlip\CreditSlipOptionsConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'

  prestashop.adapter.security.general.configuration:
    class: 'PrestaShop\PrestaShop\Core\Security\GeneralConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'

  prestashop.adapter.security.password_policy.configuration:
    class: 'PrestaShop\PrestaShop\Core\Security\PasswordPolicyConfiguration'
    arguments:
      - '@prestashop.adapter.legacy.configuration'
Page Not Found
Parece que el enlace que apuntaba aquí no sirve. ¿Quieres probar con una búsqueda?
¡Hola!