<?php

namespace ContainerACNFxri;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;

/*
 * This class has been auto-generated
 * by the Symfony Dependency Injection Component.
 *
 * @final
 */
class srcKernelProdContainer extends Container
{
    private $buildParameters;
    private $containerDir;
    private $targetDir;
    private $parameters = [];
    private $getService;

    public function __construct(array $buildParameters = [], $containerDir = __DIR__)
    {
        $this->getService = \Closure::fromCallable([$this, 'getService']);
        $this->buildParameters = $buildParameters;
        $this->containerDir = $containerDir;
        $this->targetDir = \dirname($containerDir);
        $this->parameters = $this->getDefaultParameters();

        $this->services = $this->privates = [];
        $this->syntheticIds = [
            'kernel' => true,
        ];
        $this->methodMap = [
            'akeneo.pim.enrichment.factory.empty_values_cleaner' => 'getAkeneo_Pim_Enrichment_Factory_EmptyValuesCleanerService',
            'doctrine' => 'getDoctrineService',
            'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
            'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
            'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
            'doctrine_cache.providers.pim' => 'getDoctrineCache_Providers_PimService',
            'doctrine_cache.providers.pim_apcu' => 'getDoctrineCache_Providers_PimApcuService',
            'doctrine_cache.providers.pim_array' => 'getDoctrineCache_Providers_PimArrayService',
            'event_dispatcher' => 'getEventDispatcherService',
            'http_kernel' => 'getHttpKernelService',
            'pim_catalog.repository.channel' => 'getPimCatalog_Repository_ChannelService',
            'pim_user.context.user' => 'getPimUser_Context_UserService',
            'request_stack' => 'getRequestStackService',
            'router' => 'getRouterService',
            'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
            'security.token_storage' => 'getSecurity_TokenStorageService',
            'translator' => 'getTranslatorService',
        ];
        $this->fileMap = [
            'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService.php',
            'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
            'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
            'akeneo.pim.enrichment.controller.product_grid_category_tree' => 'getAkeneo_Pim_Enrichment_Controller_ProductGridCategoryTreeService.php',
            'akeneo.pim.enrichment.controller.product_grid_filter' => 'getAkeneo_Pim_Enrichment_Controller_ProductGridFilterService.php',
            'akeneo.pim.enrichment.product.query.get_descendant_variant_product_identifiers' => 'getAkeneo_Pim_Enrichment_Product_Query_GetDescendantVariantProductIdentifiersService.php',
            'akeneo_batch.job.job_registry' => 'getAkeneoBatch_Job_JobRegistryService.php',
            'akeneo_communication_channel.internal_api.announcement.add_viewed_announcements' => 'getAkeneoCommunicationChannel_InternalApi_Announcement_AddViewedAnnouncementsService.php',
            'akeneo_communication_channel.internal_api.announcement.has_new_announcements' => 'getAkeneoCommunicationChannel_InternalApi_Announcement_HasNewAnnouncementsService.php',
            'akeneo_communication_channel.internal_api.announcement.list' => 'getAkeneoCommunicationChannel_InternalApi_Announcement_ListService.php',
            'akeneo_connectivity.connection.application.handler.create_connection' => 'getAkeneoConnectivity_Connection_Application_Handler_CreateConnectionService.php',
            'akeneo_connectivity.connection.internal_api.controller.audit' => 'getAkeneoConnectivity_Connection_InternalApi_Controller_AuditService.php',
            'akeneo_connectivity.connection.internal_api.controller.connection' => 'getAkeneoConnectivity_Connection_InternalApi_Controller_ConnectionService.php',
            'akeneo_elasticsearch.client_builder' => 'getAkeneoElasticsearch_ClientBuilderService.php',
            'akeneo_measure.controller.rest.measures' => 'getAkeneoMeasure_Controller_Rest_MeasuresService.php',
            'cache.app' => 'getCache_AppService.php',
            'cache.app_clearer' => 'getCache_AppClearerService.php',
            'cache.global_clearer' => 'getCache_GlobalClearerService.php',
            'cache.system' => 'getCache_SystemService.php',
            'cache.system_clearer' => 'getCache_SystemClearerService.php',
            'cache_clearer' => 'getCacheClearerService.php',
            'cache_warmer' => 'getCacheWarmerService.php',
            'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
            'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
            'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
            'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
            'console.command.public_alias.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
            'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
            'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
            'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
            'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
            'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
            'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
            'console.command.public_alias.fos_oauth_server.clean_command' => 'getConsole_Command_PublicAlias_FosOauthServer_CleanCommandService.php',
            'console.command.public_alias.fos_oauth_server.create_client_command' => 'getConsole_Command_PublicAlias_FosOauthServer_CreateClientCommandService.php',
            'console.command_loader' => 'getConsole_CommandLoaderService.php',
            'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
            'error_controller' => 'getErrorControllerService.php',
            'filesystem' => 'getFilesystemService.php',
            'form.factory' => 'getForm_FactoryService.php',
            'form.type.file' => 'getForm_Type_FileService.php',
            'fos_js_routing.controller' => 'getFosJsRouting_ControllerService.php',
            'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService.php',
            'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService.php',
            'fos_oauth_server.controller.authorize' => 'getFosOauthServer_Controller_AuthorizeService.php',
            'fos_oauth_server.controller.token' => 'getFosOauthServer_Controller_TokenService.php',
            'fos_rest.exception.controller' => 'getFosRest_Exception_ControllerService.php',
            'fos_rest.exception.twig_controller' => 'getFosRest_Exception_TwigControllerService.php',
            'fos_rest.view_handler' => 'getFosRest_ViewHandlerService.php',
            'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService.php',
            'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService.php',
            'liip_imagine.cache.resolver.asset_manager_flysystem_cache' => 'getLiipImagine_Cache_Resolver_AssetManagerFlysystemCacheService.php',
            'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService.php',
            'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService.php',
            'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService.php',
            'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService.php',
            'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService.php',
            'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService.php',
            'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService.php',
            'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService.php',
            'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService.php',
            'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService.php',
            'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService.php',
            'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService.php',
            'oneup_flysystem.archivist_filesystem' => 'getOneupFlysystem_ArchivistFilesystemService.php',
            'oneup_flysystem.asset_storage_filesystem' => 'getOneupFlysystem_AssetStorageFilesystemService.php',
            'oneup_flysystem.catalog_storage_filesystem' => 'getOneupFlysystem_CatalogStorageFilesystemService.php',
            'oneup_flysystem.jobs_storage_filesystem' => 'getOneupFlysystem_JobsStorageFilesystemService.php',
            'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService.php',
            'oro_config.controller.configuration' => 'getOroConfig_Controller_ConfigurationService.php',
            'oro_datagrid.controller.grid' => 'getOroDatagrid_Controller_GridService.php',
            'oro_datagrid.datagrid.manager' => 'getOroDatagrid_Datagrid_ManagerService.php',
            'oro_datagrid.extension.action.type.ajax' => 'getOroDatagrid_Extension_Action_Type_AjaxService.php',
            'oro_datagrid.extension.action.type.delete' => 'getOroDatagrid_Extension_Action_Type_DeleteService.php',
            'oro_datagrid.extension.action.type.navigate' => 'getOroDatagrid_Extension_Action_Type_NavigateService.php',
            'oro_datagrid.extension.action.type.revoke' => 'getOroDatagrid_Extension_Action_Type_RevokeService.php',
            'oro_datagrid.extension.mass_action.type.ajax' => 'getOroDatagrid_Extension_MassAction_Type_AjaxService.php',
            'oro_translation.controller' => 'getOroTranslation_ControllerService.php',
            'pim_analytics.controller.data' => 'getPimAnalytics_Controller_DataService.php',
            'pim_analytics.controller.system_info' => 'getPimAnalytics_Controller_SystemInfoService.php',
            'pim_api.controller.association_type' => 'getPimApi_Controller_AssociationTypeService.php',
            'pim_api.controller.attribute' => 'getPimApi_Controller_AttributeService.php',
            'pim_api.controller.attribute_group' => 'getPimApi_Controller_AttributeGroupService.php',
            'pim_api.controller.attribute_option' => 'getPimApi_Controller_AttributeOptionService.php',
            'pim_api.controller.category' => 'getPimApi_Controller_CategoryService.php',
            'pim_api.controller.channel' => 'getPimApi_Controller_ChannelService.php',
            'pim_api.controller.currency' => 'getPimApi_Controller_CurrencyService.php',
            'pim_api.controller.family' => 'getPimApi_Controller_FamilyService.php',
            'pim_api.controller.family_variant' => 'getPimApi_Controller_FamilyVariantService.php',
            'pim_api.controller.locale' => 'getPimApi_Controller_LocaleService.php',
            'pim_api.controller.measure_family' => 'getPimApi_Controller_MeasureFamilyService.php',
            'pim_api.controller.media_file' => 'getPimApi_Controller_MediaFileService.php',
            'pim_api.controller.product' => 'getPimApi_Controller_ProductService.php',
            'pim_api.controller.product_model' => 'getPimApi_Controller_ProductModelService.php',
            'pim_api.controller.root_endpoint' => 'getPimApi_Controller_RootEndpointService.php',
            'pim_api.controller.token' => 'getPimApi_Controller_TokenService.php',
            'pim_catalog.completeness.product.compute_and_persist' => 'getPimCatalog_Completeness_Product_ComputeAndPersistService.php',
            'pim_catalog.elasticsearch.indexer.product' => 'getPimCatalog_Elasticsearch_Indexer_ProductService.php',
            'pim_catalog.elasticsearch.indexer.product_model' => 'getPimCatalog_Elasticsearch_Indexer_ProductModelService.php',
            'pim_catalog.elasticsearch.indexer.product_model_descendants_and_ancestors' => 'getPimCatalog_Elasticsearch_Indexer_ProductModelDescendantsAndAncestorsService.php',
            'pim_catalog.product_values.clean_values_of_removed_attributes' => 'getPimCatalog_ProductValues_CleanValuesOfRemovedAttributesService.php',
            'pim_catalog.query.descendant_product_ids' => 'getPimCatalog_Query_DescendantProductIdsService.php',
            'pim_catalog.query.descendant_product_model_ids' => 'getPimCatalog_Query_DescendantProductModelIdsService.php',
            'pim_catalog.registry.attribute_type' => 'getPimCatalog_Registry_AttributeTypeService.php',
            'pim_catalog.updater.property_copier' => 'getPimCatalog_Updater_PropertyCopierService.php',
            'pim_catalog.validator.unique_axes_combination_set' => 'getPimCatalog_Validator_UniqueAxesCombinationSetService.php',
            'pim_catalog.validator.unique_value_set' => 'getPimCatalog_Validator_UniqueValueSetService.php',
            'pim_comment.controller.comment' => 'getPimComment_Controller_CommentService.php',
            'pim_dashboard.controller.widget' => 'getPimDashboard_Controller_WidgetService.php',
            'pim_datagrid.controller.datagrid' => 'getPimDatagrid_Controller_DatagridService.php',
            'pim_datagrid.controller.export' => 'getPimDatagrid_Controller_ExportService.php',
            'pim_datagrid.controller.mass_action' => 'getPimDatagrid_Controller_MassActionService.php',
            'pim_datagrid.controller.product_export' => 'getPimDatagrid_Controller_ProductExportService.php',
            'pim_datagrid.controller.productgrid' => 'getPimDatagrid_Controller_ProductgridService.php',
            'pim_datagrid.controller.rest.datagrid_view' => 'getPimDatagrid_Controller_Rest_DatagridViewService.php',
            'pim_datagrid.extension.action.type.tab_redirect' => 'getPimDatagrid_Extension_Action_Type_TabRedirectService.php',
            'pim_datagrid.extension.mass_action.type.delete' => 'getPimDatagrid_Extension_MassAction_Type_DeleteService.php',
            'pim_datagrid.extension.mass_action.type.edit' => 'getPimDatagrid_Extension_MassAction_Type_EditService.php',
            'pim_datagrid.extension.mass_action.type.export' => 'getPimDatagrid_Extension_MassAction_Type_ExportService.php',
            'pim_datagrid.extension.mass_action.type.product_mass_delete' => 'getPimDatagrid_Extension_MassAction_Type_ProductMassDeleteService.php',
            'pim_datagrid.extension.mass_action.type.sequential_edit' => 'getPimDatagrid_Extension_MassAction_Type_SequentialEditService.php',
            'pim_enrich.controller.attribute_option' => 'getPimEnrich_Controller_AttributeOptionService.php',
            'pim_enrich.controller.category_tree.product' => 'getPimEnrich_Controller_CategoryTree_ProductService.php',
            'pim_enrich.controller.currency' => 'getPimEnrich_Controller_CurrencyService.php',
            'pim_enrich.controller.file' => 'getPimEnrich_Controller_FileService.php',
            'pim_enrich.controller.job_tracker' => 'getPimEnrich_Controller_JobTrackerService.php',
            'pim_enrich.controller.product' => 'getPimEnrich_Controller_ProductService.php',
            'pim_enrich.controller.product_model' => 'getPimEnrich_Controller_ProductModelService.php',
            'pim_enrich.controller.rest.association_type' => 'getPimEnrich_Controller_Rest_AssociationTypeService.php',
            'pim_enrich.controller.rest.attribute' => 'getPimEnrich_Controller_Rest_AttributeService.php',
            'pim_enrich.controller.rest.attribute_group' => 'getPimEnrich_Controller_Rest_AttributeGroupService.php',
            'pim_enrich.controller.rest.attribute_type' => 'getPimEnrich_Controller_Rest_AttributeTypeService.php',
            'pim_enrich.controller.rest.category' => 'getPimEnrich_Controller_Rest_CategoryService.php',
            'pim_enrich.controller.rest.channel' => 'getPimEnrich_Controller_Rest_ChannelService.php',
            'pim_enrich.controller.rest.currency' => 'getPimEnrich_Controller_Rest_CurrencyService.php',
            'pim_enrich.controller.rest.family' => 'getPimEnrich_Controller_Rest_FamilyService.php',
            'pim_enrich.controller.rest.family_variant' => 'getPimEnrich_Controller_Rest_FamilyVariantService.php',
            'pim_enrich.controller.rest.group' => 'getPimEnrich_Controller_Rest_GroupService.php',
            'pim_enrich.controller.rest.group_type' => 'getPimEnrich_Controller_Rest_GroupTypeService.php',
            'pim_enrich.controller.rest.job_execution' => 'getPimEnrich_Controller_Rest_JobExecutionService.php',
            'pim_enrich.controller.rest.job_instance' => 'getPimEnrich_Controller_Rest_JobInstanceService.php',
            'pim_enrich.controller.rest.locale' => 'getPimEnrich_Controller_Rest_LocaleService.php',
            'pim_enrich.controller.rest.mass_edit' => 'getPimEnrich_Controller_Rest_MassEditService.php',
            'pim_enrich.controller.rest.media' => 'getPimEnrich_Controller_Rest_MediaService.php',
            'pim_enrich.controller.rest.product' => 'getPimEnrich_Controller_Rest_ProductService.php',
            'pim_enrich.controller.rest.product_category' => 'getPimEnrich_Controller_Rest_ProductCategoryService.php',
            'pim_enrich.controller.rest.product_comment' => 'getPimEnrich_Controller_Rest_ProductCommentService.php',
            'pim_enrich.controller.rest.product_model' => 'getPimEnrich_Controller_Rest_ProductModelService.php',
            'pim_enrich.controller.rest.product_model_category' => 'getPimEnrich_Controller_Rest_ProductModelCategoryService.php',
            'pim_enrich.controller.rest.sequential_edit' => 'getPimEnrich_Controller_Rest_SequentialEditService.php',
            'pim_enrich.controller.rest.value' => 'getPimEnrich_Controller_Rest_ValueService.php',
            'pim_enrich.controller.rest.versioning' => 'getPimEnrich_Controller_Rest_VersioningService.php',
            'pim_enrich.extension.action.type.delete_product' => 'getPimEnrich_Extension_Action_Type_DeleteProductService.php',
            'pim_enrich.extension.action.type.edit_in_modal' => 'getPimEnrich_Extension_Action_Type_EditInModalService.php',
            'pim_enrich.extension.action.type.navigate_product_and_product_model' => 'getPimEnrich_Extension_Action_Type_NavigateProductAndProductModelService.php',
            'pim_enrich.extension.action.type.toggle_product' => 'getPimEnrich_Extension_Action_Type_ToggleProductService.php',
            'pim_enrich.repository.attribute' => 'getPimEnrich_Repository_AttributeService.php',
            'pim_enrich.repository.attribute_group' => 'getPimEnrich_Repository_AttributeGroupService.php',
            'pim_enrich.repository.category' => 'getPimEnrich_Repository_CategoryService.php',
            'pim_enrich.repository.group_type' => 'getPimEnrich_Repository_GroupTypeService.php',
            'pim_enrich.repository.job_instance' => 'getPimEnrich_Repository_JobInstanceService.php',
            'pim_import_export.controller.export_execution' => 'getPimImportExport_Controller_ExportExecutionService.php',
            'pim_import_export.controller.import_execution' => 'getPimImportExport_Controller_ImportExecutionService.php',
            'pim_import_export.datagrid.provider.job' => 'getPimImportExport_Datagrid_Provider_JobService.php',
            'pim_localization.controller.format' => 'getPimLocalization_Controller_FormatService.php',
            'pim_localization.controller.locale' => 'getPimLocalization_Controller_LocaleService.php',
            'pim_notification.controller.notification' => 'getPimNotification_Controller_NotificationService.php',
            'pim_pdf_generator.controller.product' => 'getPimPdfGenerator_Controller_ProductService.php',
            'pim_reference_data.controller.configuration_rest' => 'getPimReferenceData_Controller_ConfigurationRestService.php',
            'pim_ui.controller.ajax_option' => 'getPimUi_Controller_AjaxOptionService.php',
            'pim_user.controller.reset' => 'getPimUser_Controller_ResetService.php',
            'pim_user.controller.role' => 'getPimUser_Controller_RoleService.php',
            'pim_user.controller.security' => 'getPimUser_Controller_SecurityService.php',
            'pim_user.controller.security_rest' => 'getPimUser_Controller_SecurityRestService.php',
            'pim_user.controller.user_group' => 'getPimUser_Controller_UserGroupService.php',
            'pim_user.controller.user_group_rest' => 'getPimUser_Controller_UserGroupRestService.php',
            'pim_user.controller.user_rest' => 'getPimUser_Controller_UserRestService.php',
            'pim_user.controller.user_role_rest' => 'getPimUser_Controller_UserRoleRestService.php',
            'pim_volume_monitoring.controller.volume_monitoring' => 'getPimVolumeMonitoring_Controller_VolumeMonitoringService.php',
            'routing.loader' => 'getRouting_LoaderService.php',
            'security.acl.dbal.schema' => 'getSecurity_Acl_Dbal_SchemaService.php',
            'security.acl.provider' => 'getSecurity_Acl_ProviderService.php',
            'security.acl.voter.basic_permissions' => 'getSecurity_Acl_Voter_BasicPermissionsService.php',
            'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
            'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
            'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
            'serializer' => 'getSerializerService.php',
            'services_resetter' => 'getServicesResetterService.php',
            'session' => 'getSessionService.php',
            'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
            'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
            'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
            'templating' => 'getTemplatingService.php',
            'templating.loader' => 'getTemplating_LoaderService.php',
            'twig' => 'getTwigService.php',
            'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
            'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
            'validator' => 'getValidatorService.php',
        ];
        $this->aliases = [
            'database_connection' => 'doctrine.dbal.default_connection',
            'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
            'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
            'mailer' => 'swiftmailer.mailer.default',
        ];

        $this->privates['service_container'] = function () {
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
            include_once \dirname(__DIR__, 4).'/src/Kernel.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ConnectionRegistry.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ManagerRegistry.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
            include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/StorageUtilsBundle/EventSubscriber/ConfigureMappingsSubscriber.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/StorageUtilsBundle/Doctrine/MappingsOverrideConfiguratorInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/StorageUtilsBundle/Doctrine/ORM/MappingsOverrideConfigurator.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/EventSubscriber/EntityWithValues/LoadEntityWithValuesSubscriber.php';
            include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
            include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/TreeListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/TimestampableListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/StorageUtilsBundle/EventSubscriber/ResolveTargetRepositorySubscriber.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/EventListener/UploadedImageSubscriber.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/EventSubscriber/AttributeOption/LocalizableSubscriber.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/EventSubscriber/TimestampableSubscriber.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/EventSubscriber/CreateAttributeRequirementSubscriber.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/VersioningBundle/EventSubscriber/TimestampableSubscriber.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/TranslationBundle/Translation/Translator.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
            include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/MimeTypeListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
            include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
            include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
            include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
            include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/SecurityFacade.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/Acl/Extension/AclExtensionSelector.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/Acl/Domain/ObjectIdAccessor.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/Acl/Extension/AclExtensionInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/Acl/Extension/AbstractAclExtension.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/Acl/Extension/ActionAclExtension.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/Acl/Extension/EntityAclExtension.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/Acl/Extension/EntityClassResolver.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/Acl/Domain/ObjectIdentityFactory.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/Metadata/ActionMetadataProvider.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/Metadata/AclAnnotationProvider.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/Annotation/Loader/AbstractLoader.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/Annotation/Loader/AclAnnotationLoaderInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/Annotation/Loader/AclAnnotationLoader.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/Annotation/Loader/AclYamlConfigLoader.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/EventListener/ControllerListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Context/UserContext.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/EventListener/LocaleSubscriber.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectRepository.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/StorageUtils/Repository/IdentifiableObjectRepositoryInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Component/Repository/LocaleRepositoryInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Doctrine/Repository/LocaleRepository.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Component/Repository/ChannelRepositoryInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Doctrine/Repository/ChannelRepository.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Context/CatalogContext.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Factory/EmptyValuesCleaner.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Factory/ValueFactory.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Factory/ReadValueCollectionFactory.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Factory/WriteValueCollectionFactory.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/StorageUtils/Cache/EntityManagerClearerInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/StorageUtils/Repository/CachedObjectRepositoryInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/StorageUtils/Repository/BaseCachedObjectRepository.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Component/Factory/AttributeRequirementFactory.php';
            include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryUtilsInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/AbstractTreeRepository.php';
            include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/NestedTreeRepository.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/Classification/Repository/CategoryRepositoryInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ClassificationBundle/Doctrine/ORM/Repository/CategoryRepository.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Component/Query/PublicApi/AttributeType/GetAttributes.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Query/PublicApi/Attribute/Sql/SqlGetAttributes.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Query/PublicApi/Attribute/Cache/LRUCachedGetAttributes.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/EventSubscriber/CheckHeadersRequestSubscriber.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Negotiator/ContentTypeNegotiator.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/EventSubscriber/FilterEntityWithValuesSubscriber.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/EventListener/AddLocaleListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/EventListener/CloseSessionListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/EventListener/UserContextListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/EventListener/ScriptNonceGenerator.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/EventListener/AddContentSecurityPolicyListener.php';
            include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Translator/TranslatorDecorator.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
            include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
        };
    }

    public function compile(): void
    {
        throw new LogicException('You cannot compile a dumped container that was already compiled.');
    }

    public function isCompiled(): bool
    {
        return true;
    }

    public function getRemovedIds(): array
    {
        return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
    }

    protected function load($file, $lazyLoad = true)
    {
        return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
    }

    protected function createProxy($class, \Closure $factory)
    {
        class_exists($class, false) || $this->load("{$class}.php");

        return $factory();
    }

    /*
     * Gets the public 'akeneo.pim.enrichment.factory.empty_values_cleaner' shared service.
     *
     * @return \Akeneo\Pim\Enrichment\Component\Product\Factory\EmptyValuesCleaner
     */
    protected function getAkeneo_Pim_Enrichment_Factory_EmptyValuesCleanerService()
    {
        return $this->services['akeneo.pim.enrichment.factory.empty_values_cleaner'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\EmptyValuesCleaner();
    }

    /*
     * Gets the public 'doctrine' shared service.
     *
     * @return \Doctrine\Bundle\DoctrineBundle\Registry
     */
    protected function getDoctrineService()
    {
        return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
    }

    /*
     * Gets the public 'doctrine.dbal.default_connection' shared service.
     *
     * @return \Doctrine\DBAL\Connection
     */
    protected function getDoctrine_Dbal_DefaultConnectionService()
    {
        $a = new \Doctrine\DBAL\Configuration();
        $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([0 => 'pim_session'])]));
        $b = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
            'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php', true],
            'pim_user.event_listener.user_preferences' => ['privates', 'pim_user.event_listener.user_preferences', 'getPimUser_EventListener_UserPreferencesService.php', true],
            'pim_user.role.listener' => ['privates', 'pim_user.role.listener', 'getPimUser_Role_ListenerService.php', true],
            'pim_versioning.event_listener.addversion' => ['privates', 'pim_versioning.event_listener.addversion', 'getPimVersioning_EventListener_AddversionService.php', true],
            'security.acl.dbal.schema_listener' => ['privates', 'security.acl.dbal.schema_listener', 'getSecurity_Acl_Dbal_SchemaListenerService.php', true],
        ], [
            'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
            'pim_user.event_listener.user_preferences' => '?',
            'pim_user.role.listener' => '?',
            'pim_versioning.event_listener.addversion' => '?',
            'security.acl.dbal.schema_listener' => '?',
        ]));

        $this->services['doctrine.dbal.default_connection'] = $instance = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql', 'dbname' => $this->getEnv('APP_DATABASE_NAME'), 'host' => $this->getEnv('APP_DATABASE_HOST'), 'port' => $this->getEnv('APP_DATABASE_PORT'), 'user' => $this->getEnv('APP_DATABASE_USER'), 'password' => $this->getEnv('APP_DATABASE_PASSWORD'), 'charset' => 'utf8mb4', 'driverOptions' => [], 'serverVersion' => '8.0', 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci', 'row_format' => 'DYNAMIC']], $a, $b, ['json' => 'string']);
        $c = new \Gedmo\Tree\TreeListener();

        $d = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());

        $c->setAnnotationReader($d);
        $e = new \Gedmo\Timestampable\TimestampableListener();
        $e->setAnnotationReader($d);
        $f = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
        $f->addResolveTargetEntity('placeholder', 'placeholder', []);
        $f->addResolveTargetEntity('Akeneo\\Tool\\Component\\FileStorage\\Model\\FileInfoInterface', 'Akeneo\\Tool\\Component\\FileStorage\\Model\\FileInfo', []);
        $f->addResolveTargetEntity('Akeneo\\UserManagement\\Component\\Model\\UserInterface', 'Akeneo\\UserManagement\\Component\\Model\\User', []);
        $f->addResolveTargetEntity('Akeneo\\Channel\\Component\\Model\\LocaleInterface', 'Akeneo\\Channel\\Component\\Model\\Locale', []);
        $f->addResolveTargetEntity('Akeneo\\Channel\\Component\\Model\\ChannelInterface', 'Akeneo\\Channel\\Component\\Model\\Channel', []);
        $f->addResolveTargetEntity('Akeneo\\Channel\\Component\\Model\\ChannelTranslationInterface', 'Akeneo\\Channel\\Component\\Model\\ChannelTranslation', []);
        $f->addResolveTargetEntity('Akeneo\\Channel\\Component\\Model\\CurrencyInterface', 'Akeneo\\Channel\\Component\\Model\\Currency', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Enrichment\\Component\\Category\\Model\\CategoryInterface', 'Akeneo\\Pim\\Enrichment\\Component\\Category\\Model\\Category', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Enrichment\\Component\\Category\\Model\\CategoryTranslationInterface', 'Akeneo\\Pim\\Enrichment\\Component\\Category\\Model\\CategoryTranslation', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\GroupInterface', 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\Group', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\GroupTranslationInterface', 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\GroupTranslation', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductInterface', 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\Product', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductAssociationInterface', 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductAssociation', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductModelInterface', 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductModel', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductModelAssociationInterface', 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductModelAssociation', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductUniqueDataInterface', 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductUniqueData', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Enrichment\\Component\\Comment\\Model\\CommentInterface', 'Akeneo\\Pim\\Enrichment\\Component\\Comment\\Model\\Comment', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\AttributeInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\Attribute', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\AttributeTranslationInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeTranslation', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\AttributeOptionInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeOption', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\AttributeGroupInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeGroup', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\AttributeGroupTranslationInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeGroupTranslation', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\AttributeRequirementInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeRequirement', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\FamilyInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\Family', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\FamilyTranslationInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\FamilyTranslation', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\FamilyVariantInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\FamilyVariant', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\FamilyVariantTranslationInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\FamilyVariantTranslation', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\VariantAttributeSetInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\VariantAttributeSet', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\GroupTypeInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\GroupType', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\GroupTypeTranslationInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\GroupTypeTranslation', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\AssociationTypeTranslationInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\AssociationTypeTranslation', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\AssociationTypeInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\AssociationType', []);
        $f->addResolveTargetEntity('Akeneo\\Pim\\Structure\\Component\\Model\\AttributeOptionValueInterface', 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeOptionValue', []);
        $g = new \Akeneo\Tool\Bundle\StorageUtilsBundle\EventSubscriber\ResolveTargetRepositorySubscriber();
        $g->addResolveTargetRepository('Akeneo\\Tool\\Component\\FileStorage\\Model\\FileInfo', 'Akeneo\\Tool\\Bundle\\FileStorageBundle\\Doctrine\\ORM\\Repository\\FileInfoRepository');
        $g->addResolveTargetRepository('Akeneo\\Channel\\Component\\Model\\Locale', 'Akeneo\\Channel\\Bundle\\Doctrine\\Repository\\LocaleRepository');
        $g->addResolveTargetRepository('Akeneo\\Tool\\Component\\Batch\\Model\\JobInstance', 'Akeneo\\Tool\\Bundle\\BatchBundle\\Job\\JobInstanceRepository');
        $g->addResolveTargetRepository('Akeneo\\UserManagement\\Component\\Model\\Role', 'Akeneo\\UserManagement\\Bundle\\Doctrine\\ORM\\Repository\\RoleRepository');
        $g->addResolveTargetRepository('Akeneo\\UserManagement\\Component\\Model\\Group', 'Akeneo\\UserManagement\\Bundle\\Doctrine\\ORM\\Repository\\GroupRepository');
        $g->addResolveTargetRepository('Akeneo\\UserManagement\\Component\\Model\\User', 'Akeneo\\UserManagement\\Bundle\\Doctrine\\ORM\\Repository\\UserRepository');
        $g->addResolveTargetRepository('Akeneo\\Channel\\Component\\Model\\Channel', 'Akeneo\\Channel\\Bundle\\Doctrine\\Repository\\ChannelRepository');
        $g->addResolveTargetRepository('Akeneo\\Channel\\Component\\Model\\Currency', 'Akeneo\\Channel\\Bundle\\Doctrine\\Repository\\CurrencyRepository');
        $g->addResolveTargetRepository('Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\Group', 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\GroupRepository');
        $g->addResolveTargetRepository('Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductUniqueData', 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\ProductUniqueDataRepository');
        $g->addResolveTargetRepository('Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductModel', 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\ProductModelRepository');
        $g->addResolveTargetRepository('Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\Product', 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\ProductRepository');
        $g->addResolveTargetRepository('Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductAssociation', 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\AssociationRepository');
        $g->addResolveTargetRepository('Akeneo\\Pim\\Enrichment\\Component\\Comment\\Model\\Comment', 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\CommentRepository');
        $g->addResolveTargetRepository('Akeneo\\Pim\\Structure\\Component\\Model\\AssociationType', 'Akeneo\\Pim\\Structure\\Bundle\\Doctrine\\ORM\\Repository\\AssociationTypeRepository');
        $g->addResolveTargetRepository('Akeneo\\Pim\\Structure\\Component\\Model\\AttributeGroup', 'Akeneo\\Pim\\Structure\\Bundle\\Doctrine\\ORM\\Repository\\AttributeGroupRepository');
        $g->addResolveTargetRepository('Akeneo\\Pim\\Structure\\Component\\Model\\Attribute', 'Akeneo\\Pim\\Structure\\Bundle\\Doctrine\\ORM\\Repository\\AttributeRepository');
        $g->addResolveTargetRepository('Akeneo\\Pim\\Structure\\Component\\Model\\Family', 'Akeneo\\Pim\\Structure\\Bundle\\Doctrine\\ORM\\Repository\\FamilyRepository');
        $g->addResolveTargetRepository('Akeneo\\Pim\\Structure\\Component\\Model\\FamilyVariant', 'Akeneo\\Pim\\Structure\\Bundle\\Doctrine\\ORM\\Repository\\FamilyVariantRepository');
        $g->addResolveTargetRepository('Akeneo\\Pim\\Structure\\Component\\Model\\AttributeRequirement', 'Akeneo\\Pim\\Structure\\Bundle\\Doctrine\\ORM\\Repository\\AttributeRequirementRepository');
        $g->addResolveTargetRepository('Akeneo\\Pim\\Structure\\Component\\Model\\AttributeOption', 'Akeneo\\Pim\\Structure\\Bundle\\Doctrine\\ORM\\Repository\\AttributeOptionRepository');
        $g->addResolveTargetRepository('Akeneo\\Pim\\Structure\\Component\\Model\\GroupType', 'Akeneo\\Pim\\Structure\\Bundle\\Doctrine\\ORM\\Repository\\GroupTypeRepository');
        $g->addResolveTargetRepository('Akeneo\\Pim\\Enrichment\\Component\\Category\\Model\\Category', 'Akeneo\\Tool\\Bundle\\ClassificationBundle\\Doctrine\\ORM\\Repository\\CategoryRepository');
        $g->addResolveTargetRepository('Oro\\Bundle\\PimDataGridBundle\\Entity\\DatagridView', 'Oro\\Bundle\\PimDataGridBundle\\Repository\\DatagridViewRepository');
        $g->addResolveTargetRepository('Akeneo\\Platform\\Bundle\\NotificationBundle\\Entity\\UserNotification', 'Akeneo\\Platform\\Bundle\\NotificationBundle\\Entity\\Repository\\UserNotificationRepository');
        $g->addResolveTargetRepository('Akeneo\\Tool\\Component\\Versioning\\Model\\Version', 'Akeneo\\Tool\\Bundle\\VersioningBundle\\Doctrine\\ORM\\VersionRepository');

        $b->addEventSubscriber(new \Akeneo\Tool\Bundle\StorageUtilsBundle\EventSubscriber\ConfigureMappingsSubscriber(new \Akeneo\Tool\Bundle\StorageUtilsBundle\Doctrine\ORM\MappingsOverrideConfigurator(), []));
        $b->addEventSubscriber(($this->privates['pim_datagrid.event_subscriber.filter_entity_with_values_subscriber'] ?? ($this->privates['pim_datagrid.event_subscriber.filter_entity_with_values_subscriber'] = new \Oro\Bundle\PimDataGridBundle\EventSubscriber\FilterEntityWithValuesSubscriber())));
        $b->addEventSubscriber(new \Akeneo\Pim\Enrichment\Bundle\EventSubscriber\EntityWithValues\LoadEntityWithValuesSubscriber(($this->privates['akeneo.pim.enrichment.factory.write_value_collection'] ?? $this->getAkeneo_Pim_Enrichment_Factory_WriteValueCollectionService())));
        $b->addEventSubscriber($c);
        $b->addEventSubscriber($e);
        $b->addEventSubscriber($f);
        $b->addEventSubscriber($g);
        $b->addEventSubscriber(new \Akeneo\UserManagement\Bundle\EventListener\UploadedImageSubscriber((\dirname(__DIR__, 4).'/src')));
        $b->addEventSubscriber(new \Akeneo\Pim\Enrichment\Bundle\EventSubscriber\AttributeOption\LocalizableSubscriber(($this->privates['pim_catalog.context.catalog'] ?? ($this->privates['pim_catalog.context.catalog'] = new \Akeneo\Pim\Enrichment\Bundle\Context\CatalogContext()))));
        $b->addEventSubscriber(new \Akeneo\Pim\Enrichment\Bundle\EventSubscriber\TimestampableSubscriber());
        $b->addEventSubscriber(new \Akeneo\Pim\Structure\Bundle\EventSubscriber\CreateAttributeRequirementSubscriber(($this->privates['pim_catalog.factory.attribute_requirement'] ?? ($this->privates['pim_catalog.factory.attribute_requirement'] = new \Akeneo\Pim\Structure\Component\Factory\AttributeRequirementFactory('Akeneo\\Pim\\Structure\\Component\\Model\\AttributeRequirement')))));
        $b->addEventSubscriber(($this->privates['pim_enrich.event_listener.add_locale'] ?? ($this->privates['pim_enrich.event_listener.add_locale'] = new \Akeneo\Platform\Bundle\UIBundle\EventListener\AddLocaleListener())));
        $b->addEventSubscriber(new \Akeneo\Tool\Bundle\VersioningBundle\EventSubscriber\TimestampableSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
        $b->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
        $b->addEventListener([0 => 'postGenerateSchema'], 'security.acl.dbal.schema_listener');
        $b->addEventListener([0 => 'onFlush'], 'pim_user.event_listener.user_preferences');
        $b->addEventListener([0 => 'postFlush'], 'pim_user.event_listener.user_preferences');
        $b->addEventListener([0 => 'preUpdate'], 'pim_user.role.listener');
        $b->addEventListener([0 => 'onFlush'], 'pim_versioning.event_listener.addversion');
        $b->addEventListener([0 => 'postFlush'], 'pim_versioning.event_listener.addversion');

        return $instance;
    }

    /*
     * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
     *
     * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
     */
    protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
    {
        $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
            'akeneo_batch.load_job_parameters_listener' => ['privates', 'akeneo_batch.load_job_parameters_listener', 'getAkeneoBatch_LoadJobParametersListenerService.php', true],
        ], [
            'akeneo_batch.load_job_parameters_listener' => '?',
        ]));

        $instance->registerService('Akeneo\\Tool\\Bundle\\BatchBundle\\EventListener\\LoadJobParametersListener', 'akeneo_batch.load_job_parameters_listener');

        return $instance;
    }

    /*
     * Gets the public 'doctrine.orm.default_entity_manager' shared service.
     *
     * @return \Doctrine\ORM\EntityManager
     */
    protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
    {
        if ($lazyLoad) {
            return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
                return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
                    $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);

                    $proxy->setProxyInitializer(null);

                    return true;
                });
            });
        }

        include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectManager.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';

        $a = new \Doctrine\ORM\Configuration();

        $b = ($this->services['doctrine_cache.providers.pim'] ?? $this->getDoctrineCache_Providers_PimService());
        $c = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();

        $d = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/ConfigBundle/Entity')]);
        $e = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/doctrine') => 'FOS\\OAuthServerBundle\\Entity']);
        $e->setGlobalBasename('mapping');
        $f = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/config/doctrine') => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Entity', (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/config/doctrine') => 'Oro\\Bundle\\PimDataGridBundle\\Entity', (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/config/doctrine') => 'Akeneo\\Platform\\Bundle\\NotificationBundle\\Entity']);
        $f->setGlobalBasename('mapping');
        $g = new \Doctrine\ORM\Mapping\Driver\YamlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/config/doctrine/Product') => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model', (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/config/doctrine/Category') => 'Akeneo\\Pim\\Enrichment\\Component\\Category\\Model', (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/config/doctrine/Comment') => 'Akeneo\\Pim\\Enrichment\\Component\\Comment\\Model'], '.orm.yml'));

        $c->addDriver($d, 'Gedmo\\Tree\\Entity');
        $c->addDriver($d, 'Oro\\Bundle\\ConfigBundle\\Entity');
        $c->addDriver($e, 'FOS\\OAuthServerBundle\\Entity');
        $c->addDriver($f, 'Akeneo\\Tool\\Bundle\\ApiBundle\\Entity');
        $c->addDriver($f, 'Oro\\Bundle\\PimDataGridBundle\\Entity');
        $c->addDriver($f, 'Akeneo\\Platform\\Bundle\\NotificationBundle\\Entity');
        $c->addDriver(new \Doctrine\ORM\Mapping\Driver\YamlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/config/model/doctrine') => 'Akeneo\\Tool\\Component\\Batch\\Model'], '.orm.yml')), 'Akeneo\\Tool\\Component\\Batch\\Model');
        $c->addDriver(new \Doctrine\ORM\Mapping\Driver\YamlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchQueueBundle/Resources/config/model/doctrine') => 'Akeneo\\Tool\\Component\\BatchQueue\\Queue'], '.orm.yml')), 'Akeneo\\Tool\\Component\\BatchQueue\\Queue');
        $c->addDriver(new \Doctrine\ORM\Mapping\Driver\YamlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/FileStorageBundle/Resources/config/model/doctrine') => 'Akeneo\\Tool\\Component\\FileStorage\\Model'], '.orm.yml')), 'Akeneo\\Tool\\Component\\FileStorage\\Model');
        $c->addDriver(new \Doctrine\ORM\Mapping\Driver\YamlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/config/model/doctrine') => 'Akeneo\\UserManagement\\Component\\Model'], '.orm.yml')), 'Akeneo\\UserManagement\\Component\\Model');
        $c->addDriver(new \Doctrine\ORM\Mapping\Driver\YamlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/config/doctrine/model') => 'Akeneo\\Channel\\Component\\Model'], '.orm.yml')), 'Akeneo\\Channel\\Component\\Model');
        $c->addDriver($g, 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model');
        $c->addDriver($g, 'Akeneo\\Pim\\Enrichment\\Component\\Category\\Model');
        $c->addDriver($g, 'Akeneo\\Pim\\Enrichment\\Component\\Comment\\Model');
        $c->addDriver(new \Doctrine\ORM\Mapping\Driver\YamlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/config/model/doctrine') => 'Akeneo\\Pim\\Structure\\Component\\Model'], '.orm.yml')), 'Akeneo\\Pim\\Structure\\Component\\Model');
        $c->addDriver(new \Doctrine\ORM\Mapping\Driver\YamlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/VersioningBundle/Resources/config/model/doctrine') => 'Akeneo\\Tool\\Component\\Versioning\\Model'], '.orm.yml')), 'Akeneo\\Tool\\Component\\Versioning\\Model');

        $a->setEntityNamespaces(['Gedmo' => 'Gedmo\\Tree\\Entity', 'OroConfigBundle' => 'Oro\\Bundle\\ConfigBundle\\Entity', 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\Entity', 'PimApiBundle' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Entity', 'PimDataGridBundle' => 'Oro\\Bundle\\PimDataGridBundle\\Entity', 'PimNotificationBundle' => 'Akeneo\\Platform\\Bundle\\NotificationBundle\\Entity']);
        $a->setMetadataCacheImpl($b);
        $a->setQueryCacheImpl($b);
        $a->setResultCacheImpl($b);
        $a->setMetadataDriverImpl($c);
        $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
        $a->setProxyNamespace('Proxies');
        $a->setAutoGenerateProxyClasses(false);
        $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
        $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
        $a->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
        $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
        $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
        $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(($this->privates['.service_locator.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))));

        $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);

        (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);

        return $instance;
    }

    /*
     * Gets the public 'doctrine_cache.providers.pim' shared service.
     *
     * @return \Doctrine\Common\Cache\ChainCache
     */
    protected function getDoctrineCache_Providers_PimService()
    {
        return $this->services['doctrine_cache.providers.pim'] = new \Doctrine\Common\Cache\ChainCache([0 => ($this->services['doctrine_cache.providers.pim_apcu'] ?? ($this->services['doctrine_cache.providers.pim_apcu'] = new \Doctrine\Common\Cache\ApcuCache())), 1 => ($this->services['doctrine_cache.providers.pim_array'] ?? ($this->services['doctrine_cache.providers.pim_array'] = new \Doctrine\Common\Cache\ArrayCache()))]);
    }

    /*
     * Gets the public 'doctrine_cache.providers.pim_apcu' shared service.
     *
     * @return \Doctrine\Common\Cache\ApcuCache
     */
    protected function getDoctrineCache_Providers_PimApcuService()
    {
        return $this->services['doctrine_cache.providers.pim_apcu'] = new \Doctrine\Common\Cache\ApcuCache();
    }

    /*
     * Gets the public 'doctrine_cache.providers.pim_array' shared service.
     *
     * @return \Doctrine\Common\Cache\ArrayCache
     */
    protected function getDoctrineCache_Providers_PimArrayService()
    {
        return $this->services['doctrine_cache.providers.pim_array'] = new \Doctrine\Common\Cache\ArrayCache();
    }

    /*
     * Gets the public 'event_dispatcher' shared service.
     *
     * @return \Symfony\Component\EventDispatcher\EventDispatcher
     */
    protected function getEventDispatcherService()
    {
        $this->services['event_dispatcher'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();

        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['fos_rest.mime_type_listener'] ?? $this->getFosRest_MimeTypeListenerService());
        }, 1 => 'onKernelRequest'], 200);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
        }, 1 => 'onKernelRequest'], 10);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
        }, 1 => 'onKernelRequest'], 34);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
        }, 1 => 'onKernelRequest'], 248);
        $instance->addListener('kernel.controller', [0 => function () {
            return ($this->privates['oro_security.listener.controller'] ?? $this->getOroSecurity_Listener_ControllerService());
        }, 1 => 'onKernelController'], -1);
        $instance->addListener('oro_datagrid.datgrid.build.after.pim-role-user-grid', [0 => function () {
            return ($this->privates['pim_user.event_listener.role_users_grid_listener'] ?? $this->load('getPimUser_EventListener_RoleUsersGridListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.pim-group-user-grid', [0 => function () {
            return ($this->privates['pim_user.event_listener.group_users_grid_listener'] ?? $this->load('getPimUser_EventListener_GroupUsersGridListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('console.command', [0 => function () {
            return ($this->privates['pim_user.event_listener.create_user_system'] ?? $this->load('getPimUser_EventListener_CreateUserSystemService.php'));
        }, 1 => 'createUserSystem'], 0);
        $instance->addListener('security.interactive_login', [0 => function () {
            return ($this->privates['pim_user.security.login'] ?? $this->load('getPimUser_Security_LoginService.php'));
        }, 1 => 'onLogin'], 0);
        $instance->addListener('akeneo_batch.item_step_after_batch', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.reset_unique_validation'] ?? $this->load('getPimCatalog_EventSubscriber_ResetUniqueValidationService.php'));
        }, 1 => 'onAkeneobatchItemstepafterbatch'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.before', [0 => function () {
            return ($this->privates['pim_datagrid.event_listener.configure_sorters_listener'] ?? ($this->privates['pim_datagrid.event_listener.configure_sorters_listener'] = new \Oro\Bundle\PimDataGridBundle\EventListener\ConfigureSortersListener()));
        }, 1 => 'onBuildBefore'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.product-grid', [0 => function () {
            return ($this->privates['pim_datagrid.event_listener.configure_product_filters'] ?? $this->load('getPimDatagrid_EventListener_ConfigureProductFiltersService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.add_locale_code_to_grid'] ?? $this->load('getPimEnrich_EventListener_AddLocaleCodeToGridService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.before.product-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.product_grid_before_listener'] ?? $this->load('getPimEnrich_EventListener_ProductGridBeforeListenerService.php'));
        }, 1 => 'buildBefore'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.before.association-product-picker-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.association_product_picker_grid_before_listener'] ?? $this->load('getPimEnrich_EventListener_AssociationProductPickerGridBeforeListenerService.php'));
        }, 1 => 'buildBefore'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.product-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.product_grid_after_listener'] ?? $this->load('getPimEnrich_EventListener_ProductGridAfterListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.association-product-picker-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.association_product_picker_grid_after_listener'] ?? $this->load('getPimEnrich_EventListener_AssociationProductPickerGridAfterListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.before.product-group-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.product_group_grid_before_listener'] ?? $this->load('getPimEnrich_EventListener_ProductGroupGridBeforeListenerService.php'));
        }, 1 => 'buildBefore'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.product-group-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.product_group_grid_after_listener'] ?? $this->load('getPimEnrich_EventListener_ProductGroupGridAfterListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.last-import-executions-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.add_job_code_to_grid_listener'] ?? $this->load('getPimEnrich_EventListener_AddJobCodeToGridListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.last-export-executions-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.add_job_code_to_grid_listener'] ?? $this->load('getPimEnrich_EventListener_AddJobCodeToGridListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.group-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.group_grid_listener'] ?? $this->load('getPimEnrich_EventListener_GroupGridListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.family-variant-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.family_variant_grid_listener'] ?? $this->load('getPimEnrich_EventListener_FamilyVariantGridListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.before.association-product-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.association_product_grid_before_listener'] ?? $this->load('getPimEnrich_EventListener_AssociationProductGridBeforeListenerService.php'));
        }, 1 => 'buildBefore'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.association-product-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.association_product_grid_after_listener'] ?? $this->load('getPimEnrich_EventListener_AssociationProductGridAfterListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.before.association-product-model-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.association_product_model_grid_before_listener'] ?? $this->load('getPimEnrich_EventListener_AssociationProductModelGridBeforeListenerService.php'));
        }, 1 => 'buildBefore'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.association-product-model-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.association_product_model_grid_after_listener'] ?? $this->load('getPimEnrich_EventListener_AssociationProductModelGridAfterListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.association-group-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.association_group_grid_after_listener'] ?? $this->load('getPimEnrich_EventListener_AssociationGroupGridAfterListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.before.history-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.history_grid_listener'] ?? $this->load('getPimEnrich_EventListener_HistoryGridListenerService.php'));
        }, 1 => 'onBuildBefore'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.before.product-history-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.history_grid_listener'] ?? $this->load('getPimEnrich_EventListener_HistoryGridListenerService.php'));
        }, 1 => 'onBuildBefore'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.job-tracker-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.add_username_to_grid_listener'] ?? $this->load('getPimEnrich_EventListener_AddUsernameToGridListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.last-import-executions-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.add_username_to_grid_listener'] ?? $this->load('getPimEnrich_EventListener_AddUsernameToGridListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.last-export-executions-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.add_username_to_grid_listener'] ?? $this->load('getPimEnrich_EventListener_AddUsernameToGridListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.job-tracker-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.black_list_job_codes_from_grid_listener'] ?? $this->load('getPimEnrich_EventListener_BlackListJobCodesFromGridListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.last-import-executions-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.black_list_job_codes_from_grid_listener'] ?? $this->load('getPimEnrich_EventListener_BlackListJobCodesFromGridListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.last-export-executions-grid', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.black_list_job_codes_from_grid_listener'] ?? $this->load('getPimEnrich_EventListener_BlackListJobCodesFromGridListenerService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.export-profile-grid', [0 => function () {
            return ($this->privates['pim_import_export.event_listener.inject_job_type'] ?? $this->load('getPimImportExport_EventListener_InjectJobTypeService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.import-profile-grid', [0 => function () {
            return ($this->privates['pim_import_export.event_listener.inject_job_type'] ?? $this->load('getPimImportExport_EventListener_InjectJobTypeService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.export-execution-grid', [0 => function () {
            return ($this->privates['pim_import_export.event_listener.inject_job_type'] ?? $this->load('getPimImportExport_EventListener_InjectJobTypeService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.import-execution-grid', [0 => function () {
            return ($this->privates['pim_import_export.event_listener.inject_job_type'] ?? $this->load('getPimImportExport_EventListener_InjectJobTypeService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.last-import-executions-grid', [0 => function () {
            return ($this->privates['pim_import_export.event_listener.inject_job_type'] ?? $this->load('getPimImportExport_EventListener_InjectJobTypeService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('oro_datagrid.datgrid.build.after.last-export-executions-grid', [0 => function () {
            return ($this->privates['pim_import_export.event_listener.inject_job_type'] ?? $this->load('getPimImportExport_EventListener_InjectJobTypeService.php'));
        }, 1 => 'onBuildAfter'], 0);
        $instance->addListener('kernel.controller', [0 => function () {
            return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
        }, 1 => 'onKernelController'], 0);
        $instance->addListener('kernel.controller', [0 => function () {
            return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
        }, 1 => 'onKernelController'], 0);
        $instance->addListener('kernel.controller', [0 => function () {
            return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
        }, 1 => 'onKernelController'], -128);
        $instance->addListener('kernel.view', [0 => function () {
            return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
        }, 1 => 'onKernelView'], 0);
        $instance->addListener('kernel.controller', [0 => function () {
            return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
        }, 1 => 'onKernelController'], 0);
        $instance->addListener('kernel.response', [0 => function () {
            return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
        }, 1 => 'onKernelResponse'], 0);
        $instance->addListener('kernel.controller_arguments', [0 => function () {
            return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
        }, 1 => 'onKernelControllerArguments'], 0);
        $instance->addListener('kernel.controller_arguments', [0 => function () {
            return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
        }, 1 => 'onKernelControllerArguments'], 0);
        $instance->addListener('kernel.response', [0 => function () {
            return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
        }, 1 => 'onKernelResponse'], 0);
        $instance->addListener('kernel.response', [0 => function () {
            return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
        }, 1 => 'onKernelResponse'], -1024);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
        }, 1 => 'setDefaultLocale'], 100);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
        }, 1 => 'onKernelRequest'], 16);
        $instance->addListener('kernel.finish_request', [0 => function () {
            return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
        }, 1 => 'onKernelFinishRequest'], 0);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
        }, 1 => 'onKernelRequest'], 256);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
        }, 1 => 'resolveControllerName'], 24);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
        }, 1 => 'onKernelRequest'], 15);
        $instance->addListener('kernel.finish_request', [0 => function () {
            return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
        }, 1 => 'onKernelFinishRequest'], -15);
        $instance->addListener('console.error', [0 => function () {
            return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
        }, 1 => 'onConsoleError'], -128);
        $instance->addListener('console.terminate', [0 => function () {
            return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
        }, 1 => 'onConsoleTerminate'], -128);
        $instance->addListener('console.error', [0 => function () {
            return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
        }, 1 => 'onConsoleError'], 0);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
        }, 1 => 'onKernelRequest'], 128);
        $instance->addListener('kernel.response', [0 => function () {
            return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
        }, 1 => 'onKernelResponse'], -1000);
        $instance->addListener('kernel.finish_request', [0 => function () {
            return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
        }, 1 => 'onFinishRequest'], 0);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
        }, 1 => 'configure'], 2048);
        $instance->addListener('console.command', [0 => function () {
            return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
        }, 1 => 'configure'], 2048);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
        }, 1 => 'onKernelRequest'], 32);
        $instance->addListener('kernel.finish_request', [0 => function () {
            return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
        }, 1 => 'onKernelFinishRequest'], 0);
        $instance->addListener('kernel.exception', [0 => function () {
            return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
        }, 1 => 'onKernelException'], -64);
        $instance->addListener('console.command', [0 => function () {
            return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
        }, 1 => 'onCommand'], 255);
        $instance->addListener('console.terminate', [0 => function () {
            return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
        }, 1 => 'onTerminate'], -255);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['security.firewall'] ?? $this->getSecurity_FirewallService());
        }, 1 => 'configureLogoutUrlGenerator'], 8);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['security.firewall'] ?? $this->getSecurity_FirewallService());
        }, 1 => 'onKernelRequest'], 8);
        $instance->addListener('kernel.finish_request', [0 => function () {
            return ($this->privates['security.firewall'] ?? $this->getSecurity_FirewallService());
        }, 1 => 'onKernelFinishRequest'], 0);
        $instance->addListener('kernel.response', [0 => function () {
            return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
        }, 1 => 'onKernelResponse'], 0);
        $instance->addListener('kernel.exception', [0 => function () {
            return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
        }, 1 => 'onException'], 0);
        $instance->addListener('kernel.terminate', [0 => function () {
            return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
        }, 1 => 'onTerminate'], 0);
        $instance->addListener('console.error', [0 => function () {
            return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
        }, 1 => 'onException'], 0);
        $instance->addListener('console.terminate', [0 => function () {
            return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
        }, 1 => 'onTerminate'], 0);
        $instance->addListener('kernel.exception', [0 => function () {
            return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
        }, 1 => 'logKernelException'], 0);
        $instance->addListener('kernel.exception', [0 => function () {
            return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
        }, 1 => 'onKernelException'], -128);
        $instance->addListener('kernel.exception', [0 => function () {
            return ($this->privates['fos_rest.exception_listener'] ?? $this->load('getFosRest_ExceptionListenerService.php'));
        }, 1 => 'onKernelException'], -100);
        $instance->addListener('akeneo_batch.job_execution_created', [0 => function () {
            return ($this->privates['akeneo_batch.logger_subscriber'] ?? $this->load('getAkeneoBatch_LoggerSubscriberService.php'));
        }, 1 => 'jobExecutionCreated'], 0);
        $instance->addListener('akeneo_batch.before_job_execution', [0 => function () {
            return ($this->privates['akeneo_batch.logger_subscriber'] ?? $this->load('getAkeneoBatch_LoggerSubscriberService.php'));
        }, 1 => 'beforeJobExecution'], 0);
        $instance->addListener('akeneo_batch.job_execution_stopped', [0 => function () {
            return ($this->privates['akeneo_batch.logger_subscriber'] ?? $this->load('getAkeneoBatch_LoggerSubscriberService.php'));
        }, 1 => 'jobExecutionStopped'], 0);
        $instance->addListener('akeneo_batch.job_execution_interrupted', [0 => function () {
            return ($this->privates['akeneo_batch.logger_subscriber'] ?? $this->load('getAkeneoBatch_LoggerSubscriberService.php'));
        }, 1 => 'jobExecutionInterrupted'], 0);
        $instance->addListener('akeneo_batch.job_execution_fatal_error', [0 => function () {
            return ($this->privates['akeneo_batch.logger_subscriber'] ?? $this->load('getAkeneoBatch_LoggerSubscriberService.php'));
        }, 1 => 'jobExecutionFatalError'], 0);
        $instance->addListener('akeneo_batch.before_job_status_upgrade', [0 => function () {
            return ($this->privates['akeneo_batch.logger_subscriber'] ?? $this->load('getAkeneoBatch_LoggerSubscriberService.php'));
        }, 1 => 'beforeJobStatusUpgrade'], 0);
        $instance->addListener('akeneo_batch.before_step_execution', [0 => function () {
            return ($this->privates['akeneo_batch.logger_subscriber'] ?? $this->load('getAkeneoBatch_LoggerSubscriberService.php'));
        }, 1 => 'beforeStepExecution'], 0);
        $instance->addListener('akeneo_batch.step_execution_succeeded', [0 => function () {
            return ($this->privates['akeneo_batch.logger_subscriber'] ?? $this->load('getAkeneoBatch_LoggerSubscriberService.php'));
        }, 1 => 'stepExecutionSucceeded'], 0);
        $instance->addListener('akeneo_batch.step_execution_interrupted', [0 => function () {
            return ($this->privates['akeneo_batch.logger_subscriber'] ?? $this->load('getAkeneoBatch_LoggerSubscriberService.php'));
        }, 1 => 'stepExecutionInterrupted'], 0);
        $instance->addListener('akeneo_batch.step_execution_errored', [0 => function () {
            return ($this->privates['akeneo_batch.logger_subscriber'] ?? $this->load('getAkeneoBatch_LoggerSubscriberService.php'));
        }, 1 => 'stepExecutionErrored'], 0);
        $instance->addListener('akeneo_batch.step_execution_completed', [0 => function () {
            return ($this->privates['akeneo_batch.logger_subscriber'] ?? $this->load('getAkeneoBatch_LoggerSubscriberService.php'));
        }, 1 => 'stepExecutionCompleted'], 0);
        $instance->addListener('akeneo_batch.invalid_item', [0 => function () {
            return ($this->privates['akeneo_batch.logger_subscriber'] ?? $this->load('getAkeneoBatch_LoggerSubscriberService.php'));
        }, 1 => 'invalidItem'], 0);
        $instance->addListener('akeneo_batch.after_job_execution', [0 => function () {
            return ($this->privates['akeneo_batch.notification_subscriber'] ?? $this->load('getAkeneoBatch_NotificationSubscriberService.php'));
        }, 1 => 'afterJobExecution'], 0);
        $instance->addListener('akeneo_batch.before_job_execution', [0 => function () {
            return ($this->privates['akeneo_batch.set_job_execution_log_file_subscriber'] ?? $this->load('getAkeneoBatch_SetJobExecutionLogFileSubscriberService.php'));
        }, 1 => 'setJobExecutionLogFile'], 0);
        $instance->addListener('pim.user.pre_delete_group', [0 => function () {
            return ($this->privates['pim_user.event_subscriber.group'] ?? ($this->privates['pim_user.event_subscriber.group'] = new \Akeneo\UserManagement\Bundle\EventListener\GroupSubscriber()));
        }, 1 => 'preDeleteGroup'], 0);
        $instance->addListener('pim.user.pre_update_group', [0 => function () {
            return ($this->privates['pim_user.event_subscriber.group'] ?? ($this->privates['pim_user.event_subscriber.group'] = new \Akeneo\UserManagement\Bundle\EventListener\GroupSubscriber()));
        }, 1 => 'preUpdateGroup'], 0);
        $instance->addListener('akeneo.storage.pre_remove', [0 => function () {
            return ($this->privates['pim_user.event_subscriber.remove_role'] ?? $this->load('getPimUser_EventSubscriber_RemoveRoleService.php'));
        }, 1 => 'checkRoleIsRemovable'], 0);
        $instance->addListener('pim_user.update.post', [0 => function () {
            return ($this->privates['pim_locale.locale_subscriber'] ?? $this->getPimLocale_LocaleSubscriberService());
        }, 1 => 'onPostUpdate'], 0);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['pim_locale.locale_subscriber'] ?? $this->getPimLocale_LocaleSubscriberService());
        }, 1 => 'onKernelRequest'], 17);
        $instance->addListener('security.interactive_login', [0 => function () {
            return ($this->privates['pim_locale.locale_subscriber'] ?? $this->getPimLocale_LocaleSubscriberService());
        }, 1 => 'onSecurityInteractiveLogin'], 0);
        $instance->addListener('akeneo.storage.pre_remove', [0 => function () {
            return ($this->privates['pim_enrich.event_subscriber.storage.channel_locale'] ?? $this->load('getPimEnrich_EventSubscriber_Storage_ChannelLocaleService.php'));
        }, 1 => 'removeChannel'], 0);
        $instance->addListener('akeneo.storage.pre_save', [0 => function () {
            return ($this->privates['pim_enrich.event_subscriber.storage.channel_locale'] ?? $this->load('getPimEnrich_EventSubscriber_Storage_ChannelLocaleService.php'));
        }, 1 => 'updateChannel'], 0);
        $instance->addListener('akeneo.storage.pre_save', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.currency_disabling'] ?? $this->load('getPimCatalog_EventSubscriber_CurrencyDisablingService.php'));
        }, 1 => 'checkChannelLink'], 0);
        $instance->addListener('akeneo.storage.pre_remove', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.category.check_channels'] ?? $this->load('getPimCatalog_EventSubscriber_Category_CheckChannelsService.php'));
        }, 1 => 'checkChannels'], 0);
        $instance->addListener('akeneo.storage.pre_save', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.compute_product_raw_values'] ?? $this->load('getPimCatalog_EventSubscriber_ComputeProductRawValuesService.php'));
        }, 1 => 'computeRawValues'], 0);
        $instance->addListener('akeneo.storage.post_remove', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.product.delete.compute_products_and_ancestors'] ?? $this->load('getPimCatalog_EventSubscriber_Product_Delete_ComputeProductsAndAncestorsService.php'));
        }, 1 => 'deleteProduct'], 0);
        $instance->addListener('akeneo.storage.post_remove_all', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.product.delete.compute_products_and_ancestors'] ?? $this->load('getPimCatalog_EventSubscriber_Product_Delete_ComputeProductsAndAncestorsService.php'));
        }, 1 => 'deleteProducts'], 0);
        $instance->addListener('akeneo.storage.post_save', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.product.save.compute_products_and_ancestors'] ?? $this->load('getPimCatalog_EventSubscriber_Product_Save_ComputeProductsAndAncestorsService.php'));
        }, 1 => 'handleSingleProduct'], 0);
        $instance->addListener('akeneo.storage.post_save_all', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.product.save.compute_products_and_ancestors'] ?? $this->load('getPimCatalog_EventSubscriber_Product_Save_ComputeProductsAndAncestorsService.php'));
        }, 1 => 'handleMultipleProducts'], 0);
        $instance->addListener('akeneo.storage.pre_save', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.compute_completeness_on_family_update_subscriber'] ?? $this->load('getPimCatalog_EventSubscriber_ComputeCompletenessOnFamilyUpdateSubscriberService.php'));
        }, 1 => 'checkIfUpdateNeedsToRunBackgroundJob'], 0);
        $instance->addListener('akeneo.storage.post_save', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.compute_completeness_on_family_update_subscriber'] ?? $this->load('getPimCatalog_EventSubscriber_ComputeCompletenessOnFamilyUpdateSubscriberService.php'));
        }, 1 => 'computeCompletenessOfProductsFamily'], 0);
        $instance->addListener('akeneo.storage.pre_remove', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.category.update_indexes_on_category_deletion'] ?? $this->load('getPimCatalog_EventSubscriber_Category_UpdateIndexesOnCategoryDeletionService.php'));
        }, 1 => 'storeCategoryCodesToRemove'], 0);
        $instance->addListener('akeneo.storage.post_remove', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.category.update_indexes_on_category_deletion'] ?? $this->load('getPimCatalog_EventSubscriber_Category_UpdateIndexesOnCategoryDeletionService.php'));
        }, 1 => 'updateIndexes'], 0);
        $instance->addListener('Akeneo\\Channel\\Component\\Event\\ChannelCategoryHasBeenUpdated', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.update_exports_on_channel_update'] ?? $this->load('getPimCatalog_EventSubscriber_UpdateExportsOnChannelUpdateService.php'));
        }, 1 => 'onChannelCategoryHasBeenUpdatedEvent'], 0);
        $instance->addListener('pim_installer.post_db_create', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.init_completeness_db_schema'] ?? $this->load('getPimCatalog_EventSubscriber_InitCompletenessDbSchemaService.php'));
        }, 1 => 'initDbSchema'], 0);
        $instance->addListener('akeneo.storage.pre_save', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.attribute_option_set_sort_order'] ?? $this->load('getPimCatalog_EventSubscriber_AttributeOptionSetSortOrderService.php'));
        }, 1 => 'onPreSave'], 0);
        $instance->addListener('akeneo.storage.pre_save_all', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.attribute_option_set_sort_order'] ?? $this->load('getPimCatalog_EventSubscriber_AttributeOptionSetSortOrderService.php'));
        }, 1 => 'onPreSaveAll'], 0);
        $instance->addListener('akeneo.storage.pre_remove', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.remove_category_filter_in_job_instance'] ?? $this->load('getPimEnrich_EventListener_RemoveCategoryFilterInJobInstanceService.php'));
        }, 1 => 'computeAndHoldCategoryTreeCodes'], 0);
        $instance->addListener('akeneo.storage.pre_remove_all', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.remove_category_filter_in_job_instance'] ?? $this->load('getPimEnrich_EventListener_RemoveCategoryFilterInJobInstanceService.php'));
        }, 1 => 'computeAndHoldCategoryTreeCodes'], 0);
        $instance->addListener('akeneo.storage.post_remove', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.remove_category_filter_in_job_instance'] ?? $this->load('getPimEnrich_EventListener_RemoveCategoryFilterInJobInstanceService.php'));
        }, 1 => 'removeCategoryFilter'], 0);
        $instance->addListener('akeneo.storage.post_remove_all', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.remove_category_filter_in_job_instance'] ?? $this->load('getPimEnrich_EventListener_RemoveCategoryFilterInJobInstanceService.php'));
        }, 1 => 'removeCategoryFilters'], 0);
        $instance->addListener('akeneo.storage.post_save', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.product_model.on_save.compute_descendant_completeness_and_index_product_and_ancestors_subscriber'] ?? $this->load('getPimCatalog_EventSubscriber_ProductModel_OnSave_ComputeDescendantCompletenessAndIndexProductAndAncestorsSubscriberService.php'));
        }, 1 => 'onProductModelSave'], 0);
        $instance->addListener('akeneo.storage.post_save_all', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.product_model.on_save.compute_descendant_completeness_and_index_product_and_ancestors_subscriber'] ?? $this->load('getPimCatalog_EventSubscriber_ProductModel_OnSave_ComputeDescendantCompletenessAndIndexProductAndAncestorsSubscriberService.php'));
        }, 1 => 'onProductModelSaveAll'], 0);
        $instance->addListener('akeneo.storage.post_remove', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.product_model.on_delete.compute_descendant_completeness_and_index_product_and_ancestors_subscriber'] ?? $this->load('getPimCatalog_EventSubscriber_ProductModel_OnDelete_ComputeDescendantCompletenessAndIndexProductAndAncestorsSubscriberService.php'));
        }, 1 => 'onProductModelRemove'], 0);
        $instance->addListener('akeneo.storage.post_remove_all', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.product_model.on_delete.compute_descendant_completeness_and_index_product_and_ancestors_subscriber'] ?? $this->load('getPimCatalog_EventSubscriber_ProductModel_OnDelete_ComputeDescendantCompletenessAndIndexProductAndAncestorsSubscriberService.php'));
        }, 1 => 'onProductModelRemoveAll'], 0);
        $instance->addListener('akeneo.storage.post_remove', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.product.on_delete.clear_completeness_subscriber'] ?? $this->load('getPimCatalog_EventSubscriber_Product_OnDelete_ClearCompletenessSubscriberService.php'));
        }, 1 => 'deleteForOneProduct'], 0);
        $instance->addListener('akeneo.storage.post_remove_all', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.product.on_delete.clear_completeness_subscriber'] ?? $this->load('getPimCatalog_EventSubscriber_Product_OnDelete_ClearCompletenessSubscriberService.php'));
        }, 1 => 'deleteForAllProducts'], 0);
        $instance->addListener('akeneo.storage.post_save', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.product.on_save.api_aggregator_event_subscriber'] ?? $this->load('getPimCatalog_EventSubscriber_Product_OnSave_ApiAggregatorEventSubscriberService.php'));
        }, 1 => 'batchEvents'], 10000);
        $instance->addListener('akeneo.storage.post_save', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.product_model.on_save.api_aggregator_event_subscriber'] ?? $this->load('getPimCatalog_EventSubscriber_ProductModel_OnSave_ApiAggregatorEventSubscriberService.php'));
        }, 1 => 'batchEvents'], 10000);
        $instance->addListener('pim_installer.post_db_create', [0 => function () {
            return ($this->privates['pim_structure_version.event_listener.table_creator'] ?? $this->load('getPimStructureVersion_EventListener_TableCreatorService.php'));
        }, 1 => 'onPostDBCreate'], 0);
        $instance->addListener('akeneo.storage.post_save', [0 => function () {
            return ($this->privates['pim_structure_version.event_listener.structure_version_updater'] ?? $this->load('getPimStructureVersion_EventListener_StructureVersionUpdaterService.php'));
        }, 1 => 'onPostSave'], 0);
        $instance->addListener('akeneo.storage.post_save_all', [0 => function () {
            return ($this->privates['pim_structure_version.event_listener.structure_version_updater'] ?? $this->load('getPimStructureVersion_EventListener_StructureVersionUpdaterService.php'));
        }, 1 => 'onPostSaveAll'], 0);
        $instance->addListener('akeneo.storage.pre_save', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.add_unique_attributes_to_variant_product_attribute_set'] ?? $this->load('getPimCatalog_EventSubscriber_AddUniqueAttributesToVariantProductAttributeSetService.php'));
        }, 1 => 'addUniqueAttributes'], 0);
        $instance->addListener('akeneo.storage.pre_save', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.compute_family_variant_structure_changes'] ?? $this->load('getPimCatalog_EventSubscriber_ComputeFamilyVariantStructureChangesService.php'));
        }, 1 => 'checkIsFamilyVariantNew'], 0);
        $instance->addListener('akeneo.storage.post_save', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.compute_family_variant_structure_changes'] ?? $this->load('getPimCatalog_EventSubscriber_ComputeFamilyVariantStructureChangesService.php'));
        }, 1 => 'computeVariantStructureChanges'], 0);
        $instance->addListener('akeneo.storage.pre_save', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.remove_attributes_from_family_variants_on_family_update'] ?? ($this->privates['pim_catalog.event_subscriber.remove_attributes_from_family_variants_on_family_update'] = new \Akeneo\Pim\Structure\Bundle\EventSubscriber\RemoveAttributesFromFamilyVariantsOnFamilyUpdateSubscriber()));
        }, 1 => 'removeDeletedAttributesFromFamilyVariants'], 0);
        $instance->addListener('akeneo.storage.post_save', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.save_family_variants_on_family_update'] ?? $this->load('getPimCatalog_EventSubscriber_SaveFamilyVariantsOnFamilyUpdateService.php'));
        }, 1 => 'onUnitarySave'], 0);
        $instance->addListener('akeneo.storage.post_save_all', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.save_family_variants_on_family_update'] ?? $this->load('getPimCatalog_EventSubscriber_SaveFamilyVariantsOnFamilyUpdateService.php'));
        }, 1 => 'onBulkSave'], 0);
        $instance->addListener('akeneo.storage.post_remove', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.remove_family_from_job_instance_filters_on_family_deletion'] ?? $this->load('getPimCatalog_EventSubscriber_RemoveFamilyFromJobInstanceFiltersOnFamilyDeletionService.php'));
        }, 1 => 'removeDeletedFamilyFromExportJobInstancesFilters'], 0);
        $instance->addListener('akeneo.storage.post_remove', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.remove_attribute_filter_in_job_instances'] ?? $this->load('getPimEnrich_EventListener_RemoveAttributeFilterInJobInstancesService.php'));
        }, 1 => 'removeDeletedAttributeFromJobInstancesFilters'], 0);
        $instance->addListener('akeneo.storage.pre_remove', [0 => function () {
            return ($this->privates['pim_catalog.event_subscriber.attribute_option_removal'] ?? $this->load('getPimCatalog_EventSubscriber_AttributeOptionRemovalService.php'));
        }, 1 => 'disallowRemovalIfOptionIsUsedAsAttributeAxes'], 0);
        $instance->addListener('akeneo.storage.post_remove', [0 => function () {
            return ($this->privates['Akeneo\\Pim\\Structure\\Bundle\\EventListener\\RemoveNonExistingProductValuesSubscriber'] ?? $this->load('getRemoveNonExistingProductValuesSubscriberService.php'));
        }, 1 => 'launchRemoveNonExistingProductValuesJob'], 0);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['pim_api.event_subscriber.check_headers_request'] ?? $this->getPimApi_EventSubscriber_CheckHeadersRequestService());
        }, 1 => 'onKernelRequest'], 0);
        $instance->addListener('pim_installer.post_db_create', [0 => function () {
            return ($this->privates['pim_volume_monitoring.event_listener.install_database'] ?? $this->load('getPimVolumeMonitoring_EventListener_InstallDatabaseService.php'));
        }, 1 => 'createAggregatedVolumeTable'], 0);
        $instance->addListener('akeneo_batch.before_job_status_upgrade', [0 => function () {
            return ($this->privates['pim_connector.event_listener.archivist'] ?? $this->load('getPimConnector_EventListener_ArchivistService.php'));
        }, 1 => 'beforeStatusUpgrade'], 0);
        $instance->addListener('akeneo_batch.invalid_item', [0 => function () {
            return ($this->privates['pim_connector.event_listener.invalid_items_collector'] ?? ($this->privates['pim_connector.event_listener.invalid_items_collector'] = new \Akeneo\Tool\Bundle\ConnectorBundle\EventListener\InvalidItemsCollector()));
        }, 1 => 'collect'], 0);
        $instance->addListener('akeneo_batch.before_job_status_upgrade', [0 => function () {
            return ($this->privates['pim_connector.log_archiver'] ?? $this->load('getPimConnector_LogArchiverService.php'));
        }, 1 => 'archive'], 0);
        $instance->addListener('akeneo_batch.before_job_execution', [0 => function () {
            return ($this->privates['pim_connector.event_listener.job_execution_authenticator'] ?? $this->load('getPimConnector_EventListener_JobExecutionAuthenticatorService.php'));
        }, 1 => 'authenticate'], 0);
        $instance->addListener('akeneo_batch.item_step_after_batch', [0 => function () {
            return ($this->privates['pim_connector.reset_processed_items_batch_subscriber'] ?? ($this->privates['pim_connector.reset_processed_items_batch_subscriber'] = new \Akeneo\Tool\Bundle\ConnectorBundle\EventListener\ResetProcessedItemsBatchSubscriber()));
        }, 1 => 'resetProcessedItemsBatch'], 0);
        $instance->addListener('akeneo_batch.item_step_after_batch', [0 => function () {
            return ($this->privates['pim_connector.clear_batch_cache_subscriber'] ?? $this->load('getPimConnector_ClearBatchCacheSubscriberService.php'));
        }, 1 => 'clearCache'], 0);
        $instance->addListener('akeneo_batch.before_job_execution', [0 => function () {
            return ($this->privates['pim_connector.fetch_remote_file_before_import'] ?? $this->load('getPimConnector_FetchRemoteFileBeforeImportService.php'));
        }, 1 => 'fetchRemoteFile'], 0);
        $instance->addListener('akeneo_batch.after_job_execution', [0 => function () {
            return ($this->privates['pim_notification.event_subscriber.job_execution_notifier'] ?? $this->load('getPimNotification_EventSubscriber_JobExecutionNotifierService.php'));
        }, 1 => 'afterJobExecution'], 0);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['pim_enrich.event_listener.close_session'] ?? ($this->privates['pim_enrich.event_listener.close_session'] = new \Akeneo\Platform\Bundle\UIBundle\EventListener\CloseSessionListener()));
        }, 1 => 'closeSession'], -100);
        $instance->addListener('kernel.request', [0 => function () {
            return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
        }, 1 => 'onKernelRequest'], 0);
        $instance->addListener('kernel.response', [0 => function () {
            return ($this->privates['security.event_listener.add_csp'] ?? $this->getSecurity_EventListener_AddCspService());
        }, 1 => 'addCspHeaders'], 0);
        $instance->addListener('pim_installer.post_assets_dump', [0 => function () {
            return ($this->privates['akeneo_communication_channel.installer.installer_subscriber'] ?? $this->load('getAkeneoCommunicationChannel_Installer_InstallerSubscriberService.php'));
        }, 1 => 'installAssets'], 0);
        $instance->addListener('pim_versioning.build_version.pre_build', [0 => function () {
            return ($this->privates['pim_versioning.event_subscriber.adduser'] ?? $this->load('getPimVersioning_EventSubscriber_AdduserService.php'));
        }, 1 => 'preBuild'], 0);
        $instance->addListener('akeneo_batch.before_job_execution', [0 => function () {
            return ($this->privates['pim_versioning.event_subscriber.addcontext'] ?? $this->load('getPimVersioning_EventSubscriber_AddcontextService.php'));
        }, 1 => 'addContext'], 0);
        $instance->addListener('akeneo.storage.pre_remove', [0 => function () {
            return ($this->privates['pim_versioning.event_subscriber.add_remove_version'] ?? $this->load('getPimVersioning_EventSubscriber_AddRemoveVersionService.php'));
        }, 1 => 'addRemoveVersion'], 0);
        $instance->addListener('pim_versioning.purge_version.pre_advisement', [0 => function () {
            return ($this->privates['pim_versioning.event_subscriber.purge_progress_bar_advancer'] ?? ($this->privates['pim_versioning.event_subscriber.purge_progress_bar_advancer'] = new \Akeneo\Tool\Bundle\VersioningBundle\EventSubscriber\PurgeProgressBarAdvancerSubscriber()));
        }, 1 => 'advanceProgressbar'], 0);
        $instance->addListener('pim_installer.post_db_create', [0 => function () {
            return ($this->privates['akeneo_connectivity.connection.install.install_subscriber'] ?? $this->load('getAkeneoConnectivity_Connection_Install_InstallSubscriberService.php'));
        }, 1 => 'createConnectionsTable'], 0);
        $instance->addListener('pim_installer.post_symfony_assets_dump', [0 => function () {
            return ($this->privates['akeneo_connectivity.connection.install.install_subscriber'] ?? $this->load('getAkeneoConnectivity_Connection_Install_InstallSubscriberService.php'));
        }, 1 => 'installAssets'], 0);
        $instance->addListener('pim_installer.post_assets_dump', [0 => function () {
            return ($this->privates['akeneo_connectivity.connection.install.install_subscriber'] ?? $this->load('getAkeneoConnectivity_Connection_Install_InstallSubscriberService.php'));
        }, 1 => 'installAssets'], 0);

        return $instance;
    }

    /*
     * Gets the public 'http_kernel' shared service.
     *
     * @return \Symfony\Component\HttpKernel\HttpKernel
     */
    protected function getHttpKernelService()
    {
        return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)), false)))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
            yield 0 => ($this->privates['argument_resolver.request_attribute'] ?? ($this->privates['argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver()));
            yield 1 => ($this->privates['argument_resolver.request'] ?? ($this->privates['argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver()));
            yield 2 => ($this->privates['argument_resolver.session'] ?? ($this->privates['argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver()));
            yield 3 => ($this->privates['security.user_value_resolver'] ?? $this->load('getSecurity_UserValueResolverService.php'));
            yield 4 => ($this->privates['argument_resolver.service'] ?? $this->load('getArgumentResolver_ServiceService.php'));
            yield 5 => ($this->privates['argument_resolver.default'] ?? ($this->privates['argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver()));
            yield 6 => ($this->privates['argument_resolver.variadic'] ?? ($this->privates['argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver()));
        }, 7)));
    }

    /*
     * Gets the public 'pim_catalog.repository.channel' shared service.
     *
     * @return \Akeneo\Channel\Bundle\Doctrine\Repository\ChannelRepository
     */
    protected function getPimCatalog_Repository_ChannelService()
    {
        return $this->services['pim_catalog.repository.channel'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('Akeneo\\Channel\\Component\\Model\\Channel');
    }

    /*
     * Gets the public 'pim_user.context.user' shared service.
     *
     * @return \Akeneo\UserManagement\Bundle\Context\UserContext
     */
    protected function getPimUser_Context_UserService()
    {
        return $this->services['pim_user.context.user'] = new \Akeneo\UserManagement\Bundle\Context\UserContext(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['pim_catalog.repository.locale'] ?? $this->getPimCatalog_Repository_LocaleService()), ($this->services['pim_catalog.repository.channel'] ?? $this->getPimCatalog_Repository_ChannelService()), ($this->privates['pim_catalog.repository.category'] ?? $this->getPimCatalog_Repository_CategoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('APP_DEFAULT_LOCALE'));
    }

    /*
     * Gets the public 'request_stack' shared service.
     *
     * @return \Symfony\Component\HttpFoundation\RequestStack
     */
    protected function getRequestStackService()
    {
        return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
    }

    /*
     * Gets the public 'router' shared service.
     *
     * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
     */
    protected function getRouterService()
    {
        $a = new \Symfony\Bridge\Monolog\Logger('router');
        $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
        $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));

        $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
            'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService.php', true],
        ], [
            'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
        ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => false, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => $this->getEnv('APP_DEBUG'), 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, $this->getEnv('APP_DEFAULT_LOCALE'));

        $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? ($this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory())));

        return $instance;
    }

    /*
     * Gets the public 'security.authorization_checker' shared service.
     *
     * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
     */
    protected function getSecurity_AuthorizationCheckerService()
    {
        return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.access.decision_manager'] ?? $this->getSecurity_Access_DecisionManagerService()), false);
    }

    /*
     * Gets the public 'security.token_storage' shared service.
     *
     * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
     */
    protected function getSecurity_TokenStorageService()
    {
        return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
            'session' => ['services', 'session', 'getSessionService.php', true],
        ], [
            'session' => '?',
        ]));
    }

    /*
     * Gets the public 'translator' shared service.
     *
     * @return \Akeneo\Platform\Bundle\UIBundle\Translator\TranslatorDecorator
     */
    protected function getTranslatorService()
    {
        return $this->services['translator'] = new \Akeneo\Platform\Bundle\UIBundle\Translator\TranslatorDecorator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
    }

    /*
     * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
     *
     * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
     */
    protected function get_LegacyResolveControllerNameSubscriberService()
    {
        return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)), false))), false);
    }

    /*
     * Gets the private 'akeneo.pim.enrichment.factory.non_existent_values_filter.chained' shared service.
     *
     * @return \Akeneo\Pim\Enrichment\Component\Product\Factory\NonExistentValuesFilter\ChainedNonExistentValuesFilter
     */
    protected function getAkeneo_Pim_Enrichment_Factory_NonExistentValuesFilter_ChainedService($lazyLoad = true)
    {
        if ($lazyLoad) {
            return $this->privates['akeneo.pim.enrichment.factory.non_existent_values_filter.chained'] = $this->createProxy('ChainedNonExistentValuesFilter_a0c4488', function () {
                return \ChainedNonExistentValuesFilter_a0c4488::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
                    $wrappedInstance = $this->getAkeneo_Pim_Enrichment_Factory_NonExistentValuesFilter_ChainedService(false);

                    $proxy->setProxyInitializer(null);

                    return true;
                });
            });
        }

        include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Factory/NonExistentValuesFilter/ChainedNonExistentValuesFilterInterface.php';
        include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Factory/NonExistentValuesFilter/ChainedNonExistentValuesFilter.php';
        include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Factory/TransformRawValuesCollections.php';

        return new \Akeneo\Pim\Enrichment\Component\Product\Factory\NonExistentValuesFilter\ChainedNonExistentValuesFilter(new RewindableGenerator(function () {
            yield 0 => ($this->privates['akeneo.pim.enrichment.factory.non_existent_values_filter.simple_select'] ?? $this->load('getAkeneo_Pim_Enrichment_Factory_NonExistentValuesFilter_SimpleSelectService.php'));
            yield 1 => ($this->privates['akeneo.pim.enrichment.factory.non_existent_values_filter.multi_select'] ?? $this->load('getAkeneo_Pim_Enrichment_Factory_NonExistentValuesFilter_MultiSelectService.php'));
            yield 2 => ($this->privates['akeneo.pim.enrichment.factory.non_existent_values_filter.reference_data_simple_select'] ?? $this->load('getAkeneo_Pim_Enrichment_Factory_NonExistentValuesFilter_ReferenceDataSimpleSelectService.php'));
            yield 3 => ($this->privates['akeneo.pim.enrichment.factory.non_existent_values_filter.reference_data_multi_select'] ?? $this->load('getAkeneo_Pim_Enrichment_Factory_NonExistentValuesFilter_ReferenceDataMultiSelectService.php'));
            yield 4 => ($this->privates['akeneo.pim.enrichment.factory.non_existent_values_filter.price_collection'] ?? $this->load('getAkeneo_Pim_Enrichment_Factory_NonExistentValuesFilter_PriceCollectionService.php'));
            yield 5 => ($this->privates['akeneo.pim.enrichment.factory.non_existent_values_filter.file'] ?? $this->load('getAkeneo_Pim_Enrichment_Factory_NonExistentValuesFilter_FileService.php'));
            yield 6 => ($this->privates['akeneo.pim.enrichment.factory.non_existent_values_filter.channel_locale'] ?? $this->load('getAkeneo_Pim_Enrichment_Factory_NonExistentValuesFilter_ChannelLocaleService.php'));
        }, 7), ($this->services['akeneo.pim.enrichment.factory.empty_values_cleaner'] ?? ($this->services['akeneo.pim.enrichment.factory.empty_values_cleaner'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\EmptyValuesCleaner())), new \Akeneo\Pim\Enrichment\Component\Product\Factory\TransformRawValuesCollections(($this->privates['akeneo.pim.structure.query.get_attributes'] ?? $this->getAkeneo_Pim_Structure_Query_GetAttributesService())), ($this->privates['pim_catalog.repository.cached_locale'] ?? $this->getPimCatalog_Repository_CachedLocaleService()), ($this->privates['pim_catalog.repository.cached_channel'] ?? $this->getPimCatalog_Repository_CachedChannelService()));
    }

    /*
     * Gets the private 'akeneo.pim.enrichment.factory.read_value_collection' shared service.
     *
     * @return \Akeneo\Pim\Enrichment\Component\Product\Factory\ReadValueCollectionFactory
     */
    protected function getAkeneo_Pim_Enrichment_Factory_ReadValueCollectionService()
    {
        $a = ($this->privates['akeneo.pim.structure.query.get_attributes'] ?? $this->getAkeneo_Pim_Structure_Query_GetAttributesService());

        if (isset($this->privates['akeneo.pim.enrichment.factory.read_value_collection'])) {
            return $this->privates['akeneo.pim.enrichment.factory.read_value_collection'];
        }

        return $this->privates['akeneo.pim.enrichment.factory.read_value_collection'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\ReadValueCollectionFactory(($this->privates['akeneo.pim.enrichment.factory.value'] ?? $this->getAkeneo_Pim_Enrichment_Factory_ValueService()), $a, ($this->privates['akeneo.pim.enrichment.factory.non_existent_values_filter.chained'] ?? $this->getAkeneo_Pim_Enrichment_Factory_NonExistentValuesFilter_ChainedService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
    }

    /*
     * Gets the private 'akeneo.pim.enrichment.factory.value' shared service.
     *
     * @return \Akeneo\Pim\Enrichment\Component\Product\Factory\ValueFactory
     */
    protected function getAkeneo_Pim_Enrichment_Factory_ValueService()
    {
        return $this->privates['akeneo.pim.enrichment.factory.value'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\ValueFactory(new RewindableGenerator(function () {
            yield 0 => ($this->privates['akeneo.pim.enrichment.factory.value.boolean'] ?? ($this->privates['akeneo.pim.enrichment.factory.value.boolean'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\Value\BooleanValueFactory()));
            yield 1 => ($this->privates['akeneo.pim.enrichment.factory.value.date'] ?? ($this->privates['akeneo.pim.enrichment.factory.value.date'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\Value\DateValueFactory()));
            yield 2 => ($this->privates['akeneo.pim.enrichment.factory.value.file'] ?? $this->load('getAkeneo_Pim_Enrichment_Factory_Value_FileService.php'));
            yield 3 => ($this->privates['akeneo.pim.enrichment.factory.value.image'] ?? $this->load('getAkeneo_Pim_Enrichment_Factory_Value_ImageService.php'));
            yield 4 => ($this->privates['akeneo.pim.enrichment.factory.value.identifier'] ?? ($this->privates['akeneo.pim.enrichment.factory.value.identifier'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\Value\IdentifierValueFactory()));
            yield 5 => ($this->privates['akeneo.pim.enrichment.factory.value.metric'] ?? $this->load('getAkeneo_Pim_Enrichment_Factory_Value_MetricService.php'));
            yield 6 => ($this->privates['akeneo.pim.enrichment.factory.value.number'] ?? ($this->privates['akeneo.pim.enrichment.factory.value.number'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\Value\NumberValueFactory()));
            yield 7 => ($this->privates['akeneo.pim.enrichment.factory.value.options'] ?? ($this->privates['akeneo.pim.enrichment.factory.value.options'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\Value\OptionsValueFactory()));
            yield 8 => ($this->privates['akeneo.pim.enrichment.factory.value.option'] ?? ($this->privates['akeneo.pim.enrichment.factory.value.option'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\Value\OptionValueFactory()));
            yield 9 => ($this->privates['akeneo.pim.enrichment.factory.value.price_collection'] ?? ($this->privates['akeneo.pim.enrichment.factory.value.price_collection'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\Value\PriceCollectionValueFactory()));
            yield 10 => ($this->privates['akeneo.pim.enrichment.factory.value.reference_data_collection'] ?? ($this->privates['akeneo.pim.enrichment.factory.value.reference_data_collection'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\Value\ReferenceDataCollectionValueFactory()));
            yield 11 => ($this->privates['akeneo.pim.enrichment.factory.value.reference_data'] ?? ($this->privates['akeneo.pim.enrichment.factory.value.reference_data'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\Value\ReferenceDataValueFactory()));
            yield 12 => ($this->privates['akeneo.pim.enrichment.factory.value.textarea'] ?? ($this->privates['akeneo.pim.enrichment.factory.value.textarea'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\Value\TextAreaValueFactory()));
            yield 13 => ($this->privates['akeneo.pim.enrichment.factory.value.text'] ?? ($this->privates['akeneo.pim.enrichment.factory.value.text'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\Value\TextValueFactory()));
        }, 14));
    }

    /*
     * Gets the private 'akeneo.pim.enrichment.factory.write_value_collection' shared service.
     *
     * @return \Akeneo\Pim\Enrichment\Component\Product\Factory\WriteValueCollectionFactory
     */
    protected function getAkeneo_Pim_Enrichment_Factory_WriteValueCollectionService()
    {
        $a = ($this->privates['akeneo.pim.enrichment.factory.read_value_collection'] ?? $this->getAkeneo_Pim_Enrichment_Factory_ReadValueCollectionService());

        if (isset($this->privates['akeneo.pim.enrichment.factory.write_value_collection'])) {
            return $this->privates['akeneo.pim.enrichment.factory.write_value_collection'];
        }

        return $this->privates['akeneo.pim.enrichment.factory.write_value_collection'] = new \Akeneo\Pim\Enrichment\Component\Product\Factory\WriteValueCollectionFactory($a);
    }

    /*
     * Gets the private 'akeneo.pim.structure.query.get_attributes' shared service.
     *
     * @return \Akeneo\Pim\Structure\Bundle\Query\PublicApi\Attribute\Cache\LRUCachedGetAttributes
     */
    protected function getAkeneo_Pim_Structure_Query_GetAttributesService()
    {
        $a = ($this->privates['akeneo.pim.structure.query.sql_get_attributes'] ?? $this->getAkeneo_Pim_Structure_Query_SqlGetAttributesService());

        if (isset($this->privates['akeneo.pim.structure.query.get_attributes'])) {
            return $this->privates['akeneo.pim.structure.query.get_attributes'];
        }

        return $this->privates['akeneo.pim.structure.query.get_attributes'] = new \Akeneo\Pim\Structure\Bundle\Query\PublicApi\Attribute\Cache\LRUCachedGetAttributes($a);
    }

    /*
     * Gets the private 'akeneo.pim.structure.query.sql_get_attributes' shared service.
     *
     * @return \Akeneo\Pim\Structure\Bundle\Query\PublicApi\Attribute\Sql\SqlGetAttributes
     */
    protected function getAkeneo_Pim_Structure_Query_SqlGetAttributesService()
    {
        $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());

        if (isset($this->privates['akeneo.pim.structure.query.sql_get_attributes'])) {
            return $this->privates['akeneo.pim.structure.query.sql_get_attributes'];
        }

        return $this->privates['akeneo.pim.structure.query.sql_get_attributes'] = new \Akeneo\Pim\Structure\Bundle\Query\PublicApi\Attribute\Sql\SqlGetAttributes($a);
    }

    /*
     * Gets the private 'annotations.cached_reader' shared service.
     *
     * @return \Doctrine\Common\Annotations\CachedReader
     */
    protected function getAnnotations_CachedReaderService()
    {
        return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), false);
    }

    /*
     * Gets the private 'annotations.reader' shared service.
     *
     * @return \Doctrine\Common\Annotations\AnnotationReader
     */
    protected function getAnnotations_ReaderService()
    {
        $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();

        $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
        $a->registerUniqueLoader('class_exists');

        $instance->addGlobalIgnoredName('required', $a);

        return $instance;
    }

    /*
     * Gets the private 'debug.debug_handlers_listener' shared service.
     *
     * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
     */
    protected function getDebug_DebugHandlersListenerService()
    {
        return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, NULL, NULL, 0, false, ($this->privates['debug.file_link_formatter'] ?? ($this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL))), false);
    }

    /*
     * Gets the private 'fos_rest.body_listener' shared service.
     *
     * @return \FOS\RestBundle\EventListener\BodyListener
     */
    protected function getFosRest_BodyListenerService()
    {
        $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
            'fos_rest.decoder.json' => ['privates', 'fos_rest.decoder.json', 'getFosRest_Decoder_JsonService.php', true],
        ], [
            'fos_rest.decoder.json' => '?',
        ]), ['json' => 'fos_rest.decoder.json']), false);

        $instance->setDefaultFormat(NULL);

        return $instance;
    }

    /*
     * Gets the private 'fos_rest.format_listener' shared service.
     *
     * @return \FOS\RestBundle\EventListener\FormatListener
     */
    protected function getFosRest_FormatListenerService()
    {
        return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener(($this->privates['fos_rest.format_negotiator'] ?? $this->getFosRest_FormatNegotiatorService()));
    }

    /*
     * Gets the private 'fos_rest.format_negotiator' shared service.
     *
     * @return \FOS\RestBundle\Negotiation\FormatNegotiator
     */
    protected function getFosRest_FormatNegotiatorService()
    {
        $this->privates['fos_rest.format_negotiator'] = $instance = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));

        $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api', NULL, NULL, NULL, []), ['priorities' => [0 => 'json'], 'fallback_format' => 'json', 'prefer_extension' => '2.0', 'methods' => NULL, 'attributes' => [], 'stop' => false]);
        $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('', NULL, NULL, NULL, []), ['stop' => true, 'methods' => NULL, 'attributes' => [], 'prefer_extension' => '2.0', 'fallback_format' => 'html', 'priorities' => []]);

        return $instance;
    }

    /*
     * Gets the private 'fos_rest.mime_type_listener' shared service.
     *
     * @return \FOS\RestBundle\EventListener\MimeTypeListener
     */
    protected function getFosRest_MimeTypeListenerService()
    {
        return $this->privates['fos_rest.mime_type_listener'] = new \FOS\RestBundle\EventListener\MimeTypeListener(['form_data' => [0 => 'multipart/form-data'], 'akeneo_multi_json' => [0 => 'application/vnd.akeneo.collection+json']]);
    }

    /*
     * Gets the private 'fos_rest.zone_matcher_listener' shared service.
     *
     * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
     */
    protected function getFosRest_ZoneMatcherListenerService()
    {
        $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();

        $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'));
        $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(?!_profiler|_wdt)'));

        return $instance;
    }

    /*
     * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
     *
     * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
     */
    protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
    {
        return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
    }

    /*
     * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
     *
     * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
     */
    protected function getFrameworkExtraBundle_Event_IsGrantedService()
    {
        return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
    }

    /*
     * Gets the private 'locale_aware_listener' shared service.
     *
     * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
     */
    protected function getLocaleAwareListenerService()
    {
        return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
            yield 0 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
        }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
    }

    /*
     * Gets the private 'locale_listener' shared service.
     *
     * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
     */
    protected function getLocaleListenerService()
    {
        return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('APP_DEFAULT_LOCALE'), ($this->services['router'] ?? $this->getRouterService()));
    }

    /*
     * Gets the private 'monolog.handler.console' shared service.
     *
     * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
     */
    protected function getMonolog_Handler_ConsoleService()
    {
        $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);

        $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));

        return $instance;
    }

    /*
     * Gets the private 'monolog.handler.main' shared service.
     *
     * @return \Monolog\Handler\FingersCrossedHandler
     */
    protected function getMonolog_Handler_MainService()
    {
        $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/logs/prod.log'), 200, true, NULL, false);
        $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));

        return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler($a, 300, 0, true, true, NULL);
    }

    /*
     * Gets the private 'monolog.logger' shared service.
     *
     * @return \Symfony\Bridge\Monolog\Logger
     */
    protected function getMonolog_LoggerService()
    {
        $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');

        $instance->useMicrosecondTimestamps(true);
        $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
        $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));

        return $instance;
    }

    /*
     * Gets the private 'monolog.logger.request' shared service.
     *
     * @return \Symfony\Bridge\Monolog\Logger
     */
    protected function getMonolog_Logger_RequestService()
    {
        $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');

        $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
        $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));

        return $instance;
    }

    /*
     * Gets the private 'monolog.logger.security' shared service.
     *
     * @return \Symfony\Bridge\Monolog\Logger
     */
    protected function getMonolog_Logger_SecurityService()
    {
        $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');

        $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
        $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));

        return $instance;
    }

    /*
     * Gets the private 'oro_security.acl.annotation_provider' shared service.
     *
     * @return \Oro\Bundle\SecurityBundle\Metadata\AclAnnotationProvider
     */
    protected function getOroSecurity_Acl_AnnotationProviderService()
    {
        $this->privates['oro_security.acl.annotation_provider'] = $instance = new \Oro\Bundle\SecurityBundle\Metadata\AclAnnotationProvider(new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/oro_acl_annotations')));

        $instance->addLoader(new \Oro\Bundle\SecurityBundle\Annotation\Loader\AclAnnotationLoader($this->parameters['kernel.bundles'], [0 => 'Controller'], ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())));
        $instance->addLoader(new \Oro\Bundle\SecurityBundle\Annotation\Loader\AclYamlConfigLoader($this->parameters['kernel.bundles']));

        return $instance;
    }

    /*
     * Gets the private 'oro_security.acl.extension_selector' shared service.
     *
     * @return \Oro\Bundle\SecurityBundle\Acl\Extension\AclExtensionSelector
     */
    protected function getOroSecurity_Acl_ExtensionSelectorService()
    {
        $a = new \Oro\Bundle\SecurityBundle\Acl\Domain\ObjectIdAccessor();

        $this->privates['oro_security.acl.extension_selector'] = $instance = new \Oro\Bundle\SecurityBundle\Acl\Extension\AclExtensionSelector($a);

        $instance->addAclExtension(new \Oro\Bundle\SecurityBundle\Acl\Extension\ActionAclExtension(($this->privates['oro_security.action_metadata_provider'] ?? $this->getOroSecurity_ActionMetadataProviderService())));
        $instance->addAclExtension(new \Oro\Bundle\SecurityBundle\Acl\Extension\EntityAclExtension($a, new \Oro\Bundle\SecurityBundle\Acl\Extension\EntityClassResolver(($this->services['doctrine'] ?? $this->getDoctrineService()))));

        return $instance;
    }

    /*
     * Gets the private 'oro_security.acl.object_identity_factory' shared service.
     *
     * @return \Oro\Bundle\SecurityBundle\Acl\Domain\ObjectIdentityFactory
     */
    protected function getOroSecurity_Acl_ObjectIdentityFactoryService()
    {
        return $this->privates['oro_security.acl.object_identity_factory'] = new \Oro\Bundle\SecurityBundle\Acl\Domain\ObjectIdentityFactory(($this->privates['oro_security.acl.extension_selector'] ?? $this->getOroSecurity_Acl_ExtensionSelectorService()));
    }

    /*
     * Gets the private 'oro_security.action_metadata_provider' shared service.
     *
     * @return \Oro\Bundle\SecurityBundle\Metadata\ActionMetadataProvider
     */
    protected function getOroSecurity_ActionMetadataProviderService()
    {
        return $this->privates['oro_security.action_metadata_provider'] = new \Oro\Bundle\SecurityBundle\Metadata\ActionMetadataProvider(($this->privates['oro_security.acl.annotation_provider'] ?? $this->getOroSecurity_Acl_AnnotationProviderService()), new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/oro_acl_annotations')));
    }

    /*
     * Gets the private 'oro_security.listener.controller' shared service.
     *
     * @return \Oro\Bundle\SecurityBundle\EventListener\ControllerListener
     */
    protected function getOroSecurity_Listener_ControllerService()
    {
        return $this->privates['oro_security.listener.controller'] = new \Oro\Bundle\SecurityBundle\EventListener\ControllerListener(($this->privates['oro_security.security_facade'] ?? $this->getOroSecurity_SecurityFacadeService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
    }

    /*
     * Gets the private 'oro_security.security_facade' shared service.
     *
     * @return \Oro\Bundle\SecurityBundle\SecurityFacade
     */
    protected function getOroSecurity_SecurityFacadeService()
    {
        return $this->privates['oro_security.security_facade'] = new \Oro\Bundle\SecurityBundle\SecurityFacade(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['oro_security.acl.annotation_provider'] ?? $this->getOroSecurity_Acl_AnnotationProviderService()), ($this->privates['oro_security.acl.object_identity_factory'] ?? $this->getOroSecurity_Acl_ObjectIdentityFactoryService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
    }

    /*
     * Gets the private 'pim_api.event_subscriber.check_headers_request' shared service.
     *
     * @return \Akeneo\Tool\Bundle\ApiBundle\EventSubscriber\CheckHeadersRequestSubscriber
     */
    protected function getPimApi_EventSubscriber_CheckHeadersRequestService()
    {
        $a = new \Akeneo\Tool\Bundle\ApiBundle\Negotiator\ContentTypeNegotiator();
        $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/rest/v\\d+/media-files', NULL, [0 => 'POST']), ['path' => '^/api/rest/v\\d+/media-files', 'methods' => [0 => 'POST'], 'content_types' => [0 => 'multipart/form-data'], 'priority' => 10, 'host' => NULL, 'stop' => false]);
        $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/rest/v\\d+/(products|families|categories|attributes|attribute-groups|channels|association-types|product-models)$', NULL, [0 => 'PATCH']), ['path' => '^/api/rest/v\\d+/(products|families|categories|attributes|attribute-groups|channels|association-types|product-models)$', 'methods' => [0 => 'PATCH'], 'content_types' => [0 => 'application/vnd.akeneo.collection+json'], 'priority' => 20, 'host' => NULL, 'stop' => false]);
        $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher(('^/api/rest/v\\d+/families/.+'.\dirname(__DIR__, 6).'iants$'), NULL, [0 => 'PATCH']), ['path' => ('^/api/rest/v\\d+/families/.+'.\dirname(__DIR__, 6).'iants$'), 'methods' => [0 => 'PATCH'], 'content_types' => [0 => 'application/vnd.akeneo.collection+json'], 'priority' => 20, 'host' => NULL, 'stop' => false]);
        $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/rest/v\\d+/attributes/.+/options$', NULL, [0 => 'PATCH']), ['path' => '^/api/rest/v\\d+/attributes/.+/options$', 'methods' => [0 => 'PATCH'], 'content_types' => [0 => 'application/vnd.akeneo.collection+json'], 'priority' => 20, 'host' => NULL, 'stop' => false]);
        $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/oauth/v\\d+/token', NULL, NULL), ['path' => '^/api/oauth/v\\d+/token', 'content_types' => [0 => 'application/json', 1 => 'application/x-www-form-urlencoded'], 'priority' => 30, 'host' => NULL, 'methods' => NULL, 'stop' => false]);
        $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api', NULL, NULL), ['path' => '^/api', 'content_types' => [0 => 'application/json'], 'priority' => 40, 'host' => NULL, 'methods' => NULL, 'stop' => false]);
        $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('', NULL, NULL), ['path' => '', 'stop' => true, 'priority' => 100, 'host' => NULL, 'methods' => NULL, 'content_types' => []]);

        return $this->privates['pim_api.event_subscriber.check_headers_request'] = new \Akeneo\Tool\Bundle\ApiBundle\EventSubscriber\CheckHeadersRequestSubscriber(($this->privates['fos_rest.format_negotiator'] ?? $this->getFosRest_FormatNegotiatorService()), $a);
    }

    /*
     * Gets the private 'pim_catalog.repository.cached_channel' shared service.
     *
     * @return \Akeneo\Tool\Component\StorageUtils\Repository\BaseCachedObjectRepository
     */
    protected function getPimCatalog_Repository_CachedChannelService()
    {
        return $this->privates['pim_catalog.repository.cached_channel'] = new \Akeneo\Tool\Component\StorageUtils\Repository\BaseCachedObjectRepository(($this->services['pim_catalog.repository.channel'] ?? $this->getPimCatalog_Repository_ChannelService()));
    }

    /*
     * Gets the private 'pim_catalog.repository.cached_locale' shared service.
     *
     * @return \Akeneo\Tool\Component\StorageUtils\Repository\BaseCachedObjectRepository
     */
    protected function getPimCatalog_Repository_CachedLocaleService()
    {
        return $this->privates['pim_catalog.repository.cached_locale'] = new \Akeneo\Tool\Component\StorageUtils\Repository\BaseCachedObjectRepository(($this->privates['pim_catalog.repository.locale'] ?? $this->getPimCatalog_Repository_LocaleService()));
    }

    /*
     * Gets the private 'pim_catalog.repository.category' shared service.
     *
     * @return \Akeneo\Tool\Bundle\ClassificationBundle\Doctrine\ORM\Repository\CategoryRepository
     */
    protected function getPimCatalog_Repository_CategoryService()
    {
        return $this->privates['pim_catalog.repository.category'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('Akeneo\\Pim\\Enrichment\\Component\\Category\\Model\\Category');
    }

    /*
     * Gets the private 'pim_catalog.repository.locale' shared service.
     *
     * @return \Akeneo\Channel\Bundle\Doctrine\Repository\LocaleRepository
     */
    protected function getPimCatalog_Repository_LocaleService()
    {
        return $this->privates['pim_catalog.repository.locale'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('Akeneo\\Channel\\Component\\Model\\Locale');
    }

    /*
     * Gets the private 'pim_locale.locale_subscriber' shared service.
     *
     * @return \Akeneo\UserManagement\Bundle\EventListener\LocaleSubscriber
     */
    protected function getPimLocale_LocaleSubscriberService()
    {
        return $this->privates['pim_locale.locale_subscriber'] = new \Akeneo\UserManagement\Bundle\EventListener\LocaleSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
    }

    /*
     * Gets the private 'router.request_context' shared service.
     *
     * @return \Symfony\Component\Routing\RequestContext
     */
    protected function getRouter_RequestContextService()
    {
        return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('', 'GET', 'localhost', 'http', 80, 443);
    }

    /*
     * Gets the private 'router_listener' shared service.
     *
     * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
     */
    protected function getRouterListenerService()
    {
        return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), false);
    }

    /*
     * Gets the private 'security.access.decision_manager' shared service.
     *
     * @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
     */
    protected function getSecurity_Access_DecisionManagerService()
    {
        return $this->privates['security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
            yield 0 => ($this->services['security.acl.voter.basic_permissions'] ?? $this->load('getSecurity_Acl_Voter_BasicPermissionsService.php'));
            yield 1 => ($this->privates['security.access.authenticated_voter'] ?? $this->load('getSecurity_Access_AuthenticatedVoterService.php'));
            yield 2 => ($this->privates['security.access.simple_role_voter'] ?? ($this->privates['security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter()));
            yield 3 => ($this->privates['pim_api.security.acl.voter.overall_access'] ?? $this->load('getPimApi_Security_Acl_Voter_OverallAccessService.php'));
        }, 4), 'affirmative', false, true);
    }

    /*
     * Gets the private 'security.authentication.manager' shared service.
     *
     * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
     */
    protected function getSecurity_Authentication_ManagerService()
    {
        $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
            yield 0 => ($this->privates['security.authentication.provider.anonymous.login'] ?? ($this->privates['security.authentication.provider.anonymous.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
            yield 1 => ($this->privates['security.authentication.provider.anonymous.reset_password'] ?? ($this->privates['security.authentication.provider.anonymous.reset_password'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
            yield 2 => ($this->privates['security.authentication.provider.fos_oauth_server.api'] ?? $this->load('getSecurity_Authentication_Provider_FosOauthServer_ApiService.php'));
            yield 3 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
            yield 4 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->load('getSecurity_Authentication_Provider_Rememberme_MainService.php'));
        }, 5), true);

        $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));

        return $instance;
    }

    /*
     * Gets the private 'security.event_listener.add_csp' shared service.
     *
     * @return \Akeneo\Platform\Bundle\UIBundle\EventListener\AddContentSecurityPolicyListener
     */
    protected function getSecurity_EventListener_AddCspService()
    {
        return $this->privates['security.event_listener.add_csp'] = new \Akeneo\Platform\Bundle\UIBundle\EventListener\AddContentSecurityPolicyListener(($this->privates['security.script_nonce_generator'] ?? $this->getSecurity_ScriptNonceGeneratorService()));
    }

    /*
     * Gets the private 'security.firewall' shared service.
     *
     * @return \Symfony\Bundle\SecurityBundle\EventListener\FirewallListener
     */
    protected function getSecurity_FirewallService()
    {
        return $this->privates['security.firewall'] = new \Symfony\Bundle\SecurityBundle\EventListener\FirewallListener(new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
            'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService.php', true],
            'security.firewall.map.context.api_index' => ['privates', 'security.firewall.map.context.api_index', 'getSecurity_Firewall_Map_Context_ApiIndexService.php', true],
            'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService.php', true],
            'security.firewall.map.context.install' => ['privates', 'security.firewall.map.context.install', 'getSecurity_Firewall_Map_Context_InstallService.php', true],
            'security.firewall.map.context.liip_imagine' => ['privates', 'security.firewall.map.context.liip_imagine', 'getSecurity_Firewall_Map_Context_LiipImagineService.php', true],
            'security.firewall.map.context.login' => ['privates', 'security.firewall.map.context.login', 'getSecurity_Firewall_Map_Context_LoginService.php', true],
            'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService.php', true],
            'security.firewall.map.context.oauth_token' => ['privates', 'security.firewall.map.context.oauth_token', 'getSecurity_Firewall_Map_Context_OauthTokenService.php', true],
            'security.firewall.map.context.reset_password' => ['privates', 'security.firewall.map.context.reset_password', 'getSecurity_Firewall_Map_Context_ResetPasswordService.php', true],
        ], [
            'security.firewall.map.context.api' => '?',
            'security.firewall.map.context.api_index' => '?',
            'security.firewall.map.context.dev' => '?',
            'security.firewall.map.context.install' => '?',
            'security.firewall.map.context.liip_imagine' => '?',
            'security.firewall.map.context.login' => '?',
            'security.firewall.map.context.main' => '?',
            'security.firewall.map.context.oauth_token' => '?',
            'security.firewall.map.context.reset_password' => '?',
        ]), new RewindableGenerator(function () {
            yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
            yield 'security.firewall.map.context.install' => ($this->privates['.security.request_matcher.7c6aqIZ'] ?? ($this->privates['.security.request_matcher.7c6aqIZ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/installer')));
            yield 'security.firewall.map.context.liip_imagine' => ($this->privates['.security.request_matcher.Uc3QaSt'] ?? ($this->privates['.security.request_matcher.Uc3QaSt'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/media')));
            yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.mpFDtF.'] ?? ($this->privates['.security.request_matcher.mpFDtF.'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/(login|reset-request|send-email|check-email)$')));
            yield 'security.firewall.map.context.reset_password' => ($this->privates['.security.request_matcher..qpntyQ'] ?? ($this->privates['.security.request_matcher..qpntyQ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/reset/*')));
            yield 'security.firewall.map.context.oauth_token' => ($this->privates['.security.request_matcher.9GAMBim'] ?? ($this->privates['.security.request_matcher.9GAMBim'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/oauth/v1/token')));
            yield 'security.firewall.map.context.api_index' => ($this->privates['.security.request_matcher.TZKa40R'] ?? ($this->privates['.security.request_matcher.TZKa40R'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/rest/v1$')));
            yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
            yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
        }, 9)), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
    }

    /*
     * Gets the private 'security.logout_url_generator' shared service.
     *
     * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
     */
    protected function getSecurity_LogoutUrlGeneratorService()
    {
        $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));

        $instance->registerListener('main', 'pim_user_security_logout', 'logout', '_csrf_token', NULL, NULL);

        return $instance;
    }

    /*
     * Gets the private 'security.script_nonce_generator' shared service.
     *
     * @return \Akeneo\Platform\Bundle\UIBundle\EventListener\ScriptNonceGenerator
     */
    protected function getSecurity_ScriptNonceGeneratorService()
    {
        return $this->privates['security.script_nonce_generator'] = new \Akeneo\Platform\Bundle\UIBundle\EventListener\ScriptNonceGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('APP_SECRET'));
    }

    /*
     * Gets the private 'sensio_framework_extra.controller.listener' shared service.
     *
     * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
     */
    protected function getSensioFrameworkExtra_Controller_ListenerService()
    {
        return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
    }

    /*
     * Gets the private 'sensio_framework_extra.converter.listener' shared service.
     *
     * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
     */
    protected function getSensioFrameworkExtra_Converter_ListenerService()
    {
        $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
        $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL), 0, 'doctrine.orm');
        $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');

        return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
    }

    /*
     * Gets the private 'sensio_framework_extra.security.listener' shared service.
     *
     * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
     */
    protected function getSensioFrameworkExtra_Security_ListenerService()
    {
        return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), NULL, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
    }

    /*
     * Gets the private 'sensio_framework_extra.view.listener' shared service.
     *
     * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
     */
    protected function getSensioFrameworkExtra_View_ListenerService()
    {
        $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));

        $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
            'twig' => ['services', 'twig', 'getTwigService.php', true],
        ], [
            'twig' => 'Twig\\Environment',
        ]))->withContext('sensio_framework_extra.view.listener', $this));

        return $instance;
    }

    /*
     * Gets the private 'session_listener' shared service.
     *
     * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
     */
    protected function getSessionListenerService()
    {
        return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
            'initialized_session' => ['services', 'session', NULL, true],
            'session' => ['services', 'session', 'getSessionService.php', true],
        ], [
            'initialized_session' => '?',
            'session' => '?',
        ]));
    }

    /*
     * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
     *
     * @return \Akeneo\Platform\Bundle\UIBundle\EventListener\UserContextListener
     */
    protected function getStofDoctrineExtensions_EventListener_LocaleService()
    {
        return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Akeneo\Platform\Bundle\UIBundle\EventListener\UserContextListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['pim_enrich.event_listener.add_locale'] ?? ($this->privates['pim_enrich.event_listener.add_locale'] = new \Akeneo\Platform\Bundle\UIBundle\EventListener\AddLocaleListener())), ($this->privates['pim_catalog.context.catalog'] ?? ($this->privates['pim_catalog.context.catalog'] = new \Akeneo\Pim\Enrichment\Bundle\Context\CatalogContext())), ($this->services['pim_user.context.user'] ?? $this->getPimUser_Context_UserService()));
    }

    /*
     * Gets the private 'translator.default' shared service.
     *
     * @return \Oro\Bundle\TranslationBundle\Translation\Translator
     */
    protected function getTranslator_DefaultService()
    {
        $this->privates['translator.default'] = $instance = new \Oro\Bundle\TranslationBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
            'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService.php', true],
            'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService.php', true],
            'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService.php', true],
            'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService.php', true],
            'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService.php', true],
            'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService.php', true],
            'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService.php', true],
            'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService.php', true],
            'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService.php', true],
            'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService.php', true],
            'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService.php', true],
        ], [
            'translation.loader.csv' => '?',
            'translation.loader.dat' => '?',
            'translation.loader.ini' => '?',
            'translation.loader.json' => '?',
            'translation.loader.mo' => '?',
            'translation.loader.php' => '?',
            'translation.loader.po' => '?',
            'translation.loader.qt' => '?',
            'translation.loader.res' => '?',
            'translation.loader.xliff' => '?',
            'translation.loader.yml' => '?',
        ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('APP_DEFAULT_LOCALE'), ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => false, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.de.yml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.en.yml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.fr.yml')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.pt_BR.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.pt_BR.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.pt_BR.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.pt_BR.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.pt_BR.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.pt_BR.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.pt_BR.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.pt_BR.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.pt_BR.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.pt_BR.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.pt_BR.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.pt_BR.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.pt_BR.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.pt_BR.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.pt_BR.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.pt_BR.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.pt_BR.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.pt_BR.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.pt_BR.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.pt_BR.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.pt_BR.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.pt_BR.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.pt_BR.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.pt_BR.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.pt_BR.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.pt_BR.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.pt_BR.yml'), 30 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.pt_BR.yml'), 31 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.pt_BR.yml'), 32 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.pt_BR.yml')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.sl.yml')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.zh_CN.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.zh_CN.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.zh_CN.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.zh_CN.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.zh_CN.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.zh_CN.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.zh_CN.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.zh_CN.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.zh_CN.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.zh_CN.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/validators.zh_CN.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.zh_CN.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.zh_CN.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.zh_CN.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.zh_CN.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.zh_CN.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.zh_CN.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.zh_CN.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.zh_CN.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.zh_CN.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.zh_CN.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.zh_CN.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.zh_CN.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.zh_CN.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.zh_CN.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.zh_CN.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.zh_CN.yml'), 30 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.zh_CN.yml'), 31 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.zh_CN.yml'), 32 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.zh_CN.yml'), 33 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.zh_CN.yml'), 34 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/jsmessages.zh_CN.yml'), 35 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/messages.zh_CN.yml')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.zh_TW.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.zh_TW.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.zh_TW.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.zh_TW.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.zh_TW.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.zh_TW.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.zh_TW.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.zh_TW.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.zh_TW.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.zh_TW.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.zh_TW.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.zh_TW.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.zh_TW.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.zh_TW.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.zh_TW.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.zh_TW.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.zh_TW.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.zh_TW.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.zh_TW.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.zh_TW.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.zh_TW.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.zh_TW.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.zh_TW.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.zh_TW.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.zh_TW.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.zh_TW.yml')], 'pt_PT' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.pt_PT.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.pt_PT.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.pt_PT.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.pt_PT.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.pt_PT.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.pt_PT.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.pt_PT.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.pt_PT.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.pt_PT.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.pt_PT.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.pt_PT.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.pt_PT.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.pt_PT.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.pt_PT.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.pt_PT.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.pt_PT.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.pt_PT.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.pt_PT.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.pt_PT.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.pt_PT.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.pt_PT.yml')], 'ca_ES' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.ca_ES.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.ca_ES.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.ca_ES.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.ca_ES.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.ca_ES.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.ca_ES.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.ca_ES.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.ca_ES.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.ca_ES.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.ca_ES.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.ca_ES.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.ca_ES.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.ca_ES.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.ca_ES.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.ca_ES.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.ca_ES.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.ca_ES.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.ca_ES.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.ca_ES.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.ca_ES.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.ca_ES.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.ca_ES.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.ca_ES.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.ca_ES.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.ca_ES.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.ca_ES.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.ca_ES.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.ca_ES.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.ca_ES.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.ca_ES.yml')], 'da_DK' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.da_DK.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.da_DK.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.da_DK.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.da_DK.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.da_DK.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.da_DK.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.da_DK.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.da_DK.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.da_DK.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.da_DK.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.da_DK.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.da_DK.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.da_DK.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.da_DK.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.da_DK.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.da_DK.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.da_DK.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.da_DK.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.da_DK.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.da_DK.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.da_DK.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.da_DK.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.da_DK.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.da_DK.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.da_DK.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.da_DK.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.da_DK.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.da_DK.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.da_DK.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.da_DK.yml')], 'de_DE' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.de_DE.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.de_DE.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.de_DE.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.de_DE.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.de_DE.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.de_DE.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.de_DE.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.de_DE.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.de_DE.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.de_DE.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/validators.de_DE.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.de_DE.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.de_DE.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.de_DE.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.de_DE.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.de_DE.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.de_DE.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.de_DE.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.de_DE.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.de_DE.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.de_DE.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.de_DE.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.de_DE.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.de_DE.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.de_DE.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.de_DE.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.de_DE.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.de_DE.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.de_DE.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.de_DE.yml'), 30 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.de_DE.yml'), 31 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/jsmessages.de_DE.yml'), 32 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/messages.de_DE.yml')], 'en_AU' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.en_AU.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.en_AU.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.en_AU.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.en_AU.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.en_AU.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.en_AU.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.en_AU.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.en_AU.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/validators.en_AU.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.en_AU.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.en_AU.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.en_AU.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.en_AU.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.en_AU.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.en_AU.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.en_AU.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.en_AU.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.en_AU.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.en_AU.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.en_AU.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.en_AU.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.en_AU.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.en_AU.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.en_AU.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.en_AU.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.en_AU.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.en_AU.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/jsmessages.en_AU.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/messages.en_AU.yml')], 'en_GB' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.en_GB.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.en_GB.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.en_GB.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.en_GB.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.en_GB.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.en_GB.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.en_GB.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.en_GB.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/validators.en_GB.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.en_GB.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.en_GB.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.en_GB.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.en_GB.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.en_GB.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.en_GB.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.en_GB.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.en_GB.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.en_GB.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.en_GB.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.en_GB.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.en_GB.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.en_GB.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.en_GB.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.en_GB.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.en_GB.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.en_GB.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.en_GB.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/jsmessages.en_GB.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/messages.en_GB.yml')], 'en_NZ' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.en_NZ.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.en_NZ.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.en_NZ.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.en_NZ.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.en_NZ.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.en_NZ.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.en_NZ.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.en_NZ.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.en_NZ.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.en_NZ.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.en_NZ.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.en_NZ.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.en_NZ.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.en_NZ.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.en_NZ.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.en_NZ.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.en_NZ.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.en_NZ.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.en_NZ.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.en_NZ.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.en_NZ.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.en_NZ.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.en_NZ.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.en_NZ.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.en_NZ.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.en_NZ.yml')], 'en_US' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.en_US.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.en_US.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.en_US.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.en_US.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.en_US.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.en_US.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.en_US.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.en_US.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.en_US.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.en_US.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/validators.en_US.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.en_US.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.en_US.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.en_US.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.en_US.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.en_US.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.en_US.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.en_US.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.en_US.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.en_US.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.en_US.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.en_US.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.en_US.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.en_US.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.en_US.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.en_US.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.en_US.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.en_US.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.en_US.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.en_US.yml'), 30 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.en_US.yml'), 31 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/jsmessages.en_US.yml'), 32 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/messages.en_US.yml')], 'es_ES' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.es_ES.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.es_ES.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.es_ES.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.es_ES.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.es_ES.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.es_ES.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.es_ES.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.es_ES.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.es_ES.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.es_ES.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.es_ES.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.es_ES.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.es_ES.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.es_ES.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.es_ES.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.es_ES.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.es_ES.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.es_ES.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.es_ES.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.es_ES.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.es_ES.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.es_ES.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.es_ES.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.es_ES.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.es_ES.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.es_ES.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.es_ES.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.es_ES.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.es_ES.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.es_ES.yml')], 'fi_FI' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.fi_FI.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.fi_FI.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.fi_FI.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.fi_FI.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.fi_FI.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.fi_FI.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.fi_FI.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.fi_FI.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.fi_FI.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.fi_FI.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.fi_FI.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.fi_FI.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.fi_FI.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.fi_FI.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.fi_FI.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.fi_FI.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.fi_FI.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.fi_FI.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.fi_FI.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.fi_FI.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.fi_FI.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.fi_FI.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.fi_FI.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.fi_FI.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.fi_FI.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.fi_FI.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.fi_FI.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.fi_FI.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.fi_FI.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.fi_FI.yml')], 'fr_FR' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.fr_FR.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.fr_FR.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.fr_FR.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.fr_FR.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.fr_FR.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.fr_FR.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.fr_FR.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.fr_FR.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.fr_FR.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.fr_FR.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/validators.fr_FR.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.fr_FR.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.fr_FR.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.fr_FR.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.fr_FR.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.fr_FR.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.fr_FR.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.fr_FR.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.fr_FR.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.fr_FR.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.fr_FR.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.fr_FR.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.fr_FR.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.fr_FR.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.fr_FR.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.fr_FR.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.fr_FR.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.fr_FR.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.fr_FR.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.fr_FR.yml'), 30 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.fr_FR.yml'), 31 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/jsmessages.fr_FR.yml'), 32 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/messages.fr_FR.yml')], 'hr_HR' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.hr_HR.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.hr_HR.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.hr_HR.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.hr_HR.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.hr_HR.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.hr_HR.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.hr_HR.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.hr_HR.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.hr_HR.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.hr_HR.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.hr_HR.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.hr_HR.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.hr_HR.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.hr_HR.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.hr_HR.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.hr_HR.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.hr_HR.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.hr_HR.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.hr_HR.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.hr_HR.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.hr_HR.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.hr_HR.yml')], 'it_IT' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.it_IT.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.it_IT.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.it_IT.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.it_IT.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.it_IT.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.it_IT.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.it_IT.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.it_IT.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.it_IT.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.it_IT.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/validators.it_IT.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.it_IT.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.it_IT.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.it_IT.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.it_IT.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.it_IT.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.it_IT.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.it_IT.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.it_IT.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.it_IT.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.it_IT.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.it_IT.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.it_IT.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.it_IT.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.it_IT.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.it_IT.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.it_IT.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.it_IT.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.it_IT.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.it_IT.yml'), 30 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.it_IT.yml'), 31 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/jsmessages.it_IT.yml'), 32 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/messages.it_IT.yml')], 'ja_JP' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.ja_JP.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.ja_JP.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.ja_JP.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.ja_JP.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.ja_JP.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.ja_JP.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.ja_JP.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.ja_JP.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.ja_JP.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.ja_JP.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/validators.ja_JP.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.ja_JP.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.ja_JP.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.ja_JP.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.ja_JP.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.ja_JP.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.ja_JP.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.ja_JP.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.ja_JP.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.ja_JP.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.ja_JP.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.ja_JP.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.ja_JP.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.ja_JP.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.ja_JP.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.ja_JP.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.ja_JP.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.ja_JP.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.ja_JP.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.ja_JP.yml'), 30 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.ja_JP.yml'), 31 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/jsmessages.ja_JP.yml'), 32 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/messages.ja_JP.yml')], 'ko_KR' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.ko_KR.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.ko_KR.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.ko_KR.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.ko_KR.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.ko_KR.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.ko_KR.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.ko_KR.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.ko_KR.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/validators.ko_KR.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.ko_KR.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.ko_KR.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.ko_KR.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.ko_KR.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.ko_KR.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.ko_KR.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.ko_KR.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.ko_KR.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.ko_KR.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.ko_KR.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.ko_KR.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.ko_KR.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.ko_KR.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.ko_KR.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.ko_KR.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.ko_KR.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.ko_KR.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.ko_KR.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/jsmessages.ko_KR.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/messages.ko_KR.yml')], 'nl_NL' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.nl_NL.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.nl_NL.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.nl_NL.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.nl_NL.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.nl_NL.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.nl_NL.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.nl_NL.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.nl_NL.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.nl_NL.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.nl_NL.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.nl_NL.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.nl_NL.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.nl_NL.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.nl_NL.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.nl_NL.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.nl_NL.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.nl_NL.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.nl_NL.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.nl_NL.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.nl_NL.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.nl_NL.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.nl_NL.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.nl_NL.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.nl_NL.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.nl_NL.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.nl_NL.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.nl_NL.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.nl_NL.yml')], 'no_NO' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.no_NO.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.no_NO.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.no_NO.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.no_NO.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.no_NO.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.no_NO.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.no_NO.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.no_NO.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.no_NO.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.no_NO.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.no_NO.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.no_NO.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.no_NO.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.no_NO.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.no_NO.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.no_NO.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.no_NO.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.no_NO.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.no_NO.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.no_NO.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.no_NO.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.no_NO.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.no_NO.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.no_NO.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.no_NO.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.no_NO.yml')], 'pl_PL' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.pl_PL.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.pl_PL.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.pl_PL.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.pl_PL.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.pl_PL.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.pl_PL.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.pl_PL.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.pl_PL.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.pl_PL.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.pl_PL.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/validators.pl_PL.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.pl_PL.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.pl_PL.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.pl_PL.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.pl_PL.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.pl_PL.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.pl_PL.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.pl_PL.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.pl_PL.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.pl_PL.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.pl_PL.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.pl_PL.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.pl_PL.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.pl_PL.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.pl_PL.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.pl_PL.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.pl_PL.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.pl_PL.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.pl_PL.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.pl_PL.yml'), 30 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.pl_PL.yml'), 31 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/jsmessages.pl_PL.yml'), 32 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/messages.pl_PL.yml')], 'ru_RU' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.ru_RU.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.ru_RU.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.ru_RU.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.ru_RU.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.ru_RU.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.ru_RU.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.ru_RU.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.ru_RU.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.ru_RU.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.ru_RU.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/validators.ru_RU.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.ru_RU.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.ru_RU.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.ru_RU.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.ru_RU.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.ru_RU.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.ru_RU.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.ru_RU.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.ru_RU.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.ru_RU.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.ru_RU.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.ru_RU.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.ru_RU.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.ru_RU.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.ru_RU.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.ru_RU.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.ru_RU.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.ru_RU.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.ru_RU.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.ru_RU.yml'), 30 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.ru_RU.yml'), 31 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/jsmessages.ru_RU.yml'), 32 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations/messages.ru_RU.yml')], 'sv_SE' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.sv_SE.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.sv_SE.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.sv_SE.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.sv_SE.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.sv_SE.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.sv_SE.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.sv_SE.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.sv_SE.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.sv_SE.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.sv_SE.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.sv_SE.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.sv_SE.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.sv_SE.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.sv_SE.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.sv_SE.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.sv_SE.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.sv_SE.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.sv_SE.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.sv_SE.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.sv_SE.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.sv_SE.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.sv_SE.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.sv_SE.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.sv_SE.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.sv_SE.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.sv_SE.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.sv_SE.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.sv_SE.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.sv_SE.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.sv_SE.yml')], 'tl_PH' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.tl_PH.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.tl_PH.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.tl_PH.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/jsmessages.tl_PH.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations/messages.tl_PH.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.tl_PH.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.tl_PH.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.tl_PH.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.tl_PH.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.tl_PH.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.tl_PH.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.tl_PH.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.tl_PH.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.tl_PH.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.tl_PH.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.tl_PH.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.tl_PH.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.tl_PH.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.tl_PH.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.tl_PH.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.tl_PH.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.tl_PH.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/jsmessages.tl_PH.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations/messages.tl_PH.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.tl_PH.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.tl_PH.yml'), 26 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.tl_PH.yml'), 27 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.tl_PH.yml'), 28 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.tl_PH.yml'), 29 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.tl_PH.yml')], 'uk_UA' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations/validators.uk_UA.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.uk_UA.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.uk_UA.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.uk_UA.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/messages.uk_UA.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/validators.uk_UA.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/jsmessages.uk_UA.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations/messages.uk_UA.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/jsmessages.uk_UA.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/messages.uk_UA.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.uk_UA.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.uk_UA.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/messages.uk_UA.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations/messages.uk_UA.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations/messages.uk_UA.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations/jsmessages.uk_UA.yml'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/jsmessages.uk_UA.yml'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations/messages.uk_UA.yml'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/jsmessages.uk_UA.yml'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations/messages.uk_UA.yml'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.uk_UA.yml'), 21 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/messages.uk_UA.yml'), 22 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/validators.uk_UA.yml'), 23 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations/jsmessages.uk_UA.yml'), 24 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/jsmessages.uk_UA.yml'), 25 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations/messages.uk_UA.yml')], 'es_VE' => [0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/jsmessages.es_VE.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations/messages.es_VE.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations/jsmessages.es_VE.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations/validators.es_VE.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations/jsmessages.es_VE.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations/jsmessages.es_VE.yml')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/src/Resources/DoctrineBundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/src/Resources/DoctrineCacheBundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 26 => (\dirname(__DIR__, 4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/src/Resources/FrameworkBundle/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 30 => (\dirname(__DIR__, 4).'/src/Resources/MonologBundle/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 32 => (\dirname(__DIR__, 4).'/src/Resources/SecurityBundle/translations'), 33 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 34 => (\dirname(__DIR__, 4).'/src/Resources/SwiftmailerBundle/translations'), 35 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 36 => (\dirname(__DIR__, 4).'/src/Resources/TwigBundle/translations'), 37 => (\dirname(__DIR__, 4).'/vendor/symfony/acl-bundle/src/translations'), 38 => (\dirname(__DIR__, 4).'/src/Resources/AclBundle/translations'), 39 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 40 => (\dirname(__DIR__, 4).'/src/Resources/DoctrineFixturesBundle/translations'), 41 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 42 => (\dirname(__DIR__, 4).'/src/Resources/FOSJsRoutingBundle/translations'), 43 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/translations'), 44 => (\dirname(__DIR__, 4).'/src/Resources/FOSRestBundle/translations'), 45 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 46 => (\dirname(__DIR__, 4).'/src/Resources/LiipImagineBundle/translations'), 47 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/ConfigBundle/translations'), 48 => (\dirname(__DIR__, 4).'/src/Resources/OroConfigBundle/translations'), 49 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/DataGridBundle/translations'), 50 => (\dirname(__DIR__, 4).'/src/Resources/OroDataGridBundle/translations'), 51 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/FilterBundle/translations'), 52 => (\dirname(__DIR__, 4).'/src/Resources/OroFilterBundle/translations'), 53 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/translations'), 54 => (\dirname(__DIR__, 4).'/src/Resources/OroSecurityBundle/translations'), 55 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/TranslationBundle/translations'), 56 => (\dirname(__DIR__, 4).'/src/Resources/OroTranslationBundle/translations'), 57 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ElasticsearchBundle/translations'), 58 => (\dirname(__DIR__, 4).'/src/Resources/AkeneoElasticsearchBundle/translations'), 59 => (\dirname(__DIR__, 4).'/src/Resources/AkeneoBatchBundle/translations'), 60 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchQueueBundle/translations'), 61 => (\dirname(__DIR__, 4).'/src/Resources/AkeneoBatchQueueBundle/translations'), 62 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/FileStorageBundle/translations'), 63 => (\dirname(__DIR__, 4).'/src/Resources/AkeneoFileStorageBundle/translations'), 64 => (\dirname(__DIR__, 4).'/src/Resources/AkeneoMeasureBundle/translations'), 65 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/StorageUtilsBundle/translations'), 66 => (\dirname(__DIR__, 4).'/src/Resources/AkeneoStorageUtilsBundle/translations'), 67 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 68 => (\dirname(__DIR__, 4).'/src/Resources/DoctrineMigrationsBundle/translations'), 69 => (\dirname(__DIR__, 4).'/src/Resources/FOSOAuthServerBundle/translations'), 70 => (\dirname(__DIR__, 4).'/vendor/oneup/flysystem-bundle/translations'), 71 => (\dirname(__DIR__, 4).'/src/Resources/OneupFlysystemBundle/translations'), 72 => (\dirname(__DIR__, 4).'/src/Resources/PimFilterBundle/translations'), 73 => (\dirname(__DIR__, 4).'/src/Resources/PimUserBundle/translations'), 74 => (\dirname(__DIR__, 4).'/src/Resources/AkeneoChannelBundle/translations'), 75 => (\dirname(__DIR__, 4).'/src/Resources/AkeneoPimEnrichmentBundle/translations'), 76 => (\dirname(__DIR__, 4).'/src/Resources/AkeneoPimStructureBundle/translations'), 77 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ClassificationBundle/translations'), 78 => (\dirname(__DIR__, 4).'/src/Resources/AkeneoClassificationBundle/translations'), 79 => (\dirname(__DIR__, 4).'/src/Resources/PimAnalyticsBundle/translations'), 80 => (\dirname(__DIR__, 4).'/src/Resources/PimApiBundle/translations'), 81 => (\dirname(__DIR__, 4).'/src/Resources/PimCatalogVolumeMonitoringBundle/translations'), 82 => (\dirname(__DIR__, 4).'/src/Resources/PimConnectorBundle/translations'), 83 => (\dirname(__DIR__, 4).'/src/Resources/PimDashboardBundle/translations'), 84 => (\dirname(__DIR__, 4).'/src/Resources/PimDataGridBundle/translations'), 85 => (\dirname(__DIR__, 4).'/src/Resources/PimImportExportBundle/translations'), 86 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/InstallerBundle/translations'), 87 => (\dirname(__DIR__, 4).'/src/Resources/PimInstallerBundle/translations'), 88 => (\dirname(__DIR__, 4).'/src/Resources/PimNotificationBundle/translations'), 89 => (\dirname(__DIR__, 4).'/src/Resources/PimUIBundle/translations'), 90 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/VersioningBundle/translations'), 91 => (\dirname(__DIR__, 4).'/src/Resources/AkeneoVersioningBundle/translations'), 92 => (\dirname(__DIR__, 4).'/src/Resources/AkeneoConnectivityConnectionBundle/translations'), 93 => (\dirname(__DIR__, 4).'/translations'), 94 => (\dirname(__DIR__, 4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/translations', 4 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle/Resources/translations', 5 => 'vendor/friendsofsymfony/oauth-server-bundle/Resources/translations', 6 => 'vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle/Resources/translations', 7 => 'vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/translations', 8 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle/Resources/translations', 9 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/translations', 10 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/Resources/translations', 11 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle/Resources/translations', 12 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle/Resources/translations', 13 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle/Resources/translations', 14 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle/Resources/translations', 15 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle/Resources/translations', 16 => 'vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle/Resources/translations', 17 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/translations', 18 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Resources/translations', 19 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/translations', 20 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations', 21 => 'vendor/doctrine/doctrine-bundle/translations', 22 => 'src/Resources/DoctrineBundle/translations', 23 => 'vendor/doctrine/doctrine-cache-bundle/translations', 24 => 'src/Resources/DoctrineCacheBundle/translations', 25 => 'vendor/sensio/framework-extra-bundle/src/translations', 26 => 'src/Resources/SensioFrameworkExtraBundle/translations', 27 => 'vendor/symfony/framework-bundle/translations', 28 => 'src/Resources/FrameworkBundle/translations', 29 => 'vendor/symfony/monolog-bundle/translations', 30 => 'src/Resources/MonologBundle/translations', 31 => 'vendor/symfony/security-bundle/translations', 32 => 'src/Resources/SecurityBundle/translations', 33 => 'vendor/symfony/swiftmailer-bundle/translations', 34 => 'src/Resources/SwiftmailerBundle/translations', 35 => 'vendor/symfony/twig-bundle/translations', 36 => 'src/Resources/TwigBundle/translations', 37 => 'vendor/symfony/acl-bundle/src/translations', 38 => 'src/Resources/AclBundle/translations', 39 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 40 => 'src/Resources/DoctrineFixturesBundle/translations', 41 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 42 => 'src/Resources/FOSJsRoutingBundle/translations', 43 => 'vendor/friendsofsymfony/rest-bundle/translations', 44 => 'src/Resources/FOSRestBundle/translations', 45 => 'vendor/liip/imagine-bundle/translations', 46 => 'src/Resources/LiipImagineBundle/translations', 47 => 'vendor/akeneo/pim-community-dev/src/Oro/Bundle/ConfigBundle/translations', 48 => 'src/Resources/OroConfigBundle/translations', 49 => 'vendor/akeneo/pim-community-dev/src/Oro/Bundle/DataGridBundle/translations', 50 => 'src/Resources/OroDataGridBundle/translations', 51 => 'vendor/akeneo/pim-community-dev/src/Oro/Bundle/FilterBundle/translations', 52 => 'src/Resources/OroFilterBundle/translations', 53 => 'vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle/translations', 54 => 'src/Resources/OroSecurityBundle/translations', 55 => 'vendor/akeneo/pim-community-dev/src/Oro/Bundle/TranslationBundle/translations', 56 => 'src/Resources/OroTranslationBundle/translations', 57 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ElasticsearchBundle/translations', 58 => 'src/Resources/AkeneoElasticsearchBundle/translations', 59 => 'src/Resources/AkeneoBatchBundle/translations', 60 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchQueueBundle/translations', 61 => 'src/Resources/AkeneoBatchQueueBundle/translations', 62 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/FileStorageBundle/translations', 63 => 'src/Resources/AkeneoFileStorageBundle/translations', 64 => 'src/Resources/AkeneoMeasureBundle/translations', 65 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/StorageUtilsBundle/translations', 66 => 'src/Resources/AkeneoStorageUtilsBundle/translations', 67 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 68 => 'src/Resources/DoctrineMigrationsBundle/translations', 69 => 'src/Resources/FOSOAuthServerBundle/translations', 70 => 'vendor/oneup/flysystem-bundle/translations', 71 => 'src/Resources/OneupFlysystemBundle/translations', 72 => 'src/Resources/PimFilterBundle/translations', 73 => 'src/Resources/PimUserBundle/translations', 74 => 'src/Resources/AkeneoChannelBundle/translations', 75 => 'src/Resources/AkeneoPimEnrichmentBundle/translations', 76 => 'src/Resources/AkeneoPimStructureBundle/translations', 77 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ClassificationBundle/translations', 78 => 'src/Resources/AkeneoClassificationBundle/translations', 79 => 'src/Resources/PimAnalyticsBundle/translations', 80 => 'src/Resources/PimApiBundle/translations', 81 => 'src/Resources/PimCatalogVolumeMonitoringBundle/translations', 82 => 'src/Resources/PimConnectorBundle/translations', 83 => 'src/Resources/PimDashboardBundle/translations', 84 => 'src/Resources/PimDataGridBundle/translations', 85 => 'src/Resources/PimImportExportBundle/translations', 86 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/InstallerBundle/translations', 87 => 'src/Resources/PimInstallerBundle/translations', 88 => 'src/Resources/PimNotificationBundle/translations', 89 => 'src/Resources/PimUIBundle/translations', 90 => 'vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/VersioningBundle/translations', 91 => 'src/Resources/AkeneoVersioningBundle/translations', 92 => 'src/Resources/AkeneoConnectivityConnectionBundle/translations', 93 => 'translations', 94 => 'src/Resources/translations']]]);

        $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? ($this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory())));
        $instance->setFallbackLocales([0 => 'en_US']);

        return $instance;
    }

    public function getParameter($name)
    {
        $name = (string) $name;
        if (isset($this->buildParameters[$name])) {
            return $this->buildParameters[$name];
        }

        if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name, $this->parameters))) {
            throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
        }
        if (isset($this->loadedDynamicParameters[$name])) {
            return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
        }

        return $this->parameters[$name];
    }

    public function hasParameter($name): bool
    {
        $name = (string) $name;
        if (isset($this->buildParameters[$name])) {
            return true;
        }

        return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name, $this->parameters);
    }

    public function setParameter($name, $value): void
    {
        throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
    }

    public function getParameterBag(): ParameterBagInterface
    {
        if (null === $this->parameterBag) {
            $parameters = $this->parameters;
            foreach ($this->loadedDynamicParameters as $name => $loaded) {
                $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
            }
            foreach ($this->buildParameters as $name => $value) {
                $parameters[$name] = $value;
            }
            $this->parameterBag = new FrozenParameterBag($parameters);
        }

        return $this->parameterBag;
    }

    private $loadedDynamicParameters = [
        'kernel.cache_dir' => false,
        'elasticsearch_total_fields_limit' => false,
        'index_hosts' => false,
        'product_and_product_model_index_name' => false,
        'doctrine.orm.proxy_dir' => false,
        'kernel.secret' => false,
        'kernel.default_locale' => false,
        'session.save_path' => false,
        'validator.mapping.cache.file' => false,
        'serializer.mapping.cache.file' => false,
        'swiftmailer.spool.default.memory.path' => false,
    ];
    private $dynamicParameters = [];

    private function getDynamicParameter(string $name)
    {
        switch ($name) {
            case 'kernel.cache_dir': $value = $this->targetDir.''; break;
            case 'elasticsearch_total_fields_limit': $value = $this->getEnv('APP_ELASTICSEARCH_TOTAL_FIELDS_LIMIT'); break;
            case 'index_hosts': $value = $this->getEnv('APP_INDEX_HOSTS'); break;
            case 'product_and_product_model_index_name': $value = $this->getEnv('APP_PRODUCT_AND_PRODUCT_MODEL_INDEX_NAME'); break;
            case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
            case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
            case 'kernel.default_locale': $value = $this->getEnv('APP_DEFAULT_LOCALE'); break;
            case 'session.save_path': $value = ($this->targetDir.''.'/sessions'); break;
            case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
            case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
            case 'swiftmailer.spool.default.memory.path': $value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
            default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
        }
        $this->loadedDynamicParameters[$name] = true;

        return $this->dynamicParameters[$name] = $value;
    }

    protected function getDefaultParameters(): array
    {
        return [
            'kernel.root_dir' => (\dirname(__DIR__, 4).'/src'),
            'kernel.project_dir' => \dirname(__DIR__, 4),
            'kernel.environment' => 'prod',
            'kernel.debug' => false,
            'kernel.name' => 'src',
            'kernel.logs_dir' => (\dirname(__DIR__, 3).'/logs'),
            'kernel.bundles' => [
                'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
                'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
                'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
                'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
                'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
                'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
                'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
                'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
                'AclBundle' => 'Symfony\\Bundle\\AclBundle\\AclBundle',
                'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
                'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
                'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
                'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
                'OroConfigBundle' => 'Oro\\Bundle\\ConfigBundle\\OroConfigBundle',
                'OroDataGridBundle' => 'Oro\\Bundle\\DataGridBundle\\OroDataGridBundle',
                'OroFilterBundle' => 'Oro\\Bundle\\FilterBundle\\OroFilterBundle',
                'OroSecurityBundle' => 'Oro\\Bundle\\SecurityBundle\\OroSecurityBundle',
                'OroTranslationBundle' => 'Oro\\Bundle\\TranslationBundle\\OroTranslationBundle',
                'AkeneoElasticsearchBundle' => 'Akeneo\\Tool\\Bundle\\ElasticsearchBundle\\AkeneoElasticsearchBundle',
                'AkeneoBatchBundle' => 'Akeneo\\Tool\\Bundle\\BatchBundle\\AkeneoBatchBundle',
                'AkeneoBatchQueueBundle' => 'Akeneo\\Tool\\Bundle\\BatchQueueBundle\\AkeneoBatchQueueBundle',
                'AkeneoFileStorageBundle' => 'Akeneo\\Tool\\Bundle\\FileStorageBundle\\AkeneoFileStorageBundle',
                'AkeneoMeasureBundle' => 'Akeneo\\Tool\\Bundle\\MeasureBundle\\AkeneoMeasureBundle',
                'AkeneoStorageUtilsBundle' => 'Akeneo\\Tool\\Bundle\\StorageUtilsBundle\\AkeneoStorageUtilsBundle',
                'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
                'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle',
                'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
                'PimFilterBundle' => 'Oro\\Bundle\\PimFilterBundle\\PimFilterBundle',
                'PimUserBundle' => 'Akeneo\\UserManagement\\Bundle\\PimUserBundle',
                'AkeneoChannelBundle' => 'Akeneo\\Channel\\Bundle\\AkeneoChannelBundle',
                'AkeneoPimEnrichmentBundle' => 'Akeneo\\Pim\\Enrichment\\Bundle\\AkeneoPimEnrichmentBundle',
                'AkeneoPimStructureBundle' => 'Akeneo\\Pim\\Structure\\Bundle\\AkeneoPimStructureBundle',
                'AkeneoClassificationBundle' => 'Akeneo\\Tool\\Bundle\\ClassificationBundle\\AkeneoClassificationBundle',
                'PimAnalyticsBundle' => 'Akeneo\\Platform\\Bundle\\AnalyticsBundle\\PimAnalyticsBundle',
                'PimApiBundle' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\PimApiBundle',
                'PimCatalogVolumeMonitoringBundle' => 'Akeneo\\Platform\\Bundle\\CatalogVolumeMonitoringBundle\\PimCatalogVolumeMonitoringBundle',
                'PimConnectorBundle' => 'Akeneo\\Tool\\Bundle\\ConnectorBundle\\PimConnectorBundle',
                'PimDashboardBundle' => 'Akeneo\\Platform\\Bundle\\DashboardBundle\\PimDashboardBundle',
                'PimDataGridBundle' => 'Oro\\Bundle\\PimDataGridBundle\\PimDataGridBundle',
                'PimImportExportBundle' => 'Akeneo\\Platform\\Bundle\\ImportExportBundle\\PimImportExportBundle',
                'PimInstallerBundle' => 'Akeneo\\Platform\\Bundle\\InstallerBundle\\PimInstallerBundle',
                'PimNotificationBundle' => 'Akeneo\\Platform\\Bundle\\NotificationBundle\\PimNotificationBundle',
                'PimUIBundle' => 'Akeneo\\Platform\\Bundle\\UIBundle\\PimUIBundle',
                'AkeneoVersioningBundle' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\AkeneoVersioningBundle',
                'AkeneoConnectivityConnectionBundle' => 'Akeneo\\Connectivity\\Connection\\Infrastructure\\Symfony\\AkeneoConnectivityConnectionBundle',
            ],
            'kernel.bundles_metadata' => [
                'DoctrineBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
                    'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
                ],
                'DoctrineCacheBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-cache-bundle'),
                    'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
                ],
                'SensioFrameworkExtraBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
                    'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
                ],
                'FrameworkBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
                    'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
                ],
                'MonologBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
                    'namespace' => 'Symfony\\Bundle\\MonologBundle',
                ],
                'SecurityBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
                    'namespace' => 'Symfony\\Bundle\\SecurityBundle',
                ],
                'SwiftmailerBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
                    'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
                ],
                'TwigBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
                    'namespace' => 'Symfony\\Bundle\\TwigBundle',
                ],
                'AclBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/symfony/acl-bundle/src'),
                    'namespace' => 'Symfony\\Bundle\\AclBundle',
                ],
                'DoctrineFixturesBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
                    'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
                ],
                'FOSJsRoutingBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
                    'namespace' => 'FOS\\JsRoutingBundle',
                ],
                'FOSRestBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle'),
                    'namespace' => 'FOS\\RestBundle',
                ],
                'LiipImagineBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
                    'namespace' => 'Liip\\ImagineBundle',
                ],
                'OroConfigBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/ConfigBundle'),
                    'namespace' => 'Oro\\Bundle\\ConfigBundle',
                ],
                'OroDataGridBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/DataGridBundle'),
                    'namespace' => 'Oro\\Bundle\\DataGridBundle',
                ],
                'OroFilterBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/FilterBundle'),
                    'namespace' => 'Oro\\Bundle\\FilterBundle',
                ],
                'OroSecurityBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/SecurityBundle'),
                    'namespace' => 'Oro\\Bundle\\SecurityBundle',
                ],
                'OroTranslationBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/TranslationBundle'),
                    'namespace' => 'Oro\\Bundle\\TranslationBundle',
                ],
                'AkeneoElasticsearchBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ElasticsearchBundle'),
                    'namespace' => 'Akeneo\\Tool\\Bundle\\ElasticsearchBundle',
                ],
                'AkeneoBatchBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle'),
                    'namespace' => 'Akeneo\\Tool\\Bundle\\BatchBundle',
                ],
                'AkeneoBatchQueueBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchQueueBundle'),
                    'namespace' => 'Akeneo\\Tool\\Bundle\\BatchQueueBundle',
                ],
                'AkeneoFileStorageBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/FileStorageBundle'),
                    'namespace' => 'Akeneo\\Tool\\Bundle\\FileStorageBundle',
                ],
                'AkeneoMeasureBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/MeasureBundle'),
                    'namespace' => 'Akeneo\\Tool\\Bundle\\MeasureBundle',
                ],
                'AkeneoStorageUtilsBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/StorageUtilsBundle'),
                    'namespace' => 'Akeneo\\Tool\\Bundle\\StorageUtilsBundle',
                ],
                'DoctrineMigrationsBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
                    'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
                ],
                'FOSOAuthServerBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/oauth-server-bundle'),
                    'namespace' => 'FOS\\OAuthServerBundle',
                ],
                'OneupFlysystemBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/oneup/flysystem-bundle'),
                    'namespace' => 'Oneup\\FlysystemBundle',
                ],
                'PimFilterBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimFilterBundle'),
                    'namespace' => 'Oro\\Bundle\\PimFilterBundle',
                ],
                'PimUserBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle'),
                    'namespace' => 'Akeneo\\UserManagement\\Bundle',
                ],
                'AkeneoChannelBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Channel/Bundle'),
                    'namespace' => 'Akeneo\\Channel\\Bundle',
                ],
                'AkeneoPimEnrichmentBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle'),
                    'namespace' => 'Akeneo\\Pim\\Enrichment\\Bundle',
                ],
                'AkeneoPimStructureBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle'),
                    'namespace' => 'Akeneo\\Pim\\Structure\\Bundle',
                ],
                'AkeneoClassificationBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ClassificationBundle'),
                    'namespace' => 'Akeneo\\Tool\\Bundle\\ClassificationBundle',
                ],
                'PimAnalyticsBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/AnalyticsBundle'),
                    'namespace' => 'Akeneo\\Platform\\Bundle\\AnalyticsBundle',
                ],
                'PimApiBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ApiBundle'),
                    'namespace' => 'Akeneo\\Tool\\Bundle\\ApiBundle',
                ],
                'PimCatalogVolumeMonitoringBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/CatalogVolumeMonitoringBundle'),
                    'namespace' => 'Akeneo\\Platform\\Bundle\\CatalogVolumeMonitoringBundle',
                ],
                'PimConnectorBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/ConnectorBundle'),
                    'namespace' => 'Akeneo\\Tool\\Bundle\\ConnectorBundle',
                ],
                'PimDashboardBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/DashboardBundle'),
                    'namespace' => 'Akeneo\\Platform\\Bundle\\DashboardBundle',
                ],
                'PimDataGridBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Oro/Bundle/PimDataGridBundle'),
                    'namespace' => 'Oro\\Bundle\\PimDataGridBundle',
                ],
                'PimImportExportBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle'),
                    'namespace' => 'Akeneo\\Platform\\Bundle\\ImportExportBundle',
                ],
                'PimInstallerBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/InstallerBundle'),
                    'namespace' => 'Akeneo\\Platform\\Bundle\\InstallerBundle',
                ],
                'PimNotificationBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle'),
                    'namespace' => 'Akeneo\\Platform\\Bundle\\NotificationBundle',
                ],
                'PimUIBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle'),
                    'namespace' => 'Akeneo\\Platform\\Bundle\\UIBundle',
                ],
                'AkeneoVersioningBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/VersioningBundle'),
                    'namespace' => 'Akeneo\\Tool\\Bundle\\VersioningBundle',
                ],
                'AkeneoConnectivityConnectionBundle' => [
                    'path' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Connectivity/Connection/back/Infrastructure/Symfony'),
                    'namespace' => 'Akeneo\\Connectivity\\Connection\\Infrastructure\\Symfony',
                ],
            ],
            'kernel.charset' => 'UTF-8',
            'kernel.container_class' => 'srcKernelProdContainer',
            'container.dumper.inline_class_loader' => true,
            'pim_job_product_batch_size' => 100,
            'comm_panel_api_url' => 'https://pim-comm-panel.akeneo.com',
            'database_unix_socket' => NULL,
            'mailer_transport' => 'smtp',
            'mailer_host' => 'localhost',
            'mailer_port' => 25,
            'mailer_encryption' => NULL,
            'mailer_user' => NULL,
            'mailer_password' => NULL,
            'mailer_from_address' => 'no-reply@example.com',
            'mailer_from_name' => 'Akeneo Admin',
            'websocket_host' => '127.0.0.1',
            'websocket_port' => 8080,
            'max_products_category_removal' => 100,
            'pim_catalog_image_allowed_extensions' => [
                0 => 'gif',
                1 => 'jfif',
                2 => 'jif',
                3 => 'jpeg',
                4 => 'jpg',
                5 => 'pdf',
                6 => 'png',
                7 => 'psd',
                8 => 'tif',
                9 => 'tiff',
            ],
            'pim_catalog_file_allowed_extensions' => [
                0 => 'csv',
                1 => 'doc',
                2 => 'docx',
                3 => 'mp3',
                4 => 'pdf',
                5 => 'ppt',
                6 => 'pptx',
                7 => 'rtf',
                8 => 'svg',
                9 => 'txt',
                10 => 'wav',
            ],
            'doctrine_migrations_dir' => (\dirname(__DIR__, 4).'/src/../upgrades/schema'),
            'pim_analytics_update_server_url' => 'https://updates.akeneo.com',
            'api_pagination_limit_max' => 100,
            'api_pagination_limit_by_default' => 10,
            'api_input_buffer_size' => 1000000,
            'api_input_max_resources_number' => 100,
            'env(APP_ELASTICSEARCH_TOTAL_FIELDS_LIMIT)' => '10000',
            'elasticsearch_index_configuration_files' => [
                0 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/elasticsearch/settings.yml'),
                1 => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/elasticsearch/product_mapping.yml'),
            ],
            'average_max_attributes_per_family_limit' => 125,
            'average_max_localizable_attributes_per_family_limit' => -1,
            'average_max_scopable_attributes_per_family_limit' => -1,
            'average_max_localizable_and_scopable_attributes_per_family_limit' => -1,
            'average_max_product_values_per_family_limit' => -1,
            'average_max_options_per_attribute_limit' => 145,
            'average_max_product_values_limit' => -1,
            'average_max_product_model_values_limit' => -1,
            'average_max_categories_in_one_category_limit' => 120,
            'average_max_category_levels_limit' => 5,
            'count_attributes_limit' => 600,
            'count_useable_as_grid_filter_attributes_limit' => -1,
            'count_categories_limit' => 5000,
            'count_category_trees_limit' => 4,
            'count_channels_limit' => 3,
            'count_families_limit' => 120,
            'count_locales_limit' => 9,
            'count_localizable_and_scopable_attributes_limit' => 65,
            'count_localizable_attributes_limit' => 125,
            'count_scopable_attributes_limit' => 65,
            'count_products_limit' => 180000,
            'count_product_models_limit' => -1,
            'count_variant_products_limit' => -1,
            'count_product_values_limit' => -1,
            'count_product_model_values_limit' => -1,
            'count_product_and_product_model_values_limit' => -1,
            'count_users_limit' => -1,
            'pim_ce_dev_src_folder_location' => (\dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev'),
            'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
            'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
            'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
            'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
            'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
            'doctrine_cache.couchbase.connection.class' => 'Couchbase',
            'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
            'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
            'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
            'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
            'doctrine_cache.memcache.connection.class' => 'Memcache',
            'doctrine_cache.memcache.host' => 'localhost',
            'doctrine_cache.memcache.port' => 11211,
            'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
            'doctrine_cache.memcached.connection.class' => 'Memcached',
            'doctrine_cache.memcached.host' => 'localhost',
            'doctrine_cache.memcached.port' => 11211,
            'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
            'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
            'doctrine_cache.mongodb.connection.class' => 'MongoClient',
            'doctrine_cache.mongodb.server' => 'localhost:27017',
            'doctrine_cache.predis.client.class' => 'Predis\\Client',
            'doctrine_cache.predis.scheme' => 'tcp',
            'doctrine_cache.predis.host' => 'localhost',
            'doctrine_cache.predis.port' => 6379,
            'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
            'doctrine_cache.redis.connection.class' => 'Redis',
            'doctrine_cache.redis.host' => 'localhost',
            'doctrine_cache.redis.port' => 6379,
            'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
            'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
            'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
            'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
            'doctrine_cache.riak.host' => 'localhost',
            'doctrine_cache.riak.port' => 8087,
            'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
            'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
            'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
            'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
            'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
            'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
            'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
            'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
            'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
            'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
            'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
            'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
            'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
            'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
            'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
            'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
            'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
            'doctrine.entity_managers' => [
                'default' => 'doctrine.orm.default_entity_manager',
            ],
            'doctrine.default_entity_manager' => 'default',
            'doctrine.dbal.connection_factory.types' => [
                'datetime' => [
                    'class' => 'Akeneo\\Tool\\Bundle\\StorageUtilsBundle\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
                    'commented' => NULL,
                ],
            ],
            'doctrine.connections' => [
                'default' => 'doctrine.dbal.default_connection',
            ],
            'doctrine.default_connection' => 'default',
            'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
            'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
            'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
            'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
            'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
            'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
            'doctrine.orm.cache.memcache_host' => 'localhost',
            'doctrine.orm.cache.memcache_port' => 11211,
            'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
            'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
            'doctrine.orm.cache.memcached_host' => 'localhost',
            'doctrine.orm.cache.memcached_port' => 11211,
            'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
            'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
            'doctrine.orm.cache.redis_host' => 'localhost',
            'doctrine.orm.cache.redis_port' => 6379,
            'doctrine.orm.cache.redis_instance.class' => 'Redis',
            'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
            'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
            'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
            'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
            'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
            'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
            'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
            'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
            'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
            'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
            'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
            'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
            'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
            'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
            'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
            'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
            'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
            'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
            'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
            'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
            'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
            'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
            'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
            'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
            'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
            'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
            'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
            'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
            'doctrine.orm.auto_generate_proxy_classes' => false,
            'doctrine.orm.proxy_namespace' => 'Proxies',
            'fragment.renderer.hinclude.global_template' => NULL,
            'fragment.path' => '/_fragment',
            'kernel.http_method_override' => true,
            'kernel.trusted_hosts' => [

            ],
            'kernel.error_controller' => 'error_controller',
            'templating.helper.code.file_link_format' => NULL,
            'debug.file_link_format' => NULL,
            'session.metadata.storage_key' => '_sf2_meta',
            'session.storage.options' => [
                'cache_limiter' => '0',
                'name' => 'BAPID',
                'cookie_httponly' => true,
                'gc_maxlifetime' => 3600,
                'gc_probability' => 1,
            ],
            'session.metadata.update_threshold' => 0,
            'form.type_extension.csrf.enabled' => true,
            'form.type_extension.csrf.field_name' => '_token',
            'asset.request_context.base_path' => '',
            'asset.request_context.secure' => false,
            'templating.loader.cache.path' => NULL,
            'templating.engines' => [
                0 => 'twig',
            ],
            'validator.mapping.cache.prefix' => '',
            'validator.translation_domain' => 'validators',
            'translator.logging' => false,
            'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
            'data_collector.templates' => [

            ],
            'debug.error_handler.throw_at' => 0,
            'router.request_context.host' => 'localhost',
            'router.request_context.scheme' => 'http',
            'router.request_context.base_url' => '',
            'router.resource' => 'kernel::loadRoutes',
            'router.cache_class_prefix' => 'srcKernelProdContainer',
            'request_listener.http_port' => 80,
            'request_listener.https_port' => 443,
            'serializer.mapping.cache.prefix' => '',
            'monolog.use_microseconds' => true,
            'monolog.swift_mailer.handlers' => [

            ],
            'monolog.handlers_to_channels' => [
                'monolog.handler.console' => NULL,
                'monolog.handler.main' => NULL,
            ],
            'security.authentication.trust_resolver.anonymous_class' => NULL,
            'security.authentication.trust_resolver.rememberme_class' => NULL,
            'security.role_hierarchy.roles' => [

            ],
            'security.access.denied_url' => NULL,
            'security.authentication.manager.erase_credentials' => true,
            'security.authentication.session_strategy.strategy' => 'migrate',
            'security.access.always_authenticate_before_granting' => false,
            'security.authentication.hide_user_not_found' => true,
            'swiftmailer.mailer.default.transport.name' => 'dynamic',
            'swiftmailer.mailer.default.spool.enabled' => true,
            'swiftmailer.mailer.default.plugin.impersonate' => NULL,
            'swiftmailer.mailer.default.single_address' => NULL,
            'swiftmailer.mailer.default.delivery.enabled' => true,
            'swiftmailer.spool.enabled' => true,
            'swiftmailer.delivery.enabled' => true,
            'swiftmailer.single_address' => NULL,
            'swiftmailer.mailers' => [
                'default' => 'swiftmailer.mailer.default',
            ],
            'swiftmailer.default_mailer' => 'default',
            'twig.exception_listener.controller' => 'FOS\\RestBundle\\Controller\\ExceptionController::showAction',
            'twig.form.resources' => [
                0 => 'form_div_layout.html.twig',
                1 => 'PimUIBundle:Form:pim-fields.html.twig',
                2 => '@LiipImagine/Form/form_div_layout.html.twig',
            ],
            'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
            'security.acl.dbal.class_table_name' => 'acl_classes',
            'security.acl.dbal.entry_table_name' => 'acl_entries',
            'security.acl.dbal.oid_table_name' => 'acl_object_identities',
            'security.acl.dbal.oid_ancestors_table_name' => 'acl_object_identity_ancestors',
            'security.acl.dbal.sid_table_name' => 'acl_security_identities',
            'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
            'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
            'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
            'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
            'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
            'fos_js_routing.request_context_base_url' => NULL,
            'fos_js_routing.cache_control' => [
                'enabled' => false,
            ],
            'fos_rest.format_listener.rules' => NULL,
            'liip_imagine.resolvers' => [
                'asset_manager_flysystem_cache' => [
                    'flysystem' => [
                        'filesystem_service' => 'oneup_flysystem.asset_storage_filesystem',
                        'root_url' => '__root__',
                        'cache_prefix' => 'thumbnail/asset_manager',
                        'visibility' => 'public',
                    ],
                ],
                'default' => [
                    'web_path' => [
                        'web_root' => (\dirname(__DIR__, 4).'/public'),
                        'cache_prefix' => 'media/cache',
                    ],
                ],
            ],
            'liip_imagine.loaders' => [
                'default' => [
                    'filesystem' => [
                        'locator' => 'filesystem',
                        'data_root' => [
                            0 => (\dirname(__DIR__, 4).'/public'),
                        ],
                        'allow_unresolvable_data_roots' => false,
                        'bundle_resources' => [
                            'enabled' => false,
                            'access_control_type' => 'blacklist',
                            'access_control_list' => [

                            ],
                        ],
                    ],
                ],
            ],
            'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
            'liip_imagine.jpegoptim.stripAll' => true,
            'liip_imagine.jpegoptim.max' => NULL,
            'liip_imagine.jpegoptim.progressive' => true,
            'liip_imagine.jpegoptim.tempDir' => NULL,
            'liip_imagine.optipng.binary' => '/usr/bin/optipng',
            'liip_imagine.optipng.level' => 7,
            'liip_imagine.optipng.stripAll' => true,
            'liip_imagine.optipng.tempDir' => NULL,
            'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
            'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
            'liip_imagine.driver_service' => 'liip_imagine.imagick',
            'liip_imagine.cache.resolver.default' => 'default',
            'liip_imagine.default_image' => NULL,
            'liip_imagine.filter_sets' => [
                'cache' => [
                    'quality' => 100,
                    'jpeg_quality' => NULL,
                    'png_compression_level' => NULL,
                    'png_compression_filter' => NULL,
                    'format' => NULL,
                    'animated' => false,
                    'cache' => NULL,
                    'data_loader' => NULL,
                    'default_image' => NULL,
                    'filters' => [

                    ],
                    'post_processors' => [

                    ],
                ],
                'avatar_med' => [
                    'quality' => 95,
                    'jpeg_quality' => NULL,
                    'png_compression_level' => NULL,
                    'png_compression_filter' => NULL,
                    'format' => 'png',
                    'animated' => false,
                    'cache' => NULL,
                    'data_loader' => NULL,
                    'default_image' => NULL,
                    'filters' => [
                        'thumbnail' => [
                            'size' => [
                                0 => 58,
                                1 => 58,
                            ],
                            'mode' => 'outbound',
                        ],
                        'strip' => [

                        ],
                    ],
                    'post_processors' => [

                    ],
                ],
                'preview' => [
                    'quality' => 95,
                    'jpeg_quality' => NULL,
                    'png_compression_level' => NULL,
                    'png_compression_filter' => NULL,
                    'format' => 'jpg',
                    'animated' => false,
                    'cache' => NULL,
                    'data_loader' => NULL,
                    'default_image' => NULL,
                    'filters' => [
                        'background' => [
                            'color' => '#ffffff',
                        ],
                        'strip' => [

                        ],
                    ],
                    'post_processors' => [

                    ],
                ],
                'thumbnail' => [
                    'quality' => 95,
                    'jpeg_quality' => NULL,
                    'png_compression_level' => NULL,
                    'png_compression_filter' => NULL,
                    'format' => 'png',
                    'animated' => false,
                    'cache' => NULL,
                    'data_loader' => NULL,
                    'default_image' => NULL,
                    'filters' => [
                        'thumbnail' => [
                            'size' => [
                                0 => 320,
                                1 => 320,
                            ],
                            'mode' => 'outbound',
                        ],
                        'strip' => [

                        ],
                        'auto_rotate' => [

                        ],
                    ],
                    'post_processors' => [

                    ],
                ],
                'thumbnail_small' => [
                    'quality' => 95,
                    'jpeg_quality' => NULL,
                    'png_compression_level' => NULL,
                    'png_compression_filter' => NULL,
                    'format' => 'png',
                    'animated' => false,
                    'cache' => NULL,
                    'data_loader' => NULL,
                    'default_image' => NULL,
                    'filters' => [
                        'auto_rotate' => [

                        ],
                        'thumbnail' => [
                            'size' => [
                                0 => 280,
                                1 => 280,
                            ],
                            'mode' => 'outbound',
                        ],
                        'strip' => [

                        ],
                    ],
                    'post_processors' => [

                    ],
                ],
                'dropdown_select_picture' => [
                    'quality' => 95,
                    'jpeg_quality' => NULL,
                    'png_compression_level' => NULL,
                    'png_compression_filter' => NULL,
                    'format' => 'png',
                    'animated' => false,
                    'cache' => NULL,
                    'data_loader' => NULL,
                    'default_image' => NULL,
                    'filters' => [
                        'thumbnail' => [
                            'size' => [
                                0 => 28,
                                1 => 28,
                            ],
                            'mode' => 'outbound',
                        ],
                        'strip' => [

                        ],
                    ],
                    'post_processors' => [

                    ],
                ],
                'pdf_thumbnail' => [
                    'quality' => 95,
                    'jpeg_quality' => NULL,
                    'png_compression_level' => NULL,
                    'png_compression_filter' => NULL,
                    'format' => 'png',
                    'animated' => false,
                    'cache' => NULL,
                    'data_loader' => NULL,
                    'default_image' => NULL,
                    'filters' => [
                        'downscale' => [
                            'max' => [
                                0 => 320,
                                1 => 240,
                            ],
                        ],
                        'strip' => [

                        ],
                    ],
                    'post_processors' => [

                    ],
                ],
                'am_url_image_preview' => [
                    'quality' => 95,
                    'jpeg_quality' => NULL,
                    'png_compression_level' => NULL,
                    'png_compression_filter' => NULL,
                    'format' => 'jpg',
                    'animated' => false,
                    'cache' => 'asset_manager_flysystem_cache',
                    'data_loader' => 'stream_data_loader',
                    'default_image' => NULL,
                    'filters' => [
                        'thumbnail' => [
                            'size' => [
                                0 => 1000,
                                1 => 1000,
                            ],
                            'mode' => 'inset',
                        ],
                        'background' => [
                            'color' => '#ffffff',
                        ],
                    ],
                    'post_processors' => [

                    ],
                ],
                'am_url_image_thumbnail' => [
                    'quality' => 95,
                    'jpeg_quality' => NULL,
                    'png_compression_level' => NULL,
                    'png_compression_filter' => NULL,
                    'format' => 'jpg',
                    'animated' => false,
                    'cache' => 'asset_manager_flysystem_cache',
                    'data_loader' => 'stream_data_loader',
                    'default_image' => NULL,
                    'filters' => [
                        'thumbnail' => [
                            'size' => [
                                0 => 320,
                                1 => 320,
                            ],
                            'mode' => 'inset',
                        ],
                        'background' => [
                            'color' => '#ffffff',
                        ],
                    ],
                    'post_processors' => [

                    ],
                ],
                'am_binary_image_preview' => [
                    'quality' => 95,
                    'jpeg_quality' => NULL,
                    'png_compression_level' => NULL,
                    'png_compression_filter' => NULL,
                    'format' => 'jpg',
                    'animated' => false,
                    'cache' => 'asset_manager_flysystem_cache',
                    'data_loader' => 'flysystem_asset_manager_data_loader',
                    'default_image' => NULL,
                    'filters' => [
                        'thumbnail' => [
                            'size' => [
                                0 => 1000,
                                1 => 1000,
                            ],
                            'mode' => 'inset',
                        ],
                        'background' => [
                            'color' => '#ffffff',
                        ],
                    ],
                    'post_processors' => [

                    ],
                ],
                'am_binary_image_thumbnail' => [
                    'quality' => 95,
                    'jpeg_quality' => NULL,
                    'png_compression_level' => NULL,
                    'png_compression_filter' => NULL,
                    'format' => 'jpg',
                    'animated' => false,
                    'cache' => 'asset_manager_flysystem_cache',
                    'data_loader' => 'flysystem_asset_manager_data_loader',
                    'default_image' => NULL,
                    'filters' => [
                        'thumbnail' => [
                            'size' => [
                                0 => 320,
                                1 => 320,
                            ],
                            'mode' => 'inset',
                        ],
                        'background' => [
                            'color' => '#ffffff',
                        ],
                    ],
                    'post_processors' => [

                    ],
                ],
                'am_url_pdf_preview' => [
                    'quality' => 95,
                    'jpeg_quality' => NULL,
                    'png_compression_level' => NULL,
                    'png_compression_filter' => NULL,
                    'format' => 'jpg',
                    'animated' => false,
                    'cache' => 'asset_manager_flysystem_cache',
                    'data_loader' => 'stream_pdf_loader',
                    'default_image' => NULL,
                    'filters' => [
                        'thumbnail' => [
                            'size' => [
                                0 => 1000,
                                1 => 1000,
                            ],
                            'mode' => 'inset',
                        ],
                        'background' => [
                            'color' => '#ffffff',
                        ],
                    ],
                    'post_processors' => [

                    ],
                ],
                'am_url_pdf_thumbnail' => [
                    'quality' => 95,
                    'jpeg_quality' => NULL,
                    'png_compression_level' => NULL,
                    'png_compression_filter' => NULL,
                    'format' => 'jpg',
                    'animated' => false,
                    'cache' => 'asset_manager_flysystem_cache',
                    'data_loader' => 'stream_pdf_loader',
                    'default_image' => NULL,
                    'filters' => [
                        'thumbnail' => [
                            'size' => [
                                0 => 320,
                                1 => 320,
                            ],
                            'mode' => 'inset',
                        ],
                        'background' => [
                            'color' => '#ffffff',
                        ],
                    ],
                    'post_processors' => [

                    ],
                ],
                'am_binary_pdf_preview' => [
                    'quality' => 95,
                    'jpeg_quality' => NULL,
                    'png_compression_level' => NULL,
                    'png_compression_filter' => NULL,
                    'format' => 'jpg',
                    'animated' => false,
                    'cache' => 'asset_manager_flysystem_cache',
                    'data_loader' => 'flysystem_pdf_loader',
                    'default_image' => NULL,
                    'filters' => [
                        'thumbnail' => [
                            'size' => [
                                0 => 1000,
                                1 => 1000,
                            ],
                            'mode' => 'inset',
                        ],
                        'background' => [
                            'color' => '#ffffff',
                        ],
                    ],
                    'post_processors' => [

                    ],
                ],
                'am_binary_pdf_thumbnail' => [
                    'quality' => 95,
                    'jpeg_quality' => NULL,
                    'png_compression_level' => NULL,
                    'png_compression_filter' => NULL,
                    'format' => 'jpg',
                    'animated' => false,
                    'cache' => 'asset_manager_flysystem_cache',
                    'data_loader' => 'flysystem_pdf_loader',
                    'default_image' => NULL,
                    'filters' => [
                        'thumbnail' => [
                            'size' => [
                                0 => 320,
                                1 => 320,
                            ],
                            'mode' => 'inset',
                        ],
                        'background' => [
                            'color' => '#ffffff',
                        ],
                    ],
                    'post_processors' => [

                    ],
                ],
            ],
            'liip_imagine.binary.loader.default' => 'flysystem_data_loader',
            'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
            'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
            'oro_config.controller.configuration.class' => 'Oro\\Bundle\\ConfigBundle\\Controller\\Rest\\ConfigurationController',
            'oro_config.global.class' => 'Oro\\Bundle\\ConfigBundle\\Config\\ConfigManager',
            'oro_config.user.class' => 'Oro\\Bundle\\ConfigBundle\\Config\\UserConfigManager',
            'oro_config.twig_extension.class' => 'Oro\\Bundle\\ConfigBundle\\Twig\\ConfigExtension',
            'oro_config.provider.system_configuration.form_provider.class' => 'Oro\\Bundle\\ConfigBundle\\Provider\\SystemConfigurationFormProvider',
            'oro_datagrid.datagrid.base.class' => 'Oro\\Bundle\\DataGridBundle\\Datagrid\\Datagrid',
            'oro_datagrid.extension.acceptor.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Acceptor',
            'oro_datagrid.datagrid.manager.class' => 'Oro\\Bundle\\DataGridBundle\\Datagrid\\Manager',
            'oro_datagrid.datagrid.builder.class' => 'Oro\\Bundle\\DataGridBundle\\Datagrid\\Builder',
            'oro_datagrid.datagrid.request_params.class' => 'Oro\\Bundle\\DataGridBundle\\Datagrid\\RequestParameters',
            'oro_datagrid.provider.resolver.class' => 'Oro\\Bundle\\DataGridBundle\\Provider\\SystemAwareResolver',
            'oro_datagrid.datagrid.metadata_parser.class' => 'Oro\\Bundle\\DataGridBundle\\Datagrid\\MetadataParser',
            'oro_datagrid.twig.metadata.class' => 'Oro\\Bundle\\DataGridBundle\\Twig\\MetadataExtension',
            'oro_datagrid.event_listener.base_orm_relation.class' => 'Oro\\Bundle\\DataGridBundle\\EventListener\\BaseOrmRelationDatagridListener',
            'oro_datagrid.configuration.provider.class' => 'Oro\\Bundle\\DataGridBundle\\Provider\\ConfigurationProvider',
            'oro_datagrid.configuration.provider.chain.class' => 'Oro\\Bundle\\DataGridBundle\\Provider\\ChainConfigurationProvider',
            'oro_datagrid.extension.toolbar.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Toolbar\\ToolbarExtension',
            'oro_datagrid.extension.formatter.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Formatter\\FormatterExtension',
            'oro_datagrid.extension.orm_pager.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Pager\\OrmPagerExtension',
            'oro_datagrid.extension.pager.dummy_pager.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Pager\\DummyPager',
            'oro_datagrid.extension.pager.orm.pager.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Pager\\Orm\\Pager',
            'oro_datagrid.extension.orm_sorter.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Sorter\\OrmSorterExtension',
            'oro_datagrid.extension.action.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Action\\ActionExtension',
            'oro_datagrid.extension.mass_action.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\MassAction\\MassActionExtension',
            'oro_datagrid.extension.views.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\GridViews\\GridViewsExtension',
            'oro_datagrid.datasource.orm.class' => 'Oro\\Bundle\\DataGridBundle\\Datasource\\Orm\\OrmDatasource',
            'oro_datagrid.extension.formatter.property.field_property.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Formatter\\Property\\FieldProperty',
            'oro_datagrid.extension.formatter.property.url_property.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Formatter\\Property\\UrlProperty',
            'oro_datagrid.extension.formatter.property.twig_property.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Formatter\\Property\\TwigTemplateProperty',
            'oro_datagrid.extension.formatter.property.translateable_property.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Formatter\\Property\\TranslateableProperty',
            'oro_datagrid.extension.formatter.property.callback_property.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Formatter\\Property\\CallbackProperty',
            'oro_datagrid.extension.action.type.navigate.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Action\\Actions\\NavigateAction',
            'oro_datagrid.extension.action.type.ajax.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Action\\Actions\\AjaxAction',
            'oro_datagrid.extension.action.type.delete.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\Action\\Actions\\DeleteAction',
            'oro_datagrid.mass_action.parameters_parser.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\MassAction\\MassActionParametersParser',
            'oro_datagrid.extension.mass_action.type.ajax.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\MassAction\\Actions\\Ajax\\AjaxMassAction',
            'oro_datagrid.extension.mass_action.type.delete.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\MassAction\\Actions\\Ajax\\DeleteMassAction',
            'oro_datagrid.extension.mass_action.type.redirect.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\MassAction\\Actions\\Redirect\\RedirectMassAction',
            'oro_datagrid.extension.mass_action.type.widget.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\MassAction\\Actions\\Widget\\WidgetMassAction',
            'oro_datagrid.extension.mass_action.type.window.class' => 'Oro\\Bundle\\DataGridBundle\\Extension\\MassAction\\Actions\\Widget\\WindowMassAction',
            'oro_filter.twig.layout' => 'PimFilterBundle:Filter:pim-layout.js.twig',
            'oro_filter.twig.header' => 'OroFilterBundle:Filter:header.html.twig',
            'oro_filter.twig.extension.render_layout.class' => 'Oro\\Bundle\\FilterBundle\\Twig\\RenderLayoutExtension',
            'oro_filter.twig.extension.render_header.class' => 'Oro\\Bundle\\FilterBundle\\Twig\\RenderHeaderExtension',
            'oro_filter.extension.orm_filter.class' => 'Oro\\Bundle\\FilterBundle\\Grid\\Extension\\OrmFilterExtension',
            'oro_filter.filter_utility.class' => 'Oro\\Bundle\\FilterBundle\\Filter\\FilterUtility',
            'oro_filter.string_filter.class' => 'Oro\\Bundle\\FilterBundle\\Filter\\StringFilter',
            'oro_filter.search_filter.class' => 'Oro\\Bundle\\FilterBundle\\Filter\\SearchFilter',
            'oro_filter.select_row_filter.class' => 'Oro\\Bundle\\FilterBundle\\Filter\\SelectRowFilter',
            'oro_filter.number_filter.class' => 'Oro\\Bundle\\FilterBundle\\Filter\\NumberFilter',
            'oro_filter.percent_filter.class' => 'Oro\\Bundle\\FilterBundle\\Filter\\PercentFilter',
            'oro_filter.choice_filter.class' => 'Oro\\Bundle\\FilterBundle\\Filter\\ChoiceFilter',
            'oro_filter.entity_filter.class' => 'Oro\\Bundle\\FilterBundle\\Filter\\EntityFilter',
            'oro_filter.boolean_filter.class' => 'Oro\\Bundle\\FilterBundle\\Filter\\BooleanFilter',
            'oro_filter.date_range_filter.class' => 'Oro\\Bundle\\FilterBundle\\Filter\\DateRangeFilter',
            'oro_filter.datetime_range_filter.class' => 'Oro\\Bundle\\FilterBundle\\Filter\\DateTimeRangeFilter',
            'oro_security.entity.owners' => [
                'user' => 'Akeneo\\UserManagement\\Component\\Model\\User',
            ],
            'oro_security.security_facade.class' => 'Oro\\Bundle\\SecurityBundle\\SecurityFacade',
            'oro_security.acl.manager.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Persistence\\AclManager',
            'oro_security.acl.sid_manager.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Persistence\\AclSidManager',
            'oro_security.acl.cache.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Cache\\FilesystemCache',
            'oro_security.acl.ace_provider.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Persistence\\AceManipulationHelper',
            'oro_security.acl.privilege_repository.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Persistence\\AclPrivilegeRepository',
            'oro_security.acl.extension_selector.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Extension\\AclExtensionSelector',
            'oro_security.acl.extension.entity.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Extension\\EntityAclExtension',
            'oro_security.acl.entity_class_resolver.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Extension\\EntityClassResolver',
            'oro_security.acl.extension.action.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Extension\\ActionAclExtension',
            'oro_security.acl.voter.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Voter\\AclVoter',
            'oro_security.acl.provider.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Domain\\RootBasedAclProvider',
            'oro_security.acl.dbal.provider.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Dbal\\MutableAclProvider',
            'oro_security.acl.permission_granting_strategy.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Domain\\PermissionGrantingStrategy',
            'oro_security.acl.permission_map.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Permission\\PermissionMap',
            'oro_security.acl.object_identity_factory.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Domain\\ObjectIdentityFactory',
            'oro_security.acl.object_identity_retrieval_strategy.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Domain\\ObjectIdentityRetrievalStrategy',
            'oro_security.acl.object_id_accessor.class' => 'Oro\\Bundle\\SecurityBundle\\Acl\\Domain\\ObjectIdAccessor',
            'oro_security.type.oro_acl_label.class' => 'Oro\\Bundle\\SecurityBundle\\Form\\Type\\ObjectLabelType',
            'oro_security.action_metadata_provider.class' => 'Oro\\Bundle\\SecurityBundle\\Metadata\\ActionMetadataProvider',
            'oro_security.acl.annotation_provider.class' => 'Oro\\Bundle\\SecurityBundle\\Metadata\\AclAnnotationProvider',
            'oro_security.acl.annotation_provider.cache.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
            'oro_security.acl.annotation_loader.class' => 'Oro\\Bundle\\SecurityBundle\\Annotation\\Loader\\AclAnnotationLoader',
            'oro_security.acl.yaml_config_loader.class' => 'Oro\\Bundle\\SecurityBundle\\Annotation\\Loader\\AclYamlConfigLoader',
            'oro_security.acl.annotation_provider.cache.warmer.class' => 'Oro\\Bundle\\SecurityBundle\\Cache\\AclAnnotationCacheWarmer',
            'oro_security.acl.annotation_provider.cache.clearer.class' => 'Oro\\Bundle\\SecurityBundle\\Cache\\AclAnnotationCacheClearer',
            'oro_security.action_metadata_provider.cache.warmer.class' => 'Oro\\Bundle\\SecurityBundle\\Cache\\ActionMetadataCacheWarmer',
            'oro_security.action_metadata_provider.cache.clearer.class' => 'Oro\\Bundle\\SecurityBundle\\Cache\\ActionMetadataCacheClearer',
            'oro_security.listener.controller.class' => 'Oro\\Bundle\\SecurityBundle\\EventListener\\ControllerListener',
            'oro_security.twig.security_extension' => 'Oro\\Bundle\\SecurityBundle\\Twig\\OroSecurityExtension',
            'oro_translation.controller.class' => 'Oro\\Bundle\\TranslationBundle\\Controller\\Controller',
            'oro_translation.js_translation.domains' => [
                0 => 'measures',
                1 => 'jsmessages',
                2 => 'validators',
            ],
            'akeneo_elasticsearch.cursor.cursor.class' => 'Akeneo\\Tool\\Bundle\\ElasticsearchBundle\\Cursor\\Cursor',
            'akeneo_elasticsearch.cursor.search_after_size_cursor.class' => 'Akeneo\\Tool\\Bundle\\ElasticsearchBundle\\Cursor\\SearchAfterSizeCursor',
            'akeneo_elasticsearch.cursor.from_size_cursor.class' => 'Akeneo\\Tool\\Bundle\\ElasticsearchBundle\\Cursor\\FromSizeCursor',
            'akeneo_elasticsearch.cursor.cursor_factory.class' => 'Akeneo\\Tool\\Bundle\\ElasticsearchBundle\\Cursor\\CursorFactory',
            'akeneo_elasticsearch.cursor.search_after_size_cursor_factory.class' => 'Akeneo\\Tool\\Bundle\\ElasticsearchBundle\\Cursor\\SearchAfterSizeCursorFactory',
            'akeneo_elasticsearch.cursor.from_size_cursor_factory.class' => 'Akeneo\\Tool\\Bundle\\ElasticsearchBundle\\Cursor\\FromSizeCursorFactory',
            'akeneo_elasticsearch.client_builder.class' => 'Elasticsearch\\ClientBuilder',
            'akeneo_elasticsearch.registry.clients.class' => 'Akeneo\\Tool\\Bundle\\ElasticsearchBundle\\ClientRegistry',
            'akeneo_batch.entity.warning.class' => 'Akeneo\\Tool\\Component\\Batch\\Model\\Warning',
            'akeneo_batch.entity.job_instance.class' => 'Akeneo\\Tool\\Component\\Batch\\Model\\JobInstance',
            'akeneo_batch.entity.job_execution.class' => 'Akeneo\\Tool\\Component\\Batch\\Model\\JobExecution',
            'akeneo_batch.entity.step_execution.class' => 'Akeneo\\Tool\\Component\\Batch\\Model\\StepExecution',
            'akeneo_batch.job.batch_status.class' => 'Akeneo\\Tool\\Component\\Batch\\Job\\BatchStatus',
            'akeneo_batch.job.job_parameters.class' => 'Akeneo\\Tool\\Component\\Batch\\Job\\JobParameters',
            'akeneo_batch.job_parameters_factory.class' => 'Akeneo\\Tool\\Component\\Batch\\Job\\JobParametersFactory',
            'akeneo_batch.job_repository.class' => 'Akeneo\\Tool\\Bundle\\BatchBundle\\Job\\DoctrineJobRepository',
            'akeneo_batch.job.job_instance_repository.class' => 'Akeneo\\Tool\\Bundle\\BatchBundle\\Job\\JobInstanceRepository',
            'akeneo_batch.job.job_registry.class' => 'Akeneo\\Tool\\Component\\Batch\\Job\\JobRegistry',
            'akeneo_batch.job.job_parameters.default_values_provider_registry.class' => 'Akeneo\\Tool\\Component\\Batch\\Job\\JobParameters\\DefaultValuesProviderRegistry',
            'akeneo_batch.job.job_parameters.constraint_collection_provider_registry.class' => 'Akeneo\\Tool\\Component\\Batch\\Job\\JobParameters\\ConstraintCollectionProviderRegistry',
            'akeneo_batch.job.job_parameters.empty_values_provider.class' => 'Akeneo\\Tool\\Component\\Batch\\Job\\JobParameters\\EmptyDefaultValuesProvider',
            'akeneo_batch.job.job_parameters.empty_constraint_collection_provider.class' => 'Akeneo\\Tool\\Component\\Batch\\Job\\JobParameters\\EmptyConstraintCollectionProvider',
            'akeneo_batch.job.job_parameters_validator.class' => 'Akeneo\\Tool\\Component\\Batch\\Job\\JobParametersValidator',
            'akeneo_batch.job_instance_factory.class' => 'Akeneo\\Tool\\Bundle\\BatchBundle\\Job\\JobInstanceFactory',
            'akeneo_batch.logger_subscriber.class' => 'Akeneo\\Tool\\Bundle\\BatchBundle\\EventListener\\LoggerSubscriber',
            'akeneo_batch.notification_subscriber.class' => 'Akeneo\\Tool\\Bundle\\BatchBundle\\EventListener\\NotificationSubscriber',
            'akeneo_batch.lock_subscriber.class' => 'Akeneo\\Tool\\Bundle\\BatchBundle\\EventListener\\LockSubscriber',
            'akeneo_batch.load_job_parameters_listener.class' => 'Akeneo\\Tool\\Bundle\\BatchBundle\\EventListener\\LoadJobParametersListener',
            'akeneo_batch.logger.batch_log_handler.class' => 'Akeneo\\Tool\\Bundle\\BatchBundle\\Monolog\\Handler\\BatchLogHandler',
            'akeneo_batch.mail_notifier.class' => 'Akeneo\\Tool\\Bundle\\BatchBundle\\Notification\\MailNotifier',
            'akeneo_batch.set_job_execution_log_file_subscriber.class' => 'Akeneo\\Tool\\Bundle\\BatchBundle\\EventListener\\SetJobExecutionLogFileSubscriber',
            'akeneo_batch.manager.job_execution.class' => 'Akeneo\\Tool\\Bundle\\BatchBundle\\Manager\\JobExecutionManager',
            'akeneo_batch.launcher.simple_job_launcher.class' => 'Akeneo\\Tool\\Bundle\\BatchBundle\\Launcher\\SimpleJobLauncher',
            'akeneo_batch.entity_manager.persisted_connection_entity_manager.class' => 'Akeneo\\Tool\\Bundle\\BatchBundle\\EntityManager\\PersistedConnectionEntityManager',
            'akeneo_batch.connectors_config' => NULL,
            'akeneo_batch.jobs_config' => NULL,
            'akeneo_batch.validator.job_instance.class' => 'Akeneo\\Tool\\Bundle\\BatchBundle\\Validator\\Constraints\\JobInstanceValidator',
            'akeneo_batch.updater.job_instance.class' => 'Akeneo\\Tool\\Component\\Batch\\Updater\\JobInstanceUpdater',
            'akeneo_batch.mail_notifier.sender_email' => 'no-reply@example.com',
            'ramsey.uuid.provider.node.system_node_provider.class' => 'Ramsey\\Uuid\\Provider\\Node\\SystemNodeProvider',
            'akeneo_batch_queue.hydrator_job_execution_message_hydrator.class' => 'Akeneo\\Tool\\Bundle\\BatchQueueBundle\\Hydrator\\JobExecutionMessageHydrator',
            'akeneo_batch_queue.queue.database_job_execution_queue.class' => 'Akeneo\\Tool\\Bundle\\BatchQueueBundle\\Queue\\DatabaseJobExecutionQueue',
            'akeneo_batch_queue.queue.job_execution_message.class' => 'Akeneo\\Tool\\Component\\BatchQueue\\Queue\\JobExecutionMessage',
            'akeneo_batch_queue.queue.job_execution_message_repository.class' => 'Akeneo\\Tool\\Bundle\\BatchQueueBundle\\Queue\\JobExecutionMessageRepository',
            'akeneo_batch_queue.manager.job_execution_manager.class' => 'Akeneo\\Tool\\Bundle\\BatchQueueBundle\\Manager\\JobExecutionManager',
            'akeneo_batch_queue.launcher.queue_job_launcher.class' => 'Akeneo\\Tool\\Bundle\\BatchQueueBundle\\Launcher\\QueueJobLauncher',
            'akeneo_file_storage.file_storage.file.file_storer.class' => 'Akeneo\\Tool\\Component\\FileStorage\\File\\FileStorer',
            'akeneo_file_storage.file_storage.file.file_fetcher.class' => 'Akeneo\\Tool\\Component\\FileStorage\\File\\FileFetcher',
            'akeneo_file_storage.file_storage.file.output_file_fetcher.class' => 'Akeneo\\Tool\\Component\\FileStorage\\File\\OutputFileFetcher',
            'akeneo_file_storage.file_storage.file.streamed_file_fetcher.class' => 'Akeneo\\Tool\\Component\\FileStorage\\File\\StreamedFileFetcher',
            'akeneo_file_storage.file_storage.file_info_factory.class' => 'Akeneo\\Tool\\Component\\FileStorage\\FileInfoFactory',
            'akeneo_file_storage.file_storage.path_generator.class' => 'Akeneo\\Tool\\Component\\FileStorage\\PathGenerator',
            'akeneo_file_storage.file_storage.filesystem_provider.class' => 'Akeneo\\Tool\\Component\\FileStorage\\FilesystemProvider',
            'akeneo_file_storage.form.type.file_info.class' => 'Akeneo\\Tool\\Bundle\\FileStorageBundle\\Form\\Type\\FileInfoType',
            'akeneo_file_storage.model.file_info.class' => 'Akeneo\\Tool\\Component\\FileStorage\\Model\\FileInfo',
            'akeneo_file_storage.model.file_info.interface' => 'Akeneo\\Tool\\Component\\FileStorage\\Model\\FileInfoInterface',
            'akeneo_file_storage.remover.file.class' => 'Akeneo\\Tool\\Bundle\\StorageUtilsBundle\\Doctrine\\Common\\Remover\\BaseRemover',
            'akeneo_file_storage.repository.file_info.class' => 'Akeneo\\Tool\\Bundle\\FileStorageBundle\\Doctrine\\ORM\\Repository\\FileInfoRepository',
            'akeneo_file_storage.saver.file.class' => 'Akeneo\\Tool\\Bundle\\StorageUtilsBundle\\Doctrine\\Common\\Saver\\BaseSaver',
            'akeneo_measure.convert.measure_converter.class' => 'Akeneo\\Tool\\Bundle\\MeasureBundle\\Convert\\MeasureConverter',
            'akeneo_measure.manager.measure_manager.class' => 'Akeneo\\Tool\\Bundle\\MeasureBundle\\Manager\\MeasureManager',
            'akeneo_measure.measures_config' => [
                'measures_config' => [
                    'Area' => [
                        'standard' => 'SQUARE_METER',
                        'units' => [
                            'SQUARE_MILLIMETER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.000001',
                                    ],
                                ],
                                'symbol' => 'mm²',
                            ],
                            'SQUARE_CENTIMETER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.0001',
                                    ],
                                ],
                                'symbol' => 'cm²',
                            ],
                            'SQUARE_DECIMETER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.01',
                                    ],
                                ],
                                'symbol' => 'dm²',
                            ],
                            'SQUARE_METER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'm²',
                            ],
                            'CENTIARE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'ca',
                            ],
                            'SQUARE_DEKAMETER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '100',
                                    ],
                                ],
                                'symbol' => 'dam²',
                            ],
                            'ARE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '100',
                                    ],
                                ],
                                'symbol' => 'a',
                            ],
                            'SQUARE_HECTOMETER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '10000',
                                    ],
                                ],
                                'symbol' => 'hm²',
                            ],
                            'HECTARE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '10000',
                                    ],
                                ],
                                'symbol' => 'ha',
                            ],
                            'SQUARE_KILOMETER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000000',
                                    ],
                                ],
                                'symbol' => 'km²',
                            ],
                            'SQUARE_MIL' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.00000000064516',
                                    ],
                                ],
                                'symbol' => 'sq mil',
                            ],
                            'SQUARE_INCH' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.00064516',
                                    ],
                                ],
                                'symbol' => 'in²',
                            ],
                            'SQUARE_FOOT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.09290304',
                                    ],
                                ],
                                'symbol' => 'ft²',
                            ],
                            'SQUARE_YARD' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.83612736',
                                    ],
                                ],
                                'symbol' => 'yd²',
                            ],
                            'ARPENT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '3418.89',
                                    ],
                                ],
                                'symbol' => 'arpent',
                            ],
                            'ACRE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '4046.856422',
                                    ],
                                ],
                                'symbol' => 'A',
                            ],
                            'SQUARE_FURLONG' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '40468.726',
                                    ],
                                ],
                                'symbol' => 'fur²',
                            ],
                            'SQUARE_MILE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '2589988.110336',
                                    ],
                                ],
                                'symbol' => 'mi²',
                            ],
                        ],
                    ],
                    'Binary' => [
                        'standard' => 'BYTE',
                        'units' => [
                            'BIT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.125',
                                    ],
                                ],
                                'symbol' => 'b',
                            ],
                            'BYTE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'B',
                            ],
                            'KILOBYTE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1024',
                                    ],
                                ],
                                'symbol' => 'kB',
                            ],
                            'MEGABYTE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1048576',
                                    ],
                                ],
                                'symbol' => 'MB',
                            ],
                            'GIGABYTE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1073741824',
                                    ],
                                ],
                                'symbol' => 'GB',
                            ],
                            'TERABYTE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1099511627776',
                                    ],
                                ],
                                'symbol' => 'TB',
                            ],
                        ],
                    ],
                    'Decibel' => [
                        'standard' => 'DECIBEL',
                        'units' => [
                            'DECIBEL' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'dB',
                            ],
                        ],
                    ],
                    'Frequency' => [
                        'standard' => 'HERTZ',
                        'units' => [
                            'HERTZ' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'Hz',
                            ],
                            'KILOHERTZ' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000',
                                    ],
                                ],
                                'symbol' => 'kHz',
                            ],
                            'MEGAHERTZ' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000000',
                                    ],
                                ],
                                'symbol' => 'MHz',
                            ],
                            'GIGAHERTZ' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000000000',
                                    ],
                                ],
                                'symbol' => 'GHz',
                            ],
                            'TERAHERTZ' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000000000000',
                                    ],
                                ],
                                'symbol' => 'THz',
                            ],
                        ],
                    ],
                    'Length' => [
                        'standard' => 'METER',
                        'units' => [
                            'MILLIMETER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.001',
                                    ],
                                ],
                                'symbol' => 'mm',
                            ],
                            'CENTIMETER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.01',
                                    ],
                                ],
                                'symbol' => 'cm',
                            ],
                            'DECIMETER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.1',
                                    ],
                                ],
                                'symbol' => 'dm',
                            ],
                            'METER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'm',
                            ],
                            'DEKAMETER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '10',
                                    ],
                                ],
                                'symbol' => 'dam',
                            ],
                            'HECTOMETER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '100',
                                    ],
                                ],
                                'symbol' => 'hm',
                            ],
                            'KILOMETER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000',
                                    ],
                                ],
                                'symbol' => 'km',
                            ],
                            'MIL' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.0000254',
                                    ],
                                ],
                                'symbol' => 'mil',
                            ],
                            'INCH' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.0254',
                                    ],
                                ],
                                'symbol' => 'in',
                            ],
                            'FEET' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.3048',
                                    ],
                                ],
                                'symbol' => 'ft',
                            ],
                            'YARD' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.9144',
                                    ],
                                ],
                                'symbol' => 'yd',
                            ],
                            'CHAIN' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '20.1168',
                                    ],
                                ],
                                'symbol' => 'ch',
                            ],
                            'FURLONG' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '201.168',
                                    ],
                                ],
                                'symbol' => 'fur',
                            ],
                            'MILE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1609.344',
                                    ],
                                ],
                                'symbol' => 'mi',
                            ],
                        ],
                    ],
                    'Power' => [
                        'standard' => 'WATT',
                        'units' => [
                            'WATT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'W',
                            ],
                            'KILOWATT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000',
                                    ],
                                ],
                                'symbol' => 'kW',
                            ],
                            'MEGAWATT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000000',
                                    ],
                                ],
                                'symbol' => 'MW',
                            ],
                            'GIGAWATT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000000000',
                                    ],
                                ],
                                'symbol' => 'GW',
                            ],
                            'TERAWATT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000000000000',
                                    ],
                                ],
                                'symbol' => 'TW',
                            ],
                        ],
                    ],
                    'Voltage' => [
                        'standard' => 'VOLT',
                        'units' => [
                            'MILLIVOLT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.001',
                                    ],
                                ],
                                'symbol' => 'mV',
                            ],
                            'CENTIVOLT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.01',
                                    ],
                                ],
                                'symbol' => 'cV',
                            ],
                            'DECIVOLT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.1',
                                    ],
                                ],
                                'symbol' => 'dV',
                            ],
                            'VOLT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'V',
                            ],
                            'DEKAVOLT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '10',
                                    ],
                                ],
                                'symbol' => 'daV',
                            ],
                            'HECTOVOLT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '100',
                                    ],
                                ],
                                'symbol' => 'hV',
                            ],
                            'KILOVOLT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000',
                                    ],
                                ],
                                'symbol' => 'kV',
                            ],
                        ],
                    ],
                    'Intensity' => [
                        'standard' => 'AMPERE',
                        'units' => [
                            'MILLIAMPERE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.001',
                                    ],
                                ],
                                'symbol' => 'mA',
                            ],
                            'CENTIAMPERE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.01',
                                    ],
                                ],
                                'symbol' => 'cA',
                            ],
                            'DECIAMPERE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.1',
                                    ],
                                ],
                                'symbol' => 'dA',
                            ],
                            'AMPERE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'A',
                            ],
                            'DEKAMPERE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '10',
                                    ],
                                ],
                                'symbol' => 'daA',
                            ],
                            'HECTOAMPERE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '100',
                                    ],
                                ],
                                'symbol' => 'hA',
                            ],
                            'KILOAMPERE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000',
                                    ],
                                ],
                                'symbol' => 'kA',
                            ],
                        ],
                    ],
                    'Resistance' => [
                        'standard' => 'OHM',
                        'units' => [
                            'MILLIOHM' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.001',
                                    ],
                                ],
                                'symbol' => 'mΩ',
                            ],
                            'CENTIOHM' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.01',
                                    ],
                                ],
                                'symbol' => 'cΩ',
                            ],
                            'DECIOHM' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.1',
                                    ],
                                ],
                                'symbol' => 'dΩ',
                            ],
                            'OHM' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'Ω',
                            ],
                            'DEKAOHM' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '10',
                                    ],
                                ],
                                'symbol' => 'daΩ',
                            ],
                            'HECTOHM' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '100',
                                    ],
                                ],
                                'symbol' => 'hΩ',
                            ],
                            'KILOHM' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000',
                                    ],
                                ],
                                'symbol' => 'kΩ',
                            ],
                            'MEGOHM' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000000',
                                    ],
                                ],
                                'symbol' => 'MΩ',
                            ],
                        ],
                    ],
                    'Speed' => [
                        'standard' => 'METER_PER_SECOND',
                        'units' => [
                            'METER_PER_SECOND' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'm/s',
                            ],
                            'METER_PER_MINUTE' => [
                                'convert' => [
                                    0 => [
                                        'div' => '60',
                                    ],
                                ],
                                'symbol' => 'm/mn',
                            ],
                            'METER_PER_HOUR' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                    1 => [
                                        'div' => '3600',
                                    ],
                                ],
                                'symbol' => 'm/h',
                            ],
                            'KILOMETER_PER_HOUR' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000',
                                    ],
                                    1 => [
                                        'div' => '3600',
                                    ],
                                ],
                                'symbol' => 'km/h',
                            ],
                            'FOOT_PER_SECOND' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.3048',
                                    ],
                                ],
                                'symbol' => 'ft/s',
                            ],
                            'FOOT_PER_HOUR' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.3048',
                                    ],
                                    1 => [
                                        'div' => '3600',
                                    ],
                                ],
                                'symbol' => 'ft/h',
                            ],
                            'YARD_PER_HOUR' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.9144',
                                    ],
                                    1 => [
                                        'div' => '3600',
                                    ],
                                ],
                                'symbol' => 'yd/h',
                            ],
                            'MILE_PER_HOUR' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1609.344',
                                    ],
                                    1 => [
                                        'div' => '3600',
                                    ],
                                ],
                                'symbol' => 'mi/h',
                            ],
                        ],
                    ],
                    'ElectricCharge' => [
                        'standard' => 'AMPEREHOUR',
                        'units' => [
                            'MILLIAMPEREHOUR' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.001',
                                    ],
                                ],
                                'symbol' => 'mAh',
                            ],
                            'AMPEREHOUR' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'Ah',
                            ],
                            'MILLICOULOMB' => [
                                'convert' => [
                                    0 => [
                                        'div' => '3600000',
                                    ],
                                ],
                                'symbol' => 'mC',
                            ],
                            'CENTICOULOMB' => [
                                'convert' => [
                                    0 => [
                                        'div' => '360000',
                                    ],
                                ],
                                'symbol' => 'cC',
                            ],
                            'DECICOULOMB' => [
                                'convert' => [
                                    0 => [
                                        'div' => '36000',
                                    ],
                                ],
                                'symbol' => 'dC',
                            ],
                            'COULOMB' => [
                                'convert' => [
                                    0 => [
                                        'div' => '3600',
                                    ],
                                ],
                                'symbol' => 'C',
                            ],
                            'DEKACOULOMB' => [
                                'convert' => [
                                    0 => [
                                        'div' => '360',
                                    ],
                                ],
                                'symbol' => 'daC',
                            ],
                            'HECTOCOULOMB' => [
                                'convert' => [
                                    0 => [
                                        'div' => '36',
                                    ],
                                ],
                                'symbol' => 'hC',
                            ],
                            'KILOCOULOMB' => [
                                'convert' => [
                                    0 => [
                                        'div' => '3.6',
                                    ],
                                ],
                                'symbol' => 'kC',
                            ],
                        ],
                    ],
                    'Duration' => [
                        'standard' => 'SECOND',
                        'units' => [
                            'MILLISECOND' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.001',
                                    ],
                                ],
                                'symbol' => 'ms',
                            ],
                            'SECOND' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 's',
                            ],
                            'MINUTE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '60',
                                    ],
                                ],
                                'symbol' => 'm',
                            ],
                            'HOUR' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '3600',
                                    ],
                                ],
                                'symbol' => 'h',
                            ],
                            'DAY' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '86400',
                                    ],
                                ],
                                'symbol' => 'd',
                            ],
                            'WEEK' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '604800',
                                    ],
                                ],
                                'symbol' => 'week',
                            ],
                            'MONTH' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '2628000',
                                    ],
                                ],
                                'symbol' => 'month',
                            ],
                            'YEAR' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '31536000',
                                    ],
                                ],
                                'symbol' => 'year',
                            ],
                        ],
                    ],
                    'Temperature' => [
                        'standard' => 'KELVIN',
                        'units' => [
                            'CELSIUS' => [
                                'convert' => [
                                    0 => [
                                        'add' => '273.15',
                                    ],
                                ],
                                'symbol' => '°C',
                            ],
                            'FAHRENHEIT' => [
                                'convert' => [
                                    0 => [
                                        'sub' => '32',
                                    ],
                                    1 => [
                                        'div' => '1.8',
                                    ],
                                    2 => [
                                        'add' => '273.15',
                                    ],
                                ],
                                'symbol' => '°F',
                            ],
                            'KELVIN' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => '°K',
                            ],
                            'RANKINE' => [
                                'convert' => [
                                    0 => [
                                        'div' => '1.8',
                                    ],
                                ],
                                'symbol' => '°R',
                            ],
                            'REAUMUR' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1.25',
                                    ],
                                    1 => [
                                        'add' => '273.15',
                                    ],
                                ],
                                'symbol' => '°r',
                            ],
                        ],
                    ],
                    'Volume' => [
                        'standard' => 'CUBIC_METER',
                        'units' => [
                            'CUBIC_MILLIMETER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.000000001',
                                    ],
                                ],
                                'symbol' => 'mm³',
                            ],
                            'CUBIC_CENTIMETER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.000001',
                                    ],
                                ],
                                'symbol' => 'cm³',
                            ],
                            'MILLILITER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.000001',
                                    ],
                                ],
                                'symbol' => 'ml',
                            ],
                            'CENTILITER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.00001',
                                    ],
                                ],
                                'symbol' => 'cl',
                            ],
                            'DECILITER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.0001',
                                    ],
                                ],
                                'symbol' => 'dl',
                            ],
                            'CUBIC_DECIMETER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.001',
                                    ],
                                ],
                                'symbol' => 'dm³',
                            ],
                            'LITER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.001',
                                    ],
                                ],
                                'symbol' => 'l',
                            ],
                            'CUBIC_METER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'm³',
                            ],
                            'OUNCE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.00454609',
                                    ],
                                    1 => [
                                        'div' => '160',
                                    ],
                                ],
                                'symbol' => 'oz',
                            ],
                            'PINT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.00454609',
                                    ],
                                    1 => [
                                        'div' => '8',
                                    ],
                                ],
                                'symbol' => 'pt',
                            ],
                            'BARREL' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.16365924',
                                    ],
                                ],
                                'symbol' => 'bbl',
                            ],
                            'GALLON' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.00454609',
                                    ],
                                ],
                                'symbol' => 'gal',
                            ],
                            'CUBIC_FOOT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '6.54119159',
                                    ],
                                    1 => [
                                        'div' => '231',
                                    ],
                                ],
                                'symbol' => 'ft³',
                            ],
                            'CUBIC_INCH' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.0037854118',
                                    ],
                                    1 => [
                                        'div' => '231',
                                    ],
                                ],
                                'symbol' => 'in³',
                            ],
                            'CUBIC_YARD' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.764554861',
                                    ],
                                ],
                                'symbol' => 'yd³',
                            ],
                        ],
                    ],
                    'Weight' => [
                        'standard' => 'KILOGRAM',
                        'units' => [
                            'MILLIGRAM' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.000001',
                                    ],
                                ],
                                'symbol' => 'mg',
                            ],
                            'GRAM' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.001',
                                    ],
                                ],
                                'symbol' => 'g',
                            ],
                            'KILOGRAM' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'kg',
                            ],
                            'TON' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000',
                                    ],
                                ],
                                'symbol' => 't',
                            ],
                            'GRAIN' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.00006479891',
                                    ],
                                ],
                                'symbol' => 'gr',
                            ],
                            'DENIER' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.001275',
                                    ],
                                ],
                                'symbol' => 'denier',
                            ],
                            'ONCE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.03059',
                                    ],
                                ],
                                'symbol' => 'once',
                            ],
                            'MARC' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.24475',
                                    ],
                                ],
                                'symbol' => 'marc',
                            ],
                            'LIVRE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.4895',
                                    ],
                                ],
                                'symbol' => 'livre',
                            ],
                            'OUNCE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.45359237',
                                    ],
                                    1 => [
                                        'div' => '16',
                                    ],
                                ],
                                'symbol' => 'oz',
                            ],
                            'POUND' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.45359237',
                                    ],
                                ],
                                'symbol' => 'lb',
                            ],
                        ],
                    ],
                    'Pressure' => [
                        'standard' => 'BAR',
                        'units' => [
                            'BAR' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'Bar',
                            ],
                            'PASCAL' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.00001',
                                    ],
                                ],
                                'symbol' => 'Pa',
                            ],
                            'HECTOPASCAL' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.001',
                                    ],
                                ],
                                'symbol' => 'hPa',
                            ],
                            'MILLIBAR' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.001',
                                    ],
                                ],
                                'symbol' => 'mBar',
                            ],
                            'ATM' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1.01325',
                                    ],
                                ],
                                'symbol' => 'atm',
                            ],
                            'PSI' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.0689476',
                                    ],
                                ],
                                'symbol' => 'PSI',
                            ],
                            'TORR' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.00133322',
                                    ],
                                ],
                                'symbol' => 'Torr',
                            ],
                            'MMHG' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.00133322',
                                    ],
                                ],
                                'symbol' => 'mmHg',
                            ],
                        ],
                    ],
                    'Energy' => [
                        'standard' => 'JOULE',
                        'units' => [
                            'JOULE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'J',
                            ],
                            'CALORIE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '4.184',
                                    ],
                                ],
                                'symbol' => 'cal',
                            ],
                            'KILOCALORIE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '4184',
                                    ],
                                ],
                                'symbol' => 'kcal',
                            ],
                            'KILOJOULE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1000',
                                    ],
                                ],
                                'symbol' => 'kJ',
                            ],
                        ],
                    ],
                    'CaseBox' => [
                        'standard' => 'PIECE',
                        'units' => [
                            'PIECE' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'Pc',
                            ],
                            'DOZEN' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '12',
                                    ],
                                ],
                                'symbol' => 'Dz',
                            ],
                        ],
                    ],
                    'Brightness' => [
                        'standard' => 'LUMEN',
                        'units' => [
                            'LUMEN' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '1',
                                    ],
                                ],
                                'symbol' => 'lm',
                            ],
                            'NIT' => [
                                'convert' => [
                                    0 => [
                                        'mul' => '0.2918855809',
                                    ],
                                ],
                                'symbol' => 'nits',
                            ],
                        ],
                    ],
                ],
            ],
            'pim_api.controller.measure_family.class' => 'Akeneo\\Tool\\Bundle\\MeasureBundle\\Controller\\ExternalApi\\MeasureFamilyController',
            'akeneo_storage_utils.mapping_overrides' => [

            ],
            'doctrine.entity_repository.class' => 'Doctrine\\ORM\\EntityRepository',
            'akeneo_storage_utils.doctrine.table_name_builder.class' => 'Akeneo\\Tool\\Bundle\\StorageUtilsBundle\\Doctrine\\TableNameBuilder',
            'akeneo_storage_utils.doctrine.object_detacher.class' => 'Akeneo\\Tool\\Bundle\\StorageUtilsBundle\\Doctrine\\Common\\Detacher\\ObjectDetacher',
            'akeneo_storage_utils.event_subscriber.resolve_target_repository.class' => 'Akeneo\\Tool\\Bundle\\StorageUtilsBundle\\EventSubscriber\\ResolveTargetRepositorySubscriber',
            'akeneo_storage_utils.doctrine.orm_mappings_override_configurator.class' => 'Akeneo\\Tool\\Bundle\\StorageUtilsBundle\\Doctrine\\ORM\\MappingsOverrideConfigurator',
            'akeneo_storage_utils.event_subscriber.configure_orm_mappings.class' => 'Akeneo\\Tool\\Bundle\\StorageUtilsBundle\\EventSubscriber\\ConfigureMappingsSubscriber',
            'akeneo_storage_utils.factory.simple.class' => 'Akeneo\\Tool\\Component\\StorageUtils\\Factory\\SimpleFactory',
            'akeneo_storage_utils.remover.base.class' => 'Akeneo\\Tool\\Bundle\\StorageUtilsBundle\\Doctrine\\Common\\Remover\\BaseRemover',
            'akeneo_storage_utils.repository.base_cached_object.class' => 'Akeneo\\Tool\\Component\\StorageUtils\\Repository\\BaseCachedObjectRepository',
            'akeneo_storage_utils.saver.base.class' => 'Akeneo\\Tool\\Bundle\\StorageUtilsBundle\\Doctrine\\Common\\Saver\\BaseSaver',
            'doctrine_migrations.dir_name' => (\dirname(__DIR__, 4).'/src/../upgrades/schema'),
            'doctrine_migrations.namespace' => 'Pim\\Upgrade\\Schema',
            'doctrine_migrations.name' => 'PIM Migrations',
            'doctrine_migrations.table_name' => 'migration_versions',
            'doctrine_migrations.custom_template' => NULL,
            'doctrine_migrations.organize_migrations' => false,
            'fos_oauth_server.server.class' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Security\\OAuth2',
            'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider',
            'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener',
            'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint',
            'fos_oauth_server.server.options' => [

            ],
            'fos_oauth_server.model_manager_name' => NULL,
            'fos_oauth_server.model.client.class' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Entity\\Client',
            'fos_oauth_server.model.access_token.class' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Entity\\AccessToken',
            'fos_oauth_server.model.refresh_token.class' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Entity\\RefreshToken',
            'fos_oauth_server.model.auth_code.class' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Entity\\AuthCode',
            'fos_oauth_server.template.engine' => 'twig',
            'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType',
            'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form',
            'fos_oauth_server.authorize.form.validation_groups' => [
                0 => 'Authorize',
                1 => 'Default',
            ],
            'pim_filter.form.type.filter.scope_class' => 'Oro\\Bundle\\PimFilterBundle\\Form\\Type\\Filter\\ScopeFilterType',
            'pim_filter.form.type.filter.category_class' => 'Oro\\Bundle\\PimFilterBundle\\Form\\Type\\Filter\\CategoryFilterType',
            'pim_filter.form.type.filter.metric_class' => 'Oro\\Bundle\\PimFilterBundle\\Form\\Type\\Filter\\MetricFilterType',
            'pim_filter.form.type.filter.price_class' => 'Oro\\Bundle\\PimFilterBundle\\Form\\Type\\Filter\\PriceFilterType',
            'pim_filter.form.type.filter.ajax_choice_class' => 'Oro\\Bundle\\PimFilterBundle\\Form\\Type\\Filter\\AjaxChoiceFilterType',
            'pim_filter.form.type.filter.boolean_class' => 'Oro\\Bundle\\PimFilterBundle\\Form\\Type\\Filter\\BooleanFilterType',
            'pim_filter.form.type.category_class' => 'Oro\\Bundle\\PimFilterBundle\\Form\\Type\\CategoryType',
            'pim_filter.form.type.date_range.class' => 'Oro\\Bundle\\PimFilterBundle\\Form\\Type\\DateRangeType',
            'pim_filter.form.type.date_time_range.class' => 'Oro\\Bundle\\PimFilterBundle\\Form\\Type\\DateTimeRangeType',
            'pim_filter.product_utility.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\ProductFilterUtility',
            'pim_filter.datasource.orm_adapter.class' => 'Oro\\Bundle\\PimFilterBundle\\Datasource\\Orm\\OrmFilterDatasourceAdapter',
            'pim_filter.datasource.product_orm_adapter.class' => 'Oro\\Bundle\\PimFilterBundle\\Datasource\\Orm\\OrmFilterProductDatasourceAdapter',
            'pim_filter.ajax_choice_filter.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\AjaxChoiceFilter',
            'pim_filter.product_scope_filter.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\Product\\ScopeFilter',
            'pim_filter.product_groups_filter.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\Product\\GroupsFilter',
            'pim_filter.product_family_filter.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\Product\\FamilyFilter',
            'pim_filter.product_completeness_filter.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\Product\\ProductCompletenessFilter',
            'pim_filter.product_date_filter.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\ProductValue\\DateTimeRangeFilter',
            'pim_filter.category_filter.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\CategoryFilter',
            'pim_filter.product_enabled_filter.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\Product\\EnabledFilter',
            'pim_filter.product_in_group_filter.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\Product\\InGroupFilter',
            'pim_filter.product_is_associated_filter.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\Product\\IsAssociatedFilter',
            'pim_filter.product_value_string.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\ProductValue\\StringFilter',
            'pim_filter.product_value_choice.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\ProductValue\\ChoiceFilter',
            'pim_filter.product_value_number.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\ProductValue\\NumberFilter',
            'pim_filter.product_value_date.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\ProductValue\\DateRangeFilter',
            'pim_filter.product_value_datetime.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\ProductValue\\DateTimeRangeFilter',
            'pim_filter.product_value_boolean.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\ProductValue\\BooleanFilter',
            'pim_filter.product_value_metric.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\ProductValue\\MetricFilter',
            'pim_filter.product_value_price.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\ProductValue\\PriceFilter',
            'pim_filter.product_label_or_identifier_filter.class' => 'Oro\\Bundle\\PimFilterBundle\\Filter\\Product\\LabelOrIdentifierFilter',
            'pim_user.context.user.class' => 'Akeneo\\UserManagement\\Bundle\\Context\\UserContext',
            'pim_user.controller.user_rest.class' => 'Akeneo\\UserManagement\\Bundle\\Controller\\Rest\\UserController',
            'pim_user.controller.security_rest.class' => 'Akeneo\\UserManagement\\Bundle\\Controller\\Rest\\SecurityController',
            'pim_user.controller.user_group_rest.class' => 'Akeneo\\UserManagement\\Bundle\\Controller\\Rest\\UserGroupController',
            'pim_user.entity.role.class' => 'Akeneo\\UserManagement\\Component\\Model\\Role',
            'pim_user.entity.group.class' => 'Akeneo\\UserManagement\\Component\\Model\\Group',
            'pim_user.entity.user.class' => 'Akeneo\\UserManagement\\Component\\Model\\User',
            'pim_user.event_subscriber.group.class' => 'Akeneo\\UserManagement\\Bundle\\EventListener\\GroupSubscriber',
            'pim_user.event_subscriber.remove_role.class' => 'Akeneo\\UserManagement\\Bundle\\EventListener\\RemoveRoleSubscriber',
            'pim_locale.locale_subscriber.class' => 'Akeneo\\UserManagement\\Bundle\\EventListener\\LocaleSubscriber',
            'pim_user.event_listener.create_user_system.class' => 'Akeneo\\UserManagement\\Bundle\\EventListener\\CreateUserSystemListener',
            'pim_user.form.type.reset.class' => 'Akeneo\\UserManagement\\Bundle\\Form\\Type\\ResetType',
            'pim_user.form.type.acl_role_type.class' => 'Akeneo\\UserManagement\\Bundle\\Form\\Type\\AclRoleType',
            'pim_user.form.type.role.api.class' => 'Akeneo\\UserManagement\\Bundle\\Form\\Type\\RoleApiType',
            'pim_user.form.type.group.class' => 'Akeneo\\UserManagement\\Bundle\\Form\\Type\\GroupType',
            'pim_user.form.type.group.api.class' => 'Akeneo\\UserManagement\\Bundle\\Form\\Type\\GroupApiType',
            'pim_user.form.handler.reset.class' => 'Akeneo\\UserManagement\\Bundle\\Form\\Handler\\ResetHandler',
            'pim_user.form.handler.role.class' => 'Akeneo\\UserManagement\\Bundle\\Form\\Handler\\RoleHandler',
            'pim_user.form.handler.group.class' => 'Akeneo\\UserManagement\\Bundle\\Form\\Handler\\GroupHandler',
            'pim_user.form.handler.acl_role.class' => 'Akeneo\\UserManagement\\Bundle\\Form\\Handler\\AclRoleHandler',
            'pim_user.form.type.acl_collection.class' => 'Akeneo\\UserManagement\\Bundle\\Form\\Type\\PrivilegeCollectionType',
            'pim_user.form.type.acl_role.class' => 'Akeneo\\UserManagement\\Bundle\\Form\\Type\\AclRoleType',
            'pim_user.form.type.acl_access_level_selector.class' => 'Akeneo\\UserManagement\\Bundle\\Form\\Type\\AclAccessLevelSelectorType',
            'pim_user.normalizer.user.class' => 'Akeneo\\UserManagement\\Component\\Normalizer\\UserNormalizer',
            'pim_user.provider.user.class' => 'Akeneo\\UserManagement\\Bundle\\Security\\UserProvider',
            'pim_user.provider.user_api.class' => 'Akeneo\\UserManagement\\Bundle\\Security\\UserApiProvider',
            'pim_user.query.is_there_user_without_role.class' => 'Akeneo\\UserManagement\\Bundle\\Doctrine\\ORM\\Query\\IsThereUserWithoutRole',
            'pim_user.repository.role.class' => 'Akeneo\\UserManagement\\Bundle\\Doctrine\\ORM\\Repository\\RoleRepository',
            'pim_user.repository.group.class' => 'Akeneo\\UserManagement\\Bundle\\Doctrine\\ORM\\Repository\\GroupRepository',
            'pim_user.repository.user.class' => 'Akeneo\\UserManagement\\Bundle\\Doctrine\\ORM\\Repository\\UserRepository',
            'pim_user.twig.acl_groups_extension.class' => 'Akeneo\\UserManagement\\Bundle\\Twig\\AclGroupsExtension',
            'pim_user.updater.user.class' => 'Akeneo\\UserManagement\\Component\\Updater\\UserUpdater',
            'pim_user.updater.group.class' => 'Akeneo\\UserManagement\\Component\\Updater\\GroupUpdater',
            'pim_user.updater.role.class' => 'Akeneo\\UserManagement\\Component\\Updater\\RoleUpdater',
            'pim_user.view_element.visibility_checker.groups_and_roles.class' => 'Akeneo\\UserManagement\\Bundle\\ViewElement\\Checker\\GroupsAndRolesVisibilityChecker',
            'pim_user.view_element.user.tab.general.template' => 'PimUserBundle:User:Tab/general.html.twig',
            'pim_user.view_element.user.tab.additional.template' => 'PimUserBundle:User:Tab/additional.html.twig',
            'pim_user.view_element.user.tab.group_and_role.template' => 'PimUserBundle:User:Tab/group_and_role.html.twig',
            'pim_user.view_element.user.tab.password.template' => 'PimUserBundle:User:Tab/password.html.twig',
            'pim_user.view_element.user.tab.interfaces.template' => 'PimUserBundle:User:Tab/interfaces.html.twig',
            'pim_user.view_element.group.tab.general.template' => 'PimUserBundle:Group:Tab/general.html.twig',
            'pim_user.view_element.group.tab.users.template' => 'PimUserBundle:Group:Tab/users.html.twig',
            'pim_user.reset.ttl' => 86400,
            'pim_user.email' => [
                'no-reply@example.com' => 'Akeneo Admin',
            ],
            'pim_user.privileges' => [
                'action' => [
                    'label' => 'rights.action',
                    'view_type' => 'groups',
                    'types' => [
                        0 => 'action',
                    ],
                    'field_type' => 'Akeneo\\UserManagement\\Bundle\\Form\\Type\\AclAccessLevelSelectorType',
                    'default_value' => 5,
                    'show_default' => true,
                ],
                'api' => [
                    'label' => 'pim_api.acl.rights',
                    'view_type' => 'groups',
                    'types' => [
                        0 => 'action',
                    ],
                    'field_type' => 'Akeneo\\UserManagement\\Bundle\\Form\\Type\\AclAccessLevelSelectorType',
                    'default_value' => 5,
                    'show_default' => true,
                ],
            ],
            'pim_user.login_form.action_route' => 'pim_user_security_check',
            'pim_user.login_form.additional_hidden_fields' => [

            ],
            'pim_connector.job_name.csv_locale_export' => 'csv_locale_export',
            'pim_connector.job_name.csv_locale_import' => 'csv_locale_import',
            'pim_connector.job_name.xlsx_locale_export' => 'xlsx_locale_export',
            'pim_connector.job_name.xlsx_locale_import' => 'xlsx_locale_import',
            'pim_connector.job_name.csv_channel_export' => 'csv_channel_export',
            'pim_connector.job_name.csv_channel_import' => 'csv_channel_import',
            'pim_connector.job_name.xlsx_channel_export' => 'xlsx_channel_export',
            'pim_connector.job_name.xlsx_channel_import' => 'xlsx_channel_import',
            'pim_connector.job_name.csv_currency_export' => 'csv_currency_export',
            'pim_connector.job_name.csv_currency_import' => 'csv_currency_import',
            'pim_connector.job_name.xlsx_currency_export' => 'xlsx_currency_export',
            'pim_connector.job_name.xlsx_currency_import' => 'xlsx_currency_import',
            'pim_catalog.model.channel.interface' => 'Akeneo\\Channel\\Component\\Model\\ChannelInterface',
            'akeneo_channel.model.locale.interface' => 'Akeneo\\Channel\\Component\\Model\\LocaleInterface',
            'akeneo_channel.model.currency.interface' => 'Akeneo\\Channel\\Component\\Model\\CurrencyInterface',
            'pim_catalog.entity.locale.class' => 'Akeneo\\Channel\\Component\\Model\\Locale',
            'pim_catalog.entity.channel.class' => 'Akeneo\\Channel\\Component\\Model\\Channel',
            'pim_catalog.model.channel_translation.interface' => 'Akeneo\\Channel\\Component\\Model\\ChannelTranslationInterface',
            'pim_catalog.entity.channel_translation.class' => 'Akeneo\\Channel\\Component\\Model\\ChannelTranslation',
            'pim_catalog.entity.currency.class' => 'Akeneo\\Channel\\Component\\Model\\Currency',
            'pim_enrich.view_element.attribute.tab.history.template' => 'PimUIBundle:Form:Tab/history.html.twig',
            'pim_enrich.attribute.general_parameters.allowed_form_types' => [
                0 => 'code',
                1 => 'type',
                2 => 'scopable',
                3 => 'reference_data_name',
                4 => 'localizable',
                5 => 'unique',
                6 => 'availableLocales',
            ],
            'pim_enrich.attribute.backend_parameters.allowed_form_types' => [
                0 => 'group',
                1 => 'useableAsGridFilter',
            ],
            'pim_catalog.localization.decimal_separators' => [
                '.' => 'dot (.)',
                ',' => 'comma (,)',
                '٫' => 'arabic decimal separator (٫)',
            ],
            'pim_catalog.localization.date_formats' => [
                'yyyy-MM-dd' => 'yyyy-mm-dd',
                'yyyy/MM/dd' => 'yyyy/mm/dd',
                'MM/dd/yyyy' => 'mm/dd/yyyy',
                'dd/MM/yyyy' => 'dd/mm/yyyy',
                'dd.MM.yyyy' => 'dd.mm.yyyy',
            ],
            'pim_enrich.connector.item.mass_edit.temporary_file_cleaner.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Connector\\Item\\MassEdit\\TemporaryFileCleaner',
            'pim_enrich.connector.processor.mass_edit.product.update_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Connector\\Processor\\MassEdit\\UpdateProductValueProcessor',
            'pim_enrich.connector.processor.mass_edit.product.add_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Connector\\Processor\\MassEdit\\AddProductValueProcessor',
            'pim_enrich.connector.processor.mass_edit.product.remove_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Connector\\Processor\\MassEdit\\RemoveProductValueProcessor',
            'pim_enrich.connector.processor.mass_edit.product.edit_common_attributes.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Connector\\Processor\\MassEdit\\EditCommonAttributesProcessor',
            'pim_enrich.connector.processor.mass_edit.product.add_attribute_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Connector\\Processor\\MassEdit\\AddAttributeValueProcessor',
            'pim_enrich.connector.processor.mass_edit.product.add_to_existing_product_model.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Connector\\Processor\\MassEdit\\AddToExistingProductModelProcessor',
            'pim_enrich.connector.processor.mass_edit.product.edit_attributes.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Connector\\Processor\\MassEdit\\EditAttributesProcessor',
            'pim_enrich.connector.processor.quick_export.product_and_product_model.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Connector\\Processor\\QuickExport\\ProductAndProductModelProcessor',
            'pim_api.filter.product_attribute_filter.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\ProductModel\\Filter\\ProductAttributeFilter',
            'pim_api.filter.product_model_attribute_filter.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\ProductModel\\Filter\\ProductModelAttributeFilter',
            'pim_catalog.builder.product.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Builder\\ProductBuilder',
            'pim_catalog.builder.entity_with_values.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Builder\\EntityWithValuesBuilder',
            'pim_catalog.comparator.registry.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Comparator\\ComparatorRegistry',
            'pim_catalog.comparator.attribute.file.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Comparator\\Attribute\\FileComparator',
            'pim_catalog.comparator.attribute.prices.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Comparator\\Attribute\\PricesComparator',
            'pim_catalog.comparator.attribute.metric.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Comparator\\Attribute\\MetricComparator',
            'pim_catalog.comparator.attribute.option.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Comparator\\Attribute\\OptionComparator',
            'pim_catalog.comparator.attribute.options.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Comparator\\Attribute\\OptionsComparator',
            'pim_catalog.comparator.attribute.scalar.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Comparator\\Attribute\\ScalarComparator',
            'pim_catalog.comparator.attribute.boolean.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Comparator\\Attribute\\BooleanComparator',
            'pim_catalog.comparator.attribute.number.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Comparator\\Attribute\\NumberComparator',
            'pim_catalog.comparator.field.boolean.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Comparator\\Field\\BooleanComparator',
            'pim_catalog.comparator.field.scalar.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Comparator\\Field\\ScalarComparator',
            'pim_catalog.comparator.field.array.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Comparator\\Field\\ArrayComparator',
            'pim_catalog.command_launcher.class' => 'Akeneo\\Tool\\Component\\Console\\CommandLauncher',
            'pim_catalog.context.catalog.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Context\\CatalogContext',
            'pim_catalog.converter.metric.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Converter\\MetricConverter',
            'pim_catalog.elasticsearch.indexer.product.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Indexer\\ProductIndexer',
            'pim_catalog.elasticsearch.indexer.product_model_indexer.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Indexer\\ProductModelIndexer',
            'pim_catalog.elasticsearch.indexer.product_model_descendants_indexer.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Indexer\\ProductModelDescendantsIndexer',
            'pim_catalog.entity.abstract_product.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\AbstractProduct',
            'pim_catalog.entity.product.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\Product',
            'pim_catalog.entity.product_model.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductModel',
            'pim_catalog.entity.product_unique_data.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductUniqueData',
            'pim_catalog.entity.association.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductAssociation',
            'pim_catalog.entity.product_model_association.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductModelAssociation',
            'pim_catalog.entity.category.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Category\\Model\\Category',
            'pim_catalog.entity.category_translation.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Category\\Model\\CategoryTranslation',
            'pim_catalog.entity.group.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\Group',
            'pim_catalog.entity.group_translation.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\GroupTranslation',
            'pim_catalog.entity.metric.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\Metric',
            'pim_catalog.entity.product_price.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductPrice',
            'pim_comment.entity.comment.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Comment\\Model\\Comment',
            'pim_reference_data.model.abstract_reference_data.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\AbstractReferenceData',
            'pim_catalog.entity_with_family_variant.keep_only_values_for_variation.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\EntityWithFamilyVariant\\KeepOnlyValuesForVariation',
            'pim_catalog.entity_with_family_variant.check_attribute_editable.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\EntityWithFamilyVariant\\CheckAttributeEditable',
            'pim_catalog.entity_with_family_variant.add_parent_to_product.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\EntityWithFamilyVariant\\AddParent',
            'pim_catalog.event_subscriber.timestampable.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\EventSubscriber\\TimestampableSubscriber',
            'pim_catalog.event_subscriber.reset_unique_validation.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\EventSubscriber\\ResetUniqueValidationSubscriber',
            'pim_catalog.factory.metric.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Factory\\MetricFactory',
            'pim_catalog.factory.group.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Factory\\GroupFactory',
            'pim_catalog.factory.product_unique_data.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Factory\\ProductUniqueDataFactory',
            'pim_catalog.family_variant.provider.entity_with_family_variant_attributes.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\EntityWithFamilyVariant\\EntityWithFamilyVariantAttributesProvider',
            'pim_catalog.filter.chained.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Filter\\ChainedFilter',
            'pim_enrich.filter.product_value.locale.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Filter\\ProductValueLocaleFilter',
            'pim_enrich.filter.product_value.channel.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Filter\\ProductValueChannelFilter',
            'pim_catalog.comparator.filter.entity_with_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Comparator\\Filter\\EntityWithValuesFilter',
            'pim_catalog.comparator.filter.product_association.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Comparator\\Filter\\ProductAssociationFilter',
            'pim_catalog.comparator.filter.entity_with_values_field.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Comparator\\Filter\\EntityWithValuesFieldFilter',
            'pim_catalog.job.job_parameters.constraint_collection_provider.compute_completeness_of_products_family.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Job\\JobParameters\\ConstraintCollectionProvider\\ComputeCompletenessOfProductsFamily',
            'pim_catalog.job.job_parameters.constraint_collection_provider.compute_family_variant_structure_changes.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Job\\JobParameters\\ConstraintCollectionProvider\\ComputeFamilyVariantStructureChanges',
            'pim_catalog.tasklet.compute_completeness_of_products_family.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Job\\ComputeCompletenessOfProductsFamilyTasklet',
            'pim_catalog.tasklet.compute_family_variant_structure_changes.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Job\\ComputeFamilyVariantStructureChangesTasklet',
            'pim_catalog.compute_completeness_of_products_family.job_type' => 'compute_completeness_of_products_family',
            'pim_catalog.compute_completeness_of_products_family.job_name' => 'compute_completeness_of_products_family',
            'pim_catalog.compute_completeness_of_products_family.tasklet_name' => 'compute_completeness_of_products_family',
            'pim_catalog.compute_completeness_of_products_family.connector_name' => 'compute completeness of products family',
            'pim_catalog.compute_family_variant_structure_changes.job_type' => 'compute_family_variant_structure_changes',
            'pim_catalog.compute_family_variant_structure_changes.job_name' => 'compute_family_variant_structure_changes',
            'pim_catalog.compute_family_variant_structure_changes.tasklet_name' => 'compute_family_variant_structure_changes',
            'pim_catalog.compute_family_variant_structure_changes.connector_name' => 'compute_family_variant_structure_changes',
            'pim_catalog.job.remove_non_existing_product_values.job_type' => 'remove_non_existing_product_values',
            'pim_catalog.job.remove_non_existing_product_values.job_name' => 'remove_non_existing_product_values',
            'pim_catalog.job.remove_non_existing_product_values.connector_name' => 'remove_non_existing_product_values',
            'pim_connector.job_name.xlsx_product_export' => 'xlsx_product_export',
            'pim_connector.job_name.xlsx_product_import' => 'xlsx_product_import',
            'pim_connector.job_name.xlsx_product_model_import' => 'xlsx_product_model_import',
            'pim_connector.job_name.xlsx_product_model_export' => 'xlsx_product_model_export',
            'pim_connector.job_name.xlsx_group_export' => 'xlsx_group_export',
            'pim_connector.job_name.xlsx_group_import' => 'xlsx_group_import',
            'pim_connector.job_name.csv_group_export' => 'csv_group_export',
            'pim_connector.job_name.csv_group_import' => 'csv_group_import',
            'pim_connector.job_name.csv_category_export' => 'csv_category_export',
            'pim_connector.job_name.csv_category_import' => 'csv_category_import',
            'pim_connector.job_name.xlsx_category_export' => 'xlsx_category_export',
            'pim_connector.job_name.xlsx_category_import' => 'xlsx_category_import',
            'pim_connector.job_name.csv_product_export' => 'csv_product_export',
            'pim_connector.job_name.csv_product_import' => 'csv_product_import',
            'pim_connector.job_name.csv_product_model_import' => 'csv_product_model_import',
            'pim_connector.job_name.csv_product_model_export' => 'csv_product_model_export',
            'pim_enrich.connector_name.mass_edit' => 'Akeneo Mass Edit Connector',
            'pim_enrich.job_name.csv_product_quick_export' => 'csv_product_quick_export',
            'pim_enrich.job_name.csv_product_grid_context_quick_export' => 'csv_product_grid_context_quick_export',
            'pim_enrich.job_name.xlsx_product_quick_export' => 'xlsx_product_quick_export',
            'pim_enrich.job_name.xlsx_product_grid_context_quick_export' => 'xlsx_product_grid_context_quick_export',
            'pim_enrich.job.name.update_product_value' => 'update_product_value',
            'pim_enrich.job.name.add_product_value' => 'add_product_value',
            'pim_enrich.job.name.remove_product_value' => 'remove_product_value',
            'pim_enrich.job.name.move_to_category' => 'move_to_category',
            'pim_enrich.job.name.add_to_category' => 'add_to_category',
            'pim_enrich.job.name.add_association' => 'add_association',
            'pim_enrich.job.name.remove_from_category' => 'remove_from_category',
            'pim_enrich.job.name.edit_common_attributes' => 'edit_common_attributes',
            'pim_enrich.job.name.add_attribute_value' => 'add_attribute_value',
            'pim_enrich.job.name.add_to_group' => 'add_to_group',
            'pim_enrich.job.name.add_to_existing_product_model' => 'add_to_existing_product_model',
            'pim_enrich.job.name.set_attribute_requirements' => 'set_attribute_requirements',
            'pim_enrich.job.name.delete_products_and_product_models' => 'delete_products_and_product_models',
            'pim_enrich.job.name.change_parent_product' => 'change_parent_product',
            'pim_enrich.job.simple_job.class' => 'Akeneo\\Tool\\Component\\Batch\\Job\\Job',
            'pim_enrich.step.item_step.class' => 'Akeneo\\Tool\\Component\\Batch\\Step\\ItemStep',
            'pim_enrich.job.quick_export_type' => 'quick_export',
            'pim_enrich.job.mass_edit_type' => 'mass_edit',
            'pim_catalog.localization.factory.date.class' => 'Akeneo\\Tool\\Component\\Localization\\Factory\\DateFactory',
            'pim_catalog.localization.factory.datetime.class' => 'Akeneo\\Tool\\Component\\Localization\\Factory\\DateTimeFactory',
            'pim_catalog.localization.factory.number.class' => 'Akeneo\\Tool\\Component\\Localization\\Factory\\NumberFactory',
            'pim_catalog.localization.factory.date.formats' => [
                'en_US' => 'MM/dd/yyyy',
                'fr_FR' => 'dd/MM/yyyy',
            ],
            'pim_catalog.localization.factory.datetime.formats' => [
                'en_US' => 'MM/dd/yyyy hh:mm a',
                'fr_FR' => 'dd/MM/yyyy HH:mm',
            ],
            'pim_catalog.localization.factory.currency.formats' => [
                'en_US' => '¤#,##0.00',
                'fr_FR' => '#,##0.00 ¤',
            ],
            'pim_catalog.localization.localizer.registry.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Localization\\Localizer\\LocalizerRegistry',
            'pim_catalog.localization.localizer.number.class' => 'Akeneo\\Tool\\Component\\Localization\\Localizer\\NumberLocalizer',
            'pim_catalog.localization.localizer.date.class' => 'Akeneo\\Tool\\Component\\Localization\\Localizer\\DateLocalizer',
            'pim_catalog.localization.localizer.price.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Localization\\Localizer\\PriceLocalizer',
            'pim_catalog.localization.localizer.metric.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Localization\\Localizer\\MetricLocalizer',
            'pim_catalog.localization.localizer.converter.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Localization\\Localizer\\AttributeConverter',
            'pim_catalog.localization.presenter.registry.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Localization\\Presenter\\PresenterRegistry',
            'pim_catalog.localization.presenter.prices.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Localization\\Presenter\\PricesPresenter',
            'pim_catalog.localization.presenter.metric.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Localization\\Presenter\\MetricPresenter',
            'pim_catalog.localization.presenter.number.class' => 'Akeneo\\Tool\\Component\\Localization\\Presenter\\NumberPresenter',
            'pim_catalog.localization.presenter.date.class' => 'Akeneo\\Tool\\Component\\Localization\\Presenter\\DatePresenter',
            'pim_catalog.localization.presenter.boolean.class' => 'Akeneo\\Tool\\Component\\Localization\\Presenter\\BooleanPresenter',
            'pim_catalog.localization.translator.proxy.class' => 'Akeneo\\Tool\\Component\\Localization\\TranslatorProxy',
            'pim_catalog.localization.constraint.number_format.class' => 'Akeneo\\Tool\\Component\\Localization\\Validator\\Constraints\\NumberFormat',
            'pim_catalog.localization.validator.constraint.number_format.class' => 'Akeneo\\Tool\\Component\\Localization\\Validator\\Constraints\\NumberFormatValidator',
            'pim_catalog.localization.constraint.date_format.class' => 'Akeneo\\Tool\\Component\\Localization\\Validator\\Constraints\\DateFormat',
            'pim_catalog.localization.validator.constraint.date_format.class' => 'Akeneo\\Tool\\Component\\Localization\\Validator\\Constraints\\DateFormatValidator',
            'pim_catalog.resolver.attribute_values.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Manager\\AttributeValuesResolver',
            'pim_catalog.model.product.interface' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductInterface',
            'pim_catalog.model.product_model.interface' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductModelInterface',
            'pim_catalog.model.value.interface' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ValueInterface',
            'pim_catalog.model.association.interface' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\AssociationInterface',
            'pim_catalog.model.category.interface' => 'Akeneo\\Pim\\Enrichment\\Component\\Category\\Model\\CategoryInterface',
            'pim_catalog.model.group.interface' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\GroupInterface',
            'pim_catalog.model.metric.interface' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\MetricInterface',
            'pim_catalog.model.product_price.interface' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ProductPriceInterface',
            'pim_catalog.model.category_translation.interface' => 'Akeneo\\Pim\\Enrichment\\Component\\Category\\Model\\CategoryTranslationInterface',
            'pim_catalog.model.group_translation.interface' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\GroupTranslationInterface',
            'pim_reference_data.model.reference_data.interface' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\ReferenceDataInterface',
            'pim_catalog.product_models.image_as_label.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\ProductModel\\ImageAsLabel',
            'pim_catalog.entity.value.scalar.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Value\\ScalarValue',
            'pim_catalog.entity.value.media.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Value\\MediaValue',
            'pim_catalog.entity.value.metric.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Value\\MetricValue',
            'pim_catalog.entity.value.option.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Value\\OptionValue',
            'pim_catalog.entity.value.options.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Value\\OptionsValue',
            'pim_catalog.entity.value.date.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Value\\DateValue',
            'pim_catalog.entity.value.price_collection.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Value\\PriceCollectionValue',
            'pim_reference_data.value.reference_data.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Value\\ReferenceDataValue',
            'pim_reference_data.value.reference_data_collection.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Value\\ReferenceDataCollectionValue',
            'pim_catalog.query.elasticsearch.product_query_builder_factory.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\ProductQueryBuilderFactory',
            'pim_catalog.query.elasticsearch.product_and_model_query_builder_factory.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\ProductAndProductModelQueryBuilderFactory',
            'pim_catalog.query.product_query_builder.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Query\\ProductQueryBuilder',
            'pim_catalog.query.product_model_query_builder.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Query\\ProductModelQueryBuilder',
            'pim_catalog.query.product_and_product_model_query_builder.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Query\\ProductAndProductModelQueryBuilder',
            'pim_catalog.elasticsearch.cursor_factory.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\CursorFactory',
            'pim_catalog.elasticsearch.product_query_builder_search_after_resolver.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\ProductQueryBuilderSearchAfterOptionsResolver',
            'pim_catalog.elasticsearch.product_query_builder_from_size_resolver.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\ProductQueryBuilderFromSizeOptionsResolver',
            'pim_catalog.query.product_query_builder_resolver.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Query\\ProductQueryBuilderOptionsResolver',
            'pim_catalog.query.filter.registry.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Query\\Filter\\FilterRegistry',
            'pim_catalog.query.sorter.registry.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Query\\Sorter\\SorterRegistry',
            'pim_catalog.query.filter.field_dumper.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Command\\ProductQueryHelp\\FieldFilterDumper',
            'pim_catalog.query.filter.attribute_dumper.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Command\\ProductQueryHelp\\AttributeFilterDumper',
            'pim_catalog.doctrine.query.filter.object_code_resolver.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\Common\\Filter\\ObjectCodeResolver',
            'pim_catalog.query.elasticsearch.filter.label_or_identifier.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Field\\LabelOrIdentifierFilter',
            'pim_catalog.query.elasticsearch.filter.identifier_field.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Field\\IdentifierFilter',
            'pim_catalog.query.elasticsearch.filter.id.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Field\\IdFilter',
            'pim_catalog.query.elasticsearch.filter.family.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Field\\FamilyFilter',
            'pim_catalog.query.elasticsearch.filter.category.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Field\\CategoryFilter',
            'pim_catalog.query.elasticsearch.filter.group.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Field\\GroupFilter',
            'pim_catalog.query.elasticsearch.filter.status.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Field\\StatusFilter',
            'pim_catalog.query.elasticsearch.filter.datetime.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Field\\DateTimeFilter',
            'pim_catalog.query.elasticsearch.filter.product.completeness.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Field\\Product\\CompletenessFilter',
            'pim_catalog.query.elasticsearch.filter.completeness.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Field\\CompletenessFilter',
            'pim_catalog.query.elasticsearch.filter.parent.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Field\\ParentFilter',
            'pim_catalog.query.elasticsearch.filter.entity_type.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Field\\EntityTypeFilter',
            'pim_catalog.query.elasticsearch.filter.identifier_attribute.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Attribute\\IdentifierFilter',
            'pim_catalog.query.elasticsearch.filter.date.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Attribute\\DateFilter',
            'pim_catalog.query.elasticsearch.filter.number.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Attribute\\NumberFilter',
            'pim_catalog.query.elasticsearch.filter.text.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Attribute\\TextFilter',
            'pim_catalog.query.elasticsearch.filter.text_area.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Attribute\\TextAreaFilter',
            'pim_catalog.query.elasticsearch.filter.option.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Attribute\\OptionFilter',
            'pim_catalog.query.elasticsearch.filter.price.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Attribute\\PriceFilter',
            'pim_catalog.query.elasticsearch.filter.metric.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Attribute\\MetricFilter',
            'pim_catalog.query.elasticsearch.filter.media.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Attribute\\MediaFilter',
            'pim_catalog.query.elasticsearch.filter.boolean.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Attribute\\BooleanFilter',
            'pim_catalog.query.elasticsearch.filter.ancestor_id.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Field\\AncestorIdFilter',
            'pim_catalog.query.elasticsearch.filter.self_and_ancestor.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Filter\\Field\\SelfAndAncestorFilter',
            'pim_catalog.query.elasticsearch.sorter.base_field.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Sorter\\Field\\BaseFieldSorter',
            'pim_catalog.query.elasticsearch.sorter.family.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Sorter\\Field\\FamilySorter',
            'pim_catalog.query.elasticsearch.sorter.identifier.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Sorter\\IdentifierSorter',
            'pim_catalog.query.elasticsearch.sorter.completeness.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Sorter\\Field\\CompletenessSorter',
            'pim_catalog.query.elasticsearch.sorter.attribute.base.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Sorter\\Attribute\\BaseAttributeSorter',
            'pim_catalog.query.elasticsearch.sorter.attribute.metric.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Sorter\\Attribute\\MetricSorter',
            'pim_catalog.query.elasticsearch.sorter.attribute.text_area.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\Sorter\\Attribute\\TextAreaSorter',
            'pim_enrich.query.product_and_product_model_query_builder.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\ProductQueryBuilder\\ProductAndProductModelQueryBuilder',
            'pim_enrich.datagrid.product_batch_size' => 25,
            'pim_enrich.query.product_and_product_model_search_aggregator.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\ProductAndProductModelSearchAggregator',
            'pim_enrich.query.elasticsearch.product_and_product_model_query_builder_factory.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Elasticsearch\\ProductAndProductModelQueryBuilderWithSearchAggregatorFactory',
            'pim_reference_data.method_guesser.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\ReferenceData\\MethodNameGuesser',
            'pim_reference_data.repository_resolver.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ReferenceDataRepositoryResolver',
            'pim_reference_data.label_renderer.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\ReferenceData\\LabelRenderer',
            'pim_catalog.remover.base.class' => 'Akeneo\\Tool\\Bundle\\StorageUtilsBundle\\Doctrine\\Common\\Remover\\BaseRemover',
            'pim_catalog.repository.group.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\GroupRepository',
            'pim_catalog.repository.product_unique_data.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\ProductUniqueDataRepository',
            'pim_catalog.repository.association.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\AssociationRepository',
            'pim_catalog.repository.product.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\ProductRepository',
            'pim_catalog.repository.product_model.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\ProductModelRepository',
            'pim_catalog.repository.product_mass_action.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\ProductMassActionRepository',
            'pim_catalog.repository.product_category.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\ProductCategoryRepository',
            'pim_catalog.repository.product_model_category.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\ProductModelCategoryRepository',
            'pim_catalog.repository.entity_with_family_variant.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\EntityWithFamilyVariantRepository',
            'pim_catalog.repository.variant_product.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\ORM\\Repository\\VariantProductRepository',
            'pim_catalog.resolver.fqcn.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Resolver\\FQCNResolver',
            'pim_catalog.saver.base.class' => 'Akeneo\\Tool\\Bundle\\StorageUtilsBundle\\Doctrine\\Common\\Saver\\BaseSaver',
            'pim_catalog.saver.product.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\Common\\Saver\\ProductSaver',
            'pim_catalog.saver.group_options_resolver.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\Common\\Saver\\GroupSavingOptionsResolver',
            'pim_catalog.saver.group.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\Common\\Saver\\GroupSaver',
            'pim_catalog.synchronizer.product_unique_data.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Doctrine\\Common\\Saver\\ProductUniqueDataSynchronizer',
            'pim_catalog.updater.product.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\ProductUpdater',
            'pim_catalog.updater.product_model.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\ProductModelUpdater',
            'pim_catalog.updater.entity_with_values.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\EntityWithValuesUpdater',
            'pim_catalog.updater.property_setter.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\PropertySetter',
            'pim_catalog.updater.property_adder.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\PropertyAdder',
            'pim_catalog.updater.property_copier.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\PropertyCopier',
            'pim_catalog.updater.property_remover.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\PropertyRemover',
            'pim_catalog.updater.group.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\GroupUpdater',
            'pim_catalog.updater.setter.registry.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Setter\\SetterRegistry',
            'pim_catalog.updater.setter.abstract.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Setter\\AbstractAttributeSetter',
            'pim_catalog.updater.setter.value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Setter\\AttributeSetter',
            'pim_catalog.updater.setter.category_field.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Setter\\CategoryFieldSetter',
            'pim_catalog.updater.setter.group_field.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Setter\\GroupFieldSetter',
            'pim_catalog.updater.setter.family_field.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Setter\\FamilyFieldSetter',
            'pim_catalog.updater.setter.parent_field.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Setter\\ParentFieldSetter',
            'pim_catalog.updater.setter.association_field.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Setter\\AssociationFieldSetter',
            'pim_catalog.updater.setter.enabled_field.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Setter\\EnabledFieldSetter',
            'pim_catalog.updater.setter.media_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Setter\\MediaAttributeSetter',
            'pim_catalog.updater.copier.registry.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Copier\\CopierRegistry',
            'pim_catalog.updater.copier.abstract.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Copier\\AbstractAttributeCopier',
            'pim_catalog.updater.copier.value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Copier\\AttributeCopier',
            'pim_catalog.updater.copier.media_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Copier\\MediaAttributeCopier',
            'pim_catalog.updater.copier.metric_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Copier\\MetricAttributeCopier',
            'pim_catalog.updater.adder.registry.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Adder\\AdderRegistry',
            'pim_catalog.updater.adder.category_field.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Adder\\CategoryFieldAdder',
            'pim_catalog.updater.adder.association_field.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Adder\\AssociationFieldAdder',
            'pim_catalog.updater.adder.group_field.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Adder\\GroupFieldAdder',
            'pim_catalog.updater.adder.multiselect_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Adder\\MultiSelectAttributeAdder',
            'pim_catalog.updater.adder.price_collection_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Adder\\PriceCollectionAttributeAdder',
            'pim_catalog.updater.remover.registry.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Remover\\RemoverRegistry',
            'pim_catalog.updater.remover.category_field.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Remover\\CategoryFieldRemover',
            'pim_catalog.updater.remover.price_collection_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Remover\\PriceCollectionAttributeRemover',
            'pim_catalog.updater.remover.group_field.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Remover\\GroupFieldRemover',
            'pim_catalog.updater.remover.multiselect_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Updater\\Remover\\MultiSelectAttributeRemover',
            'pim_catalog.updater.category_translatable.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Category\\CategoryUpdater',
            'pim_catalog.command.cleaner.wrong_value_on_variant_product.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Command\\Cleaner\\WrongValuesOnVariantProductCleaner',
            'symfony.validator.recursive.class' => 'Symfony\\Component\\Validator\\Validator\\RecursiveValidator',
            'pim_catalog.validator.helper.attribute.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\AttributeValidatorHelper',
            'pim_catalog.validator.constraint.currency.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\Constraints\\CurrencyValidator',
            'pim_catalog.validator.constraint.unique_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\Constraints\\UniqueValueValidator',
            'pim_catalog.validator.constraints.channel_validator.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\Constraints\\ChannelValidator',
            'pim_catalog.validator.constraint_guesser.chained.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ChainedAttributeConstraintGuesser',
            'pim_catalog.validator.constraint_guesser.email.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\EmailGuesser',
            'pim_catalog.validator.constraint_guesser.file.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\FileGuesser',
            'pim_catalog.validator.constraint_guesser.length.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\LengthGuesser',
            'pim_catalog.validator.constraint_guesser.not_blank.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\NotBlankGuesser',
            'pim_catalog.validator.constraint_guesser.date.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\DateGuesser',
            'pim_catalog.validator.constraint_guesser.numeric.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\NumericGuesser',
            'pim_catalog.validator.constraint_guesser.string.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\StringGuesser',
            'pim_catalog.validator.constraint_guesser.boolean.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\BooleanGuesser',
            'pim_catalog.validator.constraint_guesser.range.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\RangeGuesser',
            'pim_catalog.validator.constraint_guesser.currency.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\CurrencyGuesser',
            'pim_catalog.validator.constraint_guesser.regex.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\RegexGuesser',
            'pim_catalog.validator.constraint_guesser.not_decimal.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\NotDecimalGuesser',
            'pim_catalog.validator.constraint_guesser.url.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\UrlGuesser',
            'pim_catalog.validator.constraint_guesser.unique_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\UniqueValueGuesser',
            'pim_catalog.validator.constraint_guesser.price_collection.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\PriceCollectionGuesser',
            'pim_catalog.validator.constraint_guesser.metric.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\ConstraintGuesser\\MetricGuesser',
            'pim_catalog.validator.mapping.delegating_class_metadata_factory.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\Mapping\\DelegatingClassMetadataFactory',
            'pim_catalog.validator.mapping.product_value_metadata_factory.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\Mapping\\ProductValueMetadataFactory',
            'pim_catalog.validator.unique_value_set.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\UniqueValuesSet',
            'pim_catalog.validator.unique_axes_combination_set.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\UniqueAxesCombinationSet',
            'pim_catalog.validator.constraint.only_expected_attributes.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\Constraints\\OnlyExpectedAttributesValidator',
            'pim_catalog.validator.constraint.unique_variant_axes.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\Constraints\\UniqueVariantAxisValidator',
            'pim_catalog.validator.constraint.not_empty_variant_axes.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\Constraints\\NotEmptyVariantAxesValidator',
            'pim_catalog.validator.constraint.has_a_root_product_model_as_parent.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\Constraints\\ProductModelPositionInTheVariantTreeValidator',
            'pim_catalog.validator.constraint.family_same_family_than_parent.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\Constraints\\SameFamilyThanParentValidator',
            'pim_catalog.validator.constraint.not_empty_family.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\Constraints\\NotEmptyFamilyValidator',
            'pim_catalog.validator.constraint.immutable_variant_axis_values.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\Constraints\\ImmutableVariantAxesValuesValidator',
            'pim_catalog.validator.constraint.invalid_variant_product_parent.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Validator\\Constraints\\VariantProductParentValidator',
            'pim_catalog.validator.extension_to_mimetype_mapping' => [
                'mp3' => [
                    0 => 'audio/mpeg',
                ],
                'wav' => [
                    0 => 'audio/x-wav',
                ],
                'jpg' => [
                    0 => 'image/jpeg',
                ],
                'jpeg' => [
                    0 => 'image/jpeg',
                ],
                'jfif' => [
                    0 => 'image/jpeg',
                ],
                'jif' => [
                    0 => 'image/jpeg',
                ],
                'svg' => [
                    0 => 'image/svg+xml',
                ],
                'png' => [
                    0 => 'image/png',
                ],
                'gif' => [
                    0 => 'image/gif',
                ],
                'tiff' => [
                    0 => 'image/tiff',
                ],
                'tif' => [
                    0 => 'image/tiff',
                ],
                'txt' => [
                    0 => 'text/plain',
                ],
                'rtf' => [
                    0 => 'text/rtf',
                ],
                'csv' => [
                    0 => 'text/x-comma-separated-values',
                    1 => 'text/csv',
                    2 => 'text/plain',
                ],
                'psd' => [
                    0 => 'application/x-photoshop',
                ],
                'pdf' => [
                    0 => 'application/pdf',
                ],
                'doc' => [
                    0 => 'application/msword',
                ],
                'docx' => [
                    0 => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
                ],
                'ppt' => [
                    0 => 'application/powerpoint',
                ],
                'pptx' => [
                    0 => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
                ],
            ],
            'pim_catalog.version.class' => 'Akeneo\\Platform\\CommunityVersion',
            'pim_catalog.normalizer.indexing_product.datetime.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Indexing\\DateTimeNormalizer',
            'pim_catalog.normalizer.indexing_product.product.product_value_collection.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Indexing\\Value\\ValueCollectionNormalizer',
            'pim_catalog.normalizer.indexing_product.product.number.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Indexing\\Value\\NumberNormalizer',
            'pim_catalog.normalizer.indexing_product.product.option.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Indexing\\Value\\OptionNormalizer',
            'pim_catalog.normalizer.indexing_product.product.options.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Indexing\\Value\\OptionsNormalizer',
            'pim_catalog.normalizer.indexing_product.product.dummy.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Indexing\\Value\\DummyNormalizer',
            'pim_catalog.normalizer.indexing_product.date.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Indexing\\Value\\DateNormalizer',
            'pim_catalog.normalizer.indexing_product.product.text.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Indexing\\Value\\TextNormalizer',
            'pim_catalog.normalizer.indexing_product.product.text_area.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Indexing\\Value\\TextAreaNormalizer',
            'pim_catalog.normalizer.indexing_product.product.price_collection.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Indexing\\Value\\PriceCollectionNormalizer',
            'pim_catalog.normalizer.indexing_product.product.metric.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Indexing\\Value\\MetricNormalizer',
            'pim_catalog.normalizer.indexing_product.product.media.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Indexing\\Value\\MediaNormalizer',
            'pim_catalog.normalizer.indexing_product.product.boolean.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Indexing\\Value\\BooleanNormalizer',
            'pim_catalog.normalizer.indexing_product_and_product_model.product.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Indexing\\ProductAndProductModel\\ProductNormalizer',
            'pim_catalog.normalizer.indexing_product_and_product_model.product.properties.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Indexing\\ProductAndProductModel\\ProductPropertiesNormalizer',
            'pim_catalog.normalizer.standard.product.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Standard\\ProductNormalizer',
            'pim_catalog.normalizer.standard.product_model.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Standard\\ProductModelNormalizer',
            'pim_catalog.normalizer.standard.product.properties.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Standard\\Product\\PropertiesNormalizer',
            'pim_catalog.normalizer.standard.product.associations.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Standard\\Product\\AssociationsNormalizer',
            'pim_catalog.normalizer.standard.product.product_values.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Standard\\Product\\ProductValuesNormalizer',
            'pim_catalog.normalizer.standard.product.product_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Standard\\Product\\ProductValueNormalizer',
            'pim_catalog.normalizer.standard.product.price.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Standard\\Product\\PriceNormalizer',
            'pim_catalog.normalizer.standard.product.metric.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Standard\\Product\\MetricNormalizer',
            'pim_catalog.normalizer.standard.datetime.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Standard\\DateTimeNormalizer',
            'pim_catalog.normalizer.standard.file.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Standard\\FileNormalizer',
            'pim_catalog.normalizer.standard.category.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Category\\Normalizer\\Standard\\CategoryNormalizer',
            'pim_catalog.normalizer.standard.group.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Standard\\GroupNormalizer',
            'pim_catalog.normalizer.standard.translation.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Standard\\TranslationNormalizer',
            'pim_catalog.normalizer.standard.job_instance.class' => 'Akeneo\\Tool\\Component\\Batch\\Normalizer\\Standard\\JobInstanceNormalizer',
            'pim_catalog.normalizer.storage.product.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Storage\\ProductNormalizer',
            'pim_catalog.normalizer.storage.product.properties.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Storage\\Product\\PropertiesNormalizer',
            'pim_catalog.normalizer.storage.product.associations.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Storage\\Product\\AssociationsNormalizer',
            'pim_catalog.normalizer.storage.product.product_values.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Storage\\Product\\ProductValuesNormalizer',
            'pim_catalog.normalizer.storage.product.product_value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Storage\\Product\\ProductValueNormalizer',
            'pim_catalog.normalizer.storage.product.price.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Storage\\Product\\PriceNormalizer',
            'pim_catalog.normalizer.storage.product.metric.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Storage\\Product\\MetricNormalizer',
            'pim_catalog.normalizer.storage.datetime.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Storage\\DateTimeNormalizer',
            'pim_catalog.normalizer.storage.file.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Storage\\FileNormalizer',
            'pim_serializer.normalizer.flat.category.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Category\\Normalizer\\Versioning\\CategoryNormalizer',
            'pim_serializer.normalizer.flat.product.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Versioning\\ProductNormalizer',
            'pim_serializer.normalizer.flat.value.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Versioning\\Product\\ValueNormalizer',
            'pim_serializer.normalizer.flat.product_model.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Versioning\\ProductModelNormalizer',
            'pim_serializer.normalizer.flat.datetime.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Versioning\\Product\\DateTimeNormalizer',
            'pim_serializer.normalizer.flat.file.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Versioning\\Product\\FileNormalizer',
            'pim_serializer.normalizer.flat.metric.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Versioning\\Product\\MetricNormalizer',
            'pim_serializer.normalizer.flat.price.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Versioning\\Product\\PriceNormalizer',
            'pim_serializer.normalizer.flat.group.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Versioning\\GroupNormalizer',
            'pim_serializer.normalizer.flat.label_translation.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Versioning\\TranslationNormalizer',
            'pim_serializer.normalizer.flat.collection.class' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Normalizer\\Versioning\\Product\\CollectionNormalizer',
            'pim_enrich.controller.category_tree.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Controller\\Ui\\CategoryTreeController',
            'pim_api.controller.media_file.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Controller\\ExternalApi\\MediaFileController',
            'pim_pdf_generator.renderer.product_pdf.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\PdfGeneration\\Renderer\\ProductPdfRenderer',
            'pim_pdf_generator.renderer.registry.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\PdfGeneration\\Renderer\\RendererRegistry',
            'pim_enrich.delete_products_and_product_models.tasklet_name' => 'delete_products_and_product_models',
            'pim_enrich.provider.structure_version.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\StructureVersion\\Provider\\StructureVersion',
            'pim_enrich.extension.action.type.navigate_product_and_product_model.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Extension\\Action\\NavigateProductAndProductModelAction',
            'pim_enrich.extension.action.type.edit_in_modal.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Extension\\Action\\EditInModalAction',
            'pim_enrich.extension.action.type.delete_product.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Extension\\Action\\DeleteProductAction',
            'pim_enrich.extension.action.type.toggle_product.class' => 'Akeneo\\Pim\\Enrichment\\Bundle\\Extension\\Action\\ToggleProductAction',
            'pim_enrich.provider.default_image.images' => [
                'pim_enrich_file_document' => [
                    'path' => (\dirname(__DIR__, 4).'/src/../public/bundles/pimui/img/text_default.png'),
                    'mime_type' => 'image/png',
                    'extension' => 'png',
                ],
                'pim_enrich_file_image' => [
                    'path' => (\dirname(__DIR__, 4).'/src/../public/bundles/pimui/img/image_default.png'),
                    'mime_type' => 'image/png',
                    'extension' => 'png',
                ],
                'pim_enrich_file_video' => [
                    'path' => (\dirname(__DIR__, 4).'/src/../public/bundles/pimui/img/image_default.png'),
                    'mime_type' => 'image/png',
                    'extension' => 'png',
                ],
                'pim_enrich_file_misc' => [
                    'path' => (\dirname(__DIR__, 4).'/src/../public/bundles/pimui/img/image_default.png'),
                    'mime_type' => 'image/png',
                    'extension' => 'png',
                ],
            ],
            'pim_enrich.view_element.category.tab.property.template' => 'AkeneoPimEnrichmentBundle:CategoryTree:Tab/property.html.twig',
            'pim_enrich.view_element.category.tab.history.template' => 'PimUIBundle:Form:Tab/history.html.twig',
            'pim_pdf_generator_font' => NULL,
            'pim_reference_data.configurations' => [

            ],
            'pim_catalog.attribute_type.identifier.class' => 'Akeneo\\Pim\\Structure\\Component\\AttributeType\\IdentifierType',
            'pim_catalog.attribute_type.text.class' => 'Akeneo\\Pim\\Structure\\Component\\AttributeType\\TextType',
            'pim_catalog.attribute_type.textarea.class' => 'Akeneo\\Pim\\Structure\\Component\\AttributeType\\TextAreaType',
            'pim_catalog.attribute_type.multiselect.class' => 'Akeneo\\Pim\\Structure\\Component\\AttributeType\\OptionMultiSelectType',
            'pim_catalog.attribute_type.simpleselect.class' => 'Akeneo\\Pim\\Structure\\Component\\AttributeType\\OptionSimpleSelectType',
            'pim_catalog.attribute_type.price_collection.class' => 'Akeneo\\Pim\\Structure\\Component\\AttributeType\\PriceCollectionType',
            'pim_catalog.attribute_type.number.class' => 'Akeneo\\Pim\\Structure\\Component\\AttributeType\\NumberType',
            'pim_catalog.attribute_type.boolean.class' => 'Akeneo\\Pim\\Structure\\Component\\AttributeType\\BooleanType',
            'pim_catalog.attribute_type.date.class' => 'Akeneo\\Pim\\Structure\\Component\\AttributeType\\DateType',
            'pim_catalog.attribute_type.file.class' => 'Akeneo\\Pim\\Structure\\Component\\AttributeType\\FileType',
            'pim_catalog.attribute_type.image.class' => 'Akeneo\\Pim\\Structure\\Component\\AttributeType\\ImageType',
            'pim_catalog.attribute_type.metric.class' => 'Akeneo\\Pim\\Structure\\Component\\AttributeType\\MetricType',
            'pim_catalog.entity.family_variant.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\FamilyVariant',
            'pim_catalog.entity.family_variant_translation.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\FamilyVariantTranslation',
            'pim_catalog.entity.variant_attribute_set.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\VariantAttributeSet',
            'pim_catalog.entity.attribute_requirement.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeRequirement',
            'pim_catalog.entity.family.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\Family',
            'pim_catalog.entity.family_translation.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\FamilyTranslation',
            'pim_catalog.entity.attribute.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\Attribute',
            'pim_catalog.entity.attribute_translation.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeTranslation',
            'pim_catalog.entity.attribute_group.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeGroup',
            'pim_catalog.entity.attribute_group_translation.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeGroupTranslation',
            'pim_catalog.entity.attribute_option.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeOption',
            'pim_catalog.model.group_type.interface' => 'Akeneo\\Pim\\Structure\\Component\\Model\\GroupTypeInterface',
            'pim_catalog.model.group_type_translation.interface' => 'Akeneo\\Pim\\Structure\\Component\\Model\\GroupTypeTranslationInterface',
            'pim_catalog.entity.group_type.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\GroupType',
            'pim_catalog.entity.group_type_translation.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\GroupTypeTranslation',
            'pim_catalog.model.attribute.interface' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeInterface',
            'pim_catalog.model.attribute_group.interface' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeGroupInterface',
            'pim_catalog.model.attribute_option.interface' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeOptionInterface',
            'pim_catalog.model.attribute_requirement.interface' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeRequirementInterface',
            'pim_catalog.model.family.interface' => 'Akeneo\\Pim\\Structure\\Component\\Model\\FamilyInterface',
            'pim_catalog.model.family_variant.interface' => 'Akeneo\\Pim\\Structure\\Component\\Model\\FamilyVariantInterface',
            'pim_catalog.model.family_translation.interface' => 'Akeneo\\Pim\\Structure\\Component\\Model\\FamilyTranslationInterface',
            'pim_catalog.model.attribute_group_translation.interface' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeGroupTranslationInterface',
            'pim_catalog.model.attribute_translation.interface' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeTranslationInterface',
            'pim_catalog.model.association_type.interface' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AssociationTypeInterface',
            'pim_catalog.entity.association_type.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AssociationType',
            'pim_catalog.entity.association_type_translation.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AssociationTypeTranslation',
            'pim_catalog.model.association_type_translation.interface' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AssociationTypeTranslationInterface',
            'pim_catalog.entity.attribute_option_value.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeOptionValue',
            'pim_catalog.model.attribute_option_value.interface' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AttributeOptionValueInterface',
            'pim_enrich.entity.available_attributes.class' => 'Akeneo\\Pim\\Structure\\Component\\Model\\AvailableAttributes',
            'pim_connector.job_name.csv_attribute_export' => 'csv_attribute_export',
            'pim_connector.job_name.csv_attribute_import' => 'csv_attribute_import',
            'pim_connector.job_name.csv_attribute_option_export' => 'csv_attribute_option_export',
            'pim_connector.job_name.csv_attribute_option_import' => 'csv_attribute_option_import',
            'pim_connector.job_name.csv_attribute_group_export' => 'csv_attribute_group_export',
            'pim_connector.job_name.csv_attribute_group_import' => 'csv_attribute_group_import',
            'pim_connector.job_name.xlsx_attribute_export' => 'xlsx_attribute_export',
            'pim_connector.job_name.xlsx_attribute_import' => 'xlsx_attribute_import',
            'pim_connector.job_name.xlsx_attribute_option_export' => 'xlsx_attribute_option_export',
            'pim_connector.job_name.xlsx_attribute_option_import' => 'xlsx_attribute_option_import',
            'pim_connector.job_name.xlsx_attribute_group_export' => 'xlsx_attribute_group_export',
            'pim_connector.job_name.xlsx_attribute_group_import' => 'xlsx_attribute_group_import',
            'pim_connector.job_name.csv_association_type_export' => 'csv_association_type_export',
            'pim_connector.job_name.csv_association_type_import' => 'csv_association_type_import',
            'pim_connector.job_name.xlsx_association_type_export' => 'xlsx_association_type_export',
            'pim_connector.job_name.xlsx_association_type_import' => 'xlsx_association_type_import',
            'pim_connector.job_name.csv_family_export' => 'csv_family_export',
            'pim_connector.job_name.csv_family_import' => 'csv_family_import',
            'pim_connector.job_name.csv_family_variant_export' => 'csv_family_variant_export',
            'pim_connector.job_name.csv_family_variant_import' => 'csv_family_variant_import',
            'pim_connector.job_name.xlsx_family_export' => 'xlsx_family_export',
            'pim_connector.job_name.xlsx_family_import' => 'xlsx_family_import',
            'pim_connector.job_name.xlsx_family_variant_export' => 'xlsx_family_variant_export',
            'pim_connector.job_name.xlsx_family_variant_import' => 'xlsx_family_variant_import',
            'pim_connector.job_name.csv_group_type_export' => 'csv_group_type_export',
            'pim_connector.job_name.csv_group_type_import' => 'csv_group_type_import',
            'pim_connector.job_name.xlsx_group_type_export' => 'xlsx_group_type_export',
            'pim_connector.job_name.xlsx_group_type_import' => 'xlsx_group_type_import',
            'akeneo_classification.factory.category.class' => 'Akeneo\\Tool\\Component\\Classification\\Factory\\CategoryFactory',
            'akeneo_classification.repository.abstract_item_category.class' => 'Akeneo\\Tool\\Bundle\\ClassificationBundle\\Doctrine\\ORM\\Repository\\AbstractItemCategoryRepository',
            'akeneo_classification.updater.category.class' => 'Akeneo\\Tool\\Component\\Classification\\Updater\\CategoryUpdater',
            'pim_analytics.controller.data.class' => 'Akeneo\\Platform\\Bundle\\AnalyticsBundle\\Controller\\DataController',
            'pim_analytics.controller.system_info.class' => 'Akeneo\\Platform\\Bundle\\AnalyticsBundle\\Controller\\SystemInfoController',
            'pim_analytics.data_collector.chained.class' => 'Akeneo\\Tool\\Component\\Analytics\\ChainedDataCollector',
            'pim_analytics.data_collector.request.class' => 'Akeneo\\Platform\\Bundle\\AnalyticsBundle\\DataCollector\\RequestDataCollector',
            'pim_analytics.data_collector.token_storage.class' => 'Akeneo\\Platform\\Bundle\\AnalyticsBundle\\DataCollector\\TokenStorageDataCollector',
            'pim_analytics.data_collector.operating_system.class' => 'Akeneo\\Platform\\Bundle\\AnalyticsBundle\\DataCollector\\OSDataCollector',
            'pim_analytics.data_collector.version.class' => 'Akeneo\\Platform\\Bundle\\AnalyticsBundle\\DataCollector\\VersionDataCollector',
            'pim_analytics.data_collector.database.class' => 'Akeneo\\Platform\\Bundle\\AnalyticsBundle\\DataCollector\\DBDataCollector',
            'pim_analytics.data_collector.bundles.class' => 'Akeneo\\Platform\\Bundle\\AnalyticsBundle\\DataCollector\\BundlesDataCollector',
            'pim_analytics.data_collector.storage.class' => 'Akeneo\\Platform\\Bundle\\AnalyticsBundle\\DataCollector\\StorageDataCollector',
            'pim_analytics.data_collector.attribute.class' => 'Akeneo\\Platform\\Bundle\\AnalyticsBundle\\DataCollector\\AttributeDataCollector',
            'pim_analytics.twig.update_extension.class' => 'Akeneo\\Platform\\Bundle\\AnalyticsBundle\\Twig\\UpdateExtension',
            'pim_api.configuration' => [
                'pagination' => [
                    'limit_max' => 100,
                    'limit_by_default' => 10,
                ],
                'input' => [
                    'buffer_size' => 1000000,
                    'max_resources_number' => 100,
                ],
                'content_type_negotiator' => [
                    'rules' => [
                        0 => [
                            'path' => '^/api/rest/v\\d+/media-files',
                            'methods' => [
                                0 => 'POST',
                            ],
                            'content_types' => [
                                0 => 'multipart/form-data',
                            ],
                            'priority' => 10,
                            'host' => NULL,
                            'stop' => false,
                        ],
                        1 => [
                            'path' => '^/api/rest/v\\d+/(products|families|categories|attributes|attribute-groups|channels|association-types|product-models)$',
                            'methods' => [
                                0 => 'PATCH',
                            ],
                            'content_types' => [
                                0 => 'application/vnd.akeneo.collection+json',
                            ],
                            'priority' => 20,
                            'host' => NULL,
                            'stop' => false,
                        ],
                        2 => [
                            'path' => ('^/api/rest/v\\d+/families/.+'.\dirname(__DIR__, 6).'iants$'),
                            'methods' => [
                                0 => 'PATCH',
                            ],
                            'content_types' => [
                                0 => 'application/vnd.akeneo.collection+json',
                            ],
                            'priority' => 20,
                            'host' => NULL,
                            'stop' => false,
                        ],
                        3 => [
                            'path' => '^/api/rest/v\\d+/attributes/.+/options$',
                            'methods' => [
                                0 => 'PATCH',
                            ],
                            'content_types' => [
                                0 => 'application/vnd.akeneo.collection+json',
                            ],
                            'priority' => 20,
                            'host' => NULL,
                            'stop' => false,
                        ],
                        4 => [
                            'path' => '^/api/oauth/v\\d+/token',
                            'content_types' => [
                                0 => 'application/json',
                                1 => 'application/x-www-form-urlencoded',
                            ],
                            'priority' => 30,
                            'host' => NULL,
                            'methods' => NULL,
                            'stop' => false,
                        ],
                        5 => [
                            'path' => '^/api',
                            'content_types' => [
                                0 => 'application/json',
                            ],
                            'priority' => 40,
                            'host' => NULL,
                            'methods' => NULL,
                            'stop' => false,
                        ],
                        6 => [
                            'path' => '',
                            'stop' => true,
                            'priority' => 100,
                            'host' => NULL,
                            'methods' => NULL,
                            'content_types' => [

                            ],
                        ],
                    ],
                ],
            ],
            'pim_api.controller.token.class' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Controller\\TokenController',
            'pim_api.controller.root_endpoint.class' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Controller\\RootEndpointController',
            'pim_api.checker.query_parameters.class' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Checker\\QueryParametersChecker',
            'pim_api.converter.measure_family.class' => 'Akeneo\\Tool\\Component\\Api\\Converter\\MeasureFamilyConverter',
            'pim_api.event_subscriber.check_headers_request.class' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\EventSubscriber\\CheckHeadersRequestSubscriber',
            'pim_api.pagination.offset_hal_paginator.class' => 'Akeneo\\Tool\\Component\\Api\\Pagination\\OffsetHalPaginator',
            'pim_api.pagination.search_after_hal_paginator.class' => 'Akeneo\\Tool\\Component\\Api\\Pagination\\SearchAfterHalPaginator',
            'pim_api.negotiator.content_type_negotiator.class' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Negotiator\\ContentTypeNegotiator',
            'pim_api.normalizer.exception.documented.class' => 'Akeneo\\Tool\\Component\\Api\\Normalizer\\Exception\\DocumentedNormalizer',
            'pim_api.normalizer.exception.violation.class' => 'Akeneo\\Tool\\Component\\Api\\Normalizer\\Exception\\ViolationNormalizer',
            'pim_api.normalizer.collection.class' => 'Akeneo\\Tool\\Component\\Api\\Normalizer\\CollectionNormalizer',
            'pim_api.normalizer.attribute_group.class' => 'Akeneo\\Pim\\Structure\\Component\\Normalizer\\ExternalApi\\AttributeGroupNormalizer',
            'pim_api.normalizer.file.class' => 'Akeneo\\Tool\\Component\\Api\\Normalizer\\FileNormalizer',
            'pim_api.repository.client.class' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Doctrine\\ORM\\Repository\\ClientRepository',
            'pim_api.repository.api_resource.class' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Doctrine\\ORM\\Repository\\ApiResourceRepository',
            'pim_api.security.voter.action_acl.class' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Security\\ActionAclVoter',
            'pim_api.security.access_denied_handler.class' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Security\\AccessDeniedHandler',
            'pim_api.security.primary_key_encrypter.class' => 'Akeneo\\Tool\\Component\\Api\\Security\\PrimaryKeyEncrypter',
            'pim_external_api_exception_serializer.class' => 'Symfony\\Component\\Serializer\\Serializer',
            'pim_external_api.encoder.json.class' => 'Symfony\\Component\\Serializer\\Encoder\\JsonEncoder',
            'pim_api.stream.stream_resource_response.class' => 'Akeneo\\Tool\\Bundle\\ApiBundle\\Stream\\StreamResourceResponse',
            'pim_volume_monitoring.volume.normalizer.average_max_volumes.class' => 'Akeneo\\Platform\\Component\\CatalogVolumeMonitoring\\Volume\\Normalizer\\AverageMaxVolumesNormalizer',
            'pim_volume_monitoring.volume.normalizer.count_volume.class' => 'Akeneo\\Platform\\Component\\CatalogVolumeMonitoring\\Volume\\Normalizer\\CountVolumeNormalizer',
            'pim_volume_monitoring.volume.normalizer.volumes.class' => 'Akeneo\\Platform\\Component\\CatalogVolumeMonitoring\\Volume\\Normalizer\\Volumes',
            'pim_volume_monitoring.controller.volume_monitoring.class' => 'Akeneo\\Platform\\Bundle\\CatalogVolumeMonitoringBundle\\Controller\\VolumeMonitoringController',
            'pim_connector.event_listener.archivist.class' => 'Akeneo\\Tool\\Bundle\\ConnectorBundle\\EventListener\\JobExecutionArchivist',
            'pim_connector.event_listener.invalid_items_collector.class' => 'Akeneo\\Tool\\Bundle\\ConnectorBundle\\EventListener\\InvalidItemsCollector',
            'pim_connector.factory.zip_filesystem.class' => 'Akeneo\\Tool\\Component\\Connector\\Archiver\\ZipFilesystemFactory',
            'pim_connector.archiver.file_reader_archiver.class' => 'Akeneo\\Tool\\Component\\Connector\\Archiver\\FileReaderArchiver',
            'pim_connector.archiver.file_writer_archiver.class' => 'Akeneo\\Tool\\Component\\Connector\\Archiver\\FileWriterArchiver',
            'pim_connector.archiver.archivable_file_writer_archiver.class' => 'Akeneo\\Tool\\Component\\Connector\\Archiver\\ArchivableFileWriterArchiver',
            'pim_connector.archiver.invalid_item_csv_writer.class' => 'Akeneo\\Tool\\Component\\Connector\\Archiver\\CsvInvalidItemWriter',
            'pim_connector.archiver.invalid_item_xlsx_writer.class' => 'Akeneo\\Tool\\Component\\Connector\\Archiver\\XlsxInvalidItemWriter',
            'pim_connector.array_convertor.checker.fields_requirement.class' => 'Akeneo\\Tool\\Component\\Connector\\ArrayConverter\\FieldsRequirementChecker',
            'pim_connector.array_converter.dummy.class' => 'Akeneo\\Tool\\Component\\Connector\\ArrayConverter\\DummyConverter',
            'pim_connector.array_converter.field_splitter.class' => 'Akeneo\\Tool\\Component\\Connector\\ArrayConverter\\FieldSplitter',
            'pim_connector.doctrine.cache_clearer.class' => 'Akeneo\\Tool\\Bundle\\ConnectorBundle\\Doctrine\\UnitOfWorkAndRepositoriesClearer',
            'pim_connector.factory.flat_item_buffer.class' => 'Akeneo\\Tool\\Component\\Connector\\Writer\\File\\FlatItemBuffer',
            'pim_connector.validator.item.charset_validator.class' => 'Akeneo\\Tool\\Component\\Connector\\Item\\CharsetValidator',
            'pim_connector.connector_name.csv' => 'Akeneo CSV Connector',
            'pim_connector.connector_name.xlsx' => 'Akeneo XLSX Connector',
            'pim_connector.job.simple_job.class' => 'Akeneo\\Tool\\Component\\Batch\\Job\\Job',
            'pim_connector.step.item_step.class' => 'Akeneo\\Tool\\Component\\Batch\\Step\\ItemStep',
            'pim_connector.job.import_type' => 'import',
            'pim_connector.job.export_type' => 'export',
            'pim_connector.job.job_parameters.constraint_collection_provider.simple_csv_export.class' => 'Akeneo\\Tool\\Component\\Connector\\Job\\JobParameters\\ConstraintCollectionProvider\\SimpleCsvExport',
            'pim_connector.job.job_parameters.constraint_collection_provider.simple_xlsx_export.class' => 'Akeneo\\Tool\\Component\\Connector\\Job\\JobParameters\\ConstraintCollectionProvider\\SimpleXlsxExport',
            'pim_connector.job.job_parameters.constraint_collection_provider.simple_yaml_export.class' => 'Akeneo\\Tool\\Component\\Connector\\Job\\JobParameters\\ConstraintCollectionProvider\\SimpleYamlExport',
            'pim_connector.job.job_parameters.constraint_collection_provider.simple_csv_import.class' => 'Akeneo\\Tool\\Component\\Connector\\Job\\JobParameters\\ConstraintCollectionProvider\\SimpleCsvImport',
            'pim_connector.job.job_parameters.constraint_collection_provider.simple_xlsx_import.class' => 'Akeneo\\Tool\\Component\\Connector\\Job\\JobParameters\\ConstraintCollectionProvider\\SimpleXlsxImport',
            'pim_connector.job.job_parameters.constraint_collection_provider.simple_yaml_import.class' => 'Akeneo\\Tool\\Component\\Connector\\Job\\JobParameters\\ConstraintCollectionProvider\\SimpleYamlImport',
            'pim_connector.job.job_parameters.default_values_provider.simple_csv_export.class' => 'Akeneo\\Tool\\Component\\Connector\\Job\\JobParameters\\DefaultValuesProvider\\SimpleCsvExport',
            'pim_connector.job.job_parameters.default_values_provider.simple_xlsx_export.class' => 'Akeneo\\Tool\\Component\\Connector\\Job\\JobParameters\\DefaultValuesProvider\\SimpleXlsxExport',
            'pim_connector.job.job_parameters.default_values_provider.simple_yaml_export.class' => 'Akeneo\\Tool\\Component\\Connector\\Job\\JobParameters\\DefaultValuesProvider\\SimpleYamlExport',
            'pim_connector.job.job_parameters.default_values_provider.simple_csv_import.class' => 'Akeneo\\Tool\\Component\\Connector\\Job\\JobParameters\\DefaultValuesProvider\\SimpleCsvImport',
            'pim_connector.job.job_parameters.default_values_provider.simple_xlsx_import.class' => 'Akeneo\\Tool\\Component\\Connector\\Job\\JobParameters\\DefaultValuesProvider\\SimpleXlsxImport',
            'pim_connector.job.job_parameters.default_values_provider.simple_yaml_import.class' => 'Akeneo\\Tool\\Component\\Connector\\Job\\JobParameters\\DefaultValuesProvider\\SimpleYamlImport',
            'pim_connector.launcher.authenticated_job_launcher.class' => 'Akeneo\\Tool\\Bundle\\ConnectorBundle\\Launcher\\AuthenticatedJobLauncher',
            'pim_connector.processor.dummy_item.class' => 'Akeneo\\Tool\\Component\\Connector\\Processor\\DummyItemProcessor',
            'pim_connector.processor.denormalization.class' => 'Akeneo\\Tool\\Component\\Connector\\Processor\\Denormalization\\Processor',
            'pim_connector.processor.denormalization.job_instance.class' => 'Akeneo\\Tool\\Component\\Connector\\Processor\\Denormalization\\JobInstanceProcessor',
            'pim_connector.processor.normalization.class' => 'Akeneo\\Tool\\Component\\Connector\\Processor\\Normalization\\Processor',
            'pim_connector.processor.bulk_media_fetcher.class' => 'Akeneo\\Tool\\Component\\Connector\\Processor\\BulkMediaFetcher',
            'pim_connector.reader.dummy_item.class' => 'Akeneo\\Tool\\Component\\Connector\\Reader\\DummyItemReader',
            'pim_connector.reader.database.class' => 'Akeneo\\Tool\\Component\\Connector\\Reader\\Database\\Reader',
            'pim_connector.reader.file.csv.class' => 'Akeneo\\Tool\\Component\\Connector\\Reader\\File\\Csv\\Reader',
            'pim_connector.reader.file.xlsx.class' => 'Akeneo\\Tool\\Component\\Connector\\Reader\\File\\Xlsx\\Reader',
            'pim_connector.reader.file.yaml.class' => 'Akeneo\\Tool\\Component\\Connector\\Reader\\File\\Yaml\\Reader',
            'pim_connector.reader.file.flat_file_iterator.class' => 'Akeneo\\Tool\\Component\\Connector\\Reader\\File\\FlatFileIterator',
            'pim_connector.reader.file.file_iterator_factory.class' => 'Akeneo\\Tool\\Component\\Connector\\Reader\\File\\FileIteratorFactory',
            'pim_connector.reader.file.media_path_transformer.class' => 'Akeneo\\Tool\\Component\\Connector\\Reader\\File\\MediaPathTransformer',
            'pim_connector.reader.file.array_reader.class' => 'Akeneo\\Tool\\Component\\Connector\\Reader\\File\\ArrayReader',
            'pim_connector.event_listener.job_execution_authenticator.class' => 'Akeneo\\Tool\\Bundle\\ConnectorBundle\\EventListener\\JobExecutionAuthenticator',
            'pim_connector.step.validator.class' => 'Akeneo\\Tool\\Component\\Connector\\Step\\ValidatorStep',
            'pim_connector.step.tasklet.class' => 'Akeneo\\Tool\\Component\\Connector\\Step\\TaskletStep',
            'pim_connector.writer.dummy_item.class' => 'Akeneo\\Tool\\Component\\Connector\\Writer\\DummyItemWriter',
            'pim_connector.writer.database.class' => 'Akeneo\\Tool\\Component\\Connector\\Writer\\Database\\Writer',
            'pim_connector.writer.file.abstract.class' => 'Akeneo\\Tool\\Component\\Connector\\Writer\\File\\AbstractFileWriter',
            'pim_connector.writer.file.csv.class' => 'Akeneo\\Tool\\Component\\Connector\\Writer\\File\\Csv\\Writer',
            'pim_connector.writer.file.yaml.class' => 'Akeneo\\Tool\\Component\\Connector\\Writer\\File\\Yaml\\Writer',
            'pim_connector.writer.file.media_exporter_path_generator.class' => 'Akeneo\\Tool\\Component\\Connector\\Writer\\File\\MediaExporterPathGenerator',
            'pim_connector.writer.file.xlsx.class' => 'Akeneo\\Tool\\Component\\Connector\\Writer\\File\\Xlsx\\Writer',
            'pim_connector.writer.file.default.column_sorter.class' => 'Akeneo\\Tool\\Component\\Connector\\Writer\\File\\DefaultColumnSorter',
            'pim_connector.writer.file.flat_item_buffer_flusher.class' => 'Akeneo\\Tool\\Component\\Connector\\Writer\\File\\FlatItemBufferFlusher',
            'pim_connector.reset_processed_items_batch_subscriber.class' => 'Akeneo\\Tool\\Bundle\\ConnectorBundle\\EventListener\\ResetProcessedItemsBatchSubscriber',
            'pim_connector.clear_batch_cache_subscriber.class' => 'Akeneo\\Tool\\Bundle\\ConnectorBundle\\EventListener\\ClearBatchCacheSubscriber',
            'pim_dashboard.controller.widget.class' => 'Akeneo\\Platform\\Bundle\\DashboardBundle\\Controller\\WidgetController',
            'pim_dashboard.widget.registry.class' => 'Akeneo\\Platform\\Bundle\\DashboardBundle\\Widget\\Registry',
            'pim_datagrid.extension.action.type.tab_redirect.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Action\\Actions\\TabRedirectAction',
            'pim_datagrid.adapter.oro_to_pim_grid_filter.class' => 'Oro\\Bundle\\PimDataGridBundle\\Adapter\\OroToPimGridFilterAdapter',
            'pim_datagrid.adapter.items_counter.class' => 'Oro\\Bundle\\PimDataGridBundle\\Adapter\\ItemsCounter',
            'pim_datagrid.product.attribute_type.pim_catalog_identifier' => [
                'column' => [
                    'type' => 'product_value_field',
                ],
                'filter' => [
                    'type' => 'product_value_string',
                    'ftype' => 'identifier',
                    'options' => [
                        'field_options' => [
                            'attr' => [
                                'choice_list' => true,
                            ],
                        ],
                    ],
                ],
                'sorter' => 'product_value',
            ],
            'pim_datagrid.product.attribute_type.pim_catalog_text' => [
                'column' => [
                    'type' => 'product_value_field',
                ],
                'filter' => [
                    'type' => 'product_value_string',
                    'ftype' => 'string',
                    'options' => [
                        'field_options' => [
                            'attr' => [
                                'empty_choice' => true,
                            ],
                        ],
                    ],
                ],
                'sorter' => 'product_value',
            ],
            'pim_datagrid.product.attribute_type.pim_catalog_textarea' => [
                'column' => [
                    'type' => 'product_value_field',
                ],
                'filter' => [
                    'type' => 'product_value_string',
                    'ftype' => 'string',
                    'options' => [
                        'field_options' => [
                            'attr' => [
                                'empty_choice' => true,
                            ],
                        ],
                    ],
                ],
                'sorter' => 'product_value',
            ],
            'pim_datagrid.product.attribute_type.pim_catalog_simpleselect' => [
                'column' => [
                    'type' => 'product_value_field',
                ],
                'filter' => [
                    'type' => 'product_value_choice',
                    'ftype' => 'ajax_choice',
                    'options' => [
                        'field_options' => [
                            'multiple' => true,
                            'attr' => [
                                'empty_choice' => true,
                            ],
                        ],
                    ],
                ],
                'sorter' => 'product_value',
            ],
            'pim_datagrid.product.attribute_type.pim_catalog_multiselect' => [
                'column' => [
                    'type' => 'product_value_field',
                ],
                'filter' => [
                    'type' => 'product_value_choice',
                    'ftype' => 'ajax_choice',
                    'options' => [
                        'field_options' => [
                            'multiple' => true,
                            'attr' => [
                                'empty_choice' => true,
                            ],
                        ],
                    ],
                ],
                'sorter' => NULL,
            ],
            'pim_datagrid.product.attribute_type.pim_catalog_number' => [
                'column' => [
                    'type' => 'product_value_field',
                ],
                'filter' => [
                    'type' => 'product_value_number',
                    'ftype' => 'number',
                    'options' => [
                        'field_options' => [
                            'attr' => [
                                'empty_choice' => true,
                            ],
                        ],
                    ],
                ],
                'sorter' => 'product_value',
            ],
            'pim_datagrid.product.attribute_type.pim_catalog_boolean' => [
                'column' => [
                    'type' => 'product_value_field',
                    'frontend_type' => 'boolean-label',
                ],
                'filter' => [
                    'type' => 'product_value_boolean',
                    'ftype' => 'boolean',
                ],
                'sorter' => 'product_value',
            ],
            'pim_datagrid.product.attribute_type.pim_catalog_date' => [
                'column' => [
                    'type' => 'product_value_field',
                ],
                'filter' => [
                    'type' => 'product_value_date',
                    'ftype' => 'date',
                    'options' => [
                        'field_options' => [
                            'attr' => [
                                'empty_choice' => true,
                            ],
                        ],
                    ],
                ],
                'sorter' => 'product_value',
            ],
            'pim_datagrid.product.attribute_type.pim_catalog_file' => [
                'column' => [
                    'type' => 'product_value_file',
                    'frontend_type' => 'string',
                ],
                'filter' => [
                    'type' => 'product_value_string',
                    'ftype' => 'string',
                    'options' => [
                        'field_options' => [
                            'attr' => [
                                'empty_choice' => true,
                            ],
                        ],
                    ],
                ],
                'sorter' => NULL,
            ],
            'pim_datagrid.product.attribute_type.pim_catalog_image' => [
                'column' => [
                    'type' => 'product_value_field',
                    'frontend_type' => 'image',
                ],
                'filter' => [
                    'type' => 'product_value_string',
                    'ftype' => 'string',
                    'options' => [
                        'field_options' => [
                            'attr' => [
                                'empty_choice' => true,
                            ],
                        ],
                    ],
                ],
                'sorter' => NULL,
            ],
            'pim_datagrid.product.attribute_type.pim_catalog_price_collection' => [
                'column' => [
                    'type' => 'product_value_field',
                ],
                'filter' => [
                    'type' => 'product_value_price',
                    'ftype' => 'price',
                    'options' => [
                        'field_options' => [
                            'attr' => [
                                'empty_choice' => true,
                            ],
                        ],
                    ],
                ],
                'sorter' => NULL,
            ],
            'pim_datagrid.product.attribute_type.pim_catalog_metric' => [
                'column' => [
                    'type' => 'product_value_field',
                ],
                'filter' => [
                    'type' => 'product_value_metric',
                    'ftype' => 'metric',
                    'options' => [
                        'field_options' => [
                            'attr' => [
                                'empty_choice' => true,
                            ],
                        ],
                    ],
                ],
                'sorter' => NULL,
            ],
            'pim_datagrid.product.attribute_type.pim_reference_data_simpleselect' => [
                'column' => [
                    'type' => 'product_value_field',
                ],
                'filter' => [
                    'type' => 'product_value_reference_data',
                    'ftype' => 'ajax_choice',
                    'options' => [
                        'field_options' => [
                            'multiple' => true,
                            'attr' => [
                                'empty_choice' => true,
                            ],
                        ],
                    ],
                ],
                'sorter' => 'product_value_reference_data',
            ],
            'pim_datagrid.product.attribute_type.pim_reference_data_multiselect' => [
                'column' => [
                    'type' => 'product_value_field',
                ],
                'filter' => [
                    'type' => 'product_value_reference_data',
                    'ftype' => 'ajax_choice',
                    'options' => [
                        'field_options' => [
                            'multiple' => true,
                            'attr' => [
                                'empty_choice' => true,
                            ],
                        ],
                    ],
                ],
                'sorter' => NULL,
            ],
            'pim_datagrid.datagrid.configuration.product.context_configurator.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datagrid\\Configuration\\Product\\ContextConfigurator',
            'pim_datagrid.datagrid.configuration.product.columns_configurator.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datagrid\\Configuration\\Product\\ColumnsConfigurator',
            'pim_datagrid.datagrid.configuration.product.filters_configurator.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datagrid\\Configuration\\Product\\FiltersConfigurator',
            'pim_datagrid.datagrid.configuration.product.sorters_configurator.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datagrid\\Configuration\\Product\\SortersConfigurator',
            'pim_datagrid.datagrid.configuration.product.group_columns_configurator.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datagrid\\Configuration\\Product\\GroupColumnsConfigurator',
            'pim_datagrid.datagrid.request.parameters_extractor.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datagrid\\Request\\RequestParametersExtractor',
            'pim_datagrid.controller.datagrid.class' => 'Oro\\Bundle\\PimDataGridBundle\\Controller\\DatagridController',
            'pim_datagrid.controller.export.class' => 'Oro\\Bundle\\PimDataGridBundle\\Controller\\ExportController',
            'pim_datagrid.controller.product_export.class' => 'Oro\\Bundle\\PimDataGridBundle\\Controller\\ProductExportController',
            'pim_datagrid.controller.rest.datagrid_view.class' => 'Oro\\Bundle\\PimDataGridBundle\\Controller\\Rest\\DatagridViewController',
            'pim_datagrid.controller.mass_action.class' => 'Oro\\Bundle\\PimDataGridBundle\\Controller\\MassActionController',
            'pim_datagrid.datasource.default.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datasource\\Datasource',
            'pim_datagrid.datasource.product.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datasource\\ProductDatasource',
            'pim_datagrid.datasource.associated_product_model.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datasource\\AssociatedProductModelDatasource',
            'pim_datagrid.datasource.associated_product.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datasource\\AssociatedProductDatasource',
            'pim_datagrid.datasource.family.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datasource\\FamilyDatasource',
            'pim_datagrid.datasource.repository.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datasource\\RepositoryDatasource',
            'pim_datagrid.datasource.family_variant.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datasource\\FamilyVariantDatasource',
            'pim_datagrid.datasource.adapter_resolver.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datasource\\DatasourceAdapterResolver',
            'pim_datagrid.entity.datagrid_view.class' => 'Oro\\Bundle\\PimDataGridBundle\\Entity\\DatagridView',
            'pim_datagrid.event_listener.add_locale_code_to_grid.class' => 'Oro\\Bundle\\PimDataGridBundle\\EventListener\\AddLocaleCodeToGridListener',
            'pim_datagrid.event_listener.add_parameters_to_grid.class' => 'Oro\\Bundle\\PimDataGridBundle\\EventListener\\AddParametersToGridListener',
            'pim_datagrid.event_listener.add_parameters_to_product_grid.class' => 'Oro\\Bundle\\PimDataGridBundle\\EventListener\\AddParametersToProductGridListener',
            'pim_datagrid.event_listener.configure_product_grid_listener.class' => 'Oro\\Bundle\\PimDataGridBundle\\EventListener\\ConfigureProductGridListener',
            'pim_datagrid.event_listener.configure_sorters_listener.class' => 'Oro\\Bundle\\PimDataGridBundle\\EventListener\\ConfigureSortersListener',
            'pim_datagrid.event_listener.configure_product_filters.class' => 'Oro\\Bundle\\PimDataGridBundle\\EventListener\\ConfigureProductFiltersListener',
            'pim_datagrid.event_listener.configure_history_grid_listener.class' => 'Oro\\Bundle\\PimDataGridBundle\\EventListener\\ConfigureHistoryGridListener',
            'pim_datagrid.event_listener.add_job_code_to_grid_listener.class' => 'Oro\\Bundle\\PimDataGridBundle\\EventListener\\AddJobCodeToGridListener',
            'pim_datagrid.event_listener.add_username_to_grid_listener.class' => 'Oro\\Bundle\\PimDataGridBundle\\EventListener\\AddUsernameToGridListener',
            'pim_datagrid.extension.filter.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Filter\\FilterExtension',
            'pim_datagrid.extension.sorter.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Sorter\\SorterExtension',
            'pim_datagrid.extension.pager.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Pager\\PagerExtension',
            'pim_datagrid.extension.selector.orm_selector.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Selector\\OrmSelectorExtension',
            'pim_datagrid.form.type.datagrid_view.class' => 'Oro\\Bundle\\PimDataGridBundle\\Form\\Type\\DatagridViewType',
            'pim_datagrid.form.type.datagrid_filter_choice.class' => 'Oro\\Bundle\\PimDataGridBundle\\Form\\Type\\DatagridFilterChoiceType',
            'pim_datagrid.extension.formatter.property.product_value.field_property.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Formatter\\Property\\ProductValue\\FieldProperty',
            'pim_datagrid.extension.formatter.property.product_value.file_property.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Formatter\\Property\\ProductValue\\FileProperty',
            'pim_datagrid.extension.formatter.property.product_value.date_property.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Formatter\\Property\\ProductValue\\DateProperty',
            'pim_datagrid.extension.formatter.property.product_value.twig_property.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Formatter\\Property\\ProductValue\\TwigProperty',
            'pim_datagrid.extension.formatter.property.job.name_property.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Formatter\\Property\\Job\\NameProperty',
            'pim_datagrid.extension.formatter.property.job.type_property.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Formatter\\Property\\Job\\TypeProperty',
            'pim_datagrid.extension.formatter.property.datetime_property.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Formatter\\Property\\DateTimeProperty',
            'pim_datagrid.extension.formatter.property.datetime_with_user_timezone_property.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Formatter\\Property\\DateTimeWithUserTimezoneProperty',
            'pim_datagrid.extension.formatter.property.changeset.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Formatter\\Property\\ChangesetProperty',
            'pim_datagrid.datasource.result_record.hydrator.default.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datasource\\ResultRecord\\Orm\\ResultRecordHydrator',
            'pim_datagrid.datasource.result_record.hydrator.orm.object.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datasource\\ResultRecord\\Orm\\ObjectHydrator',
            'pim_datagrid.datasource.result_record.hydrator.orm.object_id.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datasource\\ResultRecord\\Orm\\ObjectIdHydrator',
            'pim_datagrid.datasource.result_record.hydrator.product.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datasource\\ResultRecord\\Orm\\ProductHydrator',
            'pim_datagrid.datasource.result_record.hydrator.associated_product.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datasource\\ResultRecord\\Orm\\ProductHydrator',
            'pim_datagrid.datasource.result_record.hydrator.object_id.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datasource\\ResultRecord\\Orm\\ObjectIdHydrator',
            'pim_datagrid.datasource.result_record.hydrator.object.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datasource\\ResultRecord\\Orm\\ObjectHydrator',
            'pim_datagrid.manager.datagrid_view.class' => 'Oro\\Bundle\\PimDataGridBundle\\Manager\\DatagridViewManager',
            'pim_datagrid.extension.mass_action.type.export.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\MassAction\\Actions\\Export\\ExportMassAction',
            'pim_datagrid.extension.mass_action.type.delete.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\MassAction\\Actions\\Ajax\\DeleteMassAction',
            'pim_datagrid.extension.mass_action.handler.edit.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\MassAction\\Handler\\EditMassActionHandler',
            'pim_datagrid.extension.mass_action.dispatcher.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\MassAction\\MassActionDispatcher',
            'pim_datagrid.extension.mass_action.handler.registry.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\MassAction\\MassActionHandlerRegistry',
            'pim_datagrid.extension.mass_action.handler.delete.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\MassAction\\Handler\\DeleteMassActionHandler',
            'pim_datagrid.normalizer.product.class' => 'Oro\\Bundle\\PimDataGridBundle\\Normalizer\\ProductNormalizer',
            'pim_datagrid.normalizer.product_model.class' => 'Oro\\Bundle\\PimDataGridBundle\\Normalizer\\ProductModelNormalizer',
            'pim_datagrid.normalizer.product_association.class' => 'Oro\\Bundle\\PimDataGridBundle\\Normalizer\\ProductAssociationNormalizer',
            'pim_datagrid.normalizer.product.product_values.class' => 'Oro\\Bundle\\PimDataGridBundle\\Normalizer\\Product\\ProductValuesNormalizer',
            'pim_datagrid.normalizer.product.product_value.class' => 'Oro\\Bundle\\PimDataGridBundle\\Normalizer\\Product\\ValueNormalizer',
            'pim_datagrid.normalizer.product.option.class' => 'Oro\\Bundle\\PimDataGridBundle\\Normalizer\\Product\\OptionNormalizer',
            'pim_datagrid.normalizer.product.options.class' => 'Oro\\Bundle\\PimDataGridBundle\\Normalizer\\Product\\OptionsNormalizer',
            'pim_datagrid.normalizer.product.file.class' => 'Oro\\Bundle\\PimDataGridBundle\\Normalizer\\Product\\FileNormalizer',
            'pim_datagrid.normalizer.datetime.class' => 'Oro\\Bundle\\PimDataGridBundle\\Normalizer\\DateTimeNormalizer',
            'pim_datagrid.normalizer.group_product.class' => 'Oro\\Bundle\\PimDataGridBundle\\Normalizer\\GroupProductNormalizer',
            'pim_datagrid.normalizer.family_variant.class' => 'Oro\\Bundle\\PimDataGridBundle\\Normalizer\\FamilyVariantNormalizer',
            'pim_datagrid.extension.pager.orm.pager.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Pager\\Orm\\Pager',
            'pim_datagrid.extension.pager.pager_resolver.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Pager\\PagerResolver',
            'pim_datagrid.datagrid.configuration.product.configuration_registry.class' => 'Oro\\Bundle\\PimDataGridBundle\\Datagrid\\Configuration\\Product\\ConfigurationRegistry',
            'pim_datagrid.repository.datagrid_view.class' => 'Oro\\Bundle\\PimDataGridBundle\\Repository\\DatagridViewRepository',
            'pim_datagrid.extension.sorter.orm.field_sorter.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Sorter\\Orm\\FieldSorter',
            'pim_datagrid.extension.sorter.product.field_sorter.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Sorter\\Product\\FieldSorter',
            'pim_datagrid.extension.sorter.product.value_sorter.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Sorter\\Product\\ValueSorter',
            'pim_datagrid.extension.sorter.product.completeness_sorter.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Sorter\\Product\\CompletenessSorter',
            'pim_datagrid.extension.sorter.product.family_sorter.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Sorter\\Product\\FamilySorter',
            'pim_datagrid.extension.sorter.product.in_group_sorter.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Sorter\\Product\\InGroupSorter',
            'pim_datagrid.extension.sorter.product.is_associated_sorter.class' => 'Oro\\Bundle\\PimDataGridBundle\\Extension\\Sorter\\Product\\IsAssociatedSorter',
            'pim_datagrid.event_subscriber.filter_entity_with_values_subscriber.class' => 'Oro\\Bundle\\PimDataGridBundle\\EventSubscriber\\FilterEntityWithValuesSubscriber',
            'pim_datagrid.twig.filter_extension.class' => 'Oro\\Bundle\\PimDataGridBundle\\Twig\\FilterExtension',
            'pim_datagrid.updater.datagrid_view.class' => 'Oro\\Bundle\\PimDataGridBundle\\Updater\\DatagridViewUpdater',
            'pim_import_export.controller.import_execution.class' => 'Akeneo\\Platform\\Bundle\\ImportExportBundle\\Controller\\ImportExecutionController',
            'pim_import_export.controller.export_execution.class' => 'Akeneo\\Platform\\Bundle\\ImportExportBundle\\Controller\\ExportExecutionController',
            'pim_import_export.factory.job_notification.class' => 'Akeneo\\Platform\\Bundle\\ImportExportBundle\\Factory\\NotificationFactory',
            'pim_import_export.datagrid.provider.job.class' => 'Akeneo\\Platform\\Bundle\\ImportExportBundle\\Datagrid\\JobDatagridProvider',
            'pim_import_export.normalizer.job_execution.class' => 'Akeneo\\Platform\\Bundle\\ImportExportBundle\\Normalizer\\JobExecutionNormalizer',
            'pim_import_export.normalizer.step_execution.class' => 'Akeneo\\Platform\\Bundle\\ImportExportBundle\\Normalizer\\StepExecutionNormalizer',
            'pim_serializer.normalizer.flat.job_instance.class' => 'Akeneo\\Platform\\Bundle\\ImportExportBundle\\Normalizer\\Versioning\\JobInstanceNormalizer',
            'pim_installer.fixture_loader.path_provider.class' => 'Akeneo\\Platform\\Bundle\\InstallerBundle\\FixtureLoader\\FixturePathProvider',
            'pim_installer.fixture_loader.job_instances_builder.class' => 'Akeneo\\Platform\\Bundle\\InstallerBundle\\FixtureLoader\\JobInstancesBuilder',
            'pim_installer.fixture_loader.job_instances_configurator.class' => 'Akeneo\\Platform\\Bundle\\InstallerBundle\\FixtureLoader\\JobInstancesConfigurator',
            'pim_installer.fixture_loader.job_loader.class' => 'Akeneo\\Platform\\Bundle\\InstallerBundle\\FixtureLoader\\FixtureJobLoader',
            'pim_installer.fixture_loader.job_loader.config_file' => 'PimInstallerBundle/Resources/config/fixtures_jobs.yml',
            'pim_installer.connector_name.data_fixtures' => 'Data fixtures',
            'pim_installer.job_name.fixtures_category_csv' => 'fixtures_category_csv',
            'pim_installer.job_name.fixtures_attribute_group_csv' => 'fixtures_attribute_group_csv',
            'pim_installer.job_name.fixtures_channel_csv' => 'fixtures_channel_csv',
            'pim_installer.job_name.fixtures_locale_csv' => 'fixtures_locale_csv',
            'pim_installer.job_name.fixtures_currency_csv' => 'fixtures_currency_csv',
            'pim_installer.job_name.fixtures_group_type_csv' => 'fixtures_group_type_csv',
            'pim_installer.job_name.fixtures_association_type_csv' => 'fixtures_association_type_csv',
            'pim_installer.job_name.fixtures_attribute_csv' => 'fixtures_attribute_csv',
            'pim_installer.job_name.fixtures_attribute_options_csv' => 'fixtures_attribute_options_csv',
            'pim_installer.job_name.fixtures_family_csv' => 'fixtures_family_csv',
            'pim_installer.job_name.fixtures_family_variant_csv' => 'fixtures_family_variant_csv',
            'pim_installer.job_name.fixtures_product_model_csv' => 'fixtures_product_model_csv',
            'pim_installer.job_name.fixtures_product_csv' => 'fixtures_product_csv',
            'pim_installer.job_name.fixtures_job_yml' => 'fixtures_job_yml',
            'pim_installer.job_name.fixtures_user_csv' => 'fixtures_user_csv',
            'pim_installer.job_name.fixtures_user_role_csv' => 'fixtures_user_role_csv',
            'pim_installer.job_name.fixtures_user_group_csv' => 'fixtures_user_group_csv',
            'pim_installer.job_name.fixtures_group_csv' => 'fixtures_group_csv',
            'pim_installer.job.fixture_type' => 'fixtures',
            'pim_installer.install_status_manager.class' => 'Akeneo\\Platform\\Bundle\\InstallerBundle\\InstallStatusManager\\InstallStatusManager',
            'installer_bundle.command.database_command.class' => 'Akeneo\\Platform\\Bundle\\InstallerBundle\\Command\\DatabaseCommand',
            'pim_notification.controller.notification.class' => 'Akeneo\\Platform\\Bundle\\NotificationBundle\\Controller\\NotificationController',
            'pim_notification.email.email_notifier.class' => 'Akeneo\\Platform\\Bundle\\NotificationBundle\\Email\\MailNotifier',
            'pim_notification.entity.notification.class' => 'Akeneo\\Platform\\Bundle\\NotificationBundle\\Entity\\Notification',
            'pim_notification.entity.user_notification.class' => 'Akeneo\\Platform\\Bundle\\NotificationBundle\\Entity\\UserNotification',
            'pim_notification.event_subscriber.job_execution_notifier.class' => 'Akeneo\\Platform\\Bundle\\NotificationBundle\\EventSubscriber\\JobExecutionNotifier',
            'pim_notification.registry.factory.notification.class' => 'Akeneo\\Platform\\Bundle\\NotificationBundle\\Factory\\NotificationFactoryRegistry',
            'pim_notification.factory.user_notification.class' => 'Akeneo\\Platform\\Bundle\\NotificationBundle\\Factory\\UserNotificationFactory',
            'pim_notification.notifier.class' => 'Akeneo\\Platform\\Bundle\\NotificationBundle\\Notifier',
            'pim_notification.repository.user_notification.class' => 'Akeneo\\Platform\\Bundle\\NotificationBundle\\Entity\\Repository\\UserNotificationRepository',
            'pim_notification.twig.notification_extension.class' => 'Akeneo\\Platform\\Bundle\\NotificationBundle\\Twig\\NotificationExtension',
            'pim_ui.controller.ajax_option.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\Controller\\AjaxOptionController',
            'pim_ui.form.type.ajax_entity.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\Form\\Type\\AjaxEntityType',
            'pim_ui.form.type.ajax_reference_data.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\Form\\Type\\AjaxReferenceDataType',
            'pim_ui.form.type.number.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\Form\\Type\\NumberType',
            'pim_ui.form.type.date.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\Form\\Type\\DateType',
            'pim_ui.form.type.switch.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\Form\\Type\\SwitchType',
            'pim_ui.form.transformer.ajax_entity.factory.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\Form\\Transformer\\AjaxEntityTransformerFactory',
            'pim_ui.form.transformer.ajax_entity.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\Form\\Transformer\\AjaxEntityTransformer',
            'pim_ui.form.transformer.ajax_reference_data.factory.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\Form\\Transformer\\AjaxReferenceDataTransformerFactory',
            'pim_ui.form.transformer.ajax_reference_data.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\Form\\Transformer\\AjaxReferenceDataTransformer',
            'pim_ui.form.transformer.ajax_creatable_entity.factory.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\Form\\Transformer\\AjaxCreatableEntityTransformerFactory',
            'pim_localization.provider.ui_locale.class' => NULL,
            'pim_localization.provider.ui_locale.min_percentage' => 0.8,
            'pim_localization.provider.ui_locale.locale_codes' => [
                0 => 'ca_ES',
                1 => 'da_DK',
                2 => 'de_DE',
                3 => 'en_GB',
                4 => 'en_US',
                5 => 'es_ES',
                6 => 'fi_FI',
                7 => 'fr_FR',
                8 => 'hr_HR',
                9 => 'it_IT',
                10 => 'ja_JP',
                11 => 'ko_KR',
                12 => 'nl_NL',
                13 => 'pl_PL',
                14 => 'pt_BR',
                15 => 'pt_PT',
                16 => 'ru_RU',
                17 => 'sv_SE',
                18 => 'tl_PH',
                19 => 'zh_CN',
                20 => 'sv_SE',
                21 => 'en_NZ',
            ],
            'pim_ui.twig.extension.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\Twig\\UiExtension',
            'pim_ui.twig.style_extension.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\Twig\\StyleExtension',
            'pim_ui.loading_messages_file' => '@PimUIBundle/Resources/config/loading_messages.txt',
            'security.exception_listener.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\EventListener\\ExceptionListener',
            'pim_enrich.view_element.registry.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\ViewElement\\ViewElementRegistry',
            'pim_enrich.view_element.base.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\ViewElement\\BaseViewElement',
            'pim_enrich.view_element.visibility_checker.acl.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\ViewElement\\Checker\\AclVisibilityChecker',
            'pim_enrich.view_element.visibility_checker.voter.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\ViewElement\\Checker\\VoterVisibilityChecker',
            'pim_enrich.view_element.visibility_checker.edit_form.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\ViewElement\\Checker\\EditFormVisibilityChecker',
            'pim_enrich.view_element.visibility_checker.non_empty_property.class' => 'Akeneo\\Platform\\Bundle\\UIBundle\\ViewElement\\Checker\\NonEmptyPropertyVisibilityChecker',
            'pim_ui.wrap_class' => 'block-wrap',
            'pim_ui.placeholders' => [
                'user_menu' => [
                    'items' => [
                        0 => [
                            'order' => 50,
                            'template' => 'PimNotificationBundle:Default:notifications.html.twig',
                            'name' => 'notifications',
                        ],
                        1 => [
                            'order' => 100,
                            'template' => 'PimUserBundle:Menu:menuProfile.html.twig',
                            'name' => 'menu_user',
                        ],
                        2 => [
                            'order' => 200,
                            'template' => 'PimUIBundle:Default:help.html.twig',
                            'name' => 'help',
                        ],
                    ],
                    'label' => 'Profile menu',
                ],
                'header_logo' => [
                    'label' => 'Header Logo',
                    'items' => [
                        0 => [
                            'order' => 100,
                            'template' => 'PimUIBundle:Default:logo.html.twig',
                            'name' => 'logo',
                        ],
                    ],
                ],
                'head_style' => [
                    'label' => 'Head styles',
                ],
                'head_script' => [
                    'label' => 'Head scripts',
                ],
            ],
            'pim_versioning.builder.version.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\Builder\\VersionBuilder',
            'pim_versioning.entity.version.class' => 'Akeneo\\Tool\\Component\\Versioning\\Model\\Version',
            'pim_versioning.versionable_entities' => [
                0 => 'Akeneo\\Tool\\Component\\Batch\\Model\\JobInstance',
            ],
            'pim_versioning.event_subscriber.adduser.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\EventSubscriber\\AddUserSubscriber',
            'pim_versioning.event_subscriber.addcontext.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\EventSubscriber\\AddContextSubscriber',
            'pim_versioning.event_subscriber.add_remove_version.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\EventSubscriber\\AddRemoveVersionSubscriber',
            'pim_versioning.event_subscriber.timestampable.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\EventSubscriber\\TimestampableSubscriber',
            'pim_versioning.event_subscriber.purge_progress_bar_advancer.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\EventSubscriber\\PurgeProgressBarAdvancerSubscriber',
            'pim_versioning.factory.version.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\Factory\\VersionFactory',
            'pim_versioning.update_guesser.attribute_group.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\UpdateGuesser\\AttributeGroupUpdateGuesser',
            'pim_versioning.update_guesser.locale_specific_attribute.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\UpdateGuesser\\LocaleSpecificAttributeUpdateGuesser',
            'pim_versioning.update_guesser.attribute_option.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\UpdateGuesser\\AttributeOptionUpdateGuesser',
            'pim_versioning.update_guesser.chained.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\UpdateGuesser\\ChainedUpdateGuesser',
            'pim_versioning.update_guesser.contains_products.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\UpdateGuesser\\ContainsProductsUpdateGuesser',
            'pim_versioning.update_guesser.association.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\UpdateGuesser\\AssociationUpdateGuesser',
            'pim_versioning.update_guesser.translations.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\UpdateGuesser\\TranslationsUpdateGuesser',
            'pim_versioning.update_guesser.versionable.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\UpdateGuesser\\VersionableUpdateGuesser',
            'pim_versioning.update_guesser.associations.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\UpdateGuesser\\AssociationsUpdateGuesser',
            'pim_versioning.manager.version.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\Manager\\VersionManager',
            'pim_versioning.context.version.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\Manager\\VersionContext',
            'pim_versioning.purger.version.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\Purger\\VersionPurger',
            'pim_versioning.purger.advisor.skip_first_version.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\Purger\\SkipFirstVersionPurgerAdvisor',
            'pim_versioning.purger.advisor.skip_last_version.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\Purger\\KeepLastVersionPurgerAdvisor',
            'pim_versioning.repository.version.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\Doctrine\\ORM\\VersionRepository',
            'pim_versioning.doctrine.query.cursor.class' => 'Akeneo\\Tool\\Bundle\\VersioningBundle\\Doctrine\\ORM\\SearchVersionAfterCursor',
            'pim_versioning.doctrine.cursor_factory.version.class' => 'Akeneo\\Tool\\Bundle\\StorageUtilsBundle\\Doctrine\\ORM\\Cursor\\CursorFactory',
            'pim_versioning.factory.version_cursor.page_size' => 100,
            'pim_serializer.encoder.csv.class' => 'Akeneo\\Tool\\Component\\Connector\\Encoder\\CsvEncoder',
            'console.command.ids' => [
                0 => 'console.command.public_alias.doctrine_cache.contains_command',
                1 => 'console.command.public_alias.doctrine_cache.delete_command',
                2 => 'console.command.public_alias.doctrine_cache.flush_command',
                3 => 'console.command.public_alias.doctrine_cache.stats_command',
                4 => 'console.command.public_alias.doctrine_migrations.diff_command',
                5 => 'console.command.public_alias.doctrine_migrations.execute_command',
                6 => 'console.command.public_alias.doctrine_migrations.generate_command',
                7 => 'console.command.public_alias.doctrine_migrations.latest_command',
                8 => 'console.command.public_alias.doctrine_migrations.migrate_command',
                9 => 'console.command.public_alias.doctrine_migrations.status_command',
                10 => 'console.command.public_alias.doctrine_migrations.version_command',
                11 => 'console.command.public_alias.fos_oauth_server.clean_command',
                12 => 'console.command.public_alias.fos_oauth_server.create_client_command',
            ],
        ];
    }
}
