var/cache/dev/ContainerGb9AblG/App_KernelDevDebugContainer.php line 2744

Open in your IDE?
  1. <?php
  2. namespace ContainerGb9AblG;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'Pimcore\\Cache\\Runtime' => true,
  31.             'Pimcore\\Extension\\Config' => true,
  32.             'kernel' => true,
  33.         ];
  34.         $this->methodMap = [
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  37.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  38.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  39.             '.container.private.session' => 'get_Container_Private_SessionService',
  40.             '.container.private.twig' => 'get_Container_Private_TwigService',
  41.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  42.             'App\\Website\\LinkGenerator\\CategoryLinkGenerator' => 'getCategoryLinkGeneratorService',
  43.             'App\\Website\\LinkGenerator\\NewsLinkGenerator' => 'getNewsLinkGeneratorService',
  44.             'App\\Website\\LinkGenerator\\ProductLinkGenerator' => 'getProductLinkGeneratorService',
  45.             'CustomerManagementFrameworkBundle\\CustomerList\\ExporterManagerInterface' => 'getExporterManagerInterfaceService',
  46.             'CustomerManagementFrameworkBundle\\CustomerProvider\\CustomerProviderInterface' => 'getCustomerProviderInterfaceService',
  47.             'CustomerManagementFrameworkBundle\\CustomerProvider\\ObjectNamingScheme\\ObjectNamingSchemeInterface' => 'getObjectNamingSchemeInterfaceService',
  48.             'CustomerManagementFrameworkBundle\\CustomerSaveManager\\CustomerSaveManagerInterface' => 'getCustomerSaveManagerInterfaceService',
  49.             'CustomerManagementFrameworkBundle\\CustomerSaveManager\\SaveOptions' => 'getSaveOptionsService',
  50.             'CustomerManagementFrameworkBundle\\CustomerView\\CustomerViewInterface' => 'getCustomerViewInterfaceService',
  51.             'CustomerManagementFrameworkBundle\\Helper\\JsConfigService' => 'getJsConfigServiceService',
  52.             'CustomerManagementFrameworkBundle\\LinkGenerator\\LinkActivityDefinitionLinkGenerator' => 'getLinkActivityDefinitionLinkGeneratorService',
  53.             'CustomerManagementFrameworkBundle\\SegmentAssignment\\StoredFunctions\\StoredFunctionsInterface' => 'getStoredFunctionsInterfaceService',
  54.             'CustomerManagementFrameworkBundle\\SegmentAssignment\\TypeMapper\\TypeMapperInterface' => 'getTypeMapperInterfaceService',
  55.             'CustomerManagementFrameworkBundle\\SegmentManager\\SegmentManagerInterface' => 'getSegmentManagerInterfaceService',
  56.             'Knp\\Component\\Pager\\PaginatorInterface' => 'getPaginatorInterfaceService',
  57.             'Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler' => 'getContentSecurityPolicyHandlerService',
  58.             'Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler' => 'getCsrfProtectionHandlerService',
  59.             'Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver' => 'getTokenStorageUserResolverService',
  60.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener' => 'getFullPageCacheListenerService',
  61.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener' => 'getGoogleAnalyticsCodeListenerService',
  62.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener' => 'getGoogleTagManagerListenerService',
  63.             'Pimcore\\Cache\\Core\\CoreCacheHandler' => 'getCoreCacheHandlerService',
  64.             'Pimcore\\Config' => 'getConfigService',
  65.             'Pimcore\\Document\\Editable\\Block\\BlockStateStack' => 'getBlockStateStackService',
  66.             'Pimcore\\Document\\Renderer\\DocumentRenderer' => 'getDocumentRendererService',
  67.             'Pimcore\\Document\\StaticPageGenerator' => 'getStaticPageGeneratorService',
  68.             'Pimcore\\Extension\\Bundle\\PimcoreBundleManager' => 'getPimcoreBundleManagerService',
  69.             'Pimcore\\Http\\RequestHelper' => 'getRequestHelperService',
  70.             'Pimcore\\Http\\Request\\Resolver\\DocumentResolver' => 'getDocumentResolverService',
  71.             'Pimcore\\Http\\Request\\Resolver\\EditmodeResolver' => 'getEditmodeResolverService',
  72.             'Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver' => 'getOutputTimestampResolverService',
  73.             'Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver' => 'getPimcoreContextResolverService',
  74.             'Pimcore\\Http\\Request\\Resolver\\ResponseHeaderResolver' => 'getResponseHeaderResolverService',
  75.             'Pimcore\\Http\\Request\\Resolver\\SiteResolver' => 'getSiteResolverService',
  76.             'Pimcore\\Http\\Request\\Resolver\\StaticPageResolver' => 'getStaticPageResolverService',
  77.             'Pimcore\\Http\\ResponseHelper' => 'getResponseHelperService',
  78.             'Pimcore\\Localization\\IntlFormatter' => 'getIntlFormatterService',
  79.             'Pimcore\\Localization\\LocaleServiceInterface' => 'getLocaleServiceInterfaceService',
  80.             'Pimcore\\Model\\Document\\Editable\\Loader\\EditableLoader' => 'getEditableLoaderService',
  81.             'Pimcore\\Model\\Document\\Service' => 'getServiceService',
  82.             'Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator' => 'getDocumentTargetingConfiguratorService',
  83.             'Pimcore\\Templating\\Renderer\\EditableRenderer' => 'getEditableRendererService',
  84.             'Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension' => 'getWebLinkExtensionService',
  85.             'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener' => 'getSessionListenerService',
  86.             'Symfony\\Component\\Lock\\LockFactory' => 'getLockFactoryService',
  87.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => 'getTranslatorInterfaceService',
  88.             'cache.app' => 'getCache_AppService',
  89.             'cache.system' => 'getCache_SystemService',
  90.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  91.             'cmf.activity_store' => 'getCmf_ActivityStoreService',
  92.             'cmf.view_formatter' => 'getCmf_ViewFormatterService',
  93.             'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
  94.             'data_collector.dump' => 'getDataCollector_DumpService',
  95.             'doctrine' => 'getDoctrineService',
  96.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  97.             'event_dispatcher' => 'getEventDispatcherService',
  98.             'http_kernel' => 'getHttpKernelService',
  99.             'hwi_oauth.resource_ownermap.demo_frontend' => 'getHwiOauth_ResourceOwnermap_DemoFrontendService',
  100.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  101.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  102.             'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
  103.             'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService',
  104.             'monolog.logger.event' => 'getMonolog_Logger_EventService',
  105.             'monolog.logger.http_client' => 'getMonolog_Logger_HttpClientService',
  106.             'monolog.logger.init' => 'getMonolog_Logger_InitService',
  107.             'monolog.logger.php' => 'getMonolog_Logger_PhpService',
  108.             'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
  109.             'monolog.logger.request' => 'getMonolog_Logger_RequestService',
  110.             'monolog.logger.router' => 'getMonolog_Logger_RouterService',
  111.             'monolog.logger.routing' => 'getMonolog_Logger_RoutingService',
  112.             'monolog.logger.security' => 'getMonolog_Logger_SecurityService',
  113.             'pimcore.cache.pool' => 'getPimcore_Cache_PoolService',
  114.             'pimcore.event_listener.frontend.activity_url_tracker' => 'getPimcore_EventListener_Frontend_ActivityUrlTrackerService',
  115.             'pimcore.model.factory' => 'getPimcore_Model_FactoryService',
  116.             'pimcore.routing.router.request_context' => 'getPimcore_Routing_Router_RequestContextService',
  117.             'pimcore.templating.engine.delegating' => 'getPimcore_Templating_Engine_DelegatingService',
  118.             'pimcore_admin.security.user_loader' => 'getPimcoreAdmin_Security_UserLoaderService',
  119.             'pimcore_ecommerce.environment' => 'getPimcoreEcommerce_EnvironmentService',
  120.             'pimcore_ecommerce.tracking.tracking_manager' => 'getPimcoreEcommerce_Tracking_TrackingManagerService',
  121.             'request_stack' => 'getRequestStackService',
  122.             'router' => 'getRouterService',
  123.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  124.             'cmf.link-activity-definition.linkgenerator' => 'getCmf_Linkactivitydefinition_LinkgeneratorService',
  125.             'cmf.customer_exporter_manager' => 'getCmf_CustomerExporterManagerService',
  126.             'cmf.action_trigger.queue' => 'getCmf_ActionTrigger_QueueService',
  127.             'cmf.event_listener.action_trigger' => 'getCmf_EventListener_ActionTriggerService',
  128.             'cache_clearer' => 'getCacheClearerService',
  129.             'filesystem' => 'getFilesystemService',
  130.             'serializer' => 'getSerializerService',
  131.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  132.             'form.factory' => 'getForm_FactoryService',
  133.             'form.type.file' => 'getForm_Type_FileService',
  134.             'profiler' => 'getProfilerService',
  135.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  136.             'security.token_storage' => 'getSecurity_TokenStorageService',
  137.             'twig' => 'getTwigService',
  138.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  139.             'session' => 'getSessionService',
  140.             'validator' => 'getValidatorService',
  141.         ];
  142.         $this->fileMap = [
  143.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  144.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  145.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  146.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  147.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  148.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  149.             'App\\Controller\\AccountController' => 'getAccountControllerService',
  150.             'App\\Controller\\BaseController' => 'getBaseControllerService',
  151.             'App\\Controller\\CartController' => 'getCartControllerService',
  152.             'App\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  153.             'App\\Controller\\ContentController' => 'getContentControllerService',
  154.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  155.             'App\\Controller\\ImportController' => 'getImportControllerService',
  156.             'App\\Controller\\MdmController' => 'getMdmControllerService',
  157.             'App\\Controller\\NewsController' => 'getNewsControllerService',
  158.             'App\\Controller\\PaymentController' => 'getPaymentControllerService',
  159.             'App\\Controller\\ProductController' => 'getProductControllerService',
  160.             'App\\Controller\\Web2printController' => 'getWeb2printControllerService',
  161.             'App\\Model\\Product\\CalculatedValue\\AccessoryPartName' => 'getAccessoryPartNameService',
  162.             'App\\Model\\Product\\CalculatedValue\\QualityCalculator' => 'getQualityCalculatorService',
  163.             'Blackbit\\DataDirectorBundle\\Controller\\FieldTypeController' => 'getFieldTypeControllerService',
  164.             'Blackbit\\DataDirectorBundle\\Controller\\ImportController' => 'getImportController2Service',
  165.             'Blackbit\\DataDirectorBundle\\Controller\\ImportconfigController' => 'getImportconfigControllerService',
  166.             'Blackbit\\DataDirectorBundle\\Controller\\MappingconfigController' => 'getMappingconfigControllerService',
  167.             'Blackbit\\DataDirectorBundle\\Controller\\RestController' => 'getRestControllerService',
  168.             'Blackbit\\DataDirectorBundle\\Controller\\Web2PrintController' => 'getWeb2PrintController2Service',
  169.             'Blackbit\\DataDirectorBundle\\Maintenance\\CleanupImportStatus' => 'getCleanupImportStatusService',
  170.             'Blackbit\\DataDirectorBundle\\Tools\\Installer' => 'getInstallerService',
  171.             'Blackbit\\DataDirectorBundle\\lib\\Pim\\EventDispatcher' => 'getEventDispatcher2Service',
  172.             'Blackbit\\DataDirectorBundle\\lib\\Pim\\Helper' => 'getHelperService',
  173.             'Blackbit\\DataDirectorBundle\\lib\\Pim\\Item\\ImporterInterface' => 'getImporterInterfaceService',
  174.             'Blackbit\\DataDirectorBundle\\lib\\Pim\\Item\\ItemMoldBuilder' => 'getItemMoldBuilderService',
  175.             'Blackbit\\DataDirectorBundle\\lib\\Pim\\Logger\\EmailReportingLogger' => 'getEmailReportingLoggerService',
  176.             'Blackbit\\DataDirectorBundle\\lib\\Pim\\Parser\\GridParser' => 'getGridParserService',
  177.             'Blackbit\\DataDirectorBundle\\lib\\Pim\\RawData\\Importmanager' => 'getImportmanagerService',
  178.             'Blackbit\\DataDirectorBundle\\lib\\Pim\\TextGeneration\\TextGenerator' => 'getTextGeneratorService',
  179.             'Blackbit\\DataDirectorBundle\\lib\\Pim\\Translate\\TranslationProvider' => 'getTranslationProviderService',
  180.             'CustomerManagementFrameworkBundle\\ActionTrigger\\EventHandler\\EventHandlerInterface' => 'getEventHandlerInterfaceService',
  181.             'CustomerManagementFrameworkBundle\\ActionTrigger\\Queue\\QueueInterface' => 'getQueueInterfaceService',
  182.             'CustomerManagementFrameworkBundle\\ActivityManager\\DefaultActivityManager' => 'getDefaultActivityManagerService',
  183.             'CustomerManagementFrameworkBundle\\Controller\\Admin' => 'getAdminService',
  184.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\ActivitiesController' => 'getActivitiesControllerService',
  185.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\CustomersController' => 'getCustomersControllerService',
  186.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\Customers\\FilterDefinitionController' => 'getFilterDefinitionControllerService',
  187.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\DuplicatesController' => 'getDuplicatesControllerService',
  188.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\GDPRDataController' => 'getGDPRDataControllerService',
  189.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\HelperController' => 'getHelperControllerService',
  190.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\RulesController' => 'getRulesControllerService',
  191.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\SegmentAssignmentController' => 'getSegmentAssignmentControllerService',
  192.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\SettingsController' => 'getSettingsControllerService',
  193.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\TemplatesController' => 'getTemplatesControllerService',
  194.             'CustomerManagementFrameworkBundle\\Controller\\Preview\\ObjectPreviewController' => 'getObjectPreviewControllerService',
  195.             'CustomerManagementFrameworkBundle\\Controller\\Report\\TermSegmentBuilderController' => 'getTermSegmentBuilderControllerService',
  196.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\ActivitiesController' => 'getActivitiesController2Service',
  197.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\CustomersController' => 'getCustomersController2Service',
  198.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\DeletionsController' => 'getDeletionsControllerService',
  199.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentGroupsController' => 'getSegmentGroupsControllerService',
  200.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentsController' => 'getSegmentsControllerService',
  201.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentsOfCustomersController' => 'getSegmentsOfCustomersControllerService',
  202.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Mailchimp\\WebhookController' => 'getWebhookControllerService',
  203.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Newsletter\\AdminController' => 'getAdminControllerService',
  204.             'CustomerManagementFrameworkBundle\\CustomerDuplicatesService\\CustomerDuplicatesServiceInterface' => 'getCustomerDuplicatesServiceInterfaceService',
  205.             'CustomerManagementFrameworkBundle\\CustomerList\\SearchHelper' => 'getSearchHelperService',
  206.             'CustomerManagementFrameworkBundle\\CustomerMerger\\CustomerMergerInterface' => 'getCustomerMergerInterfaceService',
  207.             'CustomerManagementFrameworkBundle\\CustomerSaveValidator\\CustomerSaveValidatorInterface' => 'getCustomerSaveValidatorInterfaceService',
  208.             'CustomerManagementFrameworkBundle\\CustomerView\\Customer\\Maintenance' => 'getMaintenanceService',
  209.             'CustomerManagementFrameworkBundle\\CustomerView\\FilterDefinition\\Maintenance' => 'getMaintenance2Service',
  210.             'CustomerManagementFrameworkBundle\\DuplicatesIndex\\DuplicatesIndexInterface' => 'getDuplicatesIndexInterfaceService',
  211.             'CustomerManagementFrameworkBundle\\Encryption\\DefaultEncryptionService' => 'getDefaultEncryptionServiceService',
  212.             'CustomerManagementFrameworkBundle\\Event\\PimcoreElementRemovalListenerInterface' => 'getPimcoreElementRemovalListenerInterfaceService',
  213.             'CustomerManagementFrameworkBundle\\Event\\TargetingEventListener' => 'getTargetingEventListenerService',
  214.             'CustomerManagementFrameworkBundle\\Installer' => 'getInstaller2Service',
  215.             'CustomerManagementFrameworkBundle\\Maintenance\\MaintenanceWorker' => 'getMaintenanceWorkerService',
  216.             'CustomerManagementFrameworkBundle\\Maintenance\\Tasks\\CleanupEmptyFoldersTask' => 'getCleanupEmptyFoldersTaskService',
  217.             'CustomerManagementFrameworkBundle\\Maintenance\\Tasks\\CleanupExportTmpDataTask' => 'getCleanupExportTmpDataTaskService',
  218.             'CustomerManagementFrameworkBundle\\SegmentAssignment\\Indexer\\IndexerInterface' => 'getIndexerInterfaceService',
  219.             'CustomerManagementFrameworkBundle\\SegmentAssignment\\QueryService\\QueryServiceInterface' => 'getQueryServiceInterfaceService',
  220.             'CustomerManagementFrameworkBundle\\SegmentAssignment\\QueueBuilder\\QueueBuilderInterface' => 'getQueueBuilderInterfaceService',
  221.             'CustomerManagementFrameworkBundle\\SegmentAssignment\\SegmentAssigner\\SegmentAssignerInterface' => 'getSegmentAssignerInterfaceService',
  222.             'CustomerManagementFrameworkBundle\\SegmentManager\\SegmentBuilderExecutor\\SegmentBuilderExecutorInterface' => 'getSegmentBuilderExecutorInterfaceService',
  223.             'CustomerManagementFrameworkBundle\\SegmentManager\\SegmentExtractor\\SegmentExtractorInterface' => 'getSegmentExtractorInterfaceService',
  224.             'CustomerManagementFrameworkBundle\\SegmentManager\\SegmentMerger\\DefaultSegmentMerger\\MetadataFiller' => 'getMetadataFillerService',
  225.             'DataDirectorPreview' => 'getDataDirectorPreviewService',
  226.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  227.             'GuzzleHttp\\Client' => 'getClientService',
  228.             'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController' => 'getConnectControllerService',
  229.             'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
  230.             'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
  231.             'OutputDataConfigToolkitBundle\\Controller\\AdminController' => 'getAdminController2Service',
  232.             'OutputDataConfigToolkitBundle\\Controller\\ClassController' => 'getClassControllerService',
  233.             'Pimcore\\Admin\\Serializer' => 'getSerializer2Service',
  234.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController' => 'getAssetControllerService',
  235.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController' => 'getAssetHelperControllerService',
  236.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController' => 'getClassController2Service',
  237.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController' => 'getClassificationstoreControllerService',
  238.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController' => 'getDataObjectControllerService',
  239.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController' => 'getDataObjectHelperControllerService',
  240.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController' => 'getQuantityValueControllerService',
  241.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController' => 'getVariantsControllerService',
  242.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController' => 'getDocumentControllerService',
  243.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController' => 'getEmailControllerService',
  244.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController' => 'getFolderControllerService',
  245.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController' => 'getHardlinkControllerService',
  246.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController' => 'getLinkControllerService',
  247.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController' => 'getNewsletterControllerService',
  248.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController' => 'getPageControllerService',
  249.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController' => 'getPrintcontainerControllerService',
  250.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController' => 'getPrintpageControllerService',
  251.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController' => 'getRenderletControllerService',
  252.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController' => 'getSnippetControllerService',
  253.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController' => 'getElementControllerService',
  254.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController' => 'getEmailController2Service',
  255.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController' => 'getAdminerControllerService',
  256.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController' => 'getOpcacheControllerService',
  257.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController' => 'getIndexControllerService',
  258.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController' => 'getInstallControllerService',
  259.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController' => 'getLogControllerService',
  260.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController' => 'getLoginController2Service',
  261.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController' => 'getMiscControllerService',
  262.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController' => 'getNotificationControllerService',
  263.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController' => 'getPortalControllerService',
  264.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController' => 'getRecyclebinControllerService',
  265.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController' => 'getRedirectsControllerService',
  266.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController' => 'getSettingsController2Service',
  267.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController' => 'getTagsControllerService',
  268.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController' => 'getTargetingControllerService',
  269.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController' => 'getTranslationControllerService',
  270.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController' => 'getUserControllerService',
  271.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController' => 'getWorkflowControllerService',
  272.             'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController' => 'getExtensionManagerControllerService',
  273.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController' => 'getAdminController3Service',
  274.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController' => 'getAssetController2Service',
  275.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController' => 'getDataObjectController2Service',
  276.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController' => 'getPimcoreUsersControllerService',
  277.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController' => 'getSentMailControllerService',
  278.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController' => 'getAnalyticsControllerService',
  279.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController' => 'getCustomReportControllerService',
  280.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController' => 'getSettingsController3Service',
  281.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController' => 'getSearchControllerService',
  282.             'Pimcore\\Bundle\\AdminBundle\\Session\\Handler\\AdminSessionHandler' => 'getAdminSessionHandlerService',
  283.             'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController' => 'getPublicServicesControllerService',
  284.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener' => 'getWorkflowManagementListenerService',
  285.             'Pimcore\\Bundle\\DataHubBundle\\Controller\\ConfigController' => 'getConfigControllerService',
  286.             'Pimcore\\Bundle\\DataHubBundle\\Controller\\GraphQLExplorerController' => 'getGraphQLExplorerControllerService',
  287.             'Pimcore\\Bundle\\DataHubBundle\\Controller\\WebserviceController' => 'getWebserviceControllerService',
  288.             'Pimcore\\Bundle\\DataHubBundle\\GraphQL\\Service' => 'getService2Service',
  289.             'Pimcore\\Bundle\\DataHubBundle\\Installer' => 'getInstaller3Service',
  290.             'Pimcore\\Bundle\\DataHubBundle\\Service\\CheckConsumerPermissionsService' => 'getCheckConsumerPermissionsServiceService',
  291.             'Pimcore\\Bundle\\DataHubBundle\\Service\\FileUploadService' => 'getFileUploadServiceService',
  292.             'Pimcore\\Bundle\\DataHubBundle\\Service\\OutputCacheService' => 'getOutputCacheServiceService',
  293.             'Pimcore\\Bundle\\DataImporterBundle\\Controller\\ConfigDataObjectController' => 'getConfigDataObjectControllerService',
  294.             'Pimcore\\Bundle\\DataImporterBundle\\Controller\\PushImportController' => 'getPushImportControllerService',
  295.             'Pimcore\\Bundle\\DataImporterBundle\\Installer' => 'getInstaller4Service',
  296.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\AdminOrderController' => 'getAdminOrderControllerService',
  297.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\ConfigController' => 'getConfigController2Service',
  298.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\FindologicController' => 'getFindologicControllerService',
  299.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\IndexController' => 'getIndexController2Service',
  300.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\PricingController' => 'getPricingControllerService',
  301.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\VoucherController' => 'getVoucherControllerService',
  302.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Tools\\Installer' => 'getInstaller5Service',
  303.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Unzer\\Installer' => 'getInstaller6Service',
  304.             'Pimcore\\Bundle\\NumberSequenceGeneratorBundle\\Installer' => 'getInstaller7Service',
  305.             'Pimcore\\Bundle\\ObjectMergerBundle\\Controller\\AdminController' => 'getAdminController4Service',
  306.             'Pimcore\\Cache\\Symfony\\CacheClearer' => 'getCacheClearer2Service',
  307.             'Pimcore\\Controller\\Config\\ControllerDataProvider' => 'getControllerDataProviderService',
  308.             'Pimcore\\DataObject\\BlockDataMarshaller\\Consent' => 'getConsentService',
  309.             'Pimcore\\DataObject\\BlockDataMarshaller\\Date' => 'getDateService',
  310.             'Pimcore\\DataObject\\BlockDataMarshaller\\ExternalImage' => 'getExternalImageService',
  311.             'Pimcore\\DataObject\\BlockDataMarshaller\\Geobounds' => 'getGeoboundsService',
  312.             'Pimcore\\DataObject\\BlockDataMarshaller\\Geopoint' => 'getGeopointService',
  313.             'Pimcore\\DataObject\\BlockDataMarshaller\\Geopolygon' => 'getGeopolygonService',
  314.             'Pimcore\\DataObject\\BlockDataMarshaller\\Localizedfields' => 'getLocalizedfieldsService',
  315.             'Pimcore\\DataObject\\BlockDataMarshaller\\RgbaColor' => 'getRgbaColorService',
  316.             'Pimcore\\DataObject\\BlockDataMarshaller\\StructuredTable' => 'getStructuredTableService',
  317.             'Pimcore\\DataObject\\ClassBuilder\\FieldDefinitionDocBlockBuilderInterface' => 'getFieldDefinitionDocBlockBuilderInterfaceService',
  318.             'Pimcore\\DataObject\\ClassBuilder\\PHPClassDumperInterface' => 'getPHPClassDumperInterfaceService',
  319.             'Pimcore\\DataObject\\ClassBuilder\\PHPFieldCollectionClassDumperInterface' => 'getPHPFieldCollectionClassDumperInterfaceService',
  320.             'Pimcore\\DataObject\\ClassBuilder\\PHPObjectBrickClassDumperInterface' => 'getPHPObjectBrickClassDumperInterfaceService',
  321.             'Pimcore\\DataObject\\ClassBuilder\\PHPObjectBrickContainerClassDumperInterface' => 'getPHPObjectBrickContainerClassDumperInterfaceService',
  322.             'Pimcore\\DataObject\\Consent\\Service' => 'getService3Service',
  323.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\BlockDataMarshaller\\EncryptedField' => 'getEncryptedFieldService',
  324.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\BooleanSelect' => 'getBooleanSelectService',
  325.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\EncryptedField' => 'getEncryptedField2Service',
  326.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\Multiselect' => 'getMultiselectService',
  327.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\QuantityValue' => 'getQuantityValueService',
  328.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\RgbaColor' => 'getRgbaColor2Service',
  329.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\Table' => 'getTableService',
  330.             'Pimcore\\DataObject\\GridColumnConfig\\Service' => 'getService4Service',
  331.             'Pimcore\\Document\\Editable\\EditableHandler' => 'getEditableHandlerService',
  332.             'Pimcore\\Document\\Editable\\EditableUsageResolver' => 'getEditableUsageResolverService',
  333.             'Pimcore\\Element\\MarshallerService' => 'getMarshallerServiceService',
  334.             'Pimcore\\Extension\\Document\\Areabrick\\AreabrickManagerInterface' => 'getAreabrickManagerInterfaceService',
  335.             'Pimcore\\Helper\\LongRunningHelper' => 'getLongRunningHelperService',
  336.             'Pimcore\\Http\\ClientFactory' => 'getClientFactoryService',
  337.             'Pimcore\\Http\\Request\\Resolver\\TemplateResolver' => 'getTemplateResolverService',
  338.             'Pimcore\\Image\\Adapter\\GD' => 'getGDService',
  339.             'Pimcore\\Image\\Adapter\\Imagick' => 'getImagickService',
  340.             'Pimcore\\Image\\Optimizer' => 'getOptimizerService',
  341.             'Pimcore\\Log\\ApplicationLogger' => 'getApplicationLoggerService',
  342.             'Pimcore\\Log\\Handler\\ApplicationLoggerDb' => 'getApplicationLoggerDbService',
  343.             'Pimcore\\Mail\\Mailer' => 'getMailerService',
  344.             'Pimcore\\Migrations\\FilteredMigrationsRepository' => 'getFilteredMigrationsRepositoryService',
  345.             'Pimcore\\Migrations\\FilteredTableMetadataStorage' => 'getFilteredTableMetadataStorageService',
  346.             'Pimcore\\Model\\DataObject\\ClassDefinition\\ClassDefinitionManager' => 'getClassDefinitionManagerService',
  347.             'Pimcore\\Model\\DataObject\\ClassDefinition\\ClassLayoutDefinitionManager' => 'getClassLayoutDefinitionManagerService',
  348.             'Pimcore\\Model\\DataObject\\ClassDefinition\\DynamicOptionsProvider\\CountryOptionsProvider' => 'getCountryOptionsProviderService',
  349.             'Pimcore\\Model\\DataObject\\QuantityValue\\QuantityValueConverterInterface' => 'getQuantityValueConverterInterfaceService',
  350.             'Pimcore\\Model\\DataObject\\QuantityValue\\UnitConversionService' => 'getUnitConversionServiceService',
  351.             'Pimcore\\Model\\Notification\\Service\\NotificationService' => 'getNotificationServiceService',
  352.             'Pimcore\\Model\\Version\\Adapter\\VersionStorageAdapterInterface' => 'getVersionStorageAdapterInterfaceService',
  353.             'Pimcore\\Tool\\AssetsInstaller' => 'getAssetsInstallerService',
  354.             'Pimcore\\Tool\\Storage' => 'getStorageService',
  355.             'Pimcore\\Workflow\\Dumper\\GraphvizDumper' => 'getGraphvizDumperService',
  356.             'Pimcore\\Workflow\\Dumper\\StateMachineGraphvizDumper' => 'getStateMachineGraphvizDumperService',
  357.             'Pimcore\\Workflow\\ExpressionService' => 'getExpressionServiceService',
  358.             'Pimcore\\Workflow\\Manager' => 'getManagerService',
  359.             'Pimcore\\Workflow\\Notification\\NotificationEmailService' => 'getNotificationEmailServiceService',
  360.             'Pimcore\\Workflow\\Place\\StatusInfo' => 'getStatusInfoService',
  361.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  362.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  363.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  364.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  365.             'Web2PrintToolsBundle\\Controller\\AdminController' => 'getAdminController5Service',
  366.             'Web2PrintToolsBundle\\Tools\\Installer' => 'getInstaller8Service',
  367.             'cache.app_clearer' => 'getCache_AppClearerService',
  368.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  369.             'cache.system_clearer' => 'getCache_SystemClearerService',
  370.             'cache_warmer' => 'getCacheWarmerService',
  371.             'cmf.action_trigger.action_manager' => 'getCmf_ActionTrigger_ActionManagerService',
  372.             'cmf.activity_store_entry' => 'getCmf_ActivityStoreEntryService',
  373.             'cmf.activity_url_tracker' => 'getCmf_ActivityUrlTrackerService',
  374.             'cmf.activity_view' => 'getCmf_ActivityViewService',
  375.             'cmf.custom_report.adapter.term_segment_builder' => 'getCmf_CustomReport_Adapter_TermSegmentBuilderService',
  376.             'cmf.customer_duplicates_view' => 'getCmf_CustomerDuplicatesViewService',
  377.             'cmf.document.newsletter.factory.segmentAddressSource' => 'getCmf_Document_Newsletter_Factory_SegmentAddressSourceService',
  378.             'cmf.event_listener.object_merger' => 'getCmf_EventListener_ObjectMergerService',
  379.             'cmf.event_listener.pimcore_object' => 'getCmf_EventListener_PimcoreObjectService',
  380.             'cmf.potential_duplicate_item' => 'getCmf_PotentialDuplicateItemService',
  381.             'cmf.rest.activities_handler' => 'getCmf_Rest_ActivitiesHandlerService',
  382.             'cmf.rest.customers_handler' => 'getCmf_Rest_CustomersHandlerService',
  383.             'cmf.rest.deletions_handler' => 'getCmf_Rest_DeletionsHandlerService',
  384.             'cmf.rest.segment_groups_handler' => 'getCmf_Rest_SegmentGroupsHandlerService',
  385.             'cmf.rest.segments_handler' => 'getCmf_Rest_SegmentsHandlerService',
  386.             'cmf.rest.segments_of_customer_handler' => 'getCmf_Rest_SegmentsOfCustomerHandlerService',
  387.             'cmf.segment_manager.segment_merger' => 'getCmf_SegmentManager_SegmentMergerService',
  388.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  389.             'console.command.public_alias.App\\Command\\AssetCopyrightCommand' => 'getAssetCopyrightCommandService',
  390.             'console.command.public_alias.App\\Command\\CreateProductCommand' => 'getCreateProductCommandService',
  391.             'console.command.public_alias.App\\Command\\DataCommand' => 'getDataCommandService',
  392.             'console.command.public_alias.App\\Command\\ImportAssetsCommand' => 'getImportAssetsCommandService',
  393.             'console.command.public_alias.App\\Command\\ImportCommonCommand' => 'getImportCommonCommandService',
  394.             'console.command.public_alias.App\\Command\\ImportDERDCommand' => 'getImportDERDCommandService',
  395.             'console.command.public_alias.App\\Command\\ImportECONOLOGYCommand' => 'getImportECONOLOGYCommandService',
  396.             'console.command.public_alias.App\\Command\\SaveProductVersoinCommand' => 'getSaveProductVersoinCommandService',
  397.             'console.command.public_alias.App\\Command\\SaveProductsCommand' => 'getSaveProductsCommandService',
  398.             'console.command.public_alias.App\\Command\\StockProductCommand' => 'getStockProductCommandService',
  399.             'console.command.public_alias.App\\Command\\UpdateCategoryDescriptionsCommand' => 'getUpdateCategoryDescriptionsCommandService',
  400.             'console.command.public_alias.App\\Command\\UpdatePriceProductsCommand' => 'getUpdatePriceProductsCommandService',
  401.             'console.command.public_alias.App\\Command\\UpdateProductDescriptionsCommand' => 'getUpdateProductDescriptionsCommandService',
  402.             'console.command.public_alias.App\\Command\\UpdateStockProductsCommand' => 'getUpdateStockProductsCommandService',
  403.             'console.command.public_alias.App\\Command\\UpdateStockProductsTestCommand' => 'getUpdateStockProductsTestCommandService',
  404.             'console.command.public_alias.App\\Command\\UpdateStockViaSkyperDansPimcoreCommand' => 'getUpdateStockViaSkyperDansPimcoreCommandService',
  405.             'console.command.public_alias.App\\Command\\deleteProductsInRacineCommand' => 'getDeleteProductsInRacineCommandService',
  406.             'console.command.public_alias.App\\Command\\warehouseInfosForC1Command' => 'getWarehouseInfosForC1CommandService',
  407.             'console.command.public_alias.App\\Command\\warehouseIsNullCommand' => 'getWarehouseIsNullCommandService',
  408.             'console.command.public_alias.Blackbit\\DataDirectorBundle\\Command\\DeleteRawdataCommand' => 'getDeleteRawdataCommandService',
  409.             'console.command.public_alias.Blackbit\\DataDirectorBundle\\Command\\QueueProcessorCommand' => 'getQueueProcessorCommandService',
  410.             'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\ActionTriggerQueueCommand' => 'getActionTriggerQueueCommandService',
  411.             'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\BuildSegmentsCommand' => 'getBuildSegmentsCommandService',
  412.             'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\CronTriggerCommand' => 'getCronTriggerCommandService',
  413.             'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\DuplicatesIndexCommand' => 'getDuplicatesIndexCommandService',
  414.             'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\MaintenanceCommand' => 'getMaintenanceCommandService',
  415.             'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\SegmentAssignmentIndexCommand' => 'getSegmentAssignmentIndexCommandService',
  416.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Bundle\\ListCommand' => 'getListCommandService',
  417.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\CacheWarmingCommand' => 'getCacheWarmingCommandService',
  418.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ClassesDefinitionsBuildCommand' => 'getClassesDefinitionsBuildCommandService',
  419.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ClassCommand' => 'getClassCommandService',
  420.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\CustomLayoutCommand' => 'getCustomLayoutCommandService',
  421.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\FieldCollectionCommand' => 'getFieldCollectionCommandService',
  422.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ObjectBrickCommand' => 'getObjectBrickCommandService',
  423.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteClassificationStoreCommand' => 'getDeleteClassificationStoreCommandService',
  424.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteUnusedLocaleDataCommand' => 'getDeleteUnusedLocaleDataCommandService',
  425.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\GeneratePagePreviews' => 'getGeneratePagePreviewsService',
  426.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\MigrateElementsCommand' => 'getMigrateElementsCommandService',
  427.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\EmailLogsCleanupCommand' => 'getEmailLogsCleanupCommandService',
  428.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\GenerateStaticPagesCommand' => 'getGenerateStaticPagesCommandService',
  429.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalMigrationHelpersCommand' => 'getInternalMigrationHelpersCommandService',
  430.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalModelDaoMappingGeneratorCommand' => 'getInternalModelDaoMappingGeneratorCommandService',
  431.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalUnicodeCldrLanguageTerritoryGeneratorCommand' => 'getInternalUnicodeCldrLanguageTerritoryGeneratorCommandService',
  432.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\LowQualityImagePreviewCommand' => 'getLowQualityImagePreviewCommandService',
  433.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MaintenanceModeCommand' => 'getMaintenanceModeCommandService',
  434.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\StorageCommand' => 'getStorageCommandService',
  435.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\ThumbnailsFolderStructureCommand' => 'getThumbnailsFolderStructureCommandService',
  436.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MysqlToolsCommand' => 'getMysqlToolsCommandService',
  437.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RecyclebinCleanupCommand' => 'getRecyclebinCleanupCommandService',
  438.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RequirementsCheckCommand' => 'getRequirementsCheckCommandService',
  439.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ResetPasswordCommand' => 'getResetPasswordCommandService',
  440.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RunScriptCommand' => 'getRunScriptCommandService',
  441.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\SearchBackendReindexCommand' => 'getSearchBackendReindexCommandService',
  442.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsClearCommand' => 'getThumbnailsClearCommandService',
  443.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsImageCommand' => 'getThumbnailsImageCommandService',
  444.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsVideoCommand' => 'getThumbnailsVideoCommandService',
  445.             'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\Configuration\\RebuildWorkspacesCommand' => 'getRebuildWorkspacesCommandService',
  446.             'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\GraphQL\\RebuildDefinitionsCommand' => 'getRebuildDefinitionsCommandService',
  447.             'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\CronExecutionCommand' => 'getCronExecutionCommandService',
  448.             'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\DummyDataCommand' => 'getDummyDataCommandService',
  449.             'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\ParallelProcessQueueCommand' => 'getParallelProcessQueueCommandService',
  450.             'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\PrepareImportCommand' => 'getPrepareImportCommandService',
  451.             'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\SequentialProcessQueueCommand' => 'getSequentialProcessQueueCommandService',
  452.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\CleanupPendingOrdersCommand' => 'getCleanupPendingOrdersCommandService',
  453.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\BootstrapCommand' => 'getBootstrapCommandService',
  454.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\EsSyncCommand' => 'getEsSyncCommandService',
  455.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\ProcessPreparationQueueCommand' => 'getProcessPreparationQueueCommandService',
  456.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\ProcessUpdateIndexQueueCommand' => 'getProcessUpdateIndexQueueCommandService',
  457.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\ResetQueueCommand' => 'getResetQueueCommandService',
  458.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\Voucher\\CleanupReservationsCommand' => 'getCleanupReservationsCommandService',
  459.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\Voucher\\CleanupStatisticsCommand' => 'getCleanupStatisticsCommandService',
  460.             'console.command_loader' => 'getConsole_CommandLoaderService',
  461.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  462.             'error_controller' => 'getErrorControllerService',
  463.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  464.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  465.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  466.             'httplug.client' => 'getHttplug_ClientService',
  467.             'httplug.message_factory' => 'getHttplug_MessageFactoryService',
  468.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
  469.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
  470.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
  471.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
  472.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
  473.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
  474.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
  475.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
  476.             'httplug.uri_factory' => 'getHttplug_UriFactoryService',
  477.             'hwi_oauth.resource_owner.google' => 'getHwiOauth_ResourceOwner_GoogleService',
  478.             'hwi_oauth.resource_owner.twitter' => 'getHwiOauth_ResourceOwner_TwitterService',
  479.             'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
  480.             'monolog.logger.DATA-IMPORTER' => 'getMonolog_Logger_DATAIMPORTERService',
  481.             'monolog.logger.cmf' => 'getMonolog_Logger_CmfService',
  482.             'monolog.logger.console' => 'getMonolog_Logger_ConsoleService',
  483.             'monolog.logger.debug' => 'getMonolog_Logger_DebugService',
  484.             'monolog.logger.httplug' => 'getMonolog_Logger_HttplugService',
  485.             'monolog.logger.lock' => 'getMonolog_Logger_LockService',
  486.             'monolog.logger.mailer' => 'getMonolog_Logger_MailerService',
  487.             'monolog.logger.messenger' => 'getMonolog_Logger_MessengerService',
  488.             'monolog.logger.pimcore' => 'getMonolog_Logger_PimcoreService',
  489.             'monolog.logger.pimcore_admin.session' => 'getMonolog_Logger_PimcoreAdmin_SessionService',
  490.             'monolog.logger.pimcore_api' => 'getMonolog_Logger_PimcoreApiService',
  491.             'monolog.logger.pimcore_ecommerce' => 'getMonolog_Logger_PimcoreEcommerceService',
  492.             'monolog.logger.pimcore_ecommerce_es' => 'getMonolog_Logger_PimcoreEcommerceEsService',
  493.             'monolog.logger.pimcore_ecommerce_findologic' => 'getMonolog_Logger_PimcoreEcommerceFindologicService',
  494.             'monolog.logger.pimcore_ecommerce_indexupdater' => 'getMonolog_Logger_PimcoreEcommerceIndexupdaterService',
  495.             'monolog.logger.pimcore_ecommerce_sql' => 'getMonolog_Logger_PimcoreEcommerceSqlService',
  496.             'monolog.logger.session' => 'getMonolog_Logger_SessionService',
  497.             'monolog.logger.translation' => 'getMonolog_Logger_TranslationService',
  498.             'pim.logger' => 'getPim_LoggerService',
  499.             'pimcore.analytics.google.fallback_service_locator' => 'getPimcore_Analytics_Google_FallbackServiceLocatorService',
  500.             'pimcore.cache.adapter.null_tag_aware' => 'getPimcore_Cache_Adapter_NullTagAwareService',
  501.             'pimcore.custom_report.adapter.factories' => 'getPimcore_CustomReport_Adapter_FactoriesService',
  502.             'pimcore.implementation_loader.asset.metadata.data' => 'getPimcore_ImplementationLoader_Asset_Metadata_DataService',
  503.             'pimcore.implementation_loader.object.data' => 'getPimcore_ImplementationLoader_Object_DataService',
  504.             'pimcore.implementation_loader.object.layout' => 'getPimcore_ImplementationLoader_Object_LayoutService',
  505.             'pimcore.newsletter.address_source_adapter.factories' => 'getPimcore_Newsletter_AddressSourceAdapter_FactoriesService',
  506.             'pimcore.workflow.place-options-provider' => 'getPimcore_Workflow_PlaceoptionsproviderService',
  507.             'pimcore_admin.security.admin_authenticator' => 'getPimcoreAdmin_Security_AdminAuthenticatorService',
  508.             'pimcore_admin.security.bruteforce_protection_handler' => 'getPimcoreAdmin_Security_BruteforceProtectionHandlerService',
  509.             'pimcore_admin.security.logout_success_handler' => 'getPimcoreAdmin_Security_LogoutSuccessHandlerService',
  510.             'pimcore_admin.security.user_checker' => 'getPimcoreAdmin_Security_UserCheckerService',
  511.             'pimcore_admin.security.user_provider' => 'getPimcoreAdmin_Security_UserProviderService',
  512.             'pimcore_ecommerce.cart_manager.default' => 'getPimcoreEcommerce_CartManager_DefaultService',
  513.             'pimcore_ecommerce.factory' => 'getPimcoreEcommerce_FactoryService',
  514.             'pimcore_ecommerce.index_service' => 'getPimcoreEcommerce_IndexServiceService',
  515.             'pimcore_ecommerce.offer_tool' => 'getPimcoreEcommerce_OfferToolService',
  516.             'pimcore_ecommerce.order_manager.default' => 'getPimcoreEcommerce_OrderManager_DefaultService',
  517.             'pimcore_ecommerce.payment_manager' => 'getPimcoreEcommerce_PaymentManagerService',
  518.             'pimcore_ecommerce.voucher_service' => 'getPimcoreEcommerce_VoucherServiceService',
  519.             'pimcore_ecommerce.voucher_service.token_manager_factory' => 'getPimcoreEcommerce_VoucherService_TokenManagerFactoryService',
  520.             'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
  521.             'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
  522.             'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
  523.             'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
  524.             'routing.loader' => 'getRouting_LoaderService',
  525.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  526.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  527.             'scheb_two_factor.security.google_authenticator' => 'getSchebTwoFactor_Security_GoogleAuthenticatorService',
  528.             'services_resetter' => 'getServicesResetterService',
  529.             'state_machine.simple_asset_workflow' => 'getStateMachine_SimpleAssetWorkflowService',
  530.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  531.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  532.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  533.             'workflow.product_data_enrichment' => 'getWorkflow_ProductDataEnrichmentService',
  534.         ];
  535.         $this->aliases = [
  536.             'App\\Kernel' => 'kernel',
  537.             'CustomerManagementFrameworkBundle\\ActivityManager\\ActivityManagerInterface' => 'CustomerManagementFrameworkBundle\\ActivityManager\\DefaultActivityManager',
  538.             'CustomerManagementFrameworkBundle\\Encryption\\EncryptionServiceInterface' => 'CustomerManagementFrameworkBundle\\Encryption\\DefaultEncryptionService',
  539.             'Doctrine\\Common\\Persistence\\ConnectionRegistry' => 'doctrine',
  540.             'Doctrine\\Persistence\\ConnectionRegistry' => 'doctrine',
  541.             'GuzzleHttp\\ClientInterface' => 'GuzzleHttp\\Client',
  542.             'Pimcore\\Db\\Connection' => 'doctrine.dbal.default_connection',
  543.             'Pimcore\\Db\\ConnectionInterface' => 'doctrine.dbal.default_connection',
  544.             'Pimcore\\Kernel' => 'kernel',
  545.             'Pimcore\\Localization\\LocaleService' => 'Pimcore\\Localization\\LocaleServiceInterface',
  546.             'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
  547.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticator' => 'scheb_two_factor.security.google_authenticator',
  548.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticatorInterface' => 'scheb_two_factor.security.google_authenticator',
  549.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  550.             'cmf.activity_manager' => 'CustomerManagementFrameworkBundle\\ActivityManager\\DefaultActivityManager',
  551.             'cmf.customer_duplicates_index' => 'CustomerManagementFrameworkBundle\\DuplicatesIndex\\DuplicatesIndexInterface',
  552.             'cmf.customer_duplicates_service' => 'CustomerManagementFrameworkBundle\\CustomerDuplicatesService\\CustomerDuplicatesServiceInterface',
  553.             'cmf.customer_merger' => 'CustomerManagementFrameworkBundle\\CustomerMerger\\CustomerMergerInterface',
  554.             'cmf.customer_provider' => 'CustomerManagementFrameworkBundle\\CustomerProvider\\CustomerProviderInterface',
  555.             'cmf.customer_provider.object_naming_scheme' => 'CustomerManagementFrameworkBundle\\CustomerProvider\\ObjectNamingScheme\\ObjectNamingSchemeInterface',
  556.             'cmf.customer_save_manager' => 'CustomerManagementFrameworkBundle\\CustomerSaveManager\\CustomerSaveManagerInterface',
  557.             'cmf.customer_save_validator' => 'CustomerManagementFrameworkBundle\\CustomerSaveValidator\\CustomerSaveValidatorInterface',
  558.             'cmf.customer_view' => 'CustomerManagementFrameworkBundle\\CustomerView\\CustomerViewInterface',
  559.             'cmf.encryption_service' => 'CustomerManagementFrameworkBundle\\Encryption\\DefaultEncryptionService',
  560.             'cmf.logger' => 'monolog.logger.cmf',
  561.             'cmf.segment_manager' => 'CustomerManagementFrameworkBundle\\SegmentManager\\SegmentManagerInterface',
  562.             'database_connection' => 'doctrine.dbal.default_connection',
  563.             'hwi_oauth.http.client' => 'httplug.client',
  564.             'hwi_oauth.http.message_factory' => 'httplug.message_factory',
  565.             'messenger.bus.pimcore-core' => 'messenger.default_bus',
  566.             'pimcore.app_logger' => 'Pimcore\\Log\\ApplicationLogger',
  567.             'pimcore.app_logger.default' => 'Pimcore\\Log\\ApplicationLogger',
  568.             'pimcore.ecommerceframework.installer' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Tools\\Installer',
  569.             'pimcore.http_client' => 'GuzzleHttp\\Client',
  570.             'pimcore.locale' => 'Pimcore\\Localization\\LocaleServiceInterface',
  571.             'pimcore.templating.engine.twig' => '.container.private.twig',
  572.             'pimcore_admin.security.token_storage_user_resolver' => 'Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver',
  573.             'pimcore_admin.serializer' => 'Pimcore\\Admin\\Serializer',
  574.             'translator' => 'Symfony\\Contracts\\Translation\\TranslatorInterface',
  575.         ];
  576.         $this->privates['service_container'] = function () {
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  583.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Kernel.php';
  584.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  585.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/LinkGeneratorInterface.php';
  586.             include_once \dirname(__DIR__4).'/src/Website/LinkGenerator/AbstractProductLinkGenerator.php';
  587.             include_once \dirname(__DIR__4).'/src/Website/LinkGenerator/CategoryLinkGenerator.php';
  588.             include_once \dirname(__DIR__4).'/src/Website/LinkGenerator/ProductLinkGenerator.php';
  589.             include_once \dirname(__DIR__4).'/src/Website/LinkGenerator/NewsLinkGenerator.php';
  590.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/HelperCharsetTrait.php';
  592.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/PimcoreUrl.php';
  593.             include_once \dirname(__DIR__4).'/src/Website/Tool/PimcoreUrl.php';
  594.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/IndexService/Getter/GetterInterface.php';
  595.             include_once \dirname(__DIR__4).'/src/Ecommerce/IndexService/SegmentGetter.php';
  596.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Localization/IntlFormatter.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  609.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  626.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ResetInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ProxyAdapter.php';
  637.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceProviderInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  668.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  669.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  670.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  671.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  731.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  732.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  733.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMapInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMap.php';
  737.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  739.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  746.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  748.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  750.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  751.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  752.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  753.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  754.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  755.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  758.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  759.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  760.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  762.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  763.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  764.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  766.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  767.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  768.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  769.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  770.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  771.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Db/ConnectionInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Db/PimcoreExtensionsTrait.php';
  773.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Db/Connection.php';
  774.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  775.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  776.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  778.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  779.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
  780.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  782.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  783.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  784.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  785.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  788.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  789.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Request/ParamConverter/DataObjectParamConverter.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  792.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  793.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  794.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  796.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  797.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  798.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  800.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  802.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  803.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  804.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  818.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Config.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/DatabaseTableTrait.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/ExpiringStoreTrait.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/DoctrineDbalStore.php';
  824.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  825.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  826.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DynamicRouteHandlerInterface.php';
  827.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DocumentRouteHandler.php';
  828.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Event/Traits/RecursionBlockingEventDispatchHelperTrait.php';
  829.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/RedirectHandler.php';
  830.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/PimcoreBundleManager.php';
  831.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/Config/StateConfig.php';
  832.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/PimcoreBundleLocator.php';
  833.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Composer/PackageInfo.php';
  834.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/RequestHelper.php';
  835.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/ResponseHelper.php';
  836.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/RequestMatcherFactory.php';
  837.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/ResponseStack.php';
  838.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Response/CodeInjector.php';
  839.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/AbstractRequestResolver.php';
  840.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/PimcoreContextResolver.php';
  841.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Context/PimcoreContextGuesser.php';
  842.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/StaticPageResolver.php';
  843.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/OutputTimestampResolver.php';
  844.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/SiteResolver.php';
  845.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/EditmodeResolver.php';
  846.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/DocumentResolver.php';
  847.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/ResponseHeaderResolver.php';
  848.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Localization/LocaleServiceInterface.php';
  849.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Localization/LocaleService.php';
  850.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/LoaderInterface.php';
  851.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/ClassNameLoaderInterface.php';
  852.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/ImplementationLoader.php';
  853.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/EditableLoaderInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/EditableLoader.php';
  855.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/AbstractClassNameLoader.php';
  856.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/PrefixLoader.php';
  857.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/PrefixLoader.php';
  858.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/ClassMapLoader.php';
  859.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Editable/Block/BlockStateStack.php';
  860.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Editable/EditmodeEditableDefinitionCollector.php';
  861.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/ModelInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/models/DataObject/Traits/ObjectVarTrait.php';
  863.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/AbstractModel.php';
  864.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/models/Element/Service.php';
  865.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/models/Document/Service.php';
  866.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Renderer/DocumentRendererInterface.php';
  867.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Renderer/DocumentRenderer.php';
  868.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/StaticPageGenerator.php';
  869.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/PimcoreContextAwareTrait.php';
  870.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/RoutingListener.php';
  871.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/PimcoreContextListener.php';
  872.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/DocumentFallbackListener.php';
  873.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/PimcoreHeaderListener.php';
  874.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/LocaleListener.php';
  875.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/TranslationDebugListener.php';
  876.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/ElementListener.php';
  877.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GlobalTemplateVariablesListener.php';
  878.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/HardlinkCanonicalListener.php';
  879.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/BlockStateListener.php';
  880.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/DocumentMetaDataListener.php';
  881.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/StaticPageContextAwareTrait.php';
  882.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/StaticPageGeneratorListener.php';
  883.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/EventedControllerListener.php';
  884.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/ResponseHeaderListener.php';
  885.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/EditmodeListener.php';
  886.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/ResponseStackListener.php';
  887.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/ResponseInjectionTrait.php';
  888.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/InternalWysiwygHtmlAttributeFilterListener.php';
  889.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/EnabledTrait.php';
  890.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/PreviewRequestTrait.php';
  891.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleAnalyticsCodeListener.php';
  892.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleTagManagerListener.php';
  893.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/FullPageCacheListener.php';
  894.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Cache/FullPage/SessionStatus.php';
  895.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/MaintenancePageListener.php';
  896.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleSearchConsoleVerificationListener.php';
  897.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/OutputTimestampListener.php';
  898.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/WebDebugToolbarListener.php';
  899.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/ActionRenderer.php';
  900.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/EditableRenderer.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/EngineInterface.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/StreamingEngineInterface.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/DelegatingEngine.php';
  904.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/TwigDefaultDelegatingEngine.php';
  905.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/DataCollector/PimcoreDataCollector.php';
  906.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/DataCollector/PimcoreTargetingDataCollector.php';
  907.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/SiteId/SiteIdProvider.php';
  908.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/Google/Config/ConfigProvider.php';
  909.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/TrackerInterface.php';
  910.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/AbstractTracker.php';
  911.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/Google/Tracker.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/DoctrineDbalAdapter.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/TagAwareCacheInterface.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableTagAwareAdapter.php';
  916.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php';
  917.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Cache/Core/WriteLock.php';
  918.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/TargetingStorageInterface.php';
  919.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Traits/TimestampsTrait.php';
  920.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/CookieStorage.php';
  921.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/CookieSaveHandlerInterface.php';
  922.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/AbstractCookieSaveHandler.php';
  923.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/JWTCookieSaveHandler.php';
  924.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoStorageInterface.php';
  925.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoStorage.php';
  926.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/DataLoaderInterface.php';
  927.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Debug/Traits/StopwatchTrait.php';
  928.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/DataLoader.php';
  929.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionMatcherInterface.php';
  930.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionMatcher.php';
  931.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionFactoryInterface.php';
  932.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionFactory.php';
  933.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ActionHandler/ActionHandlerInterface.php';
  934.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ActionHandler/DelegatingActionHandler.php';
  935.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Document/DocumentTargetingConfigurator.php';
  936.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/TargetingDataCollector.php';
  937.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/TargetingListener.php';
  938.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoResolver.php';
  939.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Code/TargetingCodeGenerator.php';
  940.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/ToolbarListener.php';
  941.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/TargetingSessionBagListener.php';
  942.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/AbstractExtension.php';
  943.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/CacheBusterAware.php';
  944.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/WebLinksTrait.php';
  945.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadLink.php';
  946.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/TextUtilsTrait.php';
  947.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadMeta.php';
  948.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadScript.php';
  949.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadStyle.php';
  950.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadTitle.php';
  951.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Inc.php';
  952.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/IncludeRenderer.php';
  953.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/InlineScript.php';
  954.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder.php';
  955.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/ContainerService.php';
  956.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminSessionBagListener.php';
  957.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Session/SessionConfiguratorInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Session/AdminSessionBagConfigurator.php';
  959.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/User/TokenStorageUserResolver.php';
  960.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/CsrfProtectionHandler.php';
  961.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/ContentSecurityPolicyHandler.php';
  962.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminSecurityListener.php';
  963.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/Traits/ControllerTypeTrait.php';
  964.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminAuthenticationDoubleCheckListener.php';
  965.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/CsrfProtectionListener.php';
  966.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/HttpCacheListener.php';
  967.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/CustomAdminEntryPointCheckListener.php';
  968.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/UserPerspectiveListener.php';
  969.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/UsageStatisticsListener.php';
  970.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/EnablePreviewTimeSliderListener.php';
  971.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/EventListener/SessionBagListener.php';
  972.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tools/SessionConfigurator.php';
  973.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/EventListener/Frontend/TrackingCodeFlashMessageListener.php';
  974.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerSaveManager/SaveOptions.php';
  975.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerSaveManager/CustomerSaveManagerInterface.php';
  976.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Traits/LoggerAware.php';
  977.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerSaveManager/LegacyTrait.php';
  978.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerSaveManager/DefaultCustomerSaveManager.php';
  979.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerSaveHandler/CustomerSaveHandlerInterface.php';
  980.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerSaveHandler/AbstractCustomerSaveHandler.php';
  981.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerSaveHandler/NormalizeZip.php';
  982.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerProvider/ObjectNamingScheme/ObjectNamingSchemeInterface.php';
  983.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerProvider/ObjectNamingScheme/DefaultObjectNamingScheme.php';
  984.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentManager/SegmentManagerInterface.php';
  985.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentManager/DefaultSegmentManager.php';
  986.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentBuilder/SegmentBuilderInterface.php';
  987.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentBuilder/AbstractSegmentBuilder.php';
  988.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentBuilder/StateSegmentBuilder.php';
  989.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentBuilder/GenderSegmentBuilder.php';
  990.             include_once \dirname(__DIR__4).'/src/CustomerManagementFramework/SegmentBuilder/ProductInterestSegmentBuilder.php';
  991.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentAssignment/TypeMapper/TypeMapperInterface.php';
  992.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentAssignment/TypeMapper/TypeMapper.php';
  993.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentAssignment/StoredFunctions/StoredFunctionsInterface.php';
  994.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentAssignment/StoredFunctions/DefaultStoredFunctions.php';
  995.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Translate/TranslatorInterface.php';
  996.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/View/Formatter/ViewFormatterInterface.php';
  997.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/View/Formatter/DefaultViewFormatter.php';
  998.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/LinkGenerator/LinkActivityDefinitionLinkGenerator.php';
  999.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerView/CustomerViewInterface.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerView/DefaultCustomerView.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerList/ExporterManagerInterface.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerList/ExporterManager.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Helper/JsConfigService.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Event/Frontend/UrlActivityTracker.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/OAuthUtils.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Security/OAuth/OAuthUtils.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/HttpClient/HttpClientInterface.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Translation/Translator.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Element/Router.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/DynamicRouteProvider.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DataObjectRouteHandler.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/FactoryInterface.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Factory.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Factory/FallbackBuilder.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/User/UserLoader.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/ComponentInterface.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/EnvironmentInterface.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Environment.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/SessionEnvironment.php';
  1067.             include_once \dirname(__DIR__4).'/src/Ecommerce/Overrides/Environment.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/CategoryPageViewInterface.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/ProductImpressionInterface.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/ProductViewInterface.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/CartUpdateInterface.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/CartProductActionAddInterface.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/CartProductActionRemoveInterface.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/CheckoutInterface.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/CheckoutStepInterface.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/CheckoutCompleteInterface.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/TrackEventInterface.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/TrackingManagerInterface.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/TrackingManager.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/TrackerInterface.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/Tracker.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/Tracker/Analytics/AbstractAnalyticsTracker.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/TrackingCodeAwareInterface.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/Tracker/Analytics/EnhancedEcommerce.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/TrackingItemBuilderInterface.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/TrackingItemBuilder.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/ActivityStore/SqlActivityStore.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/ActivityStore/ActivityStoreInterface.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/ActivityStore/MySQL.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1138.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1151.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1152.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1160.             include_once \dirname(__DIR__4).'/src/Twig/Extension/CategoryFilterExtension.php';
  1161.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Country.php';
  1162.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Currency.php';
  1163.             include_once \dirname(__DIR__4).'/src/Twig/Extension/GeneralFilterExtension.php';
  1164.             include_once \dirname(__DIR__4).'/src/Twig/Extension/NavigationExtension.php';
  1165.             include_once \dirname(__DIR__4).'/src/Twig/Extension/UniqidExtension.php';
  1166.             include_once \dirname(__DIR__4).'/src/Twig/Extension/LanguageSwitcherExtension.php';
  1167.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ProductPageExtension.php';
  1168.             include_once \dirname(__DIR__4).'/src/Twig/Extension/NewsExtension.php';
  1169.             include_once \dirname(__DIR__4).'/src/Twig/Extension/PrintCatalogExtension.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/HelpersExtension.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DocumentEditableExtension.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/PimcoreObjectExtension.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/PimcoreToolExtension.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/NavigationExtension.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/GlossaryExtension.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Tool/Glossary/Processor.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/HeaderExtension.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AssetCompressExtension.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/WebsiteConfigExtension.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DumpExtension.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/CacheExtension.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AssetHelperExtensions.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DataObjectHelperExtensions.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DocumentHelperExtensions.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/ImageThumbnailExtension.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/rybakit/twig-deferred-extension/src/DeferredExtension.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Sandbox/SecurityPolicy.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AdminExtension.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Twig/Extension/CmfFrontendUtilsExtension.php';
  1195.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Twig/Extension/CmfUrlUtilsExtension.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/pimcore/web2print-tools-bundle/src/Twig/OutputChannelExtension.php';
  1197.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  1198.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Twig/Extension/OAuthExtension.php';
  1199.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  1200.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Templating/Helper/OAuthHelper.php';
  1202.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1203.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1204.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1205.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1208.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Session/SessionConfigurator.php';
  1209.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1210.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1211.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1212.         };
  1213.     }
  1214.     public function compile(): void
  1215.     {
  1216.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1217.     }
  1218.     public function isCompiled(): bool
  1219.     {
  1220.         return true;
  1221.     }
  1222.     public function getRemovedIds(): array
  1223.     {
  1224.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1225.     }
  1226.     protected function load($file$lazyLoad true)
  1227.     {
  1228.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1229.             return $class::do($this$lazyLoad);
  1230.         }
  1231.         if ('.' === $file[-4]) {
  1232.             $class substr($class0, -4);
  1233.         } else {
  1234.             $file .= '.php';
  1235.         }
  1236.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1237.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1238.     }
  1239.     protected function createProxy($class\Closure $factory)
  1240.     {
  1241.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1242.         return $factory();
  1243.     }
  1244.     /**
  1245.      * Gets the public '.container.private.form.factory' shared service.
  1246.      *
  1247.      * @return \Symfony\Component\Form\FormFactory
  1248.      */
  1249.     protected function get_Container_Private_Form_FactoryService()
  1250.     {
  1251.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1252.     }
  1253.     /**
  1254.      * Gets the public '.container.private.profiler' shared service.
  1255.      *
  1256.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1257.      */
  1258.     protected function get_Container_Private_ProfilerService()
  1259.     {
  1260.         $a = ($this->services['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService());
  1261.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1262.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1263.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1264.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1265.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1266.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1267.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1268.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1269.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1270.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1271.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1272.         $d->addInstance('cache.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1273.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1274.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1275.         $d->addInstance('pimcore.cache.adapter.redis_tag_aware', ($this->privates['pimcore.cache.adapter.redis_tag_aware'] ?? $this->getPimcore_Cache_Adapter_RedisTagAwareService()));
  1276.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1277.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1278.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1279.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1280.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1281.         $g->registerBus('messenger.bus.pimcore-core', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1282.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1283.         if ($this->has('kernel')) {
  1284.             $h->setKernel($b);
  1285.         }
  1286.         $instance->add(($this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector'] ?? $this->getPimcoreDataCollectorService()));
  1287.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1288.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1289.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1290.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1291.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1292.         $instance->add(($this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'] ?? $this->getPimcoreTargetingDataCollectorService()));
  1293.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1294.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1295.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1296.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1297.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1298.         $instance->add($d);
  1299.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
  1300.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  1301.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1302.         $instance->add($e);
  1303.         $instance->add($f);
  1304.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1305.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())));
  1306.         $instance->add($g);
  1307.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1308.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  1309.         $instance->add($h);
  1310.         return $instance;
  1311.     }
  1312.     /**
  1313.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1314.      *
  1315.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1316.      */
  1317.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1318.     {
  1319.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1320.     }
  1321.     /**
  1322.      * Gets the public '.container.private.security.token_storage' shared service.
  1323.      *
  1324.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1325.      */
  1326.     protected function get_Container_Private_Security_TokenStorageService()
  1327.     {
  1328.         return $this->services['.container.private.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, [
  1329.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1330.         ], [
  1331.             'request_stack' => '?',
  1332.         ]));
  1333.     }
  1334.     /**
  1335.      * Gets the public '.container.private.session' shared service.
  1336.      *
  1337.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1338.      */
  1339.     protected function get_Container_Private_SessionService()
  1340.     {
  1341.         $this->services['.container.private.session'] = $instance = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  1342.         $a = new \Pimcore\Session\SessionConfigurator();
  1343.         $a->addConfigurator(($this->privates['Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator'] ?? $this->getAdminSessionBagConfiguratorService()));
  1344.         $a->addConfigurator(($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\Tools\\SessionConfigurator'] ?? ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\Tools\\SessionConfigurator'] = new \Pimcore\Bundle\EcommerceFrameworkBundle\Tools\SessionConfigurator())));
  1345.         $a->configure($instance);
  1346.         return $instance;
  1347.     }
  1348.     /**
  1349.      * Gets the public '.container.private.twig' shared service.
  1350.      *
  1351.      * @return \Twig\Environment
  1352.      */
  1353.     protected function get_Container_Private_TwigService()
  1354.     {
  1355.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1356.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1357.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1358.         $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1359.         $d = ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService());
  1360.         $e = ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService());
  1361.         $f = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($a$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  1362.             return new \EmptyIterator();
  1363.         }, 0));
  1364.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1365.         $h = ($this->services['router'] ?? $this->getRouterService());
  1366.         $i = ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService());
  1367.         $j = ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService());
  1368.         $k = ($this->services['App\\Website\\LinkGenerator\\CategoryLinkGenerator'] ?? $this->getCategoryLinkGeneratorService());
  1369.         $l = ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Navigation'] ?? $this->getNavigationService());
  1370.         $m = ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder'] ?? $this->getPlaceholderService());
  1371.         $n = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1372.         $n->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1373.         $o = ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService());
  1374.         $p = new \Symfony\Bridge\Twig\AppVariable();
  1375.         $p->setEnvironment('dev');
  1376.         $p->setDebug(true);
  1377.         if ($this->has('.container.private.security.token_storage')) {
  1378.             $p->setTokenStorage($b);
  1379.         }
  1380.         if ($this->has('request_stack')) {
  1381.             $p->setRequestStack($a);
  1382.         }
  1383.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1384.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1385.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($a, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $b)));
  1386.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
  1387.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($d));
  1388.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  1389.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1390.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1391.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1392.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($ctrue));
  1393.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1394.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1395.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($a$e)));
  1396.         $instance->addExtension(($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService()));
  1397.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1398.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($d));
  1399.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($i$j));
  1400.         $instance->addExtension(new \App\Twig\Extension\CategoryFilterExtension($k));
  1401.         $instance->addExtension(new \App\Twig\Extension\Country());
  1402.         $instance->addExtension(new \App\Twig\Extension\Currency(($this->services['Pimcore\\Localization\\IntlFormatter'] ?? $this->getIntlFormatterService())));
  1403.         $instance->addExtension(new \App\Twig\Extension\GeneralFilterExtension($d));
  1404.         $instance->addExtension(new \App\Twig\Extension\NavigationExtension($l$m$k));
  1405.         $instance->addExtension(new \App\Twig\Extension\UniqidExtension());
  1406.         $instance->addExtension(new \App\Twig\Extension\LanguageSwitcherExtension(($this->services['Pimcore\\Model\\Document\\Service'] ?? ($this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service()))));
  1407.         $instance->addExtension(new \App\Twig\Extension\ProductPageExtension(($this->services['App\\Website\\LinkGenerator\\ProductLinkGenerator'] ?? $this->getProductLinkGeneratorService()), $d));
  1408.         $instance->addExtension(new \App\Twig\Extension\NewsExtension(($this->services['App\\Website\\LinkGenerator\\NewsLinkGenerator'] ?? $this->getNewsLinkGeneratorService())));
  1409.         $instance->addExtension(new \App\Twig\Extension\PrintCatalogExtension($d$m));
  1410.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1411.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($n));
  1412.         $instance->addExtension(new \Pimcore\Twig\Extension\HelpersExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] ?? $this->getPimcoreUrlService())));
  1413.         $instance->addExtension(new \Pimcore\Twig\Extension\DocumentEditableExtension(($this->services['Pimcore\\Templating\\Renderer\\EditableRenderer'] ?? $this->getEditableRendererService())));
  1414.         $instance->addExtension(($this->privates['Pimcore\\Twig\\Extension\\SubrequestExtension'] ?? $this->getSubrequestExtensionService()));
  1415.         $instance->addExtension(new \Pimcore\Twig\Extension\PimcoreObjectExtension());
  1416.         $instance->addExtension(new \Pimcore\Twig\Extension\PimcoreToolExtension());
  1417.         $instance->addExtension(new \Pimcore\Twig\Extension\NavigationExtension($l));
  1418.         $instance->addExtension(new \Pimcore\Twig\Extension\GlossaryExtension(new \Pimcore\Tool\Glossary\Processor(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), $o, ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), $this->parameters['pimcore.glossary.blocked_tags'])));
  1419.         $instance->addExtension(new \Pimcore\Twig\Extension\HeaderExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadLink'] ?? $this->getHeadLinkService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadMeta'] ?? $this->getHeadMetaService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadScript'] ?? $this->getHeadScriptService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadStyle'] ?? $this->getHeadStyleService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadTitle'] ?? $this->getHeadTitleService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\InlineScript'] ?? $this->getInlineScriptService()), $m));
  1420.         $instance->addExtension(new \Pimcore\Twig\Extension\AssetCompressExtension());
  1421.         $instance->addExtension(new \Pimcore\Twig\Extension\WebsiteConfigExtension());
  1422.         $instance->addExtension(new \Pimcore\Twig\Extension\DumpExtension());
  1423.         $instance->addExtension(new \Pimcore\Twig\Extension\CacheExtension($o));
  1424.         $instance->addExtension(new \Pimcore\Twig\Extension\AssetHelperExtensions());
  1425.         $instance->addExtension(new \Pimcore\Twig\Extension\DataObjectHelperExtensions());
  1426.         $instance->addExtension(new \Pimcore\Twig\Extension\DocumentHelperExtensions());
  1427.         $instance->addExtension(new \Pimcore\Twig\Extension\ImageThumbnailExtension());
  1428.         $instance->addExtension(new \Twig\DeferredExtension\DeferredExtension());
  1429.         $instance->addExtension(new \Twig\Extra\String\StringExtension(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')))));
  1430.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Pimcore\Twig\Sandbox\SecurityPolicy($this->parameters['pimcore.templating.twig.sandbox_security_policy.tags'], $this->parameters['pimcore.templating.twig.sandbox_security_policy.filters'], $this->parameters['pimcore.templating.twig.sandbox_security_policy.functions'])));
  1431.         $instance->addExtension(new \Pimcore\Twig\Extension\AdminExtension($h));
  1432.         $instance->addExtension(new \CustomerManagementFrameworkBundle\Twig\Extension\CmfFrontendUtilsExtension($f, ($this->services['CustomerManagementFrameworkBundle\\Helper\\JsConfigService'] ?? ($this->services['CustomerManagementFrameworkBundle\\Helper\\JsConfigService'] = new \CustomerManagementFrameworkBundle\Helper\JsConfigService())), ($this->services['CustomerManagementFrameworkBundle\\SegmentManager\\SegmentManagerInterface'] ?? $this->getSegmentManagerInterfaceService()), ($this->services['CustomerManagementFrameworkBundle\\CustomerList\\ExporterManagerInterface'] ?? $this->getExporterManagerInterfaceService())));
  1433.         $instance->addExtension(new \CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension($h$a, ($this->services['CustomerManagementFrameworkBundle\\CustomerView\\CustomerViewInterface'] ?? $this->getCustomerViewInterfaceService()), ($this->services['CustomerManagementFrameworkBundle\\LinkGenerator\\LinkActivityDefinitionLinkGenerator'] ?? ($this->services['CustomerManagementFrameworkBundle\\LinkGenerator\\LinkActivityDefinitionLinkGenerator'] = new \CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator('*|ID_ENCODED|*')))));
  1434.         $instance->addExtension(new \Web2PrintToolsBundle\Twig\OutputChannelExtension());
  1435.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension($i$j));
  1436.         $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension(new \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), $a)));
  1437.         $instance->addGlobal('app'$p);
  1438.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1439.             'App\\Website\\Tool\\PimcoreUrl' => ['privates''Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl''getPimcoreUrlService'false],
  1440.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1441.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1442.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1443.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1444.             'Pimcore\\Twig\\Extension\\Templating\\HeadLink' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadLink''getHeadLinkService'false],
  1445.             'Pimcore\\Twig\\Extension\\Templating\\HeadMeta' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadMeta''getHeadMetaService'false],
  1446.             'Pimcore\\Twig\\Extension\\Templating\\HeadScript' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadScript''getHeadScriptService'false],
  1447.             'Pimcore\\Twig\\Extension\\Templating\\HeadStyle' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadStyle''getHeadStyleService'false],
  1448.             'Pimcore\\Twig\\Extension\\Templating\\HeadTitle' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadTitle''getHeadTitleService'false],
  1449.             'Pimcore\\Twig\\Extension\\Templating\\Inc' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Inc''getIncService'false],
  1450.             'Pimcore\\Twig\\Extension\\Templating\\InlineScript' => ['privates''Pimcore\\Twig\\Extension\\Templating\\InlineScript''getInlineScriptService'false],
  1451.             'Pimcore\\Twig\\Extension\\Templating\\Navigation' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Navigation''getNavigationService'false],
  1452.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Placeholder''getPlaceholderService'false],
  1453.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension''getAbstractExtensionService'true],
  1454.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware''getCacheBusterAwareService'true],
  1455.         ], [
  1456.             'App\\Website\\Tool\\PimcoreUrl' => '?',
  1457.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1458.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1459.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1460.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1461.             'Pimcore\\Twig\\Extension\\Templating\\HeadLink' => '?',
  1462.             'Pimcore\\Twig\\Extension\\Templating\\HeadMeta' => '?',
  1463.             'Pimcore\\Twig\\Extension\\Templating\\HeadScript' => '?',
  1464.             'Pimcore\\Twig\\Extension\\Templating\\HeadStyle' => '?',
  1465.             'Pimcore\\Twig\\Extension\\Templating\\HeadTitle' => '?',
  1466.             'Pimcore\\Twig\\Extension\\Templating\\Inc' => '?',
  1467.             'Pimcore\\Twig\\Extension\\Templating\\InlineScript' => '?',
  1468.             'Pimcore\\Twig\\Extension\\Templating\\Navigation' => '?',
  1469.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder' => '?',
  1470.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension' => '?',
  1471.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware' => '?',
  1472.         ])));
  1473.         $instance->addGlobal('container'$this);
  1474.         $instance->addGlobal('pimcore_csrf', ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] ?? $this->getCsrfProtectionHandlerService()));
  1475.         $instance->addGlobal('pimcore_csp', ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler'] ?? $this->getContentSecurityPolicyHandlerService()));
  1476.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1477.         return $instance;
  1478.     }
  1479.     /**
  1480.      * Gets the public '.container.private.validator' shared service.
  1481.      *
  1482.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1483.      */
  1484.     protected function get_Container_Private_ValidatorService()
  1485.     {
  1486.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1487.     }
  1488.     /**
  1489.      * Gets the public 'App\Website\LinkGenerator\CategoryLinkGenerator' shared autowired service.
  1490.      *
  1491.      * @return \App\Website\LinkGenerator\CategoryLinkGenerator
  1492.      */
  1493.     protected function getCategoryLinkGeneratorService()
  1494.     {
  1495.         return $this->services['App\\Website\\LinkGenerator\\CategoryLinkGenerator'] = new \App\Website\LinkGenerator\CategoryLinkGenerator(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] ?? $this->getPimcoreUrlService()));
  1496.     }
  1497.     /**
  1498.      * Gets the public 'App\Website\LinkGenerator\NewsLinkGenerator' shared autowired service.
  1499.      *
  1500.      * @return \App\Website\LinkGenerator\NewsLinkGenerator
  1501.      */
  1502.     protected function getNewsLinkGeneratorService()
  1503.     {
  1504.         return $this->services['App\\Website\\LinkGenerator\\NewsLinkGenerator'] = new \App\Website\LinkGenerator\NewsLinkGenerator(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] ?? $this->getPimcoreUrlService()), ($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->getLocaleServiceInterfaceService()));
  1505.     }
  1506.     /**
  1507.      * Gets the public 'App\Website\LinkGenerator\ProductLinkGenerator' shared autowired service.
  1508.      *
  1509.      * @return \App\Website\LinkGenerator\ProductLinkGenerator
  1510.      */
  1511.     protected function getProductLinkGeneratorService()
  1512.     {
  1513.         return $this->services['App\\Website\\LinkGenerator\\ProductLinkGenerator'] = new \App\Website\LinkGenerator\ProductLinkGenerator(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] ?? $this->getPimcoreUrlService()));
  1514.     }
  1515.     /**
  1516.      * Gets the public 'CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface' shared autowired service.
  1517.      *
  1518.      * @return \CustomerManagementFrameworkBundle\CustomerList\ExporterManager
  1519.      */
  1520.     protected function getExporterManagerInterfaceService()
  1521.     {
  1522.         return $this->services['CustomerManagementFrameworkBundle\\CustomerList\\ExporterManagerInterface'] = new \CustomerManagementFrameworkBundle\CustomerList\ExporterManager($this->parameters['pimcore_customer_management_framework.customer_list.exporters']);
  1523.     }
  1524.     /**
  1525.      * Gets the public 'CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface' shared autowired service.
  1526.      *
  1527.      * @return \CustomerManagementFrameworkBundle\CustomerProvider\DefaultCustomerProvider
  1528.      */
  1529.     protected function getCustomerProviderInterfaceService($lazyLoad true)
  1530.     {
  1531.         if ($lazyLoad) {
  1532.             return $this->services['CustomerManagementFrameworkBundle\\CustomerProvider\\CustomerProviderInterface'] = $this->createProxy('DefaultCustomerProvider_35d6835', function () {
  1533.                 return \DefaultCustomerProvider_35d6835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1534.                     $wrappedInstance $this->getCustomerProviderInterfaceService(false);
  1535.                     $proxy->setProxyInitializer(null);
  1536.                     return true;
  1537.                 });
  1538.             });
  1539.         }
  1540.         include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerProvider/CustomerProviderInterface.php';
  1541.         include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerProvider/DefaultCustomerProvider.php';
  1542.         return new \CustomerManagementFrameworkBundle\CustomerProvider\DefaultCustomerProvider('Customer''/Customer Management/customers', ($this->services['CustomerManagementFrameworkBundle\\CustomerProvider\\ObjectNamingScheme\\ObjectNamingSchemeInterface'] ?? ($this->services['CustomerManagementFrameworkBundle\\CustomerProvider\\ObjectNamingScheme\\ObjectNamingSchemeInterface'] = new \CustomerManagementFrameworkBundle\CustomerProvider\ObjectNamingScheme\DefaultObjectNamingScheme('{countryCode}/{zip}/{firstname}-{lastname}''/Customer Management/customers''/Customer Management/customers/_archive'))), ($this->services['pimcore.model.factory'] ?? $this->getPimcore_Model_FactoryService()));
  1543.     }
  1544.     /**
  1545.      * Gets the public 'CustomerManagementFrameworkBundle\CustomerProvider\ObjectNamingScheme\ObjectNamingSchemeInterface' shared autowired service.
  1546.      *
  1547.      * @return \CustomerManagementFrameworkBundle\CustomerProvider\ObjectNamingScheme\DefaultObjectNamingScheme
  1548.      */
  1549.     protected function getObjectNamingSchemeInterfaceService()
  1550.     {
  1551.         return $this->services['CustomerManagementFrameworkBundle\\CustomerProvider\\ObjectNamingScheme\\ObjectNamingSchemeInterface'] = new \CustomerManagementFrameworkBundle\CustomerProvider\ObjectNamingScheme\DefaultObjectNamingScheme('{countryCode}/{zip}/{firstname}-{lastname}''/Customer Management/customers''/Customer Management/customers/_archive');
  1552.     }
  1553.     /**
  1554.      * Gets the public 'CustomerManagementFrameworkBundle\CustomerSaveManager\CustomerSaveManagerInterface' shared autowired service.
  1555.      *
  1556.      * @return \CustomerManagementFrameworkBundle\CustomerSaveManager\DefaultCustomerSaveManager
  1557.      */
  1558.     protected function getCustomerSaveManagerInterfaceService()
  1559.     {
  1560.         $this->services['CustomerManagementFrameworkBundle\\CustomerSaveManager\\CustomerSaveManagerInterface'] = $instance = new \CustomerManagementFrameworkBundle\CustomerSaveManager\DefaultCustomerSaveManager(($this->services['CustomerManagementFrameworkBundle\\CustomerSaveManager\\SaveOptions'] ?? $this->getSaveOptionsService()), ($this->services['CustomerManagementFrameworkBundle\\CustomerProvider\\CustomerProviderInterface'] ?? $this->getCustomerProviderInterfaceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['cmf.activity_store'] ?? $this->getCmf_ActivityStoreService()));
  1561.         $instance->addSaveHandler(new \CustomerManagementFrameworkBundle\CustomerSaveHandler\NormalizeZip());
  1562.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  1563.         return $instance;
  1564.     }
  1565.     /**
  1566.      * Gets the public 'CustomerManagementFrameworkBundle\CustomerSaveManager\SaveOptions' shared autowired service.
  1567.      *
  1568.      * @return \CustomerManagementFrameworkBundle\CustomerSaveManager\SaveOptions
  1569.      */
  1570.     protected function getSaveOptionsService()
  1571.     {
  1572.         return $this->services['CustomerManagementFrameworkBundle\\CustomerSaveManager\\SaveOptions'] = new \CustomerManagementFrameworkBundle\CustomerSaveManager\SaveOptions(truetruetruetruetruetruefalsetrue);
  1573.     }
  1574.     /**
  1575.      * Gets the public 'CustomerManagementFrameworkBundle\CustomerView\CustomerViewInterface' shared autowired service.
  1576.      *
  1577.      * @return \CustomerManagementFrameworkBundle\CustomerView\DefaultCustomerView
  1578.      */
  1579.     protected function getCustomerViewInterfaceService()
  1580.     {
  1581.         return $this->services['CustomerManagementFrameworkBundle\\CustomerView\\CustomerViewInterface'] = new \CustomerManagementFrameworkBundle\CustomerView\DefaultCustomerView(($this->services['cmf.view_formatter'] ?? $this->getCmf_ViewFormatterService()));
  1582.     }
  1583.     /**
  1584.      * Gets the public 'CustomerManagementFrameworkBundle\Helper\JsConfigService' shared autowired service.
  1585.      *
  1586.      * @return \CustomerManagementFrameworkBundle\Helper\JsConfigService
  1587.      */
  1588.     protected function getJsConfigServiceService()
  1589.     {
  1590.         return $this->services['CustomerManagementFrameworkBundle\\Helper\\JsConfigService'] = new \CustomerManagementFrameworkBundle\Helper\JsConfigService();
  1591.     }
  1592.     /**
  1593.      * Gets the public 'CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator' shared autowired service.
  1594.      *
  1595.      * @return \CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator
  1596.      */
  1597.     protected function getLinkActivityDefinitionLinkGeneratorService()
  1598.     {
  1599.         return $this->services['CustomerManagementFrameworkBundle\\LinkGenerator\\LinkActivityDefinitionLinkGenerator'] = new \CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator('*|ID_ENCODED|*');
  1600.     }
  1601.     /**
  1602.      * Gets the public 'CustomerManagementFrameworkBundle\SegmentAssignment\StoredFunctions\StoredFunctionsInterface' shared autowired service.
  1603.      *
  1604.      * @return \CustomerManagementFrameworkBundle\SegmentAssignment\StoredFunctions\DefaultStoredFunctions
  1605.      */
  1606.     protected function getStoredFunctionsInterfaceService()
  1607.     {
  1608.         return $this->services['CustomerManagementFrameworkBundle\\SegmentAssignment\\StoredFunctions\\StoredFunctionsInterface'] = new \CustomerManagementFrameworkBundle\SegmentAssignment\StoredFunctions\DefaultStoredFunctions();
  1609.     }
  1610.     /**
  1611.      * Gets the public 'CustomerManagementFrameworkBundle\SegmentAssignment\TypeMapper\TypeMapperInterface' shared autowired service.
  1612.      *
  1613.      * @return \CustomerManagementFrameworkBundle\SegmentAssignment\TypeMapper\TypeMapper
  1614.      */
  1615.     protected function getTypeMapperInterfaceService()
  1616.     {
  1617.         return $this->services['CustomerManagementFrameworkBundle\\SegmentAssignment\\TypeMapper\\TypeMapperInterface'] = new \CustomerManagementFrameworkBundle\SegmentAssignment\TypeMapper\TypeMapper();
  1618.     }
  1619.     /**
  1620.      * Gets the public 'CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface' shared autowired service.
  1621.      *
  1622.      * @return \CustomerManagementFrameworkBundle\SegmentManager\DefaultSegmentManager
  1623.      */
  1624.     protected function getSegmentManagerInterfaceService()
  1625.     {
  1626.         $this->services['CustomerManagementFrameworkBundle\\SegmentManager\\SegmentManagerInterface'] = $instance = new \CustomerManagementFrameworkBundle\SegmentManager\DefaultSegmentManager('/Customer Management/segments/calculated''/Customer Management/segments/manual', ($this->services['CustomerManagementFrameworkBundle\\CustomerSaveManager\\CustomerSaveManagerInterface'] ?? $this->getCustomerSaveManagerInterfaceService()), ($this->services['CustomerManagementFrameworkBundle\\CustomerProvider\\CustomerProviderInterface'] ?? $this->getCustomerProviderInterfaceService()), ($this->services['CustomerManagementFrameworkBundle\\SegmentAssignment\\TypeMapper\\TypeMapperInterface'] ?? ($this->services['CustomerManagementFrameworkBundle\\SegmentAssignment\\TypeMapper\\TypeMapperInterface'] = new \CustomerManagementFrameworkBundle\SegmentAssignment\TypeMapper\TypeMapper())), ($this->services['CustomerManagementFrameworkBundle\\SegmentAssignment\\StoredFunctions\\StoredFunctionsInterface'] ?? ($this->services['CustomerManagementFrameworkBundle\\SegmentAssignment\\StoredFunctions\\StoredFunctionsInterface'] = new \CustomerManagementFrameworkBundle\SegmentAssignment\StoredFunctions\DefaultStoredFunctions())));
  1627.         $a = new \CustomerManagementFrameworkBundle\SegmentBuilder\StateSegmentBuilder();
  1628.         $b = ($this->services['Knp\\Component\\Pager\\PaginatorInterface'] ?? $this->getPaginatorInterfaceService());
  1629.         $a->setPaginator($b);
  1630.         $c = new \CustomerManagementFrameworkBundle\SegmentBuilder\GenderSegmentBuilder();
  1631.         $c->setPaginator($b);
  1632.         $d = new \App\CustomerManagementFramework\SegmentBuilder\ProductInterestSegmentBuilder(($this->privates['App\\Ecommerce\\IndexService\\SegmentGetter'] ?? $this->getSegmentGetterService()));
  1633.         $d->setPaginator($b);
  1634.         $instance->addSegmentBuilder($a);
  1635.         $instance->addSegmentBuilder($c);
  1636.         $instance->addSegmentBuilder($d);
  1637.         return $instance;
  1638.     }
  1639.     /**
  1640.      * Gets the public 'Knp\Component\Pager\PaginatorInterface' shared autowired service.
  1641.      *
  1642.      * @return \Knp\Component\Pager\Paginator
  1643.      */
  1644.     protected function getPaginatorInterfaceService()
  1645.     {
  1646.         return $this->services['Knp\\Component\\Pager\\PaginatorInterface'] = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1647.     }
  1648.     /**
  1649.      * Gets the public 'Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler' shared autowired service.
  1650.      *
  1651.      * @return \Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler
  1652.      */
  1653.     protected function getContentSecurityPolicyHandlerService()
  1654.     {
  1655.         $this->services['Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler'] = $instance = new \Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler(($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  1656.         $a = ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  1657.         $instance->setLogger($a);
  1658.         $instance->setLogger($a);
  1659.         $instance->addAllowedUrls('default-src', []);
  1660.         $instance->addAllowedUrls('img-src', []);
  1661.         $instance->addAllowedUrls('script-src', []);
  1662.         $instance->addAllowedUrls('style-src', []);
  1663.         $instance->addAllowedUrls('connect-src', []);
  1664.         $instance->addAllowedUrls('font-src', []);
  1665.         $instance->addAllowedUrls('media-src', []);
  1666.         $instance->addAllowedUrls('frame-src', []);
  1667.         return $instance;
  1668.     }
  1669.     /**
  1670.      * Gets the public 'Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler' shared autowired service.
  1671.      *
  1672.      * @return \Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler
  1673.      */
  1674.     protected function getCsrfProtectionHandlerService()
  1675.     {
  1676.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1677.         if (isset($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'])) {
  1678.             return $this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'];
  1679.         }
  1680.         $this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] = $instance = new \Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler([], $a);
  1681.         $b = ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  1682.         $instance->setLogger($b);
  1683.         $instance->setLogger($b);
  1684.         return $instance;
  1685.     }
  1686.     /**
  1687.      * Gets the public 'Pimcore\Bundle\AdminBundle\Security\User\TokenStorageUserResolver' shared autowired service.
  1688.      *
  1689.      * @return \Pimcore\Bundle\AdminBundle\Security\User\TokenStorageUserResolver
  1690.      */
  1691.     protected function getTokenStorageUserResolverService()
  1692.     {
  1693.         return $this->services['Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver'] = new \Pimcore\Bundle\AdminBundle\Security\User\TokenStorageUserResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1694.     }
  1695.     /**
  1696.      * Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener' shared autowired service.
  1697.      *
  1698.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener
  1699.      */
  1700.     protected function getFullPageCacheListenerService()
  1701.     {
  1702.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1703.         $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener(($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage())), new \Pimcore\Cache\FullPage\SessionStatus('_sf2_meta'$a), $a, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  1704.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  1705.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  1706.         return $instance;
  1707.     }
  1708.     /**
  1709.      * Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener' shared autowired service.
  1710.      *
  1711.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener
  1712.      */
  1713.     protected function getGoogleAnalyticsCodeListenerService()
  1714.     {
  1715.         $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener(($this->privates['Pimcore\\Analytics\\Google\\Tracker'] ?? $this->getTrackerService()));
  1716.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  1717.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  1718.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  1719.         return $instance;
  1720.     }
  1721.     /**
  1722.      * Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener' shared autowired service.
  1723.      *
  1724.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener
  1725.      */
  1726.     protected function getGoogleTagManagerListenerService()
  1727.     {
  1728.         $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener(($this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] ?? $this->getSiteIdProviderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService()));
  1729.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  1730.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  1731.         return $instance;
  1732.     }
  1733.     /**
  1734.      * Gets the public 'Pimcore\Cache\Core\CoreCacheHandler' shared autowired service.
  1735.      *
  1736.      * @return \Pimcore\Cache\Core\CoreCacheHandler
  1737.      */
  1738.     protected function getCoreCacheHandlerService()
  1739.     {
  1740.         $a = ($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService());
  1741.         $b = new \Pimcore\Cache\Core\WriteLock($a);
  1742.         $c = ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  1743.         $b->setLogger($c);
  1744.         $b->setLogger($c);
  1745.         $this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'] = $instance = new \Pimcore\Cache\Core\CoreCacheHandler($a$b, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1746.         $instance->setLogger($c);
  1747.         $instance->setLogger($c);
  1748.         return $instance;
  1749.     }
  1750.     /**
  1751.      * Gets the public 'Pimcore\Config' shared autowired service.
  1752.      *
  1753.      * @return \Pimcore\Config
  1754.      */
  1755.     protected function getConfigService()
  1756.     {
  1757.         return $this->services['Pimcore\\Config'] = new \Pimcore\Config();
  1758.     }
  1759.     /**
  1760.      * Gets the public 'Pimcore\Document\Editable\Block\BlockStateStack' shared autowired service.
  1761.      *
  1762.      * @return \Pimcore\Document\Editable\Block\BlockStateStack
  1763.      */
  1764.     protected function getBlockStateStackService()
  1765.     {
  1766.         return $this->services['Pimcore\\Document\\Editable\\Block\\BlockStateStack'] = new \Pimcore\Document\Editable\Block\BlockStateStack();
  1767.     }
  1768.     /**
  1769.      * Gets the public 'Pimcore\Document\Renderer\DocumentRenderer' shared autowired service.
  1770.      *
  1771.      * @return \Pimcore\Document\Renderer\DocumentRenderer
  1772.      */
  1773.     protected function getDocumentRendererService()
  1774.     {
  1775.         $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] = $instance = new \Pimcore\Document\Renderer\DocumentRenderer(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] ?? $this->getActionRendererService()), ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService()), ($this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] ?? $this->getDocumentRouteHandlerService()), ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->getLocaleServiceInterfaceService()));
  1776.         $instance->setContainerService(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
  1777.         return $instance;
  1778.     }
  1779.     /**
  1780.      * Gets the public 'Pimcore\Document\StaticPageGenerator' shared autowired service.
  1781.      *
  1782.      * @return \Pimcore\Document\StaticPageGenerator
  1783.      */
  1784.     protected function getStaticPageGeneratorService()
  1785.     {
  1786.         return $this->services['Pimcore\\Document\\StaticPageGenerator'] = new \Pimcore\Document\StaticPageGenerator(($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] ?? $this->getDocumentRendererService()), ($this->services['Symfony\\Component\\Lock\\LockFactory'] ?? $this->getLockFactoryService()));
  1787.     }
  1788.     /**
  1789.      * Gets the public 'Pimcore\Extension\Bundle\PimcoreBundleManager' shared autowired service.
  1790.      *
  1791.      * @return \Pimcore\Extension\Bundle\PimcoreBundleManager
  1792.      */
  1793.     protected function getPimcoreBundleManagerService()
  1794.     {
  1795.         return $this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'] = new \Pimcore\Extension\Bundle\PimcoreBundleManager(new \Pimcore\Extension\Bundle\Config\StateConfig(($this->services['Pimcore\\Extension\\Config'] ?? $this->get('Pimcore\\Extension\\Config'1))), new \Pimcore\Extension\Bundle\PimcoreBundleLocator(new \Pimcore\Composer\PackageInfo(), $this->parameters['pimcore.extensions.bundles.search_paths'], true), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['router'] ?? $this->getRouterService()));
  1796.     }
  1797.     /**
  1798.      * Gets the public 'Pimcore\Http\RequestHelper' shared autowired service.
  1799.      *
  1800.      * @return \Pimcore\Http\RequestHelper
  1801.      */
  1802.     protected function getRequestHelperService()
  1803.     {
  1804.         return $this->services['Pimcore\\Http\\RequestHelper'] = new \Pimcore\Http\RequestHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService()));
  1805.     }
  1806.     /**
  1807.      * Gets the public 'Pimcore\Http\Request\Resolver\DocumentResolver' shared autowired service.
  1808.      *
  1809.      * @return \Pimcore\Http\Request\Resolver\DocumentResolver
  1810.      */
  1811.     protected function getDocumentResolverService()
  1812.     {
  1813.         return $this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] = new \Pimcore\Http\Request\Resolver\DocumentResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1814.     }
  1815.     /**
  1816.      * Gets the public 'Pimcore\Http\Request\Resolver\EditmodeResolver' shared autowired service.
  1817.      *
  1818.      * @return \Pimcore\Http\Request\Resolver\EditmodeResolver
  1819.      */
  1820.     protected function getEditmodeResolverService()
  1821.     {
  1822.         $this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] = $instance = new \Pimcore\Http\Request\Resolver\EditmodeResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['pimcore_admin.security.user_loader'] ?? $this->getPimcoreAdmin_Security_UserLoaderService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
  1823.         $a = ($this->services['monolog.logger.init'] ?? $this->getMonolog_Logger_InitService());
  1824.         $instance->setLogger($a);
  1825.         $instance->setLogger($a);
  1826.         return $instance;
  1827.     }
  1828.     /**
  1829.      * Gets the public 'Pimcore\Http\Request\Resolver\OutputTimestampResolver' shared autowired service.
  1830.      *
  1831.      * @return \Pimcore\Http\Request\Resolver\OutputTimestampResolver
  1832.      */
  1833.     protected function getOutputTimestampResolverService()
  1834.     {
  1835.         return $this->services['Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver'] = new \Pimcore\Http\Request\Resolver\OutputTimestampResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1836.     }
  1837.     /**
  1838.      * Gets the public 'Pimcore\Http\Request\Resolver\PimcoreContextResolver' shared autowired service.
  1839.      *
  1840.      * @return \Pimcore\Http\Request\Resolver\PimcoreContextResolver
  1841.      */
  1842.     protected function getPimcoreContextResolverService()
  1843.     {
  1844.         $a = new \Pimcore\Http\Context\PimcoreContextGuesser(($this->privates['Pimcore\\Http\\RequestMatcherFactory'] ?? ($this->privates['Pimcore\\Http\\RequestMatcherFactory'] = new \Pimcore\Http\RequestMatcherFactory())));
  1845.         $a->addContextRoutes('profiler', [=> ['path' => '^/_(profiler|wdt)(/.*)?$''route' => false'host' => false'methods' => []]]);
  1846.         $a->addContextRoutes('admin', [=> ['path' => '^/admin(/.*)?$''route' => false'host' => false'methods' => []], => ['route' => '^pimcore_admin_''path' => false'host' => false'methods' => []]]);
  1847.         $a->addContextRoutes('plugin', [=> ['path' => '^/plugin(/.*)?$''route' => false'host' => false'methods' => []]]);
  1848.         $a->addContextRoutes('dummy_to_not_get_array_index_0', []);
  1849.         $a->addContextRoutes('webservice', [=> ['path' => '^/api/rest/(import|export|status)''route' => false'host' => false'methods' => []], => ['route' => '^dataport_''path' => false'host' => false'methods' => []], => ['path' => '^/webservice(/.*)?$''route' => false'host' => false'methods' => []]]);
  1850.         return $this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] = new \Pimcore\Http\Request\Resolver\PimcoreContextResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  1851.     }
  1852.     /**
  1853.      * Gets the public 'Pimcore\Http\Request\Resolver\ResponseHeaderResolver' shared autowired service.
  1854.      *
  1855.      * @return \Pimcore\Http\Request\Resolver\ResponseHeaderResolver
  1856.      */
  1857.     protected function getResponseHeaderResolverService()
  1858.     {
  1859.         return $this->services['Pimcore\\Http\\Request\\Resolver\\ResponseHeaderResolver'] = new \Pimcore\Http\Request\Resolver\ResponseHeaderResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1860.     }
  1861.     /**
  1862.      * Gets the public 'Pimcore\Http\Request\Resolver\SiteResolver' shared autowired service.
  1863.      *
  1864.      * @return \Pimcore\Http\Request\Resolver\SiteResolver
  1865.      */
  1866.     protected function getSiteResolverService()
  1867.     {
  1868.         return $this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] = new \Pimcore\Http\Request\Resolver\SiteResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1869.     }
  1870.     /**
  1871.      * Gets the public 'Pimcore\Http\Request\Resolver\StaticPageResolver' shared autowired service.
  1872.      *
  1873.      * @return \Pimcore\Http\Request\Resolver\StaticPageResolver
  1874.      */
  1875.     protected function getStaticPageResolverService()
  1876.     {
  1877.         return $this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] = new \Pimcore\Http\Request\Resolver\StaticPageResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1878.     }
  1879.     /**
  1880.      * Gets the public 'Pimcore\Http\ResponseHelper' shared autowired service.
  1881.      *
  1882.      * @return \Pimcore\Http\ResponseHelper
  1883.      */
  1884.     protected function getResponseHelperService()
  1885.     {
  1886.         return $this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper();
  1887.     }
  1888.     /**
  1889.      * Gets the public 'Pimcore\Localization\IntlFormatter' shared autowired service.
  1890.      *
  1891.      * @return \Pimcore\Localization\IntlFormatter
  1892.      */
  1893.     protected function getIntlFormatterService()
  1894.     {
  1895.         $this->services['Pimcore\\Localization\\IntlFormatter'] = $instance = new \Pimcore\Localization\IntlFormatter(($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->getLocaleServiceInterfaceService()));
  1896.         $instance->setCurrencyFormat('en''¤¤ #,##0.00');
  1897.         $instance->setCurrencyFormat('de''#,##0.00 Â¤Â¤');
  1898.         return $instance;
  1899.     }
  1900.     /**
  1901.      * Gets the public 'Pimcore\Localization\LocaleServiceInterface' shared autowired service.
  1902.      *
  1903.      * @return \Pimcore\Localization\LocaleService
  1904.      */
  1905.     protected function getLocaleServiceInterfaceService()
  1906.     {
  1907.         return $this->services['Pimcore\\Localization\\LocaleServiceInterface'] = new \Pimcore\Localization\LocaleService(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
  1908.     }
  1909.     /**
  1910.      * Gets the public 'Pimcore\Model\Document\Editable\Loader\EditableLoader' shared autowired service.
  1911.      *
  1912.      * @return \Pimcore\Model\Document\Editable\Loader\EditableLoader
  1913.      */
  1914.     protected function getEditableLoaderService()
  1915.     {
  1916.         return $this->services['Pimcore\\Model\\Document\\Editable\\Loader\\EditableLoader'] = new \Pimcore\Model\Document\Editable\Loader\EditableLoader([=> new \Pimcore\Model\Document\Editable\Loader\PrefixLoader([=> '\\Pimcore\\Model\\Document\\Editable\\']), => new \Pimcore\Loader\ImplementationLoader\ClassMapLoader(['outputchanneltable' => 'Web2PrintToolsBundle\\Model\\Document\\Editable\\Outputchanneltable'])]);
  1917.     }
  1918.     /**
  1919.      * Gets the public 'Pimcore\Model\Document\Service' shared autowired service.
  1920.      *
  1921.      * @return \Pimcore\Model\Document\Service
  1922.      */
  1923.     protected function getServiceService()
  1924.     {
  1925.         return $this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service();
  1926.     }
  1927.     /**
  1928.      * Gets the public 'Pimcore\Targeting\Document\DocumentTargetingConfigurator' shared autowired service.
  1929.      *
  1930.      * @return \Pimcore\Targeting\Document\DocumentTargetingConfigurator
  1931.      */
  1932.     protected function getDocumentTargetingConfiguratorService()
  1933.     {
  1934.         return $this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] = new \Pimcore\Targeting\Document\DocumentTargetingConfigurator(($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage())), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['pimcore_admin.security.user_loader'] ?? $this->getPimcoreAdmin_Security_UserLoaderService()), ($this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'] ?? $this->getCoreCacheHandlerService()));
  1935.     }
  1936.     /**
  1937.      * Gets the public 'Pimcore\Templating\Renderer\EditableRenderer' shared autowired service.
  1938.      *
  1939.      * @return \Pimcore\Templating\Renderer\EditableRenderer
  1940.      */
  1941.     protected function getEditableRendererService()
  1942.     {
  1943.         $this->services['Pimcore\\Templating\\Renderer\\EditableRenderer'] = $instance = new \Pimcore\Templating\Renderer\EditableRenderer(($this->services['Pimcore\\Model\\Document\\Editable\\Loader\\EditableLoader'] ?? $this->getEditableLoaderService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] ?? ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] = new \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector())));
  1944.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1945.         $instance->setLogger($a);
  1946.         $instance->setLogger($a);
  1947.         return $instance;
  1948.     }
  1949.     /**
  1950.      * Gets the public 'Symfony\Bridge\Twig\Extension\WebLinkExtension' shared service.
  1951.      *
  1952.      * @return \Symfony\Bridge\Twig\Extension\WebLinkExtension
  1953.      */
  1954.     protected function getWebLinkExtensionService()
  1955.     {
  1956.         return $this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] = new \Symfony\Bridge\Twig\Extension\WebLinkExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1957.     }
  1958.     /**
  1959.      * Gets the public 'Symfony\Component\HttpKernel\EventListener\SessionListener' shared service.
  1960.      *
  1961.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1962.      */
  1963.     protected function getSessionListenerService()
  1964.     {
  1965.         return $this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1966.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  1967.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  1968.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  1969.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  1970.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  1971.         ], [
  1972.             'initialized_session' => '?',
  1973.             'logger' => '?',
  1974.             'session' => '?',
  1975.             'session_collector' => '?',
  1976.             'session_factory' => '?',
  1977.         ]), true$this->parameters['session.storage.options']);
  1978.     }
  1979.     /**
  1980.      * Gets the public 'Symfony\Component\Lock\LockFactory' shared autowired service.
  1981.      *
  1982.      * @return \Symfony\Component\Lock\LockFactory
  1983.      */
  1984.     protected function getLockFactoryService()
  1985.     {
  1986.         $this->services['Symfony\\Component\\Lock\\LockFactory'] = $instance = new \Symfony\Component\Lock\LockFactory(new \Symfony\Component\Lock\Store\DoctrineDbalStore(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService())));
  1987.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1988.         return $instance;
  1989.     }
  1990.     /**
  1991.      * Gets the public 'Symfony\Contracts\Translation\TranslatorInterface' shared autowired service.
  1992.      *
  1993.      * @return \Pimcore\Translation\Translator
  1994.      */
  1995.     protected function getTranslatorInterfaceService()
  1996.     {
  1997.         $this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] = $instance = new \Pimcore\Translation\Translator(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  1998.         $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'1)));
  1999.         $instance->setAdminPath('@PimcoreCoreBundle/Resources/translations');
  2000.         $instance->setAdminTranslationMapping([]);
  2001.         return $instance;
  2002.     }
  2003.     /**
  2004.      * Gets the public 'cache.app' shared service.
  2005.      *
  2006.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2007.      */
  2008.     protected function getCache_AppService()
  2009.     {
  2010.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ProxyAdapter(($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService()), 'app'));
  2011.     }
  2012.     /**
  2013.      * Gets the public 'cache.system' shared service.
  2014.      *
  2015.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2016.      */
  2017.     protected function getCache_SystemService()
  2018.     {
  2019.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('O+M1HHh-bq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2020.     }
  2021.     /**
  2022.      * Gets the public 'cache.validator_expression_language' shared service.
  2023.      *
  2024.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2025.      */
  2026.     protected function getCache_ValidatorExpressionLanguageService()
  2027.     {
  2028.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ov8XMkWGqz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2029.     }
  2030.     /**
  2031.      * Gets the public 'cmf.activity_store' shared autowired service.
  2032.      *
  2033.      * @return \CustomerManagementFrameworkBundle\ActivityStore\MySQL
  2034.      */
  2035.     protected function getCmf_ActivityStoreService()
  2036.     {
  2037.         return $this->services['cmf.activity_store'] = new \CustomerManagementFrameworkBundle\ActivityStore\MySQL(($this->services['Knp\\Component\\Pager\\PaginatorInterface'] ?? $this->getPaginatorInterfaceService()));
  2038.     }
  2039.     /**
  2040.      * Gets the public 'cmf.view_formatter' shared autowired service.
  2041.      *
  2042.      * @return \CustomerManagementFrameworkBundle\View\Formatter\DefaultViewFormatter
  2043.      */
  2044.     protected function getCmf_ViewFormatterService()
  2045.     {
  2046.         return $this->services['cmf.view_formatter'] = new \CustomerManagementFrameworkBundle\View\Formatter\DefaultViewFormatter(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
  2047.     }
  2048.     /**
  2049.      * Gets the public 'cmf_routing.route_provider' shared autowired service.
  2050.      *
  2051.      * @return \Pimcore\Routing\DynamicRouteProvider
  2052.      */
  2053.     protected function getCmfRouting_RouteProviderService()
  2054.     {
  2055.         $a = ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService());
  2056.         $this->services['cmf_routing.route_provider'] = $instance = new \Pimcore\Routing\DynamicRouteProvider($a);
  2057.         $instance->addHandler(($this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] ?? $this->getDocumentRouteHandlerService()));
  2058.         $instance->addHandler(new \Pimcore\Routing\Dynamic\DataObjectRouteHandler($a, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config()))));
  2059.         return $instance;
  2060.     }
  2061.     /**
  2062.      * Gets the public 'data_collector.dump' shared service.
  2063.      *
  2064.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2065.      */
  2066.     protected function getDataCollector_DumpService()
  2067.     {
  2068.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  2069.     }
  2070.     /**
  2071.      * Gets the public 'doctrine' shared service.
  2072.      *
  2073.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2074.      */
  2075.     protected function getDoctrineService()
  2076.     {
  2077.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], [], 'default''');
  2078.     }
  2079.     /**
  2080.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2081.      *
  2082.      * @return \Pimcore\Db\Connection
  2083.      */
  2084.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2085.     {
  2086.         $a = new \Doctrine\DBAL\Configuration();
  2087.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger(($this->services['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  2088.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'lock_keys'=> 'cache_items'=> 'cache_items'])]));
  2089.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql''charset' => 'UTF8MB4''host' => 'localhost''port' => 3306'user' => 'pimcore''password' => 'HZ3KDASb''dbname' => 'pimcore''driverOptions' => [1002 => 'SET sql_mode = \'\';'], 'wrapperClass' => '\\Pimcore\\Db\\Connection''serverVersion' => '8.0.25''defaultTableOptions' => ['charset' => 'UTF8MB4''engine' => 'InnoDB''collate' => 'utf8mb4_general_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2090.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  2091.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  2092.         ], [
  2093.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  2094.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2095.         ]), [=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'cmf_routing.persistence.doctrine.route_condition_metadata_listener']), ['enum' => 'string''bit' => 'boolean']);
  2096.     }
  2097.     /**
  2098.      * Gets the public 'event_dispatcher' shared service.
  2099.      *
  2100.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2101.      */
  2102.     protected function getEventDispatcherService()
  2103.     {
  2104.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->services['monolog.logger.event'] ?? $this->getMonolog_Logger_EventService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2105.         $instance->addListener('scheb_two_factor.authentication.complete', [=> function () {
  2106.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\TwoFactorListener'] ?? $this->load('getTwoFactorListenerService'));
  2107.         }, => 'onAuthenticationComplete'], 0);
  2108.         $instance->addListener('scheb_two_factor.authentication.attempt', [=> function () {
  2109.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\TwoFactorListener'] ?? $this->load('getTwoFactorListenerService'));
  2110.         }, => 'onAuthenticationAttempt'], 0);
  2111.         $instance->addListener('pimcore.dataobject.preAdd', [=> function () {
  2112.             return ($this->privates['App\\EventListener\\NameSettingListener'] ?? ($this->privates['App\\EventListener\\NameSettingListener'] = new \App\EventListener\NameSettingListener()));
  2113.         }, => 'onPreAdd'], 0);
  2114.         $instance->addListener('pimcore.bundle_manager.paths.css', [=> function () {
  2115.             return ($this->privates['App\\EventListener\\PimcoreAdminListener'] ?? ($this->privates['App\\EventListener\\PimcoreAdminListener'] = new \App\EventListener\PimcoreAdminListener()));
  2116.         }, => 'addCSSFiles'], 0);
  2117.         $instance->addListener('pimcore.bundle_manager.paths.js', [=> function () {
  2118.             return ($this->privates['App\\EventListener\\PimcoreAdminListener'] ?? ($this->privates['App\\EventListener\\PimcoreAdminListener'] = new \App\EventListener\PimcoreAdminListener()));
  2119.         }, => 'addJSFiles'], 0);
  2120.         $instance->addListener('pimcore.admin.resolve.elementAdminStyle', [=> function () {
  2121.             return ($this->privates['App\\EventListener\\PimcoreAdminListener'] ?? ($this->privates['App\\EventListener\\PimcoreAdminListener'] = new \App\EventListener\PimcoreAdminListener()));
  2122.         }, => 'onResolveElementAdminStyle'], 0);
  2123.         $instance->addListener('pimcore.ecommerce.ordermanager.postUpdateOrder', [=> function () {
  2124.             return ($this->privates['App\\EventListener\\CheckoutEventListener'] ?? $this->load('getCheckoutEventListenerService'));
  2125.         }, => 'onUpdateOrder'], 0);
  2126.         $instance->addListener('pimcore.ecommerce.commitorderprocessor.sendConfirmationMails', [=> function () {
  2127.             return ($this->privates['App\\EventListener\\CheckoutEventListener'] ?? $this->load('getCheckoutEventListenerService'));
  2128.         }, => 'sendConfirmationMail'], 0);
  2129.         $instance->addListener('pimcore.ecommerce.commitorderprocessor.postCommitOrder', [=> function () {
  2130.             return ($this->privates['App\\EventListener\\CheckoutEventListener'] ?? $this->load('getCheckoutEventListenerService'));
  2131.         }, => 'postCommitOrder'], 0);
  2132.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2133.             return ($this->privates['App\\EventListener\\ProductSalesChannelEventListener'] ?? ($this->privates['App\\EventListener\\ProductSalesChannelEventListener'] = new \App\EventListener\ProductSalesChannelEventListener()));
  2134.         }, => 'onProductCreateOrUpdate'], 0);
  2135.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2136.             return ($this->privates['App\\EventListener\\ProductSalesChannelEventListener'] ?? ($this->privates['App\\EventListener\\ProductSalesChannelEventListener'] = new \App\EventListener\ProductSalesChannelEventListener()));
  2137.         }, => 'onProductCreateOrUpdate'], 0);
  2138.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2139.             return ($this->privates['App\\EventListener\\ProductProviderEventListener'] ?? ($this->privates['App\\EventListener\\ProductProviderEventListener'] = new \App\EventListener\ProductProviderEventListener()));
  2140.         }, => 'onProductProviderCreateOrUpdate'], 0);
  2141.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2142.             return ($this->privates['App\\EventListener\\ProductProviderEventListener'] ?? ($this->privates['App\\EventListener\\ProductProviderEventListener'] = new \App\EventListener\ProductProviderEventListener()));
  2143.         }, => 'onProductProviderCreateOrUpdate'], 0);
  2144.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2145.             return ($this->privates['App\\EventListener\\ProductWharehouseEventListener'] ?? ($this->privates['App\\EventListener\\ProductWharehouseEventListener'] = new \App\EventListener\ProductWharehouseEventListener()));
  2146.         }, => 'onProductWharehouseCreateOrUpdate'], 0);
  2147.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2148.             return ($this->privates['App\\EventListener\\ProductWharehouseEventListener'] ?? ($this->privates['App\\EventListener\\ProductWharehouseEventListener'] = new \App\EventListener\ProductWharehouseEventListener()));
  2149.         }, => 'onProductWharehouseCreateOrUpdate'], 0);
  2150.         $instance->addListener('kernel.controller', [=> function () {
  2151.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2152.         }, => 'onKernelController'], 0);
  2153.         $instance->addListener('kernel.response', [=> function () {
  2154.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'] ?? $this->getGoogleAnalyticsCodeListenerService());
  2155.         }, => 'onKernelResponse'], -110);
  2156.         $instance->addListener('kernel.response', [=> function () {
  2157.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'] ?? $this->getGoogleTagManagerListenerService());
  2158.         }, => 'onKernelResponse'], -108);
  2159.         $instance->addListener('kernel.request', [=> function () {
  2160.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
  2161.         }, => 'onKernelRequest'], 610);
  2162.         $instance->addListener('kernel.response', [=> function () {
  2163.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
  2164.         }, => 'onKernelResponse'], -120);
  2165.         $instance->addListener('kernel.response', [=> function () {
  2166.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
  2167.         }, => 'stopPropagationCheck'], 100);
  2168.         $instance->addListener('kernel.request', [=> function () {
  2169.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener'] ?? $this->getMaintenancePageListenerService());
  2170.         }, => 'onKernelRequest'], 620);
  2171.         $instance->addListener('kernel.request', [=> function () {
  2172.             return ($this->services['pimcore.event_listener.frontend.activity_url_tracker'] ?? $this->getPimcore_EventListener_Frontend_ActivityUrlTrackerService());
  2173.         }, => 'onKernelRequest'], -200);
  2174.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  2175.             return ($this->services['cmf.event_listener.pimcore_object'] ?? $this->load('getCmf_EventListener_PimcoreObjectService'));
  2176.         }, => 'onPreUpdate'], 0);
  2177.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2178.             return ($this->services['cmf.event_listener.pimcore_object'] ?? $this->load('getCmf_EventListener_PimcoreObjectService'));
  2179.         }, => 'onPostUpdate'], 0);
  2180.         $instance->addListener('pimcore.dataobject.preAdd', [=> function () {
  2181.             return ($this->services['cmf.event_listener.pimcore_object'] ?? $this->load('getCmf_EventListener_PimcoreObjectService'));
  2182.         }, => 'onPreAdd'], 0);
  2183.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2184.             return ($this->services['cmf.event_listener.pimcore_object'] ?? $this->load('getCmf_EventListener_PimcoreObjectService'));
  2185.         }, => 'onPostAdd'], 0);
  2186.         $instance->addListener('pimcore.dataobject.preDelete', [=> function () {
  2187.             return ($this->services['cmf.event_listener.pimcore_object'] ?? $this->load('getCmf_EventListener_PimcoreObjectService'));
  2188.         }, => 'onPreDelete'], 0);
  2189.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2190.             return ($this->services['cmf.event_listener.pimcore_object'] ?? $this->load('getCmf_EventListener_PimcoreObjectService'));
  2191.         }, => 'onPostDelete'], 0);
  2192.         $instance->addListener('pimcore.dataobject.import.preSave', [=> function () {
  2193.             return ($this->services['cmf.event_listener.pimcore_object'] ?? $this->load('getCmf_EventListener_PimcoreObjectService'));
  2194.         }, => 'onPreSave'], 0);
  2195.         $instance->addListener('plugin.ObjectMerger.postMerge', [=> function () {
  2196.             return ($this->services['cmf.event_listener.object_merger'] ?? $this->load('getCmf_EventListener_ObjectMergerService'));
  2197.         }, => 'onPostMerge'], 0);
  2198.         $instance->addListener('plugin.ObjectMerger.preMerge', [=> function () {
  2199.             return ($this->services['cmf.event_listener.object_merger'] ?? $this->load('getCmf_EventListener_ObjectMergerService'));
  2200.         }, => 'onPreMerge'], 0);
  2201.         $instance->addListener('plugin.cmf.new-activity', [=> function () {
  2202.             return ($this->services['CustomerManagementFrameworkBundle\\ActionTrigger\\EventHandler\\EventHandlerInterface'] ?? $this->load('getEventHandlerInterfaceService'));
  2203.         }, => 'handleEvent'], 0);
  2204.         $instance->addListener('plugin.cmf.execute-segment-builders', [=> function () {
  2205.             return ($this->services['CustomerManagementFrameworkBundle\\ActionTrigger\\EventHandler\\EventHandlerInterface'] ?? $this->load('getEventHandlerInterfaceService'));
  2206.         }, => 'handleEvent'], 0);
  2207.         $instance->addListener('plugin.cmf.after-track-activity', [=> function () {
  2208.             return ($this->services['CustomerManagementFrameworkBundle\\ActionTrigger\\EventHandler\\EventHandlerInterface'] ?? $this->load('getEventHandlerInterfaceService'));
  2209.         }, => 'handleEvent'], 0);
  2210.         $instance->addListener('plugin.cmf.segment-tracked', [=> function () {
  2211.             return ($this->services['CustomerManagementFrameworkBundle\\ActionTrigger\\EventHandler\\EventHandlerInterface'] ?? $this->load('getEventHandlerInterfaceService'));
  2212.         }, => 'handleEvent'], 0);
  2213.         $instance->addListener('plugin.cmf.target-group-assigned', [=> function () {
  2214.             return ($this->services['CustomerManagementFrameworkBundle\\ActionTrigger\\EventHandler\\EventHandlerInterface'] ?? $this->load('getEventHandlerInterfaceService'));
  2215.         }, => 'handleEvent'], 0);
  2216.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2217.             return ($this->services['CustomerManagementFrameworkBundle\\Event\\PimcoreElementRemovalListenerInterface'] ?? $this->load('getPimcoreElementRemovalListenerInterfaceService'));
  2218.         }, => 'onPostDelete'], 0);
  2219.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2220.             return ($this->services['CustomerManagementFrameworkBundle\\Event\\PimcoreElementRemovalListenerInterface'] ?? $this->load('getPimcoreElementRemovalListenerInterfaceService'));
  2221.         }, => 'onPostDelete'], 0);
  2222.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2223.             return ($this->services['CustomerManagementFrameworkBundle\\Event\\PimcoreElementRemovalListenerInterface'] ?? $this->load('getPimcoreElementRemovalListenerInterfaceService'));
  2224.         }, => 'onPostDelete'], 0);
  2225.         $instance->addListener('pimcore.targeting.assign_document_target_group', [=> function () {
  2226.             return ($this->services['CustomerManagementFrameworkBundle\\Event\\TargetingEventListener'] ?? $this->load('getTargetingEventListenerService'));
  2227.         }, => 'onAssignDocumentTargetGroup'], 0);
  2228.         $instance->addListener('pimcore.targeting.post_rule_actions', [=> function () {
  2229.             return ($this->services['CustomerManagementFrameworkBundle\\Event\\TargetingEventListener'] ?? $this->load('getTargetingEventListenerService'));
  2230.         }, => 'onPostRuleActions'], 0);
  2231.         $instance->addListener('pimcore.admin.indexAction.settings', [=> function () {
  2232.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\AdminListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\AdminListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\AdminListener()));
  2233.         }, => 'addIndexSettings'], 0);
  2234.         $instance->addListener('Pimcore\\Bundle\\DataImporterBundle\\Event\\PostPreparationEvent', [=> function () {
  2235.             return ($this->privates['Pimcore\\Bundle\\DataImporterBundle\\EventListener\\DataImporterListener'] ?? $this->load('getDataImporterListenerService'));
  2236.         }, => 'importPrepared'], 0);
  2237.         $instance->addListener('pimcore.system.maintenance', [=> function () {
  2238.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ImportStatusListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ImportStatusListener'] = new \Blackbit\DataDirectorBundle\EventListener\ImportStatusListener(143600)));
  2239.         }, => 'maintenance'], 0);
  2240.         $instance->addListener('pimcore.asset.postUpdate', [=> function () {
  2241.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
  2242.         }, => 'startImports'], 0);
  2243.         $instance->addListener('pimcore.asset.postAdd', [=> function () {
  2244.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
  2245.         }, => 'startImports'], 0);
  2246.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2247.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
  2248.         }, => 'startImports'], 0);
  2249.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2250.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
  2251.         }, => 'startImports'], 0);
  2252.         $instance->addListener('pimcore.document.postUpdate', [=> function () {
  2253.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
  2254.         }, => 'startImports'], 0);
  2255.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2256.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
  2257.         }, => 'startImports'], 0);
  2258.         $instance->addListener('pimcore.dataobject.preDelete', [=> function () {
  2259.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
  2260.         }, => 'deleteRawdata'], 0);
  2261.         $instance->addListener('pimcore.asset.preDelete', [=> function () {
  2262.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
  2263.         }, => 'deleteRawdata'], 0);
  2264.         $instance->addListener('pimcore.document.preDelete', [=> function () {
  2265.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
  2266.         }, => 'deleteRawdata'], 0);
  2267.         $instance->addListener('pimcore.asset.postUpdate', [=> function () {
  2268.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] = new \Blackbit\DataDirectorBundle\EventListener\MappingPreviewListener()));
  2269.         }, => 'clearMappingPreviewCache'], 0);
  2270.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2271.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] = new \Blackbit\DataDirectorBundle\EventListener\MappingPreviewListener()));
  2272.         }, => 'clearMappingPreviewCache'], 0);
  2273.         $instance->addListener('pimcore.document.postUpdate', [=> function () {
  2274.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] = new \Blackbit\DataDirectorBundle\EventListener\MappingPreviewListener()));
  2275.         }, => 'clearMappingPreviewCache'], 0);
  2276.         $instance->addListener('pimcore.dataobject.preDelete', [=> function () {
  2277.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] = new \Blackbit\DataDirectorBundle\EventListener\MappingPreviewListener()));
  2278.         }, => 'clearMappingPreviewCache'], 0);
  2279.         $instance->addListener('pimcore.asset.preDelete', [=> function () {
  2280.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] = new \Blackbit\DataDirectorBundle\EventListener\MappingPreviewListener()));
  2281.         }, => 'clearMappingPreviewCache'], 0);
  2282.         $instance->addListener('pimcore.document.preDelete', [=> function () {
  2283.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] = new \Blackbit\DataDirectorBundle\EventListener\MappingPreviewListener()));
  2284.         }, => 'clearMappingPreviewCache'], 0);
  2285.         $instance->addListener('pimcore.class.postUpdate', [=> function () {
  2286.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
  2287.         }, => 'removeCompiledDataQuerySelectors'], 0);
  2288.         $instance->addListener('pimcore.class.postDelete', [=> function () {
  2289.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
  2290.         }, => 'removeCompiledDataQuerySelectors'], 0);
  2291.         $instance->addListener('pimcore.system.cache.clear', [=> function () {
  2292.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
  2293.         }, => 'removeAllCompiledDataQuerySelectors'], 0);
  2294.         $instance->addListener('pimcore.class.postUpdate', [=> function () {
  2295.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
  2296.         }, => 'createStoreView'], 0);
  2297.         $instance->addListener('pimcore.class.postAdd', [=> function () {
  2298.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
  2299.         }, => 'createStoreView'], 0);
  2300.         $instance->addListener('pimcore.class.postDelete', [=> function () {
  2301.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
  2302.         }, => 'removeStoreView'], 0);
  2303.         $instance->addListener('pimcore.asset.preUpdate', [=> function () {
  2304.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AssetHashListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AssetHashListener'] = new \Blackbit\DataDirectorBundle\EventListener\AssetHashListener()));
  2305.         }, => 'updateHash'], 0);
  2306.         $instance->addListener('pimcore.system.service.preGetDeepCopy', [=> function () {
  2307.             return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\DeepCopyListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\DeepCopyListener'] = new \Blackbit\DataDirectorBundle\EventListener\DeepCopyListener()));
  2308.         }, => 'getDeepCopyInstance'], 0);
  2309.         $instance->addListener('kernel.response', [=> function () {
  2310.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2311.         }, => 'onKernelResponse'], 0);
  2312.         $instance->addListener('kernel.response', [=> function () {
  2313.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2314.         }, => 'onKernelResponse'], -1024);
  2315.         $instance->addListener('kernel.request', [=> function () {
  2316.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  2317.         }, => 'setDefaultLocale'], 100);
  2318.         $instance->addListener('kernel.request', [=> function () {
  2319.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  2320.         }, => 'onKernelRequest'], 16);
  2321.         $instance->addListener('kernel.finish_request', [=> function () {
  2322.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  2323.         }, => 'onKernelFinishRequest'], 0);
  2324.         $instance->addListener('kernel.request', [=> function () {
  2325.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2326.         }, => 'onKernelRequest'], 256);
  2327.         $instance->addListener('kernel.response', [=> function () {
  2328.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2329.         }, => 'onResponse'], -255);
  2330.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2331.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2332.         }, => 'onControllerArguments'], 0);
  2333.         $instance->addListener('kernel.exception', [=> function () {
  2334.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2335.         }, => 'logKernelException'], 0);
  2336.         $instance->addListener('kernel.exception', [=> function () {
  2337.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2338.         }, => 'onKernelException'], -128);
  2339.         $instance->addListener('kernel.response', [=> function () {
  2340.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2341.         }, => 'removeCspHeader'], -128);
  2342.         $instance->addListener('kernel.request', [=> function () {
  2343.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2344.         }, => 'onKernelRequest'], 15);
  2345.         $instance->addListener('kernel.finish_request', [=> function () {
  2346.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2347.         }, => 'onKernelFinishRequest'], -15);
  2348.         $instance->addListener('console.error', [=> function () {
  2349.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2350.         }, => 'onConsoleError'], -128);
  2351.         $instance->addListener('console.terminate', [=> function () {
  2352.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2353.         }, => 'onConsoleTerminate'], -128);
  2354.         $instance->addListener('console.error', [=> function () {
  2355.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2356.         }, => 'onConsoleError'], 0);
  2357.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2358.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2359.         }, => 'onMessage'], -255);
  2360.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2361.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2362.         }, => 'onMessage'], -255);
  2363.         $instance->addListener('kernel.request', [=> function () {
  2364.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2365.         }, => 'configure'], 2048);
  2366.         $instance->addListener('console.command', [=> function () {
  2367.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2368.         }, => 'configure'], 2048);
  2369.         $instance->addListener('kernel.request', [=> function () {
  2370.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2371.         }, => 'onKernelRequest'], 32);
  2372.         $instance->addListener('kernel.finish_request', [=> function () {
  2373.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2374.         }, => 'onKernelFinishRequest'], 0);
  2375.         $instance->addListener('kernel.exception', [=> function () {
  2376.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2377.         }, => 'onKernelException'], -64);
  2378.         $instance->addListener('kernel.response', [=> function () {
  2379.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2380.         }, => 'onKernelResponse'], 0);
  2381.         $instance->addListener('kernel.request', [=> function () {
  2382.             return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
  2383.         }, => 'onKernelRequest'], 128);
  2384.         $instance->addListener('kernel.response', [=> function () {
  2385.             return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
  2386.         }, => 'onKernelResponse'], -1000);
  2387.         $instance->addListener('kernel.finish_request', [=> function () {
  2388.             return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
  2389.         }, => 'onFinishRequest'], 0);
  2390.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2391.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2392.         }, => 'onMessageFailed'], 100);
  2393.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2394.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  2395.         }, => 'onMessageFailed'], 200);
  2396.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2397.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2398.         }, => 'onWorkerStarted'], 0);
  2399.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2400.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2401.         }, => 'onWorkerRunning'], 0);
  2402.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2403.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2404.         }, => 'onMessageFailed'], 0);
  2405.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2406.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2407.         }, => 'onWorkerRunning'], 0);
  2408.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2409.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2410.         }, => 'onNotification'], -255);
  2411.         $instance->addListener('kernel.response', [=> function () {
  2412.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2413.         }, => 'onKernelResponse'], -100);
  2414.         $instance->addListener('kernel.exception', [=> function () {
  2415.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2416.         }, => 'onKernelException'], 0);
  2417.         $instance->addListener('kernel.terminate', [=> function () {
  2418.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2419.         }, => 'onKernelTerminate'], -1024);
  2420.         $instance->addListener('kernel.controller', [=> function () {
  2421.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2422.         }, => 'onKernelController'], 0);
  2423.         $instance->addListener('kernel.response', [=> function () {
  2424.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2425.         }, => 'onKernelResponse'], 0);
  2426.         $instance->addListener('kernel.response', [=> function () {
  2427.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2428.         }, => 'onKernelResponse'], 0);
  2429.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2430.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2431.         }, => 'onVoterVote'], 0);
  2432.         $instance->addListener('kernel.request', [=> function () {
  2433.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2434.         }, => 'configureLogoutUrlGenerator'], 8);
  2435.         $instance->addListener('kernel.request', [=> function () {
  2436.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2437.         }, => 'onKernelRequest'], 8);
  2438.         $instance->addListener('kernel.finish_request', [=> function () {
  2439.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2440.         }, => 'onKernelFinishRequest'], 0);
  2441.         $instance->addListener('kernel.exception', [=> function () {
  2442.             return ($this->privates['security.authentication.kernel_exception_listener.two_factor.data_director_webservice_documentation'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_DataDirectorWebserviceDocumentationService'));
  2443.         }, => 'onKernelException'], 2);
  2444.         $instance->addListener('kernel.request', [=> function () {
  2445.             return ($this->privates['security.authentication.form_listener.two_factor.data_director_webservice_documentation'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_DataDirectorWebserviceDocumentationService());
  2446.         }, => 'onKernelRequest'], 0);
  2447.         $instance->addListener('security.authentication.success', [=> function () {
  2448.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.data_director_webservice_documentation'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_DataDirectorWebserviceDocumentationService());
  2449.         }, => 'onLogin'], 9223372036854775807);
  2450.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  2451.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.data_director_webservice_documentation'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_DataDirectorWebserviceDocumentationService());
  2452.         }, => 'onAccessDenied'], 0);
  2453.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  2454.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.data_director_webservice_documentation'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_DataDirectorWebserviceDocumentationService());
  2455.         }, => 'onTwoFactorForm'], 0);
  2456.         $instance->addListener('kernel.response', [=> function () {
  2457.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.data_director_webservice_documentation'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_DataDirectorWebserviceDocumentationService());
  2458.         }, => 'onKernelResponse'], 1);
  2459.         $instance->addListener('kernel.exception', [=> function () {
  2460.             return ($this->privates['security.authentication.kernel_exception_listener.two_factor.pimcore_admin'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_PimcoreAdminService'));
  2461.         }, => 'onKernelException'], 2);
  2462.         $instance->addListener('kernel.request', [=> function () {
  2463.             return ($this->privates['security.authentication.form_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_PimcoreAdminService());
  2464.         }, => 'onKernelRequest'], 0);
  2465.         $instance->addListener('security.authentication.success', [=> function () {
  2466.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2467.         }, => 'onLogin'], 9223372036854775807);
  2468.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  2469.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2470.         }, => 'onAccessDenied'], 0);
  2471.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  2472.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2473.         }, => 'onTwoFactorForm'], 0);
  2474.         $instance->addListener('kernel.response', [=> function () {
  2475.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2476.         }, => 'onKernelResponse'], 1);
  2477.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2478.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2479.         }, => 'onMessage'], 0);
  2480.         $instance->addListener('console.command', [=> function () {
  2481.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2482.         }, => 'onCommand'], 255);
  2483.         $instance->addListener('console.terminate', [=> function () {
  2484.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2485.         }, => 'onTerminate'], -255);
  2486.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2487.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2488.         }, => 'onWorkerMessageHandled'], 0);
  2489.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2490.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2491.         }, => 'onWorkerMessageFailed'], 0);
  2492.         $instance->addListener('kernel.controller', [=> function () {
  2493.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2494.         }, => 'onKernelController'], 0);
  2495.         $instance->addListener('kernel.controller', [=> function () {
  2496.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2497.         }, => 'onKernelController'], 0);
  2498.         $instance->addListener('kernel.controller', [=> function () {
  2499.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2500.         }, => 'onKernelController'], -128);
  2501.         $instance->addListener('kernel.view', [=> function () {
  2502.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2503.         }, => 'onKernelView'], 0);
  2504.         $instance->addListener('kernel.controller', [=> function () {
  2505.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2506.         }, => 'onKernelController'], 0);
  2507.         $instance->addListener('kernel.response', [=> function () {
  2508.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2509.         }, => 'onKernelResponse'], 0);
  2510.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2511.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2512.         }, => 'onKernelControllerArguments'], 0);
  2513.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2514.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2515.         }, => 'onKernelControllerArguments'], 0);
  2516.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2517.             return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
  2518.         }, => 'registerRouteAnnotation'], 0);
  2519.         $instance->addListener('security.authentication.success', [=> function () {
  2520.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  2521.         }, => 'onLogin'], 9223372036854775806);
  2522.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2523.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  2524.         }, => 'checkPassport'], 0);
  2525.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2526.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  2527.         }, => 'onSuccessfulLogin'], -63);
  2528.         $instance->addListener('console.command', [=> function () {
  2529.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2530.         }, => 'configure'], 1024);
  2531.         $instance->addListener('kernel.response', [=> function () {
  2532.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2533.         }, => 'onKernelResponse'], -128);
  2534.         $instance->addListener('knp_pager.items', [=> function () {
  2535.             return ($this->privates['Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber'] ?? ($this->privates['Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber'] = new \Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber()));
  2536.         }, => 'items'], -5);
  2537.         $instance->addListener('knp_pager.before', [=> function () {
  2538.             return ($this->privates['Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber'] ?? ($this->privates['Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2539.         }, => 'before'], 0);
  2540.         $instance->addListener('knp_pager.pagination', [=> function () {
  2541.             return ($this->privates['Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber'] ?? ($this->privates['Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2542.         }, => 'pagination'], 0);
  2543.         $instance->addListener('workflow.completed', [=> function () {
  2544.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotificationSubscriber'] ?? $this->load('getNotificationSubscriberService'));
  2545.         }, => 'onWorkflowCompleted'], 0);
  2546.         $instance->addListener('workflow.completed', [=> function () {
  2547.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
  2548.         }, => 'onWorkflowCompleted'], 1);
  2549.         $instance->addListener('workflow.enter', [=> function () {
  2550.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
  2551.         }, => 'onWorkflowEnter'], 0);
  2552.         $instance->addListener('pimcore.workflow.preGlobalAction', [=> function () {
  2553.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
  2554.         }, => 'onPreGlobalAction'], 0);
  2555.         $instance->addListener('pimcore.workflow.postGlobalAction', [=> function () {
  2556.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
  2557.         }, => 'onPostGlobalAction'], 0);
  2558.         $instance->addListener('workflow.completed', [=> function () {
  2559.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\ChangePublishedStateSubscriber'] ?? ($this->privates['Pimcore\\Workflow\\EventSubscriber\\ChangePublishedStateSubscriber'] = new \Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber()));
  2560.         }, => 'onWorkflowCompleted'], 0);
  2561.         $instance->addListener('kernel.request', [=> function () {
  2562.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener'] ?? $this->getRoutingListenerService());
  2563.         }, => 'onKernelRequest'], 512);
  2564.         $instance->addListener('kernel.exception', [=> function () {
  2565.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener'] ?? $this->getRoutingListenerService());
  2566.         }, => 'onKernelException'], 64);
  2567.         $instance->addListener('kernel.request', [=> function () {
  2568.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener'] ?? $this->getPimcoreContextListenerService());
  2569.         }, => 'onKernelRequest'], 24);
  2570.         $instance->addListener('kernel.request', [=> function () {
  2571.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] ?? $this->getDocumentFallbackListenerService());
  2572.         }, => 'onKernelRequest'], 20);
  2573.         $instance->addListener('kernel.controller', [=> function () {
  2574.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] ?? $this->getDocumentFallbackListenerService());
  2575.         }, => 'onKernelController'], 50);
  2576.         $instance->addListener('kernel.response', [=> function () {
  2577.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener()));
  2578.         }, => 'onKernelResponse'], 0);
  2579.         $instance->addListener('kernel.request', [=> function () {
  2580.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] ?? $this->getLocaleListenerService());
  2581.         }, => 'onKernelRequest'], 1);
  2582.         $instance->addListener('kernel.response', [=> function () {
  2583.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] ?? $this->getLocaleListenerService());
  2584.         }, => 'onKernelResponse'], 0);
  2585.         $instance->addListener('kernel.request', [=> function () {
  2586.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener'] ?? $this->getTranslationDebugListenerService());
  2587.         }, => 'onKernelRequest'], 0);
  2588.         $instance->addListener('kernel.terminate', [=> function () {
  2589.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\DumpTranslationEntriesListener'] ?? $this->load('getDumpTranslationEntriesListenerService'));
  2590.         }, => 'onKernelTerminate'], 0);
  2591.         $instance->addListener('console.terminate', [=> function () {
  2592.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\DumpTranslationEntriesListener'] ?? $this->load('getDumpTranslationEntriesListenerService'));
  2593.         }, => 'onConsoleTerminate'], 0);
  2594.         $instance->addListener('kernel.controller', [=> function () {
  2595.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener'] ?? $this->getElementListenerService());
  2596.         }, => 'onKernelController'], 30);
  2597.         $instance->addListener('kernel.controller', [=> function () {
  2598.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
  2599.         }, => 'onKernelController'], 15);
  2600.         $instance->addListener('kernel.response', [=> function () {
  2601.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
  2602.         }, => 'onKernelResponse'], 0);
  2603.         $instance->addListener('kernel.request', [=> function () {
  2604.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
  2605.         }, => 'onKernelRequest'], 700);
  2606.         $instance->addListener('kernel.response', [=> function () {
  2607.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener'] ?? $this->getHardlinkCanonicalListenerService());
  2608.         }, => 'onKernelResponse'], 0);
  2609.         $instance->addListener('kernel.request', [=> function () {
  2610.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener'] ?? $this->getBlockStateListenerService());
  2611.         }, => 'onKernelRequest'], 0);
  2612.         $instance->addListener('kernel.response', [=> function () {
  2613.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener'] ?? $this->getBlockStateListenerService());
  2614.         }, => 'onKernelResponse'], 0);
  2615.         $instance->addListener('kernel.request', [=> function () {
  2616.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener'] ?? $this->getDocumentMetaDataListenerService());
  2617.         }, => 'onKernelRequest'], 0);
  2618.         $instance->addListener('pimcore.document.renderer.pre_render', [=> function () {
  2619.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentRendererListener'] ?? $this->load('getDocumentRendererListenerService'));
  2620.         }, => 'onPreRender'], 0);
  2621.         $instance->addListener('pimcore.document.renderer.post_render', [=> function () {
  2622.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentRendererListener'] ?? $this->load('getDocumentRendererListenerService'));
  2623.         }, => 'onPostRender'], 0);
  2624.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2625.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2626.         }, => 'onPostAddUpdateDeleteDocument'], 0);
  2627.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2628.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2629.         }, => 'onPostAddUpdateDeleteDocument'], 0);
  2630.         $instance->addListener('pimcore.document.postUpdate', [=> function () {
  2631.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2632.         }, => 'onPostAddUpdateDeleteDocument'], 0);
  2633.         $instance->addListener('kernel.request', [=> function () {
  2634.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2635.         }, => 'onKernelRequest'], 510);
  2636.         $instance->addListener('kernel.response', [=> function () {
  2637.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2638.         }, => 'onKernelResponse'], -120);
  2639.         $instance->addListener('kernel.view', [=> function () {
  2640.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ContentTemplateListener'] ?? $this->load('getContentTemplateListenerService'));
  2641.         }, => 'onKernelView'], 16);
  2642.         $instance->addListener('kernel.controller', [=> function () {
  2643.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener()));
  2644.         }, => 'onKernelController'], 0);
  2645.         $instance->addListener('kernel.response', [=> function () {
  2646.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener()));
  2647.         }, => 'onKernelResponse'], 0);
  2648.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2649.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2650.         }, => 'onElementPostAdd'], 0);
  2651.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2652.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2653.         }, => 'onElementPostAdd'], 0);
  2654.         $instance->addListener('pimcore.asset.postAdd', [=> function () {
  2655.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2656.         }, => 'onElementPostAdd'], 0);
  2657.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2658.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2659.         }, => 'onElementPostDelete'], 0);
  2660.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2661.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2662.         }, => 'onElementPostDelete'], 0);
  2663.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2664.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2665.         }, => 'onElementPostDelete'], 0);
  2666.         $instance->addListener('pimcore.admin.dataobject.get.preSendData', [=> function () {
  2667.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2668.         }, => 'onAdminElementGetPreSendData'], 0);
  2669.         $instance->addListener('pimcore.admin.asset.get.preSendData', [=> function () {
  2670.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2671.         }, => 'onAdminElementGetPreSendData'], 0);
  2672.         $instance->addListener('pimcore.admin.document.get.preSendData', [=> function () {
  2673.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2674.         }, => 'onAdminElementGetPreSendData'], 0);
  2675.         $instance->addListener('pimcore.dataobject.postCopy', [=> function () {
  2676.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2677.         }, => 'onPostCopy'], 0);
  2678.         $instance->addListener('pimcore.document.postCopy', [=> function () {
  2679.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2680.         }, => 'onPostCopy'], 0);
  2681.         $instance->addListener('pimcore.asset.postCopy', [=> function () {
  2682.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2683.         }, => 'onPostCopy'], 0);
  2684.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2685.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2686.         }, => 'onPostAssetDelete'], -9999);
  2687.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2688.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2689.         }, => 'onPostAddUpdateElement'], 0);
  2690.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2691.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2692.         }, => 'onPostAddUpdateElement'], 0);
  2693.         $instance->addListener('pimcore.asset.postAdd', [=> function () {
  2694.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2695.         }, => 'onPostAddUpdateElement'], 0);
  2696.         $instance->addListener('pimcore.dataobject.preDelete', [=> function () {
  2697.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2698.         }, => 'onPreDeleteElement'], 0);
  2699.         $instance->addListener('pimcore.document.preDelete', [=> function () {
  2700.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2701.         }, => 'onPreDeleteElement'], 0);
  2702.         $instance->addListener('pimcore.asset.preDelete', [=> function () {
  2703.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2704.         }, => 'onPreDeleteElement'], 0);
  2705.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2706.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2707.         }, => 'onPostAddUpdateElement'], 0);
  2708.         $instance->addListener('pimcore.document.postUpdate', [=> function () {
  2709.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2710.         }, => 'onPostAddUpdateElement'], 0);
  2711.         $instance->addListener('pimcore.asset.postUpdate', [=> function () {
  2712.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2713.         }, => 'onPostAddUpdateElement'], 0);
  2714.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2715.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2716.         }, => 'onPostAdd'], 0);
  2717.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2718.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2719.         }, => 'onPostAdd'], 0);
  2720.         $instance->addListener('pimcore.asset.postAdd', [=> function () {
  2721.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2722.         }, => 'onPostAdd'], 0);
  2723.         $instance->addListener('pimcore.class.postAdd', [=> function () {
  2724.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2725.         }, => 'onPostAdd'], 0);
  2726.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2727.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2728.         }, => 'onPostDelete'], 0);
  2729.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2730.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2731.         }, => 'onPostDelete'], 0);
  2732.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2733.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2734.         }, => 'onPostDelete'], 0);
  2735.         $instance->addListener('pimcore.class.postDelete', [=> function () {
  2736.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2737.         }, => 'onPostDelete'], 0);
  2738.         $instance->addListener('kernel.exception', [=> function () {
  2739.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseExceptionListener'] ?? $this->load('getResponseExceptionListenerService'));
  2740.         }, => 'onKernelException'], 0);
  2741.         $instance->addListener('kernel.response', [=> function () {
  2742.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener'] ?? $this->getResponseHeaderListenerService());
  2743.         }, => 'onKernelResponse'], 32);
  2744.         $instance->addListener('kernel.request', [=> function () {
  2745.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] ?? $this->getEditmodeListenerService());
  2746.         }, => 'onKernelRequest'], 0);
  2747.         $instance->addListener('kernel.response', [=> function () {
  2748.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] ?? $this->getEditmodeListenerService());
  2749.         }, => 'onKernelResponse'], 0);
  2750.         $instance->addListener('kernel.response', [=> function () {
  2751.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener'] ?? $this->getResponseStackListenerService());
  2752.         }, => 'onKernelResponse'], 24);
  2753.         $instance->addListener('kernel.response', [=> function () {
  2754.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener'] ?? $this->getInternalWysiwygHtmlAttributeFilterListenerService());
  2755.         }, => 'onKernelResponse'], 0);
  2756.         $instance->addListener('kernel.request', [=> function () {
  2757.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener'] ?? $this->getGoogleSearchConsoleVerificationListenerService());
  2758.         }, => 'onKernelRequest'], 64);
  2759.         $instance->addListener('kernel.request', [=> function () {
  2760.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener'] ?? $this->getOutputTimestampListenerService());
  2761.         }, => 'onKernelRequest'], 0);
  2762.         $instance->addListener('kernel.request', [=> function () {
  2763.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'] ?? $this->getWebDebugToolbarListenerService());
  2764.         }, => 'onKernelResponse'], -118);
  2765.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2766.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MessengerClearRuntimeCacheListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MessengerClearRuntimeCacheListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener()));
  2767.         }, => 'handle'], 0);
  2768.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2769.             return ($this->privates['Pimcore\\Sitemap\\EventListener\\SitemapGeneratorListener'] ?? $this->load('getSitemapGeneratorListenerService'));
  2770.         }, => 'onPopulateSitemap'], 0);
  2771.         $instance->addListener('kernel.request', [=> function () {
  2772.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
  2773.         }, => 'onKernelRequest'], 7);
  2774.         $instance->addListener('kernel.response', [=> function () {
  2775.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
  2776.         }, => 'onKernelResponse'], -115);
  2777.         $instance->addListener('pimcore.targeting.pre_resolve', [=> function () {
  2778.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
  2779.         }, => 'onPreResolve'], 0);
  2780.         $instance->addListener('pimcore.targeting.pre_resolve', [=> function () {
  2781.             return ($this->privates['Pimcore\\Targeting\\EventListener\\DocumentTargetGroupListener'] ?? $this->load('getDocumentTargetGroupListenerService'));
  2782.         }, => 'onVisitorInfoResolve'], 0);
  2783.         $instance->addListener('pimcore.cache.full_page.prepare_response', [=> function () {
  2784.             return ($this->privates['Pimcore\\Targeting\\EventListener\\FullPageCacheCookieCleanupListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\FullPageCacheCookieCleanupListener'] = new \Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener()));
  2785.         }, => 'onPrepareFullPageCacheResponse'], 0);
  2786.         $instance->addListener('pimcore.targeting.visited_pages_count_match', [=> function () {
  2787.             return ($this->privates['Pimcore\\Targeting\\EventListener\\VisitedPagesCountListener'] ?? $this->load('getVisitedPagesCountListenerService'));
  2788.         }, => 'onVisitedPagesCountMatch'], 0);
  2789.         $instance->addListener('pimcore.targeting.post_resolve', [=> function () {
  2790.             return ($this->privates['Pimcore\\Targeting\\EventListener\\VisitedPagesCountListener'] ?? $this->load('getVisitedPagesCountListenerService'));
  2791.         }, => 'onPostResolveVisitorInfo'], 0);
  2792.         $instance->addListener('pimcore.targeting.pre_resolve', [=> function () {
  2793.             return ($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] ?? $this->getToolbarListenerService());
  2794.         }, => 'onPreResolve'], -10);
  2795.         $instance->addListener('kernel.response', [=> function () {
  2796.             return ($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] ?? $this->getToolbarListenerService());
  2797.         }, => 'onKernelResponse'], -127);
  2798.         $instance->addListener('pimcore.cache.full_page.ignored_session_keys', [=> function () {
  2799.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] = new \Pimcore\Targeting\EventListener\TargetingSessionBagListener()));
  2800.         }, => 'configureIgnoredSessionKeys'], 0);
  2801.         $instance->addListener('pimcore.cache.full_page.prepare_response', [=> function () {
  2802.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] = new \Pimcore\Targeting\EventListener\TargetingSessionBagListener()));
  2803.         }, => 'prepareFullPageCacheResponse'], 0);
  2804.         $instance->addListener('kernel.request', [=> function () {
  2805.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] = new \Pimcore\Targeting\EventListener\TargetingSessionBagListener()));
  2806.         }, => 'onKernelRequest'], 127);
  2807.         $instance->addListener('kernel.request', [=> function () {
  2808.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator'] ?? $this->getAdminSessionBagConfiguratorService());
  2809.         }, => 'onKernelRequest'], 127);
  2810.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2811.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\Security\\Event\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
  2812.         }, => 'onLogout'], 0);
  2813.         $instance->addListener('kernel.response', [=> function () {
  2814.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener'] ?? $this->getAdminSecurityListenerService());
  2815.         }, => 'onKernelResponse'], 0);
  2816.         $instance->addListener('kernel.controller', [=> function () {
  2817.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener'] ?? $this->getAdminAuthenticationDoubleCheckListenerService());
  2818.         }, => 'onKernelController'], 0);
  2819.         $instance->addListener('kernel.request', [=> function () {
  2820.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
  2821.         }, => 'handleRequest'], 11);
  2822.         $instance->addListener('kernel.exception', [=> function () {
  2823.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminExceptionListener'] ?? $this->load('getAdminExceptionListenerService'));
  2824.         }, => 'onKernelException'], 0);
  2825.         $instance->addListener('pimcore.class.postDelete', [=> function () {
  2826.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
  2827.         }, => 'onClassDelete'], 0);
  2828.         $instance->addListener('pimcore.user.postDelete', [=> function () {
  2829.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
  2830.         }, => 'onUserDelete'], 0);
  2831.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2832.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
  2833.         }, => 'onObjectDelete'], 0);
  2834.         $instance->addListener('pimcore.class.postDelete', [=> function () {
  2835.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener()));
  2836.         }, => 'onClassDelete'], 0);
  2837.         $instance->addListener('pimcore.user.postDelete', [=> function () {
  2838.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener()));
  2839.         }, => 'onUserDelete'], 0);
  2840.         $instance->addListener('kernel.request', [=> function () {
  2841.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener'] ?? $this->getAdminSessionBagListenerService());
  2842.         }, => 'onKernelRequest'], 127);
  2843.         $instance->addListener('kernel.response', [=> function () {
  2844.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener'] ?? $this->getHttpCacheListenerService());
  2845.         }, => 'onKernelResponse'], 0);
  2846.         $instance->addListener('kernel.request', [=> function () {
  2847.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener'] ?? $this->getCustomAdminEntryPointCheckListenerService());
  2848.         }, => 'onKernelRequest'], 560);
  2849.         $instance->addListener('kernel.request', [=> function () {
  2850.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener'] ?? $this->getUserPerspectiveListenerService());
  2851.         }, => 'onKernelRequest'], 0);
  2852.         $instance->addListener('kernel.request', [=> function () {
  2853.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener'] ?? $this->getUsageStatisticsListenerService());
  2854.         }, => 'onKernelRequest'], 0);
  2855.         $instance->addListener('kernel.response', [=> function () {
  2856.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener'] ?? $this->getEnablePreviewTimeSliderListenerService());
  2857.         }, => 'onKernelResponse'], 0);
  2858.         $instance->addListener('kernel.request', [=> function () {
  2859.             return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\Tools\\SessionConfigurator'] ?? ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\Tools\\SessionConfigurator'] = new \Pimcore\Bundle\EcommerceFrameworkBundle\Tools\SessionConfigurator()));
  2860.         }, => 'onKernelRequest'], 127);
  2861.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2862.             return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\IndexUpdateListener'] ?? ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\IndexUpdateListener'] = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener()));
  2863.         }, => 'onObjectUpdate'], 0);
  2864.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2865.             return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\IndexUpdateListener'] ?? ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\IndexUpdateListener'] = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener()));
  2866.         }, => 'onObjectUpdate'], 0);
  2867.         $instance->addListener('pimcore.dataobject.preDelete', [=> function () {
  2868.             return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\IndexUpdateListener'] ?? ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\IndexUpdateListener'] = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener()));
  2869.         }, => 'onObjectDelete'], 0);
  2870.         $instance->addListener('kernel.request', [=> function () {
  2871.             return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] ?? $this->getTrackingCodeFlashMessageListenerService());
  2872.         }, => 'onKernelRequest'], 0);
  2873.         $instance->addListener('kernel.response', [=> function () {
  2874.             return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] ?? $this->getTrackingCodeFlashMessageListenerService());
  2875.         }, => 'onKernelResponse'], 0);
  2876.         $instance->addListener('kernel.request', [=> function () {
  2877.             return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener'] ?? ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener'] = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener()));
  2878.         }, => 'onKernelRequest'], 127);
  2879.         $instance->addListener('pimcore.analytics.google.tag_manager.code_head', [=> function () {
  2880.             return ($this->privates['Pimcore\\Analytics\\GoogleTagManager\\EventSubscriber\\TrackingCodeSubscriber'] ?? $this->load('getTrackingCodeSubscriberService'));
  2881.         }, => 'onCodeHead'], 0);
  2882.         $instance->addListener('kernel.request', [=> function () {
  2883.             return ($this->services['pimcore.event_listener.frontend.activity_url_tracker'] ?? $this->getPimcore_EventListener_Frontend_ActivityUrlTrackerService());
  2884.         }, => 'onKernelRequest'], 0);
  2885.         $instance->addListener('pimcore.targeting.pre_resolve', [=> function () {
  2886.             return ($this->privates['CustomerManagementFrameworkBundle\\Targeting\\EventListener\\ElementSegmentsListener'] ?? $this->load('getElementSegmentsListenerService'));
  2887.         }, => 'onTargetingPreResolve'], 0);
  2888.         $instance->addListener('pimcore.targeting.render_toolbar', [=> function () {
  2889.             return ($this->privates['CustomerManagementFrameworkBundle\\Targeting\\EventListener\\TargetingToolbarListener'] ?? $this->load('getTargetingToolbarListenerService'));
  2890.         }, => 'onRenderToolbar'], 0);
  2891.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2892.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2893.         }, => 'onObjectUpdate'], 0);
  2894.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2895.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2896.         }, => 'onObjectDelete'], 0);
  2897.         $instance->addListener('pimcore.document.postUpdate', [=> function () {
  2898.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2899.         }, => 'onDocumentUpdate'], 0);
  2900.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2901.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2902.         }, => 'onDocumentDelete'], 0);
  2903.         $instance->addListener('pimcore.asset.postUpdate', [=> function () {
  2904.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2905.         }, => 'onAssetUpdate'], 0);
  2906.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2907.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2908.         }, => 'onAssetDelete'], 0);
  2909.         $instance->addListener('pimcore.datahub.configuration.postDelete', [=> function () {
  2910.             return ($this->privates['Pimcore\\Bundle\\DataImporterBundle\\EventListener\\ConfigurationEventSubscriber'] ?? $this->load('getConfigurationEventSubscriberService'));
  2911.         }, => 'postDelete'], 0);
  2912.         $instance->addListener('pimcore.datahub.configuration.postSave', [=> function () {
  2913.             return ($this->privates['Pimcore\\Bundle\\DataImporterBundle\\EventListener\\ConfigurationEventSubscriber'] ?? $this->load('getConfigurationEventSubscriberService'));
  2914.         }, => 'postSave'], 0);
  2915.         $instance->addListener('kernel.request', [=> function () {
  2916.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  2917.         }, => 'onEvent'], 1024);
  2918.         $instance->addListener('console.command', [=> function () {
  2919.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  2920.         }, => 'onEvent'], 1024);
  2921.         $instance->addListener('kernel.request', [=> function () {
  2922.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  2923.         }, => 'onEvent'], 1024);
  2924.         $instance->addListener('console.command', [=> function () {
  2925.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  2926.         }, => 'onEvent'], 1024);
  2927.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2928.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2929.         }, => 'onLogout'], 0);
  2930.         return $instance;
  2931.     }
  2932.     /**
  2933.      * Gets the public 'http_kernel' shared service.
  2934.      *
  2935.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2936.      */
  2937.     protected function getHttpKernelService()
  2938.     {
  2939.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(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 () {
  2940.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2941.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2942.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2943.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2944.             yield => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\DocumentValueResolver'] ?? $this->load('getDocumentValueResolverService'));
  2945.             yield => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\EditmodeValueResolver'] ?? $this->load('getEditmodeValueResolverService'));
  2946.             yield => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\WebsiteConfigValueResolver'] ?? $this->load('getWebsiteConfigValueResolverService'));
  2947.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2948.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2949.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2950.             yield 10 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2951.         }, 11)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2952.     }
  2953.     /**
  2954.      * Gets the public 'hwi_oauth.resource_ownermap.demo_frontend' shared service.
  2955.      *
  2956.      * @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap
  2957.      */
  2958.     protected function getHwiOauth_ResourceOwnermap_DemoFrontendService()
  2959.     {
  2960.         $this->services['hwi_oauth.resource_ownermap.demo_frontend'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $this->parameters['hwi_oauth.resource_owners'], $this->parameters['hwi_oauth.resource_ownermap.configured.demo_frontend']);
  2961.         $instance->setContainer($this);
  2962.         return $instance;
  2963.     }
  2964.     /**
  2965.      * Gets the public 'messenger.default_bus' shared service.
  2966.      *
  2967.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2968.      */
  2969.     protected function getMessenger_DefaultBusService()
  2970.     {
  2971.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2972.             yield => ($this->privates['messenger.bus.pimcore-core.middleware.traceable'] ?? $this->load('getMessenger_Bus_Pimcorecore_Middleware_TraceableService'));
  2973.             yield => ($this->privates['messenger.bus.pimcore-core.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.pimcore-core.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.pimcore-core')));
  2974.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2975.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2976.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2977.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2978.             yield => ($this->privates['messenger.bus.pimcore-core.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Pimcorecore_Middleware_HandleMessageService'));
  2979.         }, 7)));
  2980.     }
  2981.     /**
  2982.      * Gets the public 'monolog.logger.admin' shared service.
  2983.      *
  2984.      * @return \Symfony\Bridge\Monolog\Logger
  2985.      */
  2986.     protected function getMonolog_Logger_AdminService()
  2987.     {
  2988.         $this->services['monolog.logger.admin'] = $instance = new \Symfony\Bridge\Monolog\Logger('admin');
  2989.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2990.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2991.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2992.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2993.         return $instance;
  2994.     }
  2995.     /**
  2996.      * Gets the public 'monolog.logger.cache' shared service.
  2997.      *
  2998.      * @return \Symfony\Bridge\Monolog\Logger
  2999.      */
  3000.     protected function getMonolog_Logger_CacheService()
  3001.     {
  3002.         $this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3003.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3004.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  3005.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3006.         return $instance;
  3007.     }
  3008.     /**
  3009.      * Gets the public 'monolog.logger.doctrine' shared service.
  3010.      *
  3011.      * @return \Symfony\Bridge\Monolog\Logger
  3012.      */
  3013.     protected function getMonolog_Logger_DoctrineService()
  3014.     {
  3015.         $this->services['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  3016.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3017.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  3018.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3019.         return $instance;
  3020.     }
  3021.     /**
  3022.      * Gets the public 'monolog.logger.event' shared service.
  3023.      *
  3024.      * @return \Symfony\Bridge\Monolog\Logger
  3025.      */
  3026.     protected function getMonolog_Logger_EventService()
  3027.     {
  3028.         $this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  3029.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3030.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  3031.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3032.         return $instance;
  3033.     }
  3034.     /**
  3035.      * Gets the public 'monolog.logger.http_client' shared service.
  3036.      *
  3037.      * @return \Symfony\Bridge\Monolog\Logger
  3038.      */
  3039.     protected function getMonolog_Logger_HttpClientService()
  3040.     {
  3041.         $this->services['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
  3042.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3043.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3044.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3045.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3046.         return $instance;
  3047.     }
  3048.     /**
  3049.      * Gets the public 'monolog.logger.init' shared service.
  3050.      *
  3051.      * @return \Symfony\Bridge\Monolog\Logger
  3052.      */
  3053.     protected function getMonolog_Logger_InitService()
  3054.     {
  3055.         $this->services['monolog.logger.init'] = $instance = new \Symfony\Bridge\Monolog\Logger('init');
  3056.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3057.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3058.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3059.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3060.         return $instance;
  3061.     }
  3062.     /**
  3063.      * Gets the public 'monolog.logger.php' shared service.
  3064.      *
  3065.      * @return \Symfony\Bridge\Monolog\Logger
  3066.      */
  3067.     protected function getMonolog_Logger_PhpService()
  3068.     {
  3069.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  3070.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3071.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3072.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3073.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3074.         return $instance;
  3075.     }
  3076.     /**
  3077.      * Gets the public 'monolog.logger.profiler' shared service.
  3078.      *
  3079.      * @return \Symfony\Bridge\Monolog\Logger
  3080.      */
  3081.     protected function getMonolog_Logger_ProfilerService()
  3082.     {
  3083.         $this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  3084.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3085.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3086.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3087.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3088.         return $instance;
  3089.     }
  3090.     /**
  3091.      * Gets the public 'monolog.logger.request' shared service.
  3092.      *
  3093.      * @return \Symfony\Bridge\Monolog\Logger
  3094.      */
  3095.     protected function getMonolog_Logger_RequestService()
  3096.     {
  3097.         $this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3098.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3099.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3100.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3101.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3102.         return $instance;
  3103.     }
  3104.     /**
  3105.      * Gets the public 'monolog.logger.router' shared service.
  3106.      *
  3107.      * @return \Symfony\Bridge\Monolog\Logger
  3108.      */
  3109.     protected function getMonolog_Logger_RouterService()
  3110.     {
  3111.         $this->services['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  3112.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3113.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3114.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3115.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3116.         return $instance;
  3117.     }
  3118.     /**
  3119.      * Gets the public 'monolog.logger.routing' shared service.
  3120.      *
  3121.      * @return \Symfony\Bridge\Monolog\Logger
  3122.      */
  3123.     protected function getMonolog_Logger_RoutingService()
  3124.     {
  3125.         $this->services['monolog.logger.routing'] = $instance = new \Symfony\Bridge\Monolog\Logger('routing');
  3126.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3127.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3128.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3129.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3130.         return $instance;
  3131.     }
  3132.     /**
  3133.      * Gets the public 'monolog.logger.security' shared service.
  3134.      *
  3135.      * @return \Symfony\Bridge\Monolog\Logger
  3136.      */
  3137.     protected function getMonolog_Logger_SecurityService()
  3138.     {
  3139.         $this->services['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3140.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3141.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3142.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3143.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3144.         return $instance;
  3145.     }
  3146.     /**
  3147.      * Gets the public 'pimcore.cache.pool' shared autowired service.
  3148.      *
  3149.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  3150.      */
  3151.     protected function getPimcore_Cache_PoolService()
  3152.     {
  3153.         $this->services['pimcore.cache.pool'] = $instance = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['pimcore.cache.adapter.doctrine_dbal'] ?? $this->getPimcore_Cache_Adapter_DoctrineDbalService()), NULL);
  3154.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3155.         return $instance;
  3156.     }
  3157.     /**
  3158.      * Gets the public 'pimcore.event_listener.frontend.activity_url_tracker' shared autowired service.
  3159.      *
  3160.      * @return \CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker
  3161.      */
  3162.     protected function getPimcore_EventListener_Frontend_ActivityUrlTrackerService()
  3163.     {
  3164.         $this->services['pimcore.event_listener.frontend.activity_url_tracker'] = $instance = new \CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker();
  3165.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3166.         return $instance;
  3167.     }
  3168.     /**
  3169.      * Gets the public 'pimcore.model.factory' shared autowired service.
  3170.      *
  3171.      * @return \Pimcore\Model\Factory
  3172.      */
  3173.     protected function getPimcore_Model_FactoryService()
  3174.     {
  3175.         $this->services['pimcore.model.factory'] = $instance = new \Pimcore\Model\Factory();
  3176.         $instance->addLoader(new \Pimcore\Model\Factory\FallbackBuilder());
  3177.         $instance->addLoader(new \Pimcore\Loader\ImplementationLoader\ClassMapLoader(['Pimcore\\Model\\DataObject\\Car' => 'App\\Model\\Product\\Car''Pimcore\\Model\\DataObject\\AccessoryPart' => 'App\\Model\\Product\\AccessoryPart''Pimcore\\Model\\DataObject\\Category' => 'App\\Model\\Product\\Category''Pimcore\\Model\\DataObject\\Customer' => 'App\\Model\\Customer']));
  3178.         return $instance;
  3179.     }
  3180.     /**
  3181.      * Gets the public 'pimcore.routing.router.request_context' shared service.
  3182.      *
  3183.      * @return \Symfony\Component\Routing\RequestContext
  3184.      */
  3185.     protected function getPimcore_Routing_Router_RequestContextService()
  3186.     {
  3187.         $this->services['pimcore.routing.router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''pimcore.distriweb.net''http'80443);
  3188.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3189.         return $instance;
  3190.     }
  3191.     /**
  3192.      * Gets the public 'pimcore.templating.engine.delegating' shared autowired service.
  3193.      *
  3194.      * @return \Pimcore\Templating\TwigDefaultDelegatingEngine
  3195.      */
  3196.     protected function getPimcore_Templating_Engine_DelegatingService()
  3197.     {
  3198.         return $this->services['pimcore.templating.engine.delegating'] = new \Pimcore\Templating\TwigDefaultDelegatingEngine(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  3199.     }
  3200.     /**
  3201.      * Gets the public 'pimcore_admin.security.user_loader' shared autowired service.
  3202.      *
  3203.      * @return \Pimcore\Bundle\AdminBundle\Security\User\UserLoader
  3204.      */
  3205.     protected function getPimcoreAdmin_Security_UserLoaderService()
  3206.     {
  3207.         return $this->services['pimcore_admin.security.user_loader'] = new \Pimcore\Bundle\AdminBundle\Security\User\UserLoader(($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
  3208.     }
  3209.     /**
  3210.      * Gets the public 'pimcore_ecommerce.environment' shared autowired service.
  3211.      *
  3212.      * @return \App\Ecommerce\Overrides\Environment
  3213.      */
  3214.     protected function getPimcoreEcommerce_EnvironmentService()
  3215.     {
  3216.         $this->services['pimcore_ecommerce.environment'] = $instance = new \App\Ecommerce\Overrides\Environment(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->getLocaleServiceInterfaceService()), []);
  3217.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3218.         return $instance;
  3219.     }
  3220.     /**
  3221.      * Gets the public 'pimcore_ecommerce.tracking.tracking_manager' shared autowired service.
  3222.      *
  3223.      * @return \Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager
  3224.      */
  3225.     protected function getPimcoreEcommerce_Tracking_TrackingManagerService()
  3226.     {
  3227.         $a = new \Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\EnhancedEcommerce(new \Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingItemBuilder(), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3228.         $a->setTracker(($this->privates['Pimcore\\Analytics\\Google\\Tracker'] ?? $this->getTrackerService()));
  3229.         $this->services['pimcore_ecommerce.tracking.tracking_manager'] = $instance = new \Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager(($this->services['pimcore_ecommerce.environment'] ?? $this->getPimcoreEcommerce_EnvironmentService()), [=> $a]);
  3230.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  3231.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3232.         return $instance;
  3233.     }
  3234.     /**
  3235.      * Gets the public 'request_stack' shared service.
  3236.      *
  3237.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3238.      */
  3239.     protected function getRequestStackService()
  3240.     {
  3241.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3242.     }
  3243.     /**
  3244.      * Gets the public 'router' shared service.
  3245.      *
  3246.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  3247.      */
  3248.     protected function getRouterService()
  3249.     {
  3250.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3251.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  3252.         $b = ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService());
  3253.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3254.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  3255.         ], [
  3256.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3257.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'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' => true'resource_type' => 'service'], $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), 'en');
  3258.         $c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3259.         $c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3260.         $d = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  3261.         $e = new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($d, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher(new \Symfony\Component\Routing\RouteCollection(), new \Symfony\Component\Routing\RequestContext())), new \Symfony\Cmf\Component\Routing\ContentAwareGenerator($d$a), '', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $d);
  3262.         $e->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3263.         $e->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  3264.         $f = new \Pimcore\Routing\Staticroute\Router($b, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  3265.         $g = ($this->services['monolog.logger.routing'] ?? $this->getMonolog_Logger_RoutingService());
  3266.         $f->setLogger($g);
  3267.         $f->setLocaleParams([]);
  3268.         $f->setLogger($g);
  3269.         $instance->setContext($b);
  3270.         $instance->add($c'300');
  3271.         $instance->add($e'200');
  3272.         $instance->add(new \Pimcore\Routing\Element\Router($b, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService())), 110);
  3273.         $instance->add($f100);
  3274.         return $instance;
  3275.     }
  3276.     /**
  3277.      * Gets the public 'var_dumper.cloner' shared service.
  3278.      *
  3279.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3280.      */
  3281.     protected function getVarDumper_ClonerService()
  3282.     {
  3283.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3284.         $instance->setMaxItems(2500);
  3285.         $instance->setMinDepth(1);
  3286.         $instance->setMaxString(-1);
  3287.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3288.         return $instance;
  3289.     }
  3290.     /**
  3291.      * Gets the private '.debug.http_client' shared service.
  3292.      *
  3293.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3294.      */
  3295.     protected function get_Debug_HttpClientService()
  3296.     {
  3297.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3298.         if ($this->has('monolog.logger.http_client')) {
  3299.             $a->setLogger(($this->services['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
  3300.         }
  3301.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3302.     }
  3303.     /**
  3304.      * Gets the private '.service_locator.Ro2UxPT' shared service.
  3305.      *
  3306.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3307.      */
  3308.     protected function get_ServiceLocator_Ro2UxPTService()
  3309.     {
  3310.         return $this->privates['.service_locator.Ro2UxPT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3311.             'security.firewall.map.context.data_director_webservice' => ['privates''security.firewall.map.context.data_director_webservice''getSecurity_Firewall_Map_Context_DataDirectorWebserviceService'true],
  3312.             'security.firewall.map.context.data_director_webservice_documentation' => ['privates''security.firewall.map.context.data_director_webservice_documentation''getSecurity_Firewall_Map_Context_DataDirectorWebserviceDocumentationService'true],
  3313.             'security.firewall.map.context.data_director_webservice_short_urls' => ['privates''security.firewall.map.context.data_director_webservice_short_urls''getSecurity_Firewall_Map_Context_DataDirectorWebserviceShortUrlsService'true],
  3314.             'security.firewall.map.context.demo_frontend' => ['privates''security.firewall.map.context.demo_frontend''getSecurity_Firewall_Map_Context_DemoFrontendService'true],
  3315.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  3316.             'security.firewall.map.context.pimcore_admin' => ['privates''security.firewall.map.context.pimcore_admin''getSecurity_Firewall_Map_Context_PimcoreAdminService'true],
  3317.             'security.firewall.map.context.pimcore_admin_webdav' => ['privates''security.firewall.map.context.pimcore_admin_webdav''getSecurity_Firewall_Map_Context_PimcoreAdminWebdavService'true],
  3318.         ], [
  3319.             'security.firewall.map.context.data_director_webservice' => '?',
  3320.             'security.firewall.map.context.data_director_webservice_documentation' => '?',
  3321.             'security.firewall.map.context.data_director_webservice_short_urls' => '?',
  3322.             'security.firewall.map.context.demo_frontend' => '?',
  3323.             'security.firewall.map.context.dev' => '?',
  3324.             'security.firewall.map.context.pimcore_admin' => '?',
  3325.             'security.firewall.map.context.pimcore_admin_webdav' => '?',
  3326.         ]);
  3327.     }
  3328.     /**
  3329.      * Gets the private 'App\Ecommerce\IndexService\SegmentGetter' shared autowired service.
  3330.      *
  3331.      * @return \App\Ecommerce\IndexService\SegmentGetter
  3332.      */
  3333.     protected function getSegmentGetterService()
  3334.     {
  3335.         $a = ($this->services['CustomerManagementFrameworkBundle\\SegmentManager\\SegmentManagerInterface'] ?? $this->getSegmentManagerInterfaceService());
  3336.         if (isset($this->privates['App\\Ecommerce\\IndexService\\SegmentGetter'])) {
  3337.             return $this->privates['App\\Ecommerce\\IndexService\\SegmentGetter'];
  3338.         }
  3339.         return $this->privates['App\\Ecommerce\\IndexService\\SegmentGetter'] = new \App\Ecommerce\IndexService\SegmentGetter($a);
  3340.     }
  3341.     /**
  3342.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  3343.      *
  3344.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  3345.      */
  3346.     protected function getPluginClientFactoryListenerService()
  3347.     {
  3348.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  3349.     }
  3350.     /**
  3351.      * Gets the private 'Pimcore\Analytics\Google\Tracker' shared autowired service.
  3352.      *
  3353.      * @return \Pimcore\Analytics\Google\Tracker
  3354.      */
  3355.     protected function getTrackerService()
  3356.     {
  3357.         $this->privates['Pimcore\\Analytics\\Google\\Tracker'] = $instance = new \Pimcore\Analytics\Google\Tracker(($this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] ?? $this->getSiteIdProviderService()), ($this->privates['Pimcore\\Analytics\\Google\\Config\\ConfigProvider'] ?? ($this->privates['Pimcore\\Analytics\\Google\\Config\\ConfigProvider'] = new \Pimcore\Analytics\Google\Config\ConfigProvider())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3358.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3359.         return $instance;
  3360.     }
  3361.     /**
  3362.      * Gets the private 'Pimcore\Analytics\SiteId\SiteIdProvider' shared autowired service.
  3363.      *
  3364.      * @return \Pimcore\Analytics\SiteId\SiteIdProvider
  3365.      */
  3366.     protected function getSiteIdProviderService()
  3367.     {
  3368.         return $this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] = new \Pimcore\Analytics\SiteId\SiteIdProvider(($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()));
  3369.     }
  3370.     /**
  3371.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener' shared autowired service.
  3372.      *
  3373.      * @return \Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener
  3374.      */
  3375.     protected function getAdminAuthenticationDoubleCheckListenerService()
  3376.     {
  3377.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener(($this->privates['Pimcore\\Http\\RequestMatcherFactory'] ?? ($this->privates['Pimcore\\Http\\RequestMatcherFactory'] = new \Pimcore\Http\RequestMatcherFactory())), ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()), $this->parameters['pimcore.admin.unauthenticated_routes']);
  3378.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3379.         return $instance;
  3380.     }
  3381.     /**
  3382.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener' shared autowired service.
  3383.      *
  3384.      * @return \Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener
  3385.      */
  3386.     protected function getAdminSecurityListenerService()
  3387.     {
  3388.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler'] ?? $this->getContentSecurityPolicyHandlerService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  3389.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3390.         return $instance;
  3391.     }
  3392.     /**
  3393.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener' shared autowired service.
  3394.      *
  3395.      * @return \Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener
  3396.      */
  3397.     protected function getAdminSessionBagListenerService()
  3398.     {
  3399.         return $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener(($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  3400.     }
  3401.     /**
  3402.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener' shared autowired service.
  3403.      *
  3404.      * @return \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener
  3405.      */
  3406.     protected function getCsrfProtectionListenerService()
  3407.     {
  3408.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener(($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] ?? $this->getCsrfProtectionHandlerService()));
  3409.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3410.         return $instance;
  3411.     }
  3412.     /**
  3413.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener' shared autowired service.
  3414.      *
  3415.      * @return \Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener
  3416.      */
  3417.     protected function getCustomAdminEntryPointCheckListenerService()
  3418.     {
  3419.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener(NULL);
  3420.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3421.         return $instance;
  3422.     }
  3423.     /**
  3424.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener' shared autowired service.
  3425.      *
  3426.      * @return \Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener
  3427.      */
  3428.     protected function getEnablePreviewTimeSliderListenerService()
  3429.     {
  3430.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener(($this->services['Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver'] ?? $this->getOutputTimestampResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()));
  3431.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  3432.         return $instance;
  3433.     }
  3434.     /**
  3435.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener' shared autowired service.
  3436.      *
  3437.      * @return \Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener
  3438.      */
  3439.     protected function getHttpCacheListenerService()
  3440.     {
  3441.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  3442.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3443.         return $instance;
  3444.     }
  3445.     /**
  3446.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener' shared autowired service.
  3447.      *
  3448.      * @return \Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener
  3449.      */
  3450.     protected function getUsageStatisticsListenerService()
  3451.     {
  3452.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener(($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  3453.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3454.         return $instance;
  3455.     }
  3456.     /**
  3457.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener' shared autowired service.
  3458.      *
  3459.      * @return \Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener
  3460.      */
  3461.     protected function getUserPerspectiveListenerService()
  3462.     {
  3463.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener(($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()));
  3464.         $a = ($this->services['monolog.logger.admin'] ?? $this->getMonolog_Logger_AdminService());
  3465.         $instance->setLogger($a);
  3466.         $instance->setLogger($a);
  3467.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3468.         return $instance;
  3469.     }
  3470.     /**
  3471.      * Gets the private 'Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator' shared autowired service.
  3472.      *
  3473.      * @return \Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator
  3474.      */
  3475.     protected function getAdminSessionBagConfiguratorService()
  3476.     {
  3477.         return $this->privates['Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator'] = new \Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator(($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  3478.     }
  3479.     /**
  3480.      * Gets the private 'Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector' shared autowired service.
  3481.      *
  3482.      * @return \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector
  3483.      */
  3484.     protected function getPimcoreDataCollectorService()
  3485.     {
  3486.         return $this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector'] = new \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3487.     }
  3488.     /**
  3489.      * Gets the private 'Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector' shared autowired service.
  3490.      *
  3491.      * @return \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector
  3492.      */
  3493.     protected function getPimcoreTargetingDataCollectorService()
  3494.     {
  3495.         return $this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'] = new \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector(($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage())), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] ?? $this->getTargetingDataCollectorService()));
  3496.     }
  3497.     /**
  3498.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener' shared autowired service.
  3499.      *
  3500.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener
  3501.      */
  3502.     protected function getBlockStateListenerService()
  3503.     {
  3504.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener(($this->services['Pimcore\\Document\\Editable\\Block\\BlockStateStack'] ?? ($this->services['Pimcore\\Document\\Editable\\Block\\BlockStateStack'] = new \Pimcore\Document\Editable\Block\BlockStateStack())));
  3505.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3506.         $instance->setLogger($a);
  3507.         $instance->setLogger($a);
  3508.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3509.         return $instance;
  3510.     }
  3511.     /**
  3512.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener' shared autowired service.
  3513.      *
  3514.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener
  3515.      */
  3516.     protected function getDocumentFallbackListenerService()
  3517.     {
  3518.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()), ($this->services['Pimcore\\Model\\Document\\Service'] ?? ($this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service())));
  3519.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3520.         return $instance;
  3521.     }
  3522.     /**
  3523.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener' shared autowired service.
  3524.      *
  3525.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener
  3526.      */
  3527.     protected function getDocumentMetaDataListenerService()
  3528.     {
  3529.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadMeta'] ?? $this->getHeadMetaService()));
  3530.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3531.         return $instance;
  3532.     }
  3533.     /**
  3534.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener' shared autowired service.
  3535.      *
  3536.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener
  3537.      */
  3538.     protected function getEditmodeListenerService()
  3539.     {
  3540.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener(($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['pimcore_admin.security.user_loader'] ?? $this->getPimcoreAdmin_Security_UserLoaderService()), ($this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'] ?? $this->getPimcoreBundleManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] ?? ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] = new \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector())));
  3541.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3542.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3543.         return $instance;
  3544.     }
  3545.     /**
  3546.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener' shared autowired service.
  3547.      *
  3548.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener
  3549.      */
  3550.     protected function getElementListenerService()
  3551.     {
  3552.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['pimcore_admin.security.user_loader'] ?? $this->getPimcoreAdmin_Security_UserLoaderService()), ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  3553.         $a = ($this->services['monolog.logger.init'] ?? $this->getMonolog_Logger_InitService());
  3554.         $instance->setLogger($a);
  3555.         $instance->setLogger($a);
  3556.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3557.         return $instance;
  3558.     }
  3559.     /**
  3560.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener' shared autowired service.
  3561.      *
  3562.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener
  3563.      */
  3564.     protected function getGlobalTemplateVariablesListenerService()
  3565.     {
  3566.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3567.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3568.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3569.         return $instance;
  3570.     }
  3571.     /**
  3572.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener' shared autowired service.
  3573.      *
  3574.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener
  3575.      */
  3576.     protected function getGoogleSearchConsoleVerificationListenerService()
  3577.     {
  3578.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener();
  3579.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3580.         return $instance;
  3581.     }
  3582.     /**
  3583.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener' shared autowired service.
  3584.      *
  3585.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener
  3586.      */
  3587.     protected function getHardlinkCanonicalListenerService()
  3588.     {
  3589.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()));
  3590.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3591.         return $instance;
  3592.     }
  3593.     /**
  3594.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener' shared autowired service.
  3595.      *
  3596.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener
  3597.      */
  3598.     protected function getInternalWysiwygHtmlAttributeFilterListenerService()
  3599.     {
  3600.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener();
  3601.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  3602.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3603.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  3604.         return $instance;
  3605.     }
  3606.     /**
  3607.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener' shared autowired service.
  3608.      *
  3609.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener
  3610.      */
  3611.     protected function getLocaleListenerService()
  3612.     {
  3613.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener();
  3614.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3615.         return $instance;
  3616.     }
  3617.     /**
  3618.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener' shared autowired service.
  3619.      *
  3620.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener
  3621.      */
  3622.     protected function getOutputTimestampListenerService()
  3623.     {
  3624.         return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener(($this->services['Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver'] ?? $this->getOutputTimestampResolverService()));
  3625.     }
  3626.     /**
  3627.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener' shared autowired service.
  3628.      *
  3629.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener
  3630.      */
  3631.     protected function getRoutingListenerService()
  3632.     {
  3633.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->privates['Pimcore\\Routing\\RedirectHandler'] ?? $this->getRedirectHandlerService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  3634.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3635.         return $instance;
  3636.     }
  3637.     /**
  3638.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener' shared autowired service.
  3639.      *
  3640.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener
  3641.      */
  3642.     protected function getStaticPageGeneratorListenerService()
  3643.     {
  3644.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener(($this->services['Pimcore\\Document\\StaticPageGenerator'] ?? $this->getStaticPageGeneratorService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  3645.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3646.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  3647.         return $instance;
  3648.     }
  3649.     /**
  3650.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener' shared autowired service.
  3651.      *
  3652.      * @return \Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener
  3653.      */
  3654.     protected function getMaintenancePageListenerService()
  3655.     {
  3656.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener(($this->services['kernel'] ?? $this->get('kernel'1)));
  3657.         $instance->loadTemplateFromResource('@PimcoreCoreBundle/Resources/misc/maintenance.html');
  3658.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  3659.         return $instance;
  3660.     }
  3661.     /**
  3662.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener' shared autowired service.
  3663.      *
  3664.      * @return \Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener
  3665.      */
  3666.     protected function getPimcoreContextListenerService()
  3667.     {
  3668.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3669.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3670.         $instance->setLogger($a);
  3671.         $instance->setLogger($a);
  3672.         return $instance;
  3673.     }
  3674.     /**
  3675.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener' shared autowired service.
  3676.      *
  3677.      * @return \Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener
  3678.      */
  3679.     protected function getResponseHeaderListenerService()
  3680.     {
  3681.         return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener(($this->services['Pimcore\\Http\\Request\\Resolver\\ResponseHeaderResolver'] ?? $this->getResponseHeaderResolverService()));
  3682.     }
  3683.     /**
  3684.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener' shared autowired service.
  3685.      *
  3686.      * @return \Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener
  3687.      */
  3688.     protected function getResponseStackListenerService()
  3689.     {
  3690.         return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener(($this->privates['Pimcore\\Http\\ResponseStack'] ?? ($this->privates['Pimcore\\Http\\ResponseStack'] = new \Pimcore\Http\ResponseStack())));
  3691.     }
  3692.     /**
  3693.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener' shared autowired service.
  3694.      *
  3695.      * @return \Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener
  3696.      */
  3697.     protected function getTranslationDebugListenerService()
  3698.     {
  3699.         return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()), 'pimcore_debug_translations');
  3700.     }
  3701.     /**
  3702.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener' shared autowired service.
  3703.      *
  3704.      * @return \Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener
  3705.      */
  3706.     protected function getWebDebugToolbarListenerService()
  3707.     {
  3708.         return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->privates['Pimcore\\Http\\RequestMatcherFactory'] ?? ($this->privates['Pimcore\\Http\\RequestMatcherFactory'] = new \Pimcore\Http\RequestMatcherFactory())), ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $this->parameters['pimcore.web_profiler.toolbar.excluded_routes']);
  3709.     }
  3710.     /**
  3711.      * Gets the private 'Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener' shared autowired service.
  3712.      *
  3713.      * @return \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener
  3714.      */
  3715.     protected function getTrackingCodeFlashMessageListenerService()
  3716.     {
  3717.         $this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] = $instance = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['pimcore_ecommerce.tracking.tracking_manager'] ?? $this->getPimcoreEcommerce_Tracking_TrackingManagerService()));
  3718.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3719.         return $instance;
  3720.     }
  3721.     /**
  3722.      * Gets the private 'Pimcore\Document\Editable\EditmodeEditableDefinitionCollector' shared autowired service.
  3723.      *
  3724.      * @return \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector
  3725.      */
  3726.     protected function getEditmodeEditableDefinitionCollectorService()
  3727.     {
  3728.         return $this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] = new \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector();
  3729.     }
  3730.     /**
  3731.      * Gets the private 'Pimcore\Http\Response\CodeInjector' shared autowired service.
  3732.      *
  3733.      * @return \Pimcore\Http\Response\CodeInjector
  3734.      */
  3735.     protected function getCodeInjectorService()
  3736.     {
  3737.         return $this->privates['Pimcore\\Http\\Response\\CodeInjector'] = new \Pimcore\Http\Response\CodeInjector(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  3738.     }
  3739.     /**
  3740.      * Gets the private 'Pimcore\Routing\Dynamic\DocumentRouteHandler' shared autowired service.
  3741.      *
  3742.      * @return \Pimcore\Routing\Dynamic\DocumentRouteHandler
  3743.      */
  3744.     protected function getDocumentRouteHandlerService()
  3745.     {
  3746.         return $this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] = new \Pimcore\Routing\Dynamic\DocumentRouteHandler(($this->services['Pimcore\\Model\\Document\\Service'] ?? ($this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service())), ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())), ($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  3747.     }
  3748.     /**
  3749.      * Gets the private 'Pimcore\Routing\RedirectHandler' shared autowired service.
  3750.      *
  3751.      * @return \Pimcore\Routing\RedirectHandler
  3752.      */
  3753.     protected function getRedirectHandlerService()
  3754.     {
  3755.         $this->privates['Pimcore\\Routing\\RedirectHandler'] = $instance = new \Pimcore\Routing\RedirectHandler(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())), ($this->services['Symfony\\Component\\Lock\\LockFactory'] ?? $this->getLockFactoryService()));
  3756.         $a = ($this->services['monolog.logger.routing'] ?? $this->getMonolog_Logger_RoutingService());
  3757.         $instance->setLogger($a);
  3758.         $instance->setLogger($a);
  3759.         return $instance;
  3760.     }
  3761.     /**
  3762.      * Gets the private 'Pimcore\Targeting\ActionHandler\DelegatingActionHandler' shared autowired service.
  3763.      *
  3764.      * @return \Pimcore\Targeting\ActionHandler\DelegatingActionHandler
  3765.      */
  3766.     protected function getDelegatingActionHandlerService()
  3767.     {
  3768.         return $this->privates['Pimcore\\Targeting\\ActionHandler\\DelegatingActionHandler'] = new \Pimcore\Targeting\ActionHandler\DelegatingActionHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3769.             'assign_target_group' => ['privates''CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\AssignTargetGroupAndSegment''getAssignTargetGroupAndSegmentService'true],
  3770.             'cmf_apply_target_groups_from_segments' => ['privates''CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\ApplyTargetGroupsFromSegments''getApplyTargetGroupsFromSegmentsService'true],
  3771.             'cmf_track_activity' => ['privates''CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\TrackActivity''getTrackActivityService'true],
  3772.             'cmf_track_segment' => ['privates''CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\TrackSegment''getTrackSegmentService'true],
  3773.             'codesnippet' => ['privates''Pimcore\\Targeting\\ActionHandler\\CodeSnippet''getCodeSnippetService'true],
  3774.             'redirect' => ['privates''Pimcore\\Targeting\\ActionHandler\\Redirect''getRedirectService'true],
  3775.         ], [
  3776.             'assign_target_group' => '?',
  3777.             'cmf_apply_target_groups_from_segments' => '?',
  3778.             'cmf_track_activity' => '?',
  3779.             'cmf_track_segment' => '?',
  3780.             'codesnippet' => '?',
  3781.             'redirect' => '?',
  3782.         ]), ($this->privates['Pimcore\\Targeting\\DataLoader'] ?? $this->getDataLoaderService()));
  3783.     }
  3784.     /**
  3785.      * Gets the private 'Pimcore\Targeting\ConditionMatcher' shared autowired service.
  3786.      *
  3787.      * @return \Pimcore\Targeting\ConditionMatcher
  3788.      */
  3789.     protected function getConditionMatcherService()
  3790.     {
  3791.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3792.         return $this->privates['Pimcore\\Targeting\\ConditionMatcher'] = new \Pimcore\Targeting\ConditionMatcher(new \Pimcore\Targeting\ConditionFactory($a$this->parameters['pimcore.targeting.conditions']), ($this->privates['Pimcore\\Targeting\\DataLoader'] ?? $this->getDataLoaderService()), $a, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3793.     }
  3794.     /**
  3795.      * Gets the private 'Pimcore\Targeting\DataLoader' shared autowired service.
  3796.      *
  3797.      * @return \Pimcore\Targeting\DataLoader
  3798.      */
  3799.     protected function getDataLoaderService()
  3800.     {
  3801.         $this->privates['Pimcore\\Targeting\\DataLoader'] = $instance = new \Pimcore\Targeting\DataLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3802.             'cmf_customer' => ['privates''CustomerManagementFrameworkBundle\\Targeting\\DataProvider\\Customer''getCustomerService'true],
  3803.             'cmf_customer_segments' => ['privates''CustomerManagementFrameworkBundle\\Targeting\\DataProvider\\CustomerSegments''getCustomerSegmentsService'true],
  3804.             'device' => ['privates''Pimcore\\Targeting\\DataProvider\\Device''getDeviceService'true],
  3805.             'geoip' => ['privates''Pimcore\\Targeting\\DataProvider\\GeoIp''getGeoIpService'true],
  3806.             'geolocation' => ['privates''Pimcore\\Targeting\\DataProvider\\GeoLocation''getGeoLocationService'true],
  3807.             'targeting_storage' => ['privates''Pimcore\\Targeting\\DataProvider\\TargetingStorage''getTargetingStorageService'true],
  3808.             'visited_pages_counter' => ['privates''Pimcore\\Targeting\\DataProvider\\VisitedPagesCounter''getVisitedPagesCounterService'true],
  3809.         ], [
  3810.             'cmf_customer' => '?',
  3811.             'cmf_customer_segments' => '?',
  3812.             'device' => '?',
  3813.             'geoip' => '?',
  3814.             'geolocation' => '?',
  3815.             'targeting_storage' => '?',
  3816.             'visited_pages_counter' => '?',
  3817.         ]));
  3818.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3819.         return $instance;
  3820.     }
  3821.     /**
  3822.      * Gets the private 'Pimcore\Targeting\Debug\OverrideHandler' shared autowired service.
  3823.      *
  3824.      * @return \Pimcore\Targeting\Debug\OverrideHandler
  3825.      */
  3826.     protected function getOverrideHandlerService($lazyLoad true)
  3827.     {
  3828.         if ($lazyLoad) {
  3829.             return $this->privates['Pimcore\\Targeting\\Debug\\OverrideHandler'] = $this->createProxy('OverrideHandler_fb58919', function () {
  3830.                 return \OverrideHandler_fb58919::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3831.                     $wrappedInstance $this->getOverrideHandlerService(false);
  3832.                     $proxy->setProxyInitializer(null);
  3833.                     return true;
  3834.                 });
  3835.             });
  3836.         }
  3837.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/OverrideHandler.php';
  3838.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/OverrideHandlerInterface.php';
  3839.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/DocumentTargetingOverrideHandler.php';
  3840.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/LanguageOverrideHandler.php';
  3841.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/DeviceOverrideHandler.php';
  3842.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/LocationOverrideHandler.php';
  3843.         return new \Pimcore\Targeting\Debug\OverrideHandler(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), [=> new \Pimcore\Targeting\Debug\Override\DocumentTargetingOverrideHandler(($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService())), => new \Pimcore\Targeting\Debug\Override\LanguageOverrideHandler(), => new \Pimcore\Targeting\Debug\Override\DeviceOverrideHandler(), => new \Pimcore\Targeting\Debug\Override\LocationOverrideHandler()]);
  3844.     }
  3845.     /**
  3846.      * Gets the private 'Pimcore\Targeting\Debug\TargetingDataCollector' shared autowired service.
  3847.      *
  3848.      * @return \Pimcore\Targeting\Debug\TargetingDataCollector
  3849.      */
  3850.     protected function getTargetingDataCollectorService()
  3851.     {
  3852.         $this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] = $instance = new \Pimcore\Targeting\Debug\TargetingDataCollector(($this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] ?? $this->getCookieStorageService()), ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService()));
  3853.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3854.         return $instance;
  3855.     }
  3856.     /**
  3857.      * Gets the private 'Pimcore\Targeting\EventListener\TargetingListener' shared autowired service.
  3858.      *
  3859.      * @return \Pimcore\Targeting\EventListener\TargetingListener
  3860.      */
  3861.     protected function getTargetingListenerService()
  3862.     {
  3863.         $a = ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage()));
  3864.         $b = ($this->privates['Pimcore\\Targeting\\ActionHandler\\DelegatingActionHandler'] ?? $this->getDelegatingActionHandlerService());
  3865.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3866.         $d = new \Pimcore\Targeting\VisitorInfoResolver(($this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] ?? $this->getCookieStorageService()), $a, ($this->privates['Pimcore\\Targeting\\ConditionMatcher'] ?? $this->getConditionMatcherService()), $b, ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $c);
  3867.         $e = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3868.         $d->setStopwatch($e);
  3869.         $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] = $instance = new \Pimcore\Targeting\EventListener\TargetingListener($d$b$a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), new \Pimcore\Targeting\Code\TargetingCodeGenerator($c, ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService())));
  3870.         $instance->setStopwatch($e);
  3871.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3872.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  3873.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  3874.         return $instance;
  3875.     }
  3876.     /**
  3877.      * Gets the private 'Pimcore\Targeting\EventListener\ToolbarListener' shared autowired service.
  3878.      *
  3879.      * @return \Pimcore\Targeting\EventListener\ToolbarListener
  3880.      */
  3881.     protected function getToolbarListenerService()
  3882.     {
  3883.         $this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] = $instance = new \Pimcore\Targeting\EventListener\ToolbarListener(($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage())), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] ?? $this->getTargetingDataCollectorService()), ($this->privates['Pimcore\\Targeting\\Debug\\OverrideHandler'] ?? $this->getOverrideHandlerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService()), ($this->privates['Pimcore\\Http\\Response\\CodeInjector'] ?? $this->getCodeInjectorService()));
  3884.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3885.         return $instance;
  3886.     }
  3887.     /**
  3888.      * Gets the private 'Pimcore\Targeting\Storage\CookieStorage' shared autowired service.
  3889.      *
  3890.      * @return \Pimcore\Targeting\Storage\CookieStorage
  3891.      */
  3892.     protected function getCookieStorageService()
  3893.     {
  3894.         return $this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] = new \Pimcore\Targeting\Storage\CookieStorage(new \Pimcore\Targeting\Storage\Cookie\JWTCookieSaveHandler('QaVpnNhYREDoTP/3XISEzplzVlqmVPup0VbXDDqVCTg=', [], NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3895.     }
  3896.     /**
  3897.      * Gets the private 'Pimcore\Templating\Renderer\ActionRenderer' shared autowired service.
  3898.      *
  3899.      * @return \Pimcore\Templating\Renderer\ActionRenderer
  3900.      */
  3901.     protected function getActionRendererService()
  3902.     {
  3903.         return $this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] = new \Pimcore\Templating\Renderer\ActionRenderer(($this->privates['twig.runtime.httpkernel'] ?? $this->getTwig_Runtime_HttpkernelService()));
  3904.     }
  3905.     /**
  3906.      * Gets the private 'Pimcore\Twig\Extension\SubrequestExtension' shared autowired service.
  3907.      *
  3908.      * @return \Pimcore\Twig\Extension\SubrequestExtension
  3909.      */
  3910.     protected function getSubrequestExtensionService($lazyLoad true)
  3911.     {
  3912.         if ($lazyLoad) {
  3913.             return $this->privates['Pimcore\\Twig\\Extension\\SubrequestExtension'] = $this->createProxy('SubrequestExtension_ac4dffd', function () {
  3914.                 return \SubrequestExtension_ac4dffd::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3915.                     $wrappedInstance $this->getSubrequestExtensionService(false);
  3916.                     $proxy->setProxyInitializer(null);
  3917.                     return true;
  3918.                 });
  3919.             });
  3920.         }
  3921.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/SubrequestExtension.php';
  3922.         return new \Pimcore\Twig\Extension\SubrequestExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'] ?? $this->getIncService()));
  3923.     }
  3924.     /**
  3925.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadLink' shared autowired service.
  3926.      *
  3927.      * @return \Pimcore\Twig\Extension\Templating\HeadLink
  3928.      */
  3929.     protected function getHeadLinkService()
  3930.     {
  3931.         return $this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadLink'] = new \Pimcore\Twig\Extension\Templating\HeadLink(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())), ($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService()));
  3932.     }
  3933.     /**
  3934.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadMeta' shared autowired service.
  3935.      *
  3936.      * @return \Pimcore\Twig\Extension\Templating\HeadMeta
  3937.      */
  3938.     protected function getHeadMetaService()
  3939.     {
  3940.         return $this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadMeta'] = new \Pimcore\Twig\Extension\Templating\HeadMeta(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
  3941.     }
  3942.     /**
  3943.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadScript' shared autowired service.
  3944.      *
  3945.      * @return \Pimcore\Twig\Extension\Templating\HeadScript
  3946.      */
  3947.     protected function getHeadScriptService()
  3948.     {
  3949.         return $this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadScript'] = new \Pimcore\Twig\Extension\Templating\HeadScript(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())), ($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService()));
  3950.     }
  3951.     /**
  3952.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadStyle' shared autowired service.
  3953.      *
  3954.      * @return \Pimcore\Twig\Extension\Templating\HeadStyle
  3955.      */
  3956.     protected function getHeadStyleService()
  3957.     {
  3958.         return $this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadStyle'] = new \Pimcore\Twig\Extension\Templating\HeadStyle(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
  3959.     }
  3960.     /**
  3961.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadTitle' shared autowired service.
  3962.      *
  3963.      * @return \Pimcore\Twig\Extension\Templating\HeadTitle
  3964.      */
  3965.     protected function getHeadTitleService()
  3966.     {
  3967.         return $this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadTitle'] = new \Pimcore\Twig\Extension\Templating\HeadTitle(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
  3968.     }
  3969.     /**
  3970.      * Gets the private 'Pimcore\Twig\Extension\Templating\Inc' shared autowired service.
  3971.      *
  3972.      * @return \Pimcore\Twig\Extension\Templating\Inc
  3973.      */
  3974.     protected function getIncService()
  3975.     {
  3976.         return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'] = new \Pimcore\Twig\Extension\Templating\Inc(new \Pimcore\Templating\Renderer\IncludeRenderer(($this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] ?? $this->getActionRendererService()), ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService())), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()));
  3977.     }
  3978.     /**
  3979.      * Gets the private 'Pimcore\Twig\Extension\Templating\InlineScript' shared autowired service.
  3980.      *
  3981.      * @return \Pimcore\Twig\Extension\Templating\InlineScript
  3982.      */
  3983.     protected function getInlineScriptService()
  3984.     {
  3985.         return $this->privates['Pimcore\\Twig\\Extension\\Templating\\InlineScript'] = new \Pimcore\Twig\Extension\Templating\InlineScript(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())), ($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService()));
  3986.     }
  3987.     /**
  3988.      * Gets the private 'Pimcore\Twig\Extension\Templating\Navigation' shared autowired service.
  3989.      *
  3990.      * @return \Pimcore\Twig\Extension\Templating\Navigation
  3991.      */
  3992.     protected function getNavigationService($lazyLoad true)
  3993.     {
  3994.         if ($lazyLoad) {
  3995.             return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Navigation'] = $this->createProxy('Navigation_62d2b4b', function () {
  3996.                 return \Navigation_62d2b4b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3997.                     $wrappedInstance $this->getNavigationService(false);
  3998.                     $proxy->setProxyInitializer(null);
  3999.                     return true;
  4000.                 });
  4001.             });
  4002.         }
  4003.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Navigation.php';
  4004.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Navigation/Builder.php';
  4005.         return new \Pimcore\Twig\Extension\Templating\Navigation(new \Pimcore\Navigation\Builder(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4006.             'breadcrumbs' => ['privates''Pimcore\\Navigation\\Renderer\\Breadcrumbs''getBreadcrumbsService'true],
  4007.             'menu' => ['privates''Pimcore\\Navigation\\Renderer\\Menu''getMenuService'true],
  4008.         ], [
  4009.             'breadcrumbs' => '?',
  4010.             'menu' => '?',
  4011.         ]));
  4012.     }
  4013.     /**
  4014.      * Gets the private 'Pimcore\Twig\Extension\Templating\PimcoreUrl' shared autowired service.
  4015.      *
  4016.      * @return \App\Website\Tool\PimcoreUrl
  4017.      */
  4018.     protected function getPimcoreUrlService()
  4019.     {
  4020.         return $this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] = new \App\Website\Tool\PimcoreUrl(($this->services['router'] ?? $this->getRouterService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
  4021.     }
  4022.     /**
  4023.      * Gets the private 'Pimcore\Twig\Extension\Templating\Placeholder' shared autowired service.
  4024.      *
  4025.      * @return \Pimcore\Twig\Extension\Templating\Placeholder
  4026.      */
  4027.     protected function getPlaceholderService()
  4028.     {
  4029.         return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder'] = new \Pimcore\Twig\Extension\Templating\Placeholder(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
  4030.     }
  4031.     /**
  4032.      * Gets the private 'annotations.cache_adapter' shared service.
  4033.      *
  4034.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4035.      */
  4036.     protected function getAnnotations_CacheAdapterService()
  4037.     {
  4038.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4039.     }
  4040.     /**
  4041.      * Gets the private 'annotations.cached_reader' shared service.
  4042.      *
  4043.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4044.      */
  4045.     protected function getAnnotations_CachedReaderService()
  4046.     {
  4047.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4048.     }
  4049.     /**
  4050.      * Gets the private 'annotations.reader' shared service.
  4051.      *
  4052.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4053.      */
  4054.     protected function getAnnotations_ReaderService()
  4055.     {
  4056.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4057.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4058.         $a->registerUniqueLoader('class_exists');
  4059.         $instance->addGlobalIgnoredName('required'$a);
  4060.         return $instance;
  4061.     }
  4062.     /**
  4063.      * Gets the private 'cache.annotations' shared service.
  4064.      *
  4065.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4066.      */
  4067.     protected function getCache_AnnotationsService()
  4068.     {
  4069.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UD8vRhEQgE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4070.     }
  4071.     /**
  4072.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  4073.      *
  4074.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4075.      */
  4076.     protected function getCache_Messenger_RestartWorkersSignalService()
  4077.     {
  4078.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ProxyAdapter(($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService()), 'app'));
  4079.     }
  4080.     /**
  4081.      * Gets the private 'cache.property_info' shared service.
  4082.      *
  4083.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4084.      */
  4085.     protected function getCache_PropertyInfoService()
  4086.     {
  4087.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ni88dwzGMU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4088.     }
  4089.     /**
  4090.      * Gets the private 'cache.rate_limiter' shared service.
  4091.      *
  4092.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4093.      */
  4094.     protected function getCache_RateLimiterService()
  4095.     {
  4096.         return $this->privates['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ProxyAdapter(($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService()), 'app'));
  4097.     }
  4098.     /**
  4099.      * Gets the private 'cache.security_expression_language' shared service.
  4100.      *
  4101.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4102.      */
  4103.     protected function getCache_SecurityExpressionLanguageService()
  4104.     {
  4105.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sEExouJ5Sm'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4106.     }
  4107.     /**
  4108.      * Gets the private 'cache.serializer' shared service.
  4109.      *
  4110.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4111.      */
  4112.     protected function getCache_SerializerService()
  4113.     {
  4114.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FRWn2VJmqC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4115.     }
  4116.     /**
  4117.      * Gets the private 'cache.validator' shared service.
  4118.      *
  4119.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4120.      */
  4121.     protected function getCache_ValidatorService()
  4122.     {
  4123.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('r7uIECxaoC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4124.     }
  4125.     /**
  4126.      * Gets the private 'config_cache_factory' shared service.
  4127.      *
  4128.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  4129.      */
  4130.     protected function getConfigCacheFactoryService()
  4131.     {
  4132.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  4133.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  4134.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  4135.         }, 2));
  4136.     }
  4137.     /**
  4138.      * Gets the private 'data_collector.form' shared service.
  4139.      *
  4140.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4141.      */
  4142.     protected function getDataCollector_FormService()
  4143.     {
  4144.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4145.     }
  4146.     /**
  4147.      * Gets the private 'data_collector.request' shared service.
  4148.      *
  4149.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4150.      */
  4151.     protected function getDataCollector_RequestService()
  4152.     {
  4153.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4154.     }
  4155.     /**
  4156.      * Gets the private 'debug.controller_resolver' shared service.
  4157.      *
  4158.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  4159.      */
  4160.     protected function getDebug_ControllerResolverService()
  4161.     {
  4162.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->services['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4163.     }
  4164.     /**
  4165.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4166.      *
  4167.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4168.      */
  4169.     protected function getDebug_DebugHandlersListenerService()
  4170.     {
  4171.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ($this->services['monolog.logger.php'] ?? $this->getMonolog_Logger_PhpService()), NULL, -1truetrueNULL);
  4172.     }
  4173.     /**
  4174.      * Gets the private 'debug.file_link_formatter' shared service.
  4175.      *
  4176.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4177.      */
  4178.     protected function getDebug_FileLinkFormatterService()
  4179.     {
  4180.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  4181.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  4182.         });
  4183.     }
  4184.     /**
  4185.      * Gets the private 'debug.log_processor' shared service.
  4186.      *
  4187.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4188.      */
  4189.     protected function getDebug_LogProcessorService()
  4190.     {
  4191.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4192.     }
  4193.     /**
  4194.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4195.      *
  4196.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4197.      */
  4198.     protected function getDebug_Security_Access_DecisionManagerService()
  4199.     {
  4200.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  4201.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  4202.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  4203.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  4204.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  4205.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4206.     }
  4207.     /**
  4208.      * Gets the private 'debug.security.firewall' shared service.
  4209.      *
  4210.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4211.      */
  4212.     protected function getDebug_Security_FirewallService()
  4213.     {
  4214.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4215.     }
  4216.     /**
  4217.      * Gets the private 'exception_listener' shared service.
  4218.      *
  4219.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4220.      */
  4221.     protected function getExceptionListenerService()
  4222.     {
  4223.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->services['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4224.     }
  4225.     /**
  4226.      * Gets the private 'form.registry' shared service.
  4227.      *
  4228.      * @return \Symfony\Component\Form\FormRegistry
  4229.      */
  4230.     protected function getForm_RegistryService()
  4231.     {
  4232.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4233.             'App\\Form\\CarSubmitFormType' => ['privates''App\\Form\\CarSubmitFormType''getCarSubmitFormTypeService'true],
  4234.             'App\\Form\\DeliveryAddressFormType' => ['privates''App\\Form\\DeliveryAddressFormType''getDeliveryAddressFormTypeService'true],
  4235.             'App\\Form\\LoginFormType' => ['privates''App\\Form\\LoginFormType''getLoginFormTypeService'true],
  4236.             'App\\Form\\RegistrationFormType' => ['privates''App\\Form\\RegistrationFormType''getRegistrationFormTypeService'true],
  4237.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  4238.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  4239.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  4240.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  4241.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  4242.         ], [
  4243.             'App\\Form\\CarSubmitFormType' => '?',
  4244.             'App\\Form\\DeliveryAddressFormType' => '?',
  4245.             'App\\Form\\LoginFormType' => '?',
  4246.             'App\\Form\\RegistrationFormType' => '?',
  4247.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  4248.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4249.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4250.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4251.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4252.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4253.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  4254.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  4255.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  4256.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  4257.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  4258.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  4259.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4260.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4261.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4262.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4263.         }, 1)], new RewindableGenerator(function () {
  4264.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  4265.         }, 1))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4266.     }
  4267.     /**
  4268.      * Gets the private 'fragment.renderer.inline' shared service.
  4269.      *
  4270.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4271.      */
  4272.     protected function getFragment_Renderer_InlineService()
  4273.     {
  4274.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4275.         $instance->setFragmentPath('/_fragment');
  4276.         return $instance;
  4277.     }
  4278.     /**
  4279.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4280.      *
  4281.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4282.      */
  4283.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4284.     {
  4285.         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())));
  4286.     }
  4287.     /**
  4288.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4289.      *
  4290.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4291.      */
  4292.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4293.     {
  4294.         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['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  4295.     }
  4296.     /**
  4297.      * Gets the private 'hwi_oauth.security.oauth_utils' shared service.
  4298.      *
  4299.      * @return \CustomerManagementFrameworkBundle\Security\OAuth\OAuthUtils
  4300.      */
  4301.     protected function getHwiOauth_Security_OauthUtilsService()
  4302.     {
  4303.         $this->privates['hwi_oauth.security.oauth_utils'] = $instance = new \CustomerManagementFrameworkBundle\Security\OAuth\OAuthUtils(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), false'IS_AUTHENTICATED_REMEMBERED');
  4304.         $instance->addResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.demo_frontend'] ?? $this->getHwiOauth_ResourceOwnermap_DemoFrontendService()));
  4305.         return $instance;
  4306.     }
  4307.     /**
  4308.      * Gets the private 'locale_aware_listener' shared service.
  4309.      *
  4310.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4311.      */
  4312.     protected function getLocaleAwareListenerService()
  4313.     {
  4314.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4315.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4316.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4317.             yield => ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService());
  4318.             yield => ($this->privates['Pimcore\\Bundle\\AdminBundle\\Translation\\AdminUserTranslator'] ?? $this->load('getAdminUserTranslatorService'));
  4319.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4320.     }
  4321.     /**
  4322.      * Gets the private 'locale_listener' shared service.
  4323.      *
  4324.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4325.      */
  4326.     protected function getLocaleListener2Service()
  4327.     {
  4328.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  4329.     }
  4330.     /**
  4331.      * Gets the private 'monolog.handler.console' shared service.
  4332.      *
  4333.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4334.      */
  4335.     protected function getMonolog_Handler_ConsoleService()
  4336.     {
  4337.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4338.     }
  4339.     /**
  4340.      * Gets the private 'monolog.handler.main' shared service.
  4341.      *
  4342.      * @return \Monolog\Handler\StreamHandler
  4343.      */
  4344.     protected function getMonolog_Handler_MainService()
  4345.     {
  4346.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  4347.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4348.         return $instance;
  4349.     }
  4350.     /**
  4351.      * Gets the private 'monolog.logger' shared service.
  4352.      *
  4353.      * @return \Symfony\Bridge\Monolog\Logger
  4354.      */
  4355.     protected function getMonolog_LoggerService()
  4356.     {
  4357.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4358.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4359.         $instance->useMicrosecondTimestamps(true);
  4360.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4361.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4362.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4363.         return $instance;
  4364.     }
  4365.     /**
  4366.      * Gets the private 'parameter_bag' shared service.
  4367.      *
  4368.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4369.      */
  4370.     protected function getParameterBagService()
  4371.     {
  4372.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4373.     }
  4374.     /**
  4375.      * Gets the private 'pimcore.cache.adapter.doctrine_dbal' shared autowired service.
  4376.      *
  4377.      * @return \Symfony\Component\Cache\Adapter\DoctrineDbalAdapter
  4378.      */
  4379.     protected function getPimcore_Cache_Adapter_DoctrineDbalService()
  4380.     {
  4381.         $this->privates['pimcore.cache.adapter.doctrine_dbal'] = $instance = new \Symfony\Component\Cache\Adapter\DoctrineDbalAdapter(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ''31536000);
  4382.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4383.         return $instance;
  4384.     }
  4385.     /**
  4386.      * Gets the private 'pimcore.cache.adapter.redis_tag_aware' shared service.
  4387.      *
  4388.      * @return \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter
  4389.      */
  4390.     protected function getPimcore_Cache_Adapter_RedisTagAwareService()
  4391.     {
  4392.         return $this->privates['pimcore.cache.adapter.redis_tag_aware'] = new \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter(($this->privates['pimcore.cache.adapter.redis_tag_aware.recorder_inner'] ?? $this->getPimcore_Cache_Adapter_RedisTagAware_RecorderInnerService()));
  4393.     }
  4394.     /**
  4395.      * Gets the private 'pimcore.cache.adapter.redis_tag_aware.recorder_inner' shared autowired service.
  4396.      *
  4397.      * @return \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter
  4398.      */
  4399.     protected function getPimcore_Cache_Adapter_RedisTagAware_RecorderInnerService($lazyLoad true)
  4400.     {
  4401.         if ($lazyLoad) {
  4402.             return $this->privates['pimcore.cache.adapter.redis_tag_aware.recorder_inner'] = $this->createProxy('RedisTagAwareAdapter_310208a', function () {
  4403.                 return \RedisTagAwareAdapter_310208a::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4404.                     $wrappedInstance $this->getPimcore_Cache_Adapter_RedisTagAware_RecorderInnerService(false);
  4405.                     $proxy->setProxyInitializer(null);
  4406.                     return true;
  4407.                 });
  4408.             });
  4409.         }
  4410.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php';
  4411.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  4412.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php';
  4413.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  4414.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  4415.         $instance = new \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://localhost', ['lazy' => true]), 'Azy56ZF1fQ'0, new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  4416.         $a = ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4417.         $instance->setLogger($a);
  4418.         $instance->setLogger($a);
  4419.         return $instance;
  4420.     }
  4421.     /**
  4422.      * Gets the private 'profiler_listener' shared service.
  4423.      *
  4424.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4425.      */
  4426.     protected function getProfilerListenerService()
  4427.     {
  4428.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  4429.     }
  4430.     /**
  4431.      * Gets the private 'property_info' shared service.
  4432.      *
  4433.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4434.      */
  4435.     protected function getPropertyInfoService()
  4436.     {
  4437.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4438.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4439.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4440.         }, 2), new RewindableGenerator(function () {
  4441.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4442.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4443.         }, 2), new RewindableGenerator(function () {
  4444.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4445.         }, 1), new RewindableGenerator(function () {
  4446.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4447.         }, 1), new RewindableGenerator(function () {
  4448.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4449.         }, 1));
  4450.     }
  4451.     /**
  4452.      * Gets the private 'router.expression_language_provider' shared service.
  4453.      *
  4454.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4455.      */
  4456.     protected function getRouter_ExpressionLanguageProviderService()
  4457.     {
  4458.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4459.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4460.         ], [
  4461.             'env' => 'Closure',
  4462.         ]));
  4463.     }
  4464.     /**
  4465.      * Gets the private 'router_listener' shared service.
  4466.      *
  4467.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4468.      */
  4469.     protected function getRouterListenerService()
  4470.     {
  4471.         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->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService()), ($this->services['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  4472.     }
  4473.     /**
  4474.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  4475.      *
  4476.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  4477.      */
  4478.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  4479.     {
  4480.         return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4481.     }
  4482.     /**
  4483.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  4484.      *
  4485.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  4486.      */
  4487.     protected function getSchebTwoFactor_ProviderRegistryService()
  4488.     {
  4489.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  4490.             yield 'google' => ($this->privates['scheb_two_factor.security.google.provider'] ?? $this->load('getSchebTwoFactor_Security_Google_ProviderService'));
  4491.         }, 1));
  4492.     }
  4493.     /**
  4494.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  4495.      *
  4496.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  4497.      */
  4498.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  4499.     {
  4500.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  4501.     }
  4502.     /**
  4503.      * Gets the private 'security.authentication.form_listener.two_factor.data_director_webservice_documentation' shared service.
  4504.      *
  4505.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  4506.      */
  4507.     protected function getSecurity_Authentication_FormListener_TwoFactor_DataDirectorWebserviceDocumentationService()
  4508.     {
  4509.         return $this->privates['security.authentication.form_listener.two_factor.data_director_webservice_documentation'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener(($this->privates['security.firewall_config.two_factor.data_director_webservice_documentation'] ?? $this->getSecurity_FirewallConfig_TwoFactor_DataDirectorWebserviceDocumentationService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4510.     }
  4511.     /**
  4512.      * Gets the private 'security.authentication.form_listener.two_factor.pimcore_admin' shared service.
  4513.      *
  4514.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  4515.      */
  4516.     protected function getSecurity_Authentication_FormListener_TwoFactor_PimcoreAdminService()
  4517.     {
  4518.         return $this->privates['security.authentication.form_listener.two_factor.pimcore_admin'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener(($this->privates['security.firewall_config.two_factor.pimcore_admin'] ?? $this->getSecurity_FirewallConfig_TwoFactor_PimcoreAdminService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4519.     }
  4520.     /**
  4521.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.data_director_webservice_documentation' shared service.
  4522.      *
  4523.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  4524.      */
  4525.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_DataDirectorWebserviceDocumentationService()
  4526.     {
  4527.         return $this->privates['security.authentication.provider_preparation_listener.two_factor.data_director_webservice_documentation'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener(($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'data_director_webservice_documentation'falsefalse);
  4528.     }
  4529.     /**
  4530.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.pimcore_admin' shared service.
  4531.      *
  4532.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  4533.      */
  4534.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService()
  4535.     {
  4536.         return $this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener(($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'pimcore_admin'falsefalse);
  4537.     }
  4538.     /**
  4539.      * Gets the private 'security.firewall.map' shared service.
  4540.      *
  4541.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4542.      */
  4543.     protected function getSecurity_Firewall_MapService()
  4544.     {
  4545.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.Ro2UxPT'] ?? $this->get_ServiceLocator_Ro2UxPTService()), new RewindableGenerator(function () {
  4546.             yield 'security.firewall.map.context.data_director_webservice_short_urls' => ($this->privates['.security.request_matcher.guNIGDA'] ?? ($this->privates['.security.request_matcher.guNIGDA'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/rest/(import|export|status)')));
  4547.             yield 'security.firewall.map.context.data_director_webservice' => ($this->privates['.security.request_matcher.GF7t1LM'] ?? ($this->privates['.security.request_matcher.GF7t1LM'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/webservice(/.*)?$')));
  4548.             yield 'security.firewall.map.context.data_director_webservice_documentation' => ($this->privates['.security.request_matcher.Llgggz8'] ?? ($this->privates['.security.request_matcher.Llgggz8'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/webservice/(BlackbitDataDirector|BlackbitPim)/rest/documentation/(.*)$')));
  4549.             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)/')));
  4550.             yield 'security.firewall.map.context.pimcore_admin_webdav' => ($this->privates['.security.request_matcher.gpN4paB'] ?? ($this->privates['.security.request_matcher.gpN4paB'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/asset/webdav')));
  4551.             yield 'security.firewall.map.context.pimcore_admin' => ($this->privates['.security.request_matcher.2aAPAae'] ?? ($this->privates['.security.request_matcher.2aAPAae'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin(/.*)?$')));
  4552.             yield 'security.firewall.map.context.demo_frontend' => NULL;
  4553.         }, 7));
  4554.     }
  4555.     /**
  4556.      * Gets the private 'security.firewall_config.two_factor.data_director_webservice_documentation' shared service.
  4557.      *
  4558.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  4559.      */
  4560.     protected function getSecurity_FirewallConfig_TwoFactor_DataDirectorWebserviceDocumentationService()
  4561.     {
  4562.         return $this->privates['security.firewall_config.two_factor.data_director_webservice_documentation'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['auth_form_path' => '/admin/login/2fa''check_path' => '/admin/login/2fa-verify''default_target_path' => '/admin''always_use_default_target_path' => false'auth_code_parameter_name' => '_auth_code''trusted_parameter_name' => '_trusted''multi_factor' => false'post_only' => true'success_handler' => NULL'failure_handler' => NULL'authentication_required_handler' => NULL'remember_me_sets_trusted' => false'prepare_on_login' => false'prepare_on_access_denied' => false'enable_csrf' => false'csrf_parameter' => '_csrf_token''csrf_token_id' => 'two_factor''provider' => NULL], 'data_director_webservice_documentation', ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['scheb_two_factor.security.request_data_reader'] ?? ($this->privates['scheb_two_factor.security.request_data_reader'] = new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader())));
  4563.     }
  4564.     /**
  4565.      * Gets the private 'security.firewall_config.two_factor.pimcore_admin' shared service.
  4566.      *
  4567.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  4568.      */
  4569.     protected function getSecurity_FirewallConfig_TwoFactor_PimcoreAdminService()
  4570.     {
  4571.         return $this->privates['security.firewall_config.two_factor.pimcore_admin'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['auth_form_path' => '/admin/login/2fa''check_path' => '/admin/login/2fa-verify''default_target_path' => '/admin''always_use_default_target_path' => false'auth_code_parameter_name' => '_auth_code''trusted_parameter_name' => '_trusted''multi_factor' => false'post_only' => true'success_handler' => NULL'failure_handler' => NULL'authentication_required_handler' => NULL'remember_me_sets_trusted' => false'prepare_on_login' => false'prepare_on_access_denied' => false'enable_csrf' => false'csrf_parameter' => '_csrf_token''csrf_token_id' => 'two_factor''provider' => NULL], 'pimcore_admin', ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['scheb_two_factor.security.request_data_reader'] ?? ($this->privates['scheb_two_factor.security.request_data_reader'] = new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader())));
  4572.     }
  4573.     /**
  4574.      * Gets the private 'security.http_utils' shared service.
  4575.      *
  4576.      * @return \Symfony\Component\Security\Http\HttpUtils
  4577.      */
  4578.     protected function getSecurity_HttpUtilsService()
  4579.     {
  4580.         $a = ($this->services['router'] ?? $this->getRouterService());
  4581.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  4582.     }
  4583.     /**
  4584.      * Gets the private 'security.logout_url_generator' shared service.
  4585.      *
  4586.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4587.      */
  4588.     protected function getSecurity_LogoutUrlGeneratorService()
  4589.     {
  4590.         $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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4591.         $instance->registerListener('data_director_webservice_documentation''/admin/logout''logout''_csrf_token'NULLNULL);
  4592.         $instance->registerListener('pimcore_admin''/admin/logout''logout''_csrf_token'NULLNULL);
  4593.         $instance->registerListener('demo_frontend''account-logout''logout''_csrf_token'NULLNULL);
  4594.         return $instance;
  4595.     }
  4596.     /**
  4597.      * Gets the private 'security.role_hierarchy' shared service.
  4598.      *
  4599.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4600.      */
  4601.     protected function getSecurity_RoleHierarchyService()
  4602.     {
  4603.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4604.     }
  4605.     /**
  4606.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4607.      *
  4608.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4609.      */
  4610.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4611.     {
  4612.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4613.     }
  4614.     /**
  4615.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4616.      *
  4617.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4618.      */
  4619.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4620.     {
  4621.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4622.         $b = new \Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter();
  4623.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4624.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4625.         $a->add($b, -2'data_object_converter');
  4626.         $a->add($b0NULL);
  4627.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4628.     }
  4629.     /**
  4630.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4631.      *
  4632.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4633.      */
  4634.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4635.     {
  4636.         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()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4637.     }
  4638.     /**
  4639.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4640.      *
  4641.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4642.      */
  4643.     protected function getSensioFrameworkExtra_View_ListenerService()
  4644.     {
  4645.         $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))));
  4646.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4647.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4648.         ], [
  4649.             'twig' => '?',
  4650.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4651.         return $instance;
  4652.     }
  4653.     /**
  4654.      * Gets the private 'session.factory' shared service.
  4655.      *
  4656.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  4657.      */
  4658.     protected function getSession_FactoryService()
  4659.     {
  4660.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  4661.     }
  4662.     /**
  4663.      * Gets the private 'translator.data_collector' shared service.
  4664.      *
  4665.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4666.      */
  4667.     protected function getTranslator_DataCollectorService()
  4668.     {
  4669.         return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4670.     }
  4671.     /**
  4672.      * Gets the private 'translator.default' shared service.
  4673.      *
  4674.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4675.      */
  4676.     protected function getTranslator_DefaultService()
  4677.     {
  4678.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4679.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4680.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4681.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4682.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4683.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4684.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4685.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4686.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4687.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4688.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4689.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4690.         ], [
  4691.             'translation.loader.csv' => '?',
  4692.             'translation.loader.dat' => '?',
  4693.             'translation.loader.ini' => '?',
  4694.             'translation.loader.json' => '?',
  4695.             'translation.loader.mo' => '?',
  4696.             'translation.loader.php' => '?',
  4697.             'translation.loader.po' => '?',
  4698.             'translation.loader.qt' => '?',
  4699.             'translation.loader.res' => '?',
  4700.             'translation.loader.xliff' => '?',
  4701.             'translation.loader.yml' => '?',
  4702.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.de.yml'), => (\dirname(__DIR__4).'/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.de.yml'), => (\dirname(__DIR__4).'/vendor/pimcore/web2print-tools-bundle/src/Resources/translations/admin.de.yml'), => (\dirname(__DIR__4).'/vendor/pimcore/data-importer/src/Resources/translations/admin.de.yml'), => (\dirname(__DIR__4).'/vendor/blackbit/data-director/Resources/translations/admin.de.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.en.yml'), => (\dirname(__DIR__4).'/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.en.yml'), => (\dirname(__DIR__4).'/vendor/pimcore/web2print-tools-bundle/src/Resources/translations/admin.en.yml'), => (\dirname(__DIR__4).'/vendor/pimcore/data-hub/src/Resources/translations/admin.en.yml'), => (\dirname(__DIR__4).'/vendor/pimcore/object-merger/src/Resources/translations/admin.en.yml'), => (\dirname(__DIR__4).'/vendor/pimcore/data-importer/src/Resources/translations/admin.en.yml'), 10 => (\dirname(__DIR__4).'/vendor/blackbit/data-director/Resources/translations/admin.en.yml'), 11 => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fa.yml')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.uk.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'extended' => [=> (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/cs.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/de.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/en.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/es.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/fr.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/hu.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/it.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/nl.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/pl.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/sk.extended.json'), 10 => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/th.extended.json')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.zh.yml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pimcore/web2print-tools-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pimcore/data-hub/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pimcore/object-merger/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/pimcore/data-importer/src/Resources/translations'), 11 => (\dirname(__DIR__4).'/vendor/blackbit/data-director/Resources/translations'), 12 => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations'), 13 => (\dirname(__DIR__4).'/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/pimcore/payment-provider-unzer/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/pimcore/number-sequence-generator/src/translations'), 31 => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/scheb/2fa-bundle/Resources/translations'=> 'vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations'=> 'vendor/pimcore/customer-management-framework-bundle/src/Resources/translations'=> 'vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations'=> 'vendor/pimcore/web2print-tools-bundle/src/Resources/translations'=> 'vendor/pimcore/data-hub/src/Resources/translations'=> 'vendor/pimcore/object-merger/src/Resources/translations'10 => 'vendor/pimcore/data-importer/src/Resources/translations'11 => 'vendor/blackbit/data-director/Resources/translations'12 => 'vendor/hwi/oauth-bundle/Resources/translations'13 => 'translations'14 => 'vendor/symfony/framework-bundle/translations'15 => 'vendor/symfony/security-bundle/translations'16 => 'vendor/symfony/twig-bundle/translations'17 => 'vendor/symfony/monolog-bundle/translations'18 => 'vendor/doctrine/doctrine-bundle/translations'19 => 'vendor/doctrine/doctrine-migrations-bundle/translations'20 => 'vendor/sensio/framework-extra-bundle/src/translations'21 => 'vendor/symfony-cmf/routing-bundle/src/translations'22 => 'vendor/presta/sitemap-bundle/translations'23 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'24 => 'vendor/league/flysystem-bundle/src/translations'25 => 'vendor/symfony/debug-bundle/translations'26 => 'vendor/symfony/web-profiler-bundle/translations'27 => 'vendor/pimcore/pimcore/bundles/AdminBundle/translations'28 => 'vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/translations'29 => 'vendor/pimcore/payment-provider-unzer/src/translations'30 => 'vendor/pimcore/number-sequence-generator/src/translations'31 => 'vendor/php-http/httplug-bundle/src/translations']]], []);
  4703.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4704.         $instance->setFallbackLocales([=> 'en']);
  4705.         return $instance;
  4706.     }
  4707.     /**
  4708.      * Gets the private 'twig.loader.native_filesystem' shared service.
  4709.      *
  4710.      * @return \Twig\Loader\FilesystemLoader
  4711.      */
  4712.     protected function getTwig_Loader_NativeFilesystemService()
  4713.     {
  4714.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  4715.         $instance->addPath((\dirname(__DIR__4).'/templates'), 'App');
  4716.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4717.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4718.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4719.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4720.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  4721.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  4722.         $instance->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  4723.         $instance->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  4724.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4725.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4726.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4727.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4728.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/views'), 'PimcoreCore');
  4729.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/views'), '!PimcoreCore');
  4730.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Resources/views'), 'PimcoreAdmin');
  4731.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Resources/views'), '!PimcoreAdmin');
  4732.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Resources/views'), 'PimcoreEcommerceFramework');
  4733.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Resources/views'), '!PimcoreEcommerceFramework');
  4734.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Resources/views'), 'PimcoreCustomerManagementFramework');
  4735.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Resources/views'), '!PimcoreCustomerManagementFramework');
  4736.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/data-hub/src/Resources/views'), 'PimcoreDataHub');
  4737.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/data-hub/src/Resources/views'), '!PimcoreDataHub');
  4738.         $instance->addPath((\dirname(__DIR__4).'/vendor/blackbit/data-director/Resources/views'), 'BlackbitDataDirector');
  4739.         $instance->addPath((\dirname(__DIR__4).'/vendor/blackbit/data-director/Resources/views'), '!BlackbitDataDirector');
  4740.         $instance->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  4741.         $instance->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  4742.         $instance->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), 'HWIOAuth');
  4743.         $instance->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), '!HWIOAuth');
  4744.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  4745.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4746.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4747.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4748.         return $instance;
  4749.     }
  4750.     /**
  4751.      * Gets the private 'twig.runtime.httpkernel' shared service.
  4752.      *
  4753.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  4754.      */
  4755.     protected function getTwig_Runtime_HttpkernelService()
  4756.     {
  4757.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4758.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4759.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  4760.         ], [
  4761.             'inline' => '?',
  4762.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner('QaVpnNhYREDoTP/3XISEzplzVlqmVPup0VbXDDqVCTg='), $a));
  4763.     }
  4764.     /**
  4765.      * Gets the private 'validator.builder' shared service.
  4766.      *
  4767.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4768.      */
  4769.     protected function getValidator_BuilderService()
  4770.     {
  4771.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4772.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4773.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4774.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  4775.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4776.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4777.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4778.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4779.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  4780.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4781.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4782.         ], [
  4783.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  4784.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4785.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4786.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4787.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4788.             'cmf_routing.validator.route_defaults' => '?',
  4789.             'security.validator.user_password' => '?',
  4790.             'validator.expression' => '?',
  4791.         ])));
  4792.         if ($this->has('Symfony\\Contracts\\Translation\\TranslatorInterface')) {
  4793.             $instance->setTranslator(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
  4794.         }
  4795.         $instance->setTranslationDomain('validators');
  4796.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4797.         $instance->enableAnnotationMapping(true);
  4798.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4799.         $instance->addMethodMapping('loadValidatorMetadata');
  4800.         $instance->addObjectInitializers([]);
  4801.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4802.         return $instance;
  4803.     }
  4804.     /**
  4805.      * Gets the private 'var_dumper.html_dumper' shared service.
  4806.      *
  4807.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4808.      */
  4809.     protected function getVarDumper_HtmlDumperService()
  4810.     {
  4811.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4812.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4813.         return $instance;
  4814.     }
  4815.     /**
  4816.      * Gets the private 'web_profiler.csp.handler' shared service.
  4817.      *
  4818.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4819.      */
  4820.     protected function getWebProfiler_Csp_HandlerService()
  4821.     {
  4822.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4823.     }
  4824.     /**
  4825.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4826.      *
  4827.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4828.      */
  4829.     protected function getWebProfiler_DebugToolbarService()
  4830.     {
  4831.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  4832.     }
  4833.     /**
  4834.      * Gets the public 'cmf.link-activity-definition.linkgenerator' alias.
  4835.      *
  4836.      * @return object The "CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator" service.
  4837.      */
  4838.     protected function getCmf_Linkactivitydefinition_LinkgeneratorService()
  4839.     {
  4840.         trigger_deprecation('pimcore/customer-management-framework-bundle''3''The "cmf.link-activity-definition.linkgenerator" alias is deprecated. Use "CustomerManagementFrameworkBundle\\LinkGenerator\\LinkActivityDefinitionLinkGenerator" instead');
  4841.         return $this->get('CustomerManagementFrameworkBundle\\LinkGenerator\\LinkActivityDefinitionLinkGenerator');
  4842.     }
  4843.     /**
  4844.      * Gets the public 'cmf.customer_exporter_manager' alias.
  4845.      *
  4846.      * @return object The "CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface" service.
  4847.      */
  4848.     protected function getCmf_CustomerExporterManagerService()
  4849.     {
  4850.         trigger_deprecation('pimcore/customer-management-framework-bundle''3''The "cmf.customer_exporter_manager" alias is deprecated. Use "CustomerManagementFrameworkBundle\\CustomerList\\ExporterManagerInterface" instead');
  4851.         return $this->get('CustomerManagementFrameworkBundle\\CustomerList\\ExporterManagerInterface');
  4852.     }
  4853.     /**
  4854.      * Gets the public 'cmf.action_trigger.queue' alias.
  4855.      *
  4856.      * @return object The "CustomerManagementFrameworkBundle\ActionTrigger\Queue\QueueInterface" service.
  4857.      */
  4858.     protected function getCmf_ActionTrigger_QueueService()
  4859.     {
  4860.         trigger_deprecation('pimcore/customer-management-framework-bundle''3''The "cmf.action_trigger.queue" alias is deprecated. Use "CustomerManagementFrameworkBundle\\ActionTrigger\\Queue\\QueueInterface" instead');
  4861.         return $this->get('CustomerManagementFrameworkBundle\\ActionTrigger\\Queue\\QueueInterface');
  4862.     }
  4863.     /**
  4864.      * Gets the public 'cmf.event_listener.action_trigger' alias.
  4865.      *
  4866.      * @return object The "CustomerManagementFrameworkBundle\ActionTrigger\EventHandler\EventHandlerInterface" service.
  4867.      */
  4868.     protected function getCmf_EventListener_ActionTriggerService()
  4869.     {
  4870.         trigger_deprecation('pimcore/customer-management-framework-bundle''3''The "cmf.event_listener.action_trigger" alias is deprecated. Use "CustomerManagementFrameworkBundle\\ActionTrigger\\EventHandler\\EventHandlerInterface" instead');
  4871.         return $this->get('CustomerManagementFrameworkBundle\\ActionTrigger\\EventHandler\\EventHandlerInterface');
  4872.     }
  4873.     /**
  4874.      * Gets the public 'cache_clearer' alias.
  4875.      *
  4876.      * @return object The ".container.private.cache_clearer" service.
  4877.      */
  4878.     protected function getCacheClearerService()
  4879.     {
  4880.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4881.         return $this->get('.container.private.cache_clearer');
  4882.     }
  4883.     /**
  4884.      * Gets the public 'filesystem' alias.
  4885.      *
  4886.      * @return object The ".container.private.filesystem" service.
  4887.      */
  4888.     protected function getFilesystemService()
  4889.     {
  4890.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4891.         return $this->get('.container.private.filesystem');
  4892.     }
  4893.     /**
  4894.      * Gets the public 'serializer' alias.
  4895.      *
  4896.      * @return object The ".container.private.serializer" service.
  4897.      */
  4898.     protected function getSerializerService()
  4899.     {
  4900.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4901.         return $this->get('.container.private.serializer');
  4902.     }
  4903.     /**
  4904.      * Gets the public 'security.csrf.token_manager' alias.
  4905.      *
  4906.      * @return object The ".container.private.security.csrf.token_manager" service.
  4907.      */
  4908.     protected function getSecurity_Csrf_TokenManagerService()
  4909.     {
  4910.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4911.         return $this->get('.container.private.security.csrf.token_manager');
  4912.     }
  4913.     /**
  4914.      * Gets the public 'form.factory' alias.
  4915.      *
  4916.      * @return object The ".container.private.form.factory" service.
  4917.      */
  4918.     protected function getForm_FactoryService()
  4919.     {
  4920.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4921.         return $this->get('.container.private.form.factory');
  4922.     }
  4923.     /**
  4924.      * Gets the public 'form.type.file' alias.
  4925.      *
  4926.      * @return object The ".container.private.form.type.file" service.
  4927.      */
  4928.     protected function getForm_Type_FileService()
  4929.     {
  4930.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4931.         return $this->get('.container.private.form.type.file');
  4932.     }
  4933.     /**
  4934.      * Gets the public 'profiler' alias.
  4935.      *
  4936.      * @return object The ".container.private.profiler" service.
  4937.      */
  4938.     protected function getProfilerService()
  4939.     {
  4940.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4941.         return $this->get('.container.private.profiler');
  4942.     }
  4943.     /**
  4944.      * Gets the public 'security.authorization_checker' alias.
  4945.      *
  4946.      * @return object The ".container.private.security.authorization_checker" service.
  4947.      */
  4948.     protected function getSecurity_AuthorizationCheckerService()
  4949.     {
  4950.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4951.         return $this->get('.container.private.security.authorization_checker');
  4952.     }
  4953.     /**
  4954.      * Gets the public 'security.token_storage' alias.
  4955.      *
  4956.      * @return object The ".container.private.security.token_storage" service.
  4957.      */
  4958.     protected function getSecurity_TokenStorageService()
  4959.     {
  4960.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4961.         return $this->get('.container.private.security.token_storage');
  4962.     }
  4963.     /**
  4964.      * Gets the public 'twig' alias.
  4965.      *
  4966.      * @return object The ".container.private.twig" service.
  4967.      */
  4968.     protected function getTwigService()
  4969.     {
  4970.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4971.         return $this->get('.container.private.twig');
  4972.     }
  4973.     /**
  4974.      * Gets the public 'security.password_encoder' alias.
  4975.      *
  4976.      * @return object The ".container.private.security.password_encoder" service.
  4977.      */
  4978.     protected function getSecurity_PasswordEncoderService()
  4979.     {
  4980.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4981.         return $this->get('.container.private.security.password_encoder');
  4982.     }
  4983.     /**
  4984.      * Gets the public 'session' alias.
  4985.      *
  4986.      * @return object The ".container.private.session" service.
  4987.      */
  4988.     protected function getSessionService()
  4989.     {
  4990.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4991.         return $this->get('.container.private.session');
  4992.     }
  4993.     /**
  4994.      * Gets the public 'validator' alias.
  4995.      *
  4996.      * @return object The ".container.private.validator" service.
  4997.      */
  4998.     protected function getValidatorService()
  4999.     {
  5000.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5001.         return $this->get('.container.private.validator');
  5002.     }
  5003.     /**
  5004.      * @return array|bool|float|int|string|\UnitEnum|null
  5005.      */
  5006.     public function getParameter(string $name)
  5007.     {
  5008.         if (isset($this->buildParameters[$name])) {
  5009.             return $this->buildParameters[$name];
  5010.         }
  5011.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5012.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5013.         }
  5014.         if (isset($this->loadedDynamicParameters[$name])) {
  5015.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5016.         }
  5017.         return $this->parameters[$name];
  5018.     }
  5019.     public function hasParameter(string $name): bool
  5020.     {
  5021.         if (isset($this->buildParameters[$name])) {
  5022.             return true;
  5023.         }
  5024.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5025.     }
  5026.     public function setParameter(string $name$value): void
  5027.     {
  5028.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5029.     }
  5030.     public function getParameterBag(): ParameterBagInterface
  5031.     {
  5032.         if (null === $this->parameterBag) {
  5033.             $parameters $this->parameters;
  5034.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5035.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5036.             }
  5037.             foreach ($this->buildParameters as $name => $value) {
  5038.                 $parameters[$name] = $value;
  5039.             }
  5040.             $this->parameterBag = new FrozenParameterBag($parameters);
  5041.         }
  5042.         return $this->parameterBag;
  5043.     }
  5044.     private $loadedDynamicParameters = [
  5045.         'kernel.runtime_environment' => false,
  5046.         'kernel.build_dir' => false,
  5047.         'kernel.cache_dir' => false,
  5048.         'debug.container.dump' => false,
  5049.         'serializer.mapping.cache.file' => false,
  5050.         'session.save_path' => false,
  5051.         'validator.mapping.cache.file' => false,
  5052.         'profiler.storage.dsn' => false,
  5053.     ];
  5054.     private $dynamicParameters = [];
  5055.     private function getDynamicParameter(string $name)
  5056.     {
  5057.         switch ($name) {
  5058.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5059.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5060.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5061.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5062.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5063.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  5064.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5065.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5066.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5067.         }
  5068.         $this->loadedDynamicParameters[$name] = true;
  5069.         return $this->dynamicParameters[$name] = $value;
  5070.     }
  5071.     protected function getDefaultParameters(): array
  5072.     {
  5073.         return [
  5074.             'kernel.project_dir' => \dirname(__DIR__4),
  5075.             'kernel.environment' => 'dev',
  5076.             'kernel.debug' => true,
  5077.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  5078.             'kernel.bundles' => [
  5079.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5080.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5081.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5082.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5083.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5084.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5085.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  5086.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  5087.                 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  5088.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  5089.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  5090.                 'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
  5091.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5092.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5093.                 'PimcoreCoreBundle' => 'Pimcore\\Bundle\\CoreBundle\\PimcoreCoreBundle',
  5094.                 'PimcoreAdminBundle' => 'Pimcore\\Bundle\\AdminBundle\\PimcoreAdminBundle',
  5095.                 'PimcoreEcommerceFrameworkBundle' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\PimcoreEcommerceFrameworkBundle',
  5096.                 'PimcoreCustomerManagementFrameworkBundle' => 'CustomerManagementFrameworkBundle\\PimcoreCustomerManagementFrameworkBundle',
  5097.                 'OutputDataConfigToolkitBundle' => 'OutputDataConfigToolkitBundle\\OutputDataConfigToolkitBundle',
  5098.                 'Web2PrintToolsBundle' => 'Web2PrintToolsBundle\\Web2PrintToolsBundle',
  5099.                 'PimcoreDataHubBundle' => 'Pimcore\\Bundle\\DataHubBundle\\PimcoreDataHubBundle',
  5100.                 'ObjectMergerBundle' => 'Pimcore\\Bundle\\ObjectMergerBundle\\ObjectMergerBundle',
  5101.                 'PimcorePaymentProviderUnzerBundle' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\PimcorePaymentProviderUnzerBundle',
  5102.                 'PimcoreDataImporterBundle' => 'Pimcore\\Bundle\\DataImporterBundle\\PimcoreDataImporterBundle',
  5103.                 'NumberSequenceGeneratorBundle' => 'Pimcore\\Bundle\\NumberSequenceGeneratorBundle\\NumberSequenceGeneratorBundle',
  5104.                 'BlackbitDataDirectorBundle' => 'Blackbit\\DataDirectorBundle\\BlackbitDataDirectorBundle',
  5105.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  5106.                 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  5107.             ],
  5108.             'kernel.bundles_metadata' => [
  5109.                 'FrameworkBundle' => [
  5110.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  5111.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5112.                 ],
  5113.                 'SecurityBundle' => [
  5114.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  5115.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5116.                 ],
  5117.                 'TwigBundle' => [
  5118.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  5119.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5120.                 ],
  5121.                 'MonologBundle' => [
  5122.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  5123.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5124.                 ],
  5125.                 'DoctrineBundle' => [
  5126.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  5127.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5128.                 ],
  5129.                 'DoctrineMigrationsBundle' => [
  5130.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  5131.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5132.                 ],
  5133.                 'SensioFrameworkExtraBundle' => [
  5134.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  5135.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  5136.                 ],
  5137.                 'CmfRoutingBundle' => [
  5138.                     'path' => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src'),
  5139.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  5140.                 ],
  5141.                 'PrestaSitemapBundle' => [
  5142.                     'path' => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle'),
  5143.                     'namespace' => 'Presta\\SitemapBundle',
  5144.                 ],
  5145.                 'SchebTwoFactorBundle' => [
  5146.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  5147.                     'namespace' => 'Scheb\\TwoFactorBundle',
  5148.                 ],
  5149.                 'FOSJsRoutingBundle' => [
  5150.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  5151.                     'namespace' => 'FOS\\JsRoutingBundle',
  5152.                 ],
  5153.                 'FlysystemBundle' => [
  5154.                     'path' => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src'),
  5155.                     'namespace' => 'League\\FlysystemBundle',
  5156.                 ],
  5157.                 'DebugBundle' => [
  5158.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  5159.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5160.                 ],
  5161.                 'WebProfilerBundle' => [
  5162.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  5163.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5164.                 ],
  5165.                 'PimcoreCoreBundle' => [
  5166.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle'),
  5167.                     'namespace' => 'Pimcore\\Bundle\\CoreBundle',
  5168.                 ],
  5169.                 'PimcoreAdminBundle' => [
  5170.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle'),
  5171.                     'namespace' => 'Pimcore\\Bundle\\AdminBundle',
  5172.                 ],
  5173.                 'PimcoreEcommerceFrameworkBundle' => [
  5174.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle'),
  5175.                     'namespace' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle',
  5176.                 ],
  5177.                 'PimcoreCustomerManagementFrameworkBundle' => [
  5178.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src'),
  5179.                     'namespace' => 'CustomerManagementFrameworkBundle',
  5180.                 ],
  5181.                 'OutputDataConfigToolkitBundle' => [
  5182.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/output-data-config-toolkit-bundle/src'),
  5183.                     'namespace' => 'OutputDataConfigToolkitBundle',
  5184.                 ],
  5185.                 'Web2PrintToolsBundle' => [
  5186.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/web2print-tools-bundle/src'),
  5187.                     'namespace' => 'Web2PrintToolsBundle',
  5188.                 ],
  5189.                 'PimcoreDataHubBundle' => [
  5190.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/data-hub/src'),
  5191.                     'namespace' => 'Pimcore\\Bundle\\DataHubBundle',
  5192.                 ],
  5193.                 'ObjectMergerBundle' => [
  5194.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/object-merger/src'),
  5195.                     'namespace' => 'Pimcore\\Bundle\\ObjectMergerBundle',
  5196.                 ],
  5197.                 'PimcorePaymentProviderUnzerBundle' => [
  5198.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/payment-provider-unzer/src'),
  5199.                     'namespace' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle',
  5200.                 ],
  5201.                 'PimcoreDataImporterBundle' => [
  5202.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/data-importer/src'),
  5203.                     'namespace' => 'Pimcore\\Bundle\\DataImporterBundle',
  5204.                 ],
  5205.                 'NumberSequenceGeneratorBundle' => [
  5206.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/number-sequence-generator/src'),
  5207.                     'namespace' => 'Pimcore\\Bundle\\NumberSequenceGeneratorBundle',
  5208.                 ],
  5209.                 'BlackbitDataDirectorBundle' => [
  5210.                     'path' => (\dirname(__DIR__4).'/vendor/blackbit/data-director'),
  5211.                     'namespace' => 'Blackbit\\DataDirectorBundle',
  5212.                 ],
  5213.                 'HttplugBundle' => [
  5214.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  5215.                     'namespace' => 'Http\\HttplugBundle',
  5216.                 ],
  5217.                 'HWIOAuthBundle' => [
  5218.                     'path' => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle'),
  5219.                     'namespace' => 'HWI\\Bundle\\OAuthBundle',
  5220.                 ],
  5221.             ],
  5222.             'kernel.charset' => 'UTF-8',
  5223.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  5224.             'locale' => 'en',
  5225.             'log.fileobject' => (\dirname(__DIR__3).'/application-logger'),
  5226.             'blackbit_pim.importstatus.cleanup_interval' => 14,
  5227.             'blackbit_pim.importstatus.abortion_threshold' => 3600,
  5228.             'blackbit_pim.application_logger_log_level' => 'warning',
  5229.             'blackbit_pim.deepl_api_key' => '',
  5230.             'blackbit_pim.aws_translate_access_key' => '',
  5231.             'blackbit_pim.aws_translate_secret_key' => '',
  5232.             'blackbit_pim.skip_translation_tag' => 'x',
  5233.             'data_director.security.firewalls.webservice_documentation' => [
  5234.                 'pattern' => '^/webservice/(BlackbitDataDirector|BlackbitPim)/rest/documentation/(.*)$',
  5235.                 'anonymous' => NULL,
  5236.                 'stateless' => true,
  5237.                 'provider' => 'pimcore_admin',
  5238.                 'logout' => [
  5239.                     'path' => '/admin/logout',
  5240.                     'target' => '/admin/login',
  5241.                     'success_handler' => 'Pimcore\\Bundle\\AdminBundle\\Security\\LogoutSuccessHandler',
  5242.                 ],
  5243.                 'guard' => [
  5244.                     'entry_point' => 'Pimcore\\Bundle\\AdminBundle\\Security\\Guard\\AdminAuthenticator',
  5245.                     'authenticators' => [
  5246.                         => 'Pimcore\\Bundle\\AdminBundle\\Security\\Guard\\AdminAuthenticator',
  5247.                     ],
  5248.                 ],
  5249.                 'two_factor' => [
  5250.                     'auth_form_path' => '/admin/login/2fa',
  5251.                     'check_path' => '/admin/login/2fa-verify',
  5252.                     'default_target_path' => '/admin',
  5253.                     'always_use_default_target_path' => false,
  5254.                     'auth_code_parameter_name' => '_auth_code',
  5255.                     'trusted_parameter_name' => '_trusted',
  5256.                     'multi_factor' => false,
  5257.                 ],
  5258.             ],
  5259.             'data_director.security.firewalls.webservice' => [
  5260.                 'pattern' => '^/webservice(/.*)?$',
  5261.                 'stateless' => true,
  5262.                 'provider' => 'pimcore_admin',
  5263.                 'guard' => [
  5264.                     'entry_point' => 'Blackbit\\DataDirectorBundle\\lib\\Pim\\Security\\Guard\\RestApiAuthenticator',
  5265.                     'authenticators' => [
  5266.                         => 'Blackbit\\DataDirectorBundle\\lib\\Pim\\Security\\Guard\\RestApiAuthenticator',
  5267.                     ],
  5268.                 ],
  5269.             ],
  5270.             'data_director.security.firewalls.webservice_short_urls' => [
  5271.                 'pattern' => '^/api/rest/(import|export|status)',
  5272.                 'stateless' => true,
  5273.                 'provider' => 'pimcore_admin',
  5274.                 'guard' => [
  5275.                     'entry_point' => 'Blackbit\\DataDirectorBundle\\lib\\Pim\\Security\\Guard\\RestApiAuthenticator',
  5276.                     'authenticators' => [
  5277.                         => 'Blackbit\\DataDirectorBundle\\lib\\Pim\\Security\\Guard\\RestApiAuthenticator',
  5278.                     ],
  5279.                 ],
  5280.             ],
  5281.             'data_director.security.access_control.rest_endpoints' => [
  5282.                 'path' => '^/api/rest/(import|export|status)',
  5283.                 'roles' => 'ROLE_PIMCORE_USER',
  5284.             ],
  5285.             'data_director.security.access_control.legacy_rest_endpoints' => [
  5286.                 'path' => '^/webservice/(BlackbitDataDirector|BlackbitPim)/rest/(import|export|status)',
  5287.                 'roles' => 'ROLE_PIMCORE_USER',
  5288.             ],
  5289.             'secret' => 'QaVpnNhYREDoTP/3XISEzplzVlqmVPup0VbXDDqVCTg=',
  5290.             'google_client_id' => '<google_client_id>',
  5291.             'google_client_secret' => '<google_client_secret>',
  5292.             'twitter_client_id' => '<twitter_client_id>',
  5293.             'twitter_client_secret' => '<twitter_client_secret>',
  5294.             'app_encryption_secret' => 'X1urVEoeyf8ix6f0vVWqZwgssS90iq37UAGkTFLglh0=',
  5295.             'customer_management_framework.firewall_settings' => [
  5296.                 'pattern' => '^/__customermanagementframework/webservice(/.*)?$',
  5297.                 'stateless' => true,
  5298.                 'provider' => 'pimcore_admin',
  5299.                 'guard' => [
  5300.                     'authenticators' => [
  5301.                         => 'CustomerManagementFrameworkBundle\\Security\\Guard\\WebserviceAuthenticator',
  5302.                     ],
  5303.                 ],
  5304.             ],
  5305.             'event_dispatcher.event_aliases' => [
  5306.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5307.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5308.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5309.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5310.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5311.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5312.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5313.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5314.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5315.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5316.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5317.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5318.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5319.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5320.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5321.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5322.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5323.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5324.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5325.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5326.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5327.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5328.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5329.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5330.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5331.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5332.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5333.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5334.                 'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
  5335.                 'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
  5336.             ],
  5337.             'fragment.renderer.hinclude.global_template' => NULL,
  5338.             'fragment.path' => '/_fragment',
  5339.             'kernel.secret' => 'QaVpnNhYREDoTP/3XISEzplzVlqmVPup0VbXDDqVCTg=',
  5340.             'kernel.http_method_override' => true,
  5341.             'kernel.trusted_hosts' => [
  5342.             ],
  5343.             'kernel.default_locale' => 'en',
  5344.             'kernel.enabled_locales' => [
  5345.             ],
  5346.             'kernel.error_controller' => 'error_controller',
  5347.             'debug.file_link_format' => NULL,
  5348.             'asset.request_context.base_path' => NULL,
  5349.             'asset.request_context.secure' => NULL,
  5350.             'translator.logging' => false,
  5351.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5352.             'debug.error_handler.throw_at' => -1,
  5353.             'router.request_context.host' => 'pimcore.distriweb.net',
  5354.             'router.request_context.scheme' => 'http',
  5355.             'router.request_context.base_url' => '',
  5356.             'router.resource' => 'kernel::loadRoutes',
  5357.             'request_listener.http_port' => 80,
  5358.             'request_listener.https_port' => 443,
  5359.             'session.metadata.storage_key' => '_sf2_meta',
  5360.             'session.storage.options' => [
  5361.                 'cache_limiter' => '0',
  5362.                 'cookie_secure' => 'auto',
  5363.                 'cookie_httponly' => true,
  5364.                 'cookie_samesite' => 'strict',
  5365.                 'gc_probability' => 1,
  5366.             ],
  5367.             'session.metadata.update_threshold' => 0,
  5368.             'form.type_extension.csrf.enabled' => true,
  5369.             'form.type_extension.csrf.field_name' => '_token',
  5370.             'validator.translation_domain' => 'validators',
  5371.             'profiler_listener.only_exceptions' => false,
  5372.             'profiler_listener.only_main_requests' => false,
  5373.             'security.role_hierarchy.roles' => [
  5374.                 'ROLE_PIMCORE_ADMIN' => [
  5375.                     => 'ROLE_PIMCORE_USER',
  5376.                 ],
  5377.             ],
  5378.             'security.access.denied_url' => NULL,
  5379.             'security.authentication.manager.erase_credentials' => true,
  5380.             'security.authentication.session_strategy.strategy' => 'migrate',
  5381.             'security.access.always_authenticate_before_granting' => false,
  5382.             'security.authentication.hide_user_not_found' => true,
  5383.             'security.firewalls' => [
  5384.                 => 'data_director_webservice_short_urls',
  5385.                 => 'data_director_webservice',
  5386.                 => 'data_director_webservice_documentation',
  5387.                 => 'dev',
  5388.                 => 'pimcore_admin_webdav',
  5389.                 => 'pimcore_admin',
  5390.                 => 'demo_frontend',
  5391.             ],
  5392.             'security.data_director_webservice_short_urls._indexed_authenticators' => [
  5393.             ],
  5394.             'security.data_director_webservice._indexed_authenticators' => [
  5395.             ],
  5396.             'security.data_director_webservice_documentation._indexed_authenticators' => [
  5397.             ],
  5398.             'security.pimcore_admin_webdav._indexed_authenticators' => [
  5399.             ],
  5400.             'security.pimcore_admin._indexed_authenticators' => [
  5401.             ],
  5402.             'hwi_oauth.resource_ownermap.configured.demo_frontend' => [
  5403.                 'google' => 'app_auth_oauth_check_google',
  5404.                 'twitter' => 'app_auth_oauth_check_twitter',
  5405.             ],
  5406.             'security.demo_frontend._indexed_authenticators' => [
  5407.             ],
  5408.             'twig.form.resources' => [
  5409.                 => 'form_div_layout.html.twig',
  5410.             ],
  5411.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5412.             'monolog.use_microseconds' => true,
  5413.             'monolog.swift_mailer.handlers' => [
  5414.             ],
  5415.             'monolog.handlers_to_channels' => [
  5416.                 'monolog.handler.console' => [
  5417.                     'type' => 'exclusive',
  5418.                     'elements' => [
  5419.                         => 'event',
  5420.                         => 'doctrine',
  5421.                         => 'console',
  5422.                         => 'cache',
  5423.                     ],
  5424.                 ],
  5425.                 'monolog.handler.main' => [
  5426.                     'type' => 'exclusive',
  5427.                     'elements' => [
  5428.                         => 'event',
  5429.                         => 'doctrine',
  5430.                         => 'cache',
  5431.                     ],
  5432.                 ],
  5433.             ],
  5434.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5435.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5436.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5437.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5438.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5439.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5440.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5441.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5442.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5443.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5444.             'doctrine.entity_managers' => [
  5445.             ],
  5446.             'doctrine.default_entity_manager' => '',
  5447.             'doctrine.dbal.connection_factory.types' => [
  5448.                 'uuid' => [
  5449.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  5450.                 ],
  5451.                 'ulid' => [
  5452.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  5453.                 ],
  5454.             ],
  5455.             'doctrine.connections' => [
  5456.                 'default' => 'doctrine.dbal.default_connection',
  5457.             ],
  5458.             'doctrine.default_connection' => 'default',
  5459.             'doctrine.migrations.preferred_em' => NULL,
  5460.             'doctrine.migrations.preferred_connection' => 'default',
  5461.             'cmf_routing.uri_filter_regexp' => '',
  5462.             'cmf_routing.default_controller' => NULL,
  5463.             'cmf_routing.generic_controller' => NULL,
  5464.             'cmf_routing.controllers_by_type' => [
  5465.             ],
  5466.             'cmf_routing.controllers_by_class' => [
  5467.             ],
  5468.             'cmf_routing.templates_by_class' => [
  5469.             ],
  5470.             'cmf_routing.route_collection_limit' => 0,
  5471.             'cmf_routing.dynamic.limit_candidates' => 20,
  5472.             'cmf_routing.dynamic.locales' => [
  5473.             ],
  5474.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  5475.             'cmf_routing.replace_symfony_router' => true,
  5476.             'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  5477.             'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  5478.             'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  5479.             'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  5480.             'presta_sitemap.dump_directory' => (\dirname(__DIR__4).'/public'),
  5481.             'presta_sitemap.timetolive' => 3600,
  5482.             'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  5483.             'presta_sitemap.items_by_set' => 50000,
  5484.             'presta_sitemap.defaults' => [
  5485.                 'lastmod' => NULL,
  5486.                 'priority' => NULL,
  5487.                 'changefreq' => NULL,
  5488.             ],
  5489.             'presta_sitemap.default_section' => 'default',
  5490.             'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  5491.             'scheb_two_factor.model_manager_name' => NULL,
  5492.             'scheb_two_factor.security_tokens' => [
  5493.                 => 'Pimcore\\Bundle\\AdminBundle\\Security\\Authentication\\Token\\LegacyTwoFactorRequiredToken',
  5494.             ],
  5495.             'scheb_two_factor.ip_whitelist' => [
  5496.             ],
  5497.             'scheb_two_factor.google.server_name' => 'Pimcore',
  5498.             'scheb_two_factor.google.issuer' => 'Pimcore 2 Factor Authentication',
  5499.             'scheb_two_factor.google.template' => '@SchebTwoFactor/Authentication/form.html.twig',
  5500.             'scheb_two_factor.google.digits' => 6,
  5501.             'scheb_two_factor.google.window' => 1,
  5502.             'scheb_two_factor.trusted_device.enabled' => false,
  5503.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  5504.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  5505.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  5506.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  5507.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  5508.             'fos_js_routing.request_context_base_url' => NULL,
  5509.             'fos_js_routing.cache_control' => [
  5510.                 'enabled' => false,
  5511.             ],
  5512.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5513.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5514.             'web_profiler.debug_toolbar.mode' => 2,
  5515.             'container.dumper.inline_class_loader' => true,
  5516.             'pimcore.extensions.bundles.search_paths' => [
  5517.                 => 'src',
  5518.                 => 'vendor/pimcore/pimcore/bundles',
  5519.             ],
  5520.             'pimcore.extensions.bundles.handle_composer' => true,
  5521.             'pimcore.admin.unauthenticated_routes' => [
  5522.                 => [
  5523.                     'route' => 'pimcore_settings_display_custom_logo',
  5524.                     'path' => false,
  5525.                     'host' => false,
  5526.                     'methods' => [
  5527.                     ],
  5528.                 ],
  5529.                 => [
  5530.                     'route' => 'pimcore_admin_login',
  5531.                     'path' => false,
  5532.                     'host' => false,
  5533.                     'methods' => [
  5534.                     ],
  5535.                 ],
  5536.                 => [
  5537.                     'route' => 'pimcore_admin_webdav',
  5538.                     'path' => false,
  5539.                     'host' => false,
  5540.                     'methods' => [
  5541.                     ],
  5542.                 ],
  5543.             ],
  5544.             'pimcore.encryption.secret' => NULL,
  5545.             'pimcore.admin.session.attribute_bags' => [
  5546.                 'pimcore_admin' => [
  5547.                     'storage_key' => '_pimcore_admin',
  5548.                 ],
  5549.                 'pimcore_objects' => [
  5550.                     'storage_key' => '_pimcore_objects',
  5551.                 ],
  5552.                 'pimcore_copy' => [
  5553.                     'storage_key' => '_pimcore_copy',
  5554.                 ],
  5555.                 'pimcore_gridconfig' => [
  5556.                     'storage_key' => '_pimcore_gridconfig',
  5557.                 ],
  5558.                 'pimcore_importconfig' => [
  5559.                     'storage_key' => '_pimcore_importconfig',
  5560.                 ],
  5561.             ],
  5562.             'pimcore.admin.translations.path' => '@PimcoreCoreBundle/Resources/translations',
  5563.             'pimcore.translations.admin_translation_mapping' => [
  5564.             ],
  5565.             'pimcore.web_profiler.toolbar.excluded_routes' => [
  5566.                 => [
  5567.                     'path' => '^/admin/asset/image-editor',
  5568.                     'route' => false,
  5569.                     'host' => false,
  5570.                     'methods' => [
  5571.                     ],
  5572.                 ],
  5573.             ],
  5574.             'pimcore.response_exception_listener.render_error_document' => true,
  5575.             'pimcore.maintenance.housekeeping.cleanup_tmp_files_atime_older_than' => 7776000,
  5576.             'pimcore.maintenance.housekeeping.cleanup_profiler_files_atime_older_than' => 1800,
  5577.             'pimcore.documents.default_controller' => 'App\\Controller\\DefaultController::defaultAction',
  5578.             'pimcore.documents.web_to_print.default_controller_print_page' => 'App\\Controller\\Web2printController::defaultAction',
  5579.             'pimcore.documents.web_to_print.default_controller_print_container' => 'App\\Controller\\Web2printController::containerAction',
  5580.             'pimcore.templating.twig.sandbox_security_policy.tags' => [
  5581.                 => 'set',
  5582.             ],
  5583.             'pimcore.templating.twig.sandbox_security_policy.filters' => [
  5584.                 => 'escape',
  5585.                 => 'trans',
  5586.             ],
  5587.             'pimcore.templating.twig.sandbox_security_policy.functions' => [
  5588.                 => 'path',
  5589.                 => 'asset',
  5590.             ],
  5591.             'pimcore.config' => [
  5592.                 'web_profiler' => [
  5593.                     'toolbar' => [
  5594.                         'excluded_routes' => [
  5595.                             => [
  5596.                                 'path' => '^/admin/asset/image-editor',
  5597.                                 'route' => false,
  5598.                                 'host' => false,
  5599.                                 'methods' => [
  5600.                                 ],
  5601.                             ],
  5602.                         ],
  5603.                     ],
  5604.                 ],
  5605.                 'security' => [
  5606.                     'encoder_factories' => [
  5607.                         'Pimcore\\Bundle\\AdminBundle\\Security\\User\\User' => [
  5608.                             'id' => 'pimcore_admin.security.password_encoder_factory',
  5609.                         ],
  5610.                         'Pimcore\\Model\\DataObject\\Customer' => [
  5611.                             'id' => 'cmf.security.user_password_encoder_factory',
  5612.                         ],
  5613.                     ],
  5614.                     'factory_type' => 'encoder',
  5615.                     'password_hasher_factories' => [
  5616.                     ],
  5617.                 ],
  5618.                 'bundles' => [
  5619.                     'search_paths' => [
  5620.                         => 'src',
  5621.                         => 'vendor/pimcore/pimcore/bundles',
  5622.                     ],
  5623.                     'handle_composer' => true,
  5624.                 ],
  5625.                 'assets' => [
  5626.                     'metadata' => [
  5627.                         'class_definitions' => [
  5628.                             'data' => [
  5629.                                 'map' => [
  5630.                                     'asset' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Asset',
  5631.                                     'checkbox' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Checkbox',
  5632.                                     'date' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Date',
  5633.                                     'document' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Document',
  5634.                                     'input' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Input',
  5635.                                     'object' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\DataObject',
  5636.                                     'select' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Select',
  5637.                                     'textarea' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Textarea',
  5638.                                 ],
  5639.                                 'prefixes' => [
  5640.                                 ],
  5641.                             ],
  5642.                         ],
  5643.                         'predefined' => [
  5644.                             'definitions' => [
  5645.                             ],
  5646.                         ],
  5647.                     ],
  5648.                     'versions' => [
  5649.                         'days' => NULL,
  5650.                         'steps' => 2,
  5651.                         'use_hardlinks' => true,
  5652.                         'disable_stack_trace' => false,
  5653.                     ],
  5654.                     'hide_edit_image' => false,
  5655.                     'disable_tree_preview' => false,
  5656.                     'frontend_prefixes' => [
  5657.                         'source' => '',
  5658.                         'thumbnail' => '',
  5659.                         'thumbnail_deferred' => '',
  5660.                     ],
  5661.                     'preview_image_thumbnail' => NULL,
  5662.                     'default_upload_path' => '_default_upload_bucket',
  5663.                     'tree_paging_limit' => 100,
  5664.                     'image' => [
  5665.                         'max_pixels' => 40000000,
  5666.                         'low_quality_image_preview' => [
  5667.                             'enabled' => true,
  5668.                         ],
  5669.                         'focal_point_detection' => [
  5670.                             'enabled' => true,
  5671.                         ],
  5672.                         'thumbnails' => [
  5673.                             'definitions' => [
  5674.                             ],
  5675.                             'clip_auto_support' => true,
  5676.                             'image_optimizers' => [
  5677.                                 'enabled' => true,
  5678.                             ],
  5679.                             'auto_formats' => [
  5680.                                 'avif' => [
  5681.                                     'enabled' => true,
  5682.                                     'quality' => 15,
  5683.                                 ],
  5684.                                 'webp' => [
  5685.                                     'enabled' => true,
  5686.                                     'quality' => NULL,
  5687.                                 ],
  5688.                             ],
  5689.                             'status_cache' => true,
  5690.                             'auto_clear_temp_files' => true,
  5691.                         ],
  5692.                     ],
  5693.                     'video' => [
  5694.                         'thumbnails' => [
  5695.                             'definitions' => [
  5696.                             ],
  5697.                             'auto_clear_temp_files' => true,
  5698.                         ],
  5699.                     ],
  5700.                     'icc_rgb_profile' => NULL,
  5701.                     'icc_cmyk_profile' => NULL,
  5702.                 ],
  5703.                 'objects' => [
  5704.                     'class_definitions' => [
  5705.                         'data' => [
  5706.                             'map' => [
  5707.                                 'block' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Block',
  5708.                                 'calculatedValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\CalculatedValue',
  5709.                                 'checkbox' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Checkbox',
  5710.                                 'classificationstore' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Classificationstore',
  5711.                                 'consent' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Consent',
  5712.                                 'country' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Country',
  5713.                                 'countrymultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Countrymultiselect',
  5714.                                 'date' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Date',
  5715.                                 'datetime' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Datetime',
  5716.                                 'email' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Email',
  5717.                                 'encryptedField' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\EncryptedField',
  5718.                                 'externalImage' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ExternalImage',
  5719.                                 'fieldcollections' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Fieldcollections',
  5720.                                 'firstname' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Firstname',
  5721.                                 'gender' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Gender',
  5722.                                 'geobounds' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geobounds',
  5723.                                 'geopoint' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopoint',
  5724.                                 'geopolygon' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopolygon',
  5725.                                 'geopolyline' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopolyline',
  5726.                                 'hotspotimage' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Hotspotimage',
  5727.                                 'manyToOneRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToOneRelation',
  5728.                                 'image' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Image',
  5729.                                 'imageGallery' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ImageGallery',
  5730.                                 'input' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Input',
  5731.                                 'language' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Language',
  5732.                                 'languagemultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Languagemultiselect',
  5733.                                 'lastname' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Lastname',
  5734.                                 'link' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Link',
  5735.                                 'localizedfields' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Localizedfields',
  5736.                                 'manyToManyRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToManyRelation',
  5737.                                 'advancedManyToManyRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\AdvancedManyToManyRelation',
  5738.                                 'multiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Multiselect',
  5739.                                 'newsletterActive' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\NewsletterActive',
  5740.                                 'reverseObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ReverseObjectRelation',
  5741.                                 'urlSlug' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\UrlSlug',
  5742.                                 'numeric' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Numeric',
  5743.                                 'objectbricks' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Objectbricks',
  5744.                                 'manyToManyObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToManyObjectRelation',
  5745.                                 'advancedManyToManyObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\AdvancedManyToManyObjectRelation',
  5746.                                 'password' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Password',
  5747.                                 'rgbaColor' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\RgbaColor',
  5748.                                 'targetGroup' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\TargetGroup',
  5749.                                 'targetGroupMultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\TargetGroupMultiselect',
  5750.                                 'quantityValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\QuantityValue',
  5751.                                 'inputQuantityValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\InputQuantityValue',
  5752.                                 'select' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Select',
  5753.                                 'slider' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Slider',
  5754.                                 'structuredTable' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\StructuredTable',
  5755.                                 'table' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Table',
  5756.                                 'textarea' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Textarea',
  5757.                                 'time' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Time',
  5758.                                 'user' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\User',
  5759.                                 'video' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Video',
  5760.                                 'wysiwyg' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Wysiwyg',
  5761.                                 'indexFieldSelection' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\CoreExtensions\\ClassDefinition\\IndexFieldSelection',
  5762.                                 'indexFieldSelectionCombo' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\CoreExtensions\\ClassDefinition\\IndexFieldSelectionCombo',
  5763.                                 'indexFieldSelectionField' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\CoreExtensions\\ClassDefinition\\IndexFieldSelectionField',
  5764.                                 'dataDirectorInputWithPlaceholders' => '\\Blackbit\\DataDirectorBundle\\lib\\Pim\\FieldType\\InputWithPlaceholders',
  5765.                                 'dataDirectorTextareaWithPlaceholders' => '\\Blackbit\\DataDirectorBundle\\lib\\Pim\\FieldType\\TextareaWithPlaceholders',
  5766.                                 'dataDirectorCalculatedValueDataQuerySelector' => '\\Blackbit\\DataDirectorBundle\\lib\\Pim\\FieldType\\CalculatedValueDataQuerySelector',
  5767.                             ],
  5768.                             'prefixes' => [
  5769.                                 => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\',
  5770.                                 => '\\Object_Class_Data_',
  5771.                             ],
  5772.                         ],
  5773.                         'layout' => [
  5774.                             'prefixes' => [
  5775.                                 => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Layout\\',
  5776.                                 => '\\Object_Class_Layout_',
  5777.                             ],
  5778.                             'map' => [
  5779.                             ],
  5780.                         ],
  5781.                     ],
  5782.                     'versions' => [
  5783.                         'days' => NULL,
  5784.                         'steps' => 2,
  5785.                         'disable_stack_trace' => false,
  5786.                     ],
  5787.                     'ignore_localized_query_fallback' => false,
  5788.                     'tree_paging_limit' => 30,
  5789.                     'auto_save_interval' => 60,
  5790.                 ],
  5791.                 'documents' => [
  5792.                     'editables' => [
  5793.                         'prefixes' => [
  5794.                             => '\\Pimcore\\Model\\Document\\Editable\\',
  5795.                         ],
  5796.                         'map' => [
  5797.                             'outputchanneltable' => 'Web2PrintToolsBundle\\Model\\Document\\Editable\\Outputchanneltable',
  5798.                         ],
  5799.                     ],
  5800.                     'types' => [
  5801.                         => 'folder',
  5802.                         => 'page',
  5803.                         => 'snippet',
  5804.                         => 'link',
  5805.                         => 'hardlink',
  5806.                         => 'email',
  5807.                         => 'newsletter',
  5808.                         => 'printpage',
  5809.                         => 'printcontainer',
  5810.                     ],
  5811.                     'valid_tables' => [
  5812.                         => 'email',
  5813.                         => 'newsletter',
  5814.                         => 'hardlink',
  5815.                         => 'link',
  5816.                         => 'page',
  5817.                         => 'snippet',
  5818.                     ],
  5819.                     'versions' => [
  5820.                         'days' => NULL,
  5821.                         'steps' => 2,
  5822.                         'disable_stack_trace' => false,
  5823.                     ],
  5824.                     'error_pages' => [
  5825.                         'default' => '/en/Error-Page',
  5826.                         'localized' => [
  5827.                             'en' => '',
  5828.                             'de' => '',
  5829.                             'fr' => '',
  5830.                             'it' => '',
  5831.                             'es' => '',
  5832.                         ],
  5833.                     ],
  5834.                     'doc_types' => [
  5835.                         'definitions' => [
  5836.                         ],
  5837.                     ],
  5838.                     'default_controller' => 'App\\Controller\\DefaultController::defaultAction',
  5839.                     'allow_trailing_slash' => 'no',
  5840.                     'generate_preview' => false,
  5841.                     'preview_url_prefix' => '',
  5842.                     'tree_paging_limit' => 50,
  5843.                     'areas' => [
  5844.                         'autoload' => true,
  5845.                     ],
  5846.                     'newsletter' => [
  5847.                         'defaultUrlPrefix' => NULL,
  5848.                     ],
  5849.                     'web_to_print' => [
  5850.                         'pdf_creation_php_memory_limit' => '2048M',
  5851.                         'default_controller_print_page' => 'App\\Controller\\Web2printController::defaultAction',
  5852.                         'default_controller_print_container' => 'App\\Controller\\Web2printController::containerAction',
  5853.                         'enableInDefaultView' => false,
  5854.                         'generalTool' => '',
  5855.                     ],
  5856.                     'auto_save_interval' => 60,
  5857.                     'static_page_router' => [
  5858.                         'enabled' => false,
  5859.                         'route_pattern' => NULL,
  5860.                     ],
  5861.                 ],
  5862.                 'routing' => [
  5863.                     'direct_route_document_types' => [
  5864.                         => 'page',
  5865.                         => 'snippet',
  5866.                         => 'email',
  5867.                         => 'newsletter',
  5868.                         => 'printpage',
  5869.                         => 'printcontainer',
  5870.                     ],
  5871.                     'allow_processing_unpublished_fallback_document' => false,
  5872.                     'static' => [
  5873.                         'locale_params' => [
  5874.                         ],
  5875.                     ],
  5876.                 ],
  5877.                 'newsletter' => [
  5878.                     'source_adapters' => [
  5879.                         'defaultAdapter' => 'pimcore.document.newsletter.factory.default',
  5880.                         'csvList' => 'pimcore.document.newsletter.factory.csv',
  5881.                         'reportAdapter' => 'pimcore.document.newsletter.factory.report',
  5882.                         'SegmentAddressSource' => 'cmf.document.newsletter.factory.segmentAddressSource',
  5883.                     ],
  5884.                     'method' => NULL,
  5885.                 ],
  5886.                 'custom_report' => [
  5887.                     'adapters' => [
  5888.                         'sql' => 'pimcore.custom_report.adapter.factory.sql',
  5889.                         'analytics' => 'pimcore.custom_report.adapter.factory.analytics',
  5890.                         'termSegmentBuilder' => 'cmf.custom_report.adapter.term_segment_builder',
  5891.                         'dataDirector' => 'pimcore.custom_report.adapter.factory.dataDirector',
  5892.                     ],
  5893.                     'definitions' => [
  5894.                     ],
  5895.                 ],
  5896.                 'targeting' => [
  5897.                     'data_providers' => [
  5898.                         'device' => 'Pimcore\\Targeting\\DataProvider\\Device',
  5899.                         'geoip' => 'Pimcore\\Targeting\\DataProvider\\GeoIp',
  5900.                         'geolocation' => 'Pimcore\\Targeting\\DataProvider\\GeoLocation',
  5901.                         'targeting_storage' => 'Pimcore\\Targeting\\DataProvider\\TargetingStorage',
  5902.                         'visited_pages_counter' => 'Pimcore\\Targeting\\DataProvider\\VisitedPagesCounter',
  5903.                         'cmf_customer' => 'CustomerManagementFrameworkBundle\\Targeting\\DataProvider\\Customer',
  5904.                         'cmf_customer_segments' => 'CustomerManagementFrameworkBundle\\Targeting\\DataProvider\\CustomerSegments',
  5905.                     ],
  5906.                     'conditions' => [
  5907.                         'browser' => 'Pimcore\\Targeting\\Condition\\Browser',
  5908.                         'country' => 'Pimcore\\Targeting\\Condition\\Country',
  5909.                         'geopoint' => 'Pimcore\\Targeting\\Condition\\GeoPoint',
  5910.                         'hardwareplatform' => 'Pimcore\\Targeting\\Condition\\HardwarePlatform',
  5911.                         'language' => 'Pimcore\\Targeting\\Condition\\Language',
  5912.                         'operatingsystem' => 'Pimcore\\Targeting\\Condition\\OperatingSystem',
  5913.                         'referringsite' => 'Pimcore\\Targeting\\Condition\\ReferringSite',
  5914.                         'searchengine' => 'Pimcore\\Targeting\\Condition\\SearchEngine',
  5915.                         'target_group' => 'Pimcore\\Targeting\\Condition\\TargetGroup',
  5916.                         'timeonsite' => 'Pimcore\\Targeting\\Condition\\TimeOnSite',
  5917.                         'url' => 'Pimcore\\Targeting\\Condition\\Url',
  5918.                         'visitedpagesbefore' => 'Pimcore\\Targeting\\Condition\\VisitedPagesBefore',
  5919.                         'cmf_has_segment' => 'CustomerManagementFrameworkBundle\\Targeting\\Condition\\HasSegment',
  5920.                         'cmf_customer_is_loggedin' => 'CustomerManagementFrameworkBundle\\Targeting\\Condition\\CustomerIsLoggedIn',
  5921.                         'cmf_customer_segments_have_changed' => 'CustomerManagementFrameworkBundle\\Targeting\\Condition\\CustomerSegmentsHaveChanged',
  5922.                     ],
  5923.                     'action_handlers' => [
  5924.                         'assign_target_group' => 'CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\AssignTargetGroupAndSegment',
  5925.                         'codesnippet' => 'Pimcore\\Targeting\\ActionHandler\\CodeSnippet',
  5926.                         'redirect' => 'Pimcore\\Targeting\\ActionHandler\\Redirect',
  5927.                         'cmf_track_segment' => 'CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\TrackSegment',
  5928.                         'cmf_apply_target_groups_from_segments' => 'CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\ApplyTargetGroupsFromSegments',
  5929.                         'cmf_track_activity' => 'CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\TrackActivity',
  5930.                     ],
  5931.                     'enabled' => true,
  5932.                     'storage_id' => 'Pimcore\\Targeting\\Storage\\CookieStorage',
  5933.                     'session' => [
  5934.                         'enabled' => false,
  5935.                     ],
  5936.                 ],
  5937.                 'context' => [
  5938.                     'profiler' => [
  5939.                         'routes' => [
  5940.                             => [
  5941.                                 'path' => '^/_(profiler|wdt)(/.*)?$',
  5942.                                 'route' => false,
  5943.                                 'host' => false,
  5944.                                 'methods' => [
  5945.                                 ],
  5946.                             ],
  5947.                         ],
  5948.                     ],
  5949.                     'admin' => [
  5950.                         'routes' => [
  5951.                             => [
  5952.                                 'path' => '^/admin(/.*)?$',
  5953.                                 'route' => false,
  5954.                                 'host' => false,
  5955.                                 'methods' => [
  5956.                                 ],
  5957.                             ],
  5958.                             => [
  5959.                                 'route' => '^pimcore_admin_',
  5960.                                 'path' => false,
  5961.                                 'host' => false,
  5962.                                 'methods' => [
  5963.                                 ],
  5964.                             ],
  5965.                         ],
  5966.                     ],
  5967.                     'plugin' => [
  5968.                         'routes' => [
  5969.                             => [
  5970.                                 'path' => '^/plugin(/.*)?$',
  5971.                                 'route' => false,
  5972.                                 'host' => false,
  5973.                                 'methods' => [
  5974.                                 ],
  5975.                             ],
  5976.                         ],
  5977.                     ],
  5978.                     'dummy_to_not_get_array_index_0' => [
  5979.                         'routes' => [
  5980.                         ],
  5981.                     ],
  5982.                     'webservice' => [
  5983.                         'routes' => [
  5984.                             => [
  5985.                                 'path' => '^/api/rest/(import|export|status)',
  5986.                                 'route' => false,
  5987.                                 'host' => false,
  5988.                                 'methods' => [
  5989.                                 ],
  5990.                             ],
  5991.                             => [
  5992.                                 'route' => '^dataport_',
  5993.                                 'path' => false,
  5994.                                 'host' => false,
  5995.                                 'methods' => [
  5996.                                 ],
  5997.                             ],
  5998.                             => [
  5999.                                 'path' => '^/webservice(/.*)?$',
  6000.                                 'route' => false,
  6001.                                 'host' => false,
  6002.                                 'methods' => [
  6003.                                 ],
  6004.                             ],
  6005.                         ],
  6006.                     ],
  6007.                 ],
  6008.                 'admin' => [
  6009.                     'session' => [
  6010.                         'attribute_bags' => [
  6011.                             'pimcore_admin' => [
  6012.                                 'storage_key' => '_pimcore_admin',
  6013.                             ],
  6014.                             'pimcore_objects' => [
  6015.                                 'storage_key' => '_pimcore_objects',
  6016.                             ],
  6017.                             'pimcore_copy' => [
  6018.                                 'storage_key' => '_pimcore_copy',
  6019.                             ],
  6020.                             'pimcore_gridconfig' => [
  6021.                                 'storage_key' => '_pimcore_gridconfig',
  6022.                             ],
  6023.                             'pimcore_importconfig' => [
  6024.                                 'storage_key' => '_pimcore_importconfig',
  6025.                             ],
  6026.                         ],
  6027.                     ],
  6028.                     'unauthenticated_routes' => [
  6029.                         => [
  6030.                             'route' => 'pimcore_settings_display_custom_logo',
  6031.                             'path' => false,
  6032.                             'host' => false,
  6033.                             'methods' => [
  6034.                             ],
  6035.                         ],
  6036.                         => [
  6037.                             'route' => 'pimcore_admin_login',
  6038.                             'path' => false,
  6039.                             'host' => false,
  6040.                             'methods' => [
  6041.                             ],
  6042.                         ],
  6043.                         => [
  6044.                             'route' => 'pimcore_admin_webdav',
  6045.                             'path' => false,
  6046.                             'host' => false,
  6047.                             'methods' => [
  6048.                             ],
  6049.                         ],
  6050.                     ],
  6051.                     'translations' => [
  6052.                         'path' => '@PimcoreCoreBundle/Resources/translations',
  6053.                     ],
  6054.                 ],
  6055.                 'sitemaps' => [
  6056.                     'generators' => [
  6057.                         'pimcore_documents' => [
  6058.                             'enabled' => true,
  6059.                             'priority' => 100,
  6060.                             'generator_id' => 'Pimcore\\Sitemap\\Document\\DocumentTreeGenerator',
  6061.                         ],
  6062.                     ],
  6063.                 ],
  6064.                 'redirects' => [
  6065.                     'status_codes' => [
  6066.                         300 => 'Multiple Choices',
  6067.                         301 => 'Moved Permanently',
  6068.                         302 => 'Found',
  6069.                         303 => 'See Other',
  6070.                         307 => 'Temporary Redirect',
  6071.                     ],
  6072.                 ],
  6073.                 'glossary' => [
  6074.                     'blocked_tags' => [
  6075.                         => 'a',
  6076.                         => 'script',
  6077.                         => 'style',
  6078.                         => 'code',
  6079.                         => 'pre',
  6080.                         => 'textarea',
  6081.                         => 'acronym',
  6082.                         => 'abbr',
  6083.                         => 'option',
  6084.                         => 'h1',
  6085.                         10 => 'h2',
  6086.                         11 => 'h3',
  6087.                         12 => 'h4',
  6088.                         13 => 'h5',
  6089.                         14 => 'h6',
  6090.                     ],
  6091.                 ],
  6092.                 'templating_engine' => [
  6093.                     'twig' => [
  6094.                         'sandbox_security_policy' => [
  6095.                             'tags' => [
  6096.                                 => 'set',
  6097.                             ],
  6098.                             'filters' => [
  6099.                                 => 'escape',
  6100.                                 => 'trans',
  6101.                             ],
  6102.                             'functions' => [
  6103.                                 => 'path',
  6104.                                 => 'asset',
  6105.                             ],
  6106.                         ],
  6107.                     ],
  6108.                 ],
  6109.                 'translations' => [
  6110.                     'debugging' => [
  6111.                         'enabled' => true,
  6112.                         'parameter' => 'pimcore_debug_translations',
  6113.                     ],
  6114.                     'admin_translation_mapping' => [
  6115.                     ],
  6116.                     'data_object' => [
  6117.                     ],
  6118.                 ],
  6119.                 'models' => [
  6120.                     'class_overrides' => [
  6121.                         'Pimcore\\Model\\DataObject\\Car' => 'App\\Model\\Product\\Car',
  6122.                         'Pimcore\\Model\\DataObject\\AccessoryPart' => 'App\\Model\\Product\\AccessoryPart',
  6123.                         'Pimcore\\Model\\DataObject\\Category' => 'App\\Model\\Product\\Category',
  6124.                         'Pimcore\\Model\\DataObject\\Customer' => 'App\\Model\\Customer',
  6125.                     ],
  6126.                 ],
  6127.                 'workflows' => [
  6128.                     'simple_asset_workflow' => [
  6129.                         'label' => 'Simple Asset Workflow',
  6130.                         'type' => 'state_machine',
  6131.                         'support_strategy' => [
  6132.                             'type' => 'expression',
  6133.                             'arguments' => [
  6134.                                 => '\\Pimcore\\Model\\Asset',
  6135.                                 => 'is_fully_authenticated()',
  6136.                             ],
  6137.                         ],
  6138.                         'initial_markings' => [
  6139.                             => 'start',
  6140.                         ],
  6141.                         'places' => [
  6142.                             'start' => [
  6143.                                 'label' => 'Start Place of the Workflow',
  6144.                                 'title' => 'Start checking this asset',
  6145.                                 'color' => '#3572b0',
  6146.                                 'visibleInHeader' => true,
  6147.                                 'colorInverted' => false,
  6148.                                 'permissions' => [
  6149.                                 ],
  6150.                             ],
  6151.                             'review_license' => [
  6152.                                 'label' => 'Review License',
  6153.                                 'color' => 'orange',
  6154.                                 'visibleInHeader' => true,
  6155.                                 'title' => '',
  6156.                                 'colorInverted' => false,
  6157.                                 'permissions' => [
  6158.                                 ],
  6159.                             ],
  6160.                             'finished' => [
  6161.                                 'label' => 'Asset Reviewed',
  6162.                                 'color' => 'green',
  6163.                                 'visibleInHeader' => true,
  6164.                                 'title' => '',
  6165.                                 'colorInverted' => false,
  6166.                                 'permissions' => [
  6167.                                 ],
  6168.                             ],
  6169.                         ],
  6170.                         'transitions' => [
  6171.                             'start_workflow' => [
  6172.                                 'from' => [
  6173.                                     => 'start',
  6174.                                 ],
  6175.                                 'to' => [
  6176.                                     => 'review_license',
  6177.                                 ],
  6178.                                 'options' => [
  6179.                                     'label' => 'Start Workflow',
  6180.                                     'objectLayout' => false,
  6181.                                     'notificationSettings' => [
  6182.                                     ],
  6183.                                     'changePublishedState' => 'no_change',
  6184.                                 ],
  6185.                                 'name' => 'start_workflow',
  6186.                             ],
  6187.                             'finish_review' => [
  6188.                                 'from' => [
  6189.                                     => 'review_license',
  6190.                                 ],
  6191.                                 'to' => [
  6192.                                     => 'finished',
  6193.                                 ],
  6194.                                 'options' => [
  6195.                                     'label' => 'Finish Review',
  6196.                                     'objectLayout' => false,
  6197.                                     'notificationSettings' => [
  6198.                                     ],
  6199.                                     'changePublishedState' => 'no_change',
  6200.                                 ],
  6201.                                 'name' => 'finish_review',
  6202.                             ],
  6203.                             'restart_review' => [
  6204.                                 'from' => [
  6205.                                     => 'finished',
  6206.                                 ],
  6207.                                 'to' => [
  6208.                                     => 'review_license',
  6209.                                 ],
  6210.                                 'options' => [
  6211.                                     'label' => 'Restart Review',
  6212.                                     'objectLayout' => false,
  6213.                                     'notificationSettings' => [
  6214.                                     ],
  6215.                                     'changePublishedState' => 'no_change',
  6216.                                 ],
  6217.                                 'name' => 'restart_review',
  6218.                             ],
  6219.                         ],
  6220.                         'placeholders' => [
  6221.                         ],
  6222.                         'enabled' => true,
  6223.                         'priority' => 0,
  6224.                         'audit_trail' => [
  6225.                             'enabled' => false,
  6226.                         ],
  6227.                         'supports' => [
  6228.                         ],
  6229.                         'globalActions' => [
  6230.                         ],
  6231.                     ],
  6232.                     'product_data_enrichment' => [
  6233.                         'label' => 'Product Data Enrichment Workflow',
  6234.                         'support_strategy' => [
  6235.                             'service' => 'App\\Workflow\\SupportsStrategy',
  6236.                             'arguments' => [
  6237.                             ],
  6238.                         ],
  6239.                         'initial_markings' => [
  6240.                             => 'todo',
  6241.                         ],
  6242.                         'places' => [
  6243.                             'todo' => [
  6244.                                 'label' => 'ToDo',
  6245.                                 'title' => 'Product Magic did not start',
  6246.                                 'color' => '#3572b0',
  6247.                                 'colorInverted' => true,
  6248.                                 'permissions' => [
  6249.                                     => [
  6250.                                         'objectLayout' => 'CarTodo',
  6251.                                         'publish' => false,
  6252.                                         'unpublish' => false,
  6253.                                     ],
  6254.                                 ],
  6255.                                 'visibleInHeader' => true,
  6256.                             ],
  6257.                             'edit_text' => [
  6258.                                 'label' => 'Edit Text',
  6259.                                 'color' => 'orange',
  6260.                                 'permissions' => [
  6261.                                     => [
  6262.                                         'publish' => false,
  6263.                                         'unpublish' => false,
  6264.                                     ],
  6265.                                 ],
  6266.                                 'title' => '',
  6267.                                 'colorInverted' => false,
  6268.                                 'visibleInHeader' => true,
  6269.                             ],
  6270.                             'edit_images' => [
  6271.                                 'label' => 'Edit Images',
  6272.                                 'color' => 'orange',
  6273.                                 'permissions' => [
  6274.                                     => [
  6275.                                         'publish' => false,
  6276.                                         'unpublish' => false,
  6277.                                     ],
  6278.                                 ],
  6279.                                 'title' => '',
  6280.                                 'colorInverted' => false,
  6281.                                 'visibleInHeader' => true,
  6282.                             ],
  6283.                             'done_text' => [
  6284.                                 'label' => 'Done Text',
  6285.                                 'color' => 'green',
  6286.                                 'permissions' => [
  6287.                                     => [
  6288.                                         'publish' => false,
  6289.                                         'unpublish' => false,
  6290.                                     ],
  6291.                                 ],
  6292.                                 'title' => '',
  6293.                                 'colorInverted' => false,
  6294.                                 'visibleInHeader' => true,
  6295.                             ],
  6296.                             'done_images' => [
  6297.                                 'label' => 'Done Images',
  6298.                                 'color' => 'green',
  6299.                                 'permissions' => [
  6300.                                     => [
  6301.                                         'publish' => false,
  6302.                                         'unpublish' => false,
  6303.                                     ],
  6304.                                 ],
  6305.                                 'title' => '',
  6306.                                 'colorInverted' => false,
  6307.                                 'visibleInHeader' => true,
  6308.                             ],
  6309.                             'done_all' => [
  6310.                                 'label' => 'Product is ready',
  6311.                                 'color' => '#009900',
  6312.                                 'permissions' => [
  6313.                                     => [
  6314.                                         'condition' => 'is_fully_authenticated() and \'ROLE_PIMCORE_ADMIN\' in role_names',
  6315.                                         'objectLayout' => 'CarReview',
  6316.                                     ],
  6317.                                     => [
  6318.                                         'objectLayout' => 'CarReview',
  6319.                                     ],
  6320.                                 ],
  6321.                                 'title' => '',
  6322.                                 'colorInverted' => false,
  6323.                                 'visibleInHeader' => true,
  6324.                             ],
  6325.                         ],
  6326.                         'transitions' => [
  6327.                             'start_work' => [
  6328.                                 'from' => [
  6329.                                     => 'todo',
  6330.                                 ],
  6331.                                 'to' => [
  6332.                                     => 'edit_text',
  6333.                                     => 'edit_images',
  6334.                                 ],
  6335.                                 'options' => [
  6336.                                     'label' => 'Start Work',
  6337.                                     'objectLayout' => false,
  6338.                                     'notificationSettings' => [
  6339.                                     ],
  6340.                                     'changePublishedState' => 'no_change',
  6341.                                 ],
  6342.                                 'name' => 'start_work',
  6343.                             ],
  6344.                             'mark_text_done' => [
  6345.                                 'from' => [
  6346.                                     => 'edit_text',
  6347.                                 ],
  6348.                                 'to' => [
  6349.                                     => 'done_text',
  6350.                                 ],
  6351.                                 'options' => [
  6352.                                     'label' => 'Mark Text Done',
  6353.                                     'objectLayout' => false,
  6354.                                     'notificationSettings' => [
  6355.                                     ],
  6356.                                     'changePublishedState' => 'no_change',
  6357.                                 ],
  6358.                                 'name' => 'mark_text_done',
  6359.                             ],
  6360.                             'mark_images_done' => [
  6361.                                 'from' => [
  6362.                                     => 'edit_images',
  6363.                                 ],
  6364.                                 'to' => [
  6365.                                     => 'done_images',
  6366.                                 ],
  6367.                                 'options' => [
  6368.                                     'label' => 'Mark Images Done',
  6369.                                     'notificationSettings' => [
  6370.                                         => [
  6371.                                             'notifyUsers' => [
  6372.                                                 => 'admin',
  6373.                                             ],
  6374.                                             'notifyRoles' => [
  6375.                                                 => 'projectmanagers',
  6376.                                                 => 'admins',
  6377.                                             ],
  6378.                                             'channelType' => [
  6379.                                                 => 'mail',
  6380.                                                 => 'pimcore_notification',
  6381.                                             ],
  6382.                                             'mailType' => 'template',
  6383.                                             'mailPath' => '@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig',
  6384.                                         ],
  6385.                                     ],
  6386.                                     'objectLayout' => false,
  6387.                                     'changePublishedState' => 'no_change',
  6388.                                 ],
  6389.                                 'name' => 'mark_images_done',
  6390.                             ],
  6391.                             'mark_done_all' => [
  6392.                                 'from' => [
  6393.                                     => 'done_text',
  6394.                                     => 'done_images',
  6395.                                 ],
  6396.                                 'to' => [
  6397.                                     => 'done_all',
  6398.                                 ],
  6399.                                 'options' => [
  6400.                                     'label' => 'Mark Product Done',
  6401.                                     'changePublishedState' => 'force_published',
  6402.                                     'notes' => [
  6403.                                         'commentEnabled' => true,
  6404.                                         'customHtml' => [
  6405.                                             'service' => 'App\\Services\\Workflow\\CustomHtmlService',
  6406.                                             'position' => 'top',
  6407.                                         ],
  6408.                                         'commentRequired' => false,
  6409.                                         'type' => 'Status update',
  6410.                                         'additionalFields' => [
  6411.                                         ],
  6412.                                     ],
  6413.                                     'notificationSettings' => [
  6414.                                         => [
  6415.                                             'notifyUsers' => [
  6416.                                                 => 'admin',
  6417.                                             ],
  6418.                                             'notifyRoles' => [
  6419.                                                 => 'projectmanagers',
  6420.                                                 => 'admins',
  6421.                                             ],
  6422.                                             'channelType' => [
  6423.                                                 => 'mail',
  6424.                                                 => 'pimcore_notification',
  6425.                                             ],
  6426.                                             'mailType' => 'template',
  6427.                                             'mailPath' => '@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig',
  6428.                                         ],
  6429.                                     ],
  6430.                                     'objectLayout' => false,
  6431.                                 ],
  6432.                                 'name' => 'mark_done_all',
  6433.                             ],
  6434.                             'reopen_issue' => [
  6435.                                 'from' => [
  6436.                                     => 'done_all',
  6437.                                 ],
  6438.                                 'to' => [
  6439.                                     => 'todo',
  6440.                                 ],
  6441.                                 'options' => [
  6442.                                     'label' => 'Reopen Product',
  6443.                                     'notes' => [
  6444.                                         'commentEnabled' => true,
  6445.                                         'commentRequired' => true,
  6446.                                         'type' => 'Status update',
  6447.                                         'additionalFields' => [
  6448.                                         ],
  6449.                                     ],
  6450.                                     'objectLayout' => false,
  6451.                                     'notificationSettings' => [
  6452.                                     ],
  6453.                                     'changePublishedState' => 'no_change',
  6454.                                 ],
  6455.                                 'name' => 'reopen_issue',
  6456.                             ],
  6457.                         ],
  6458.                         'globalActions' => [
  6459.                             'log_time' => [
  6460.                                 'label' => 'Log Time',
  6461.                                 'guard' => 'is_fully_authenticated()',
  6462.                                 'notes' => [
  6463.                                     'commentEnabled' => true,
  6464.                                     'commentRequired' => true,
  6465.                                     'type' => 'Worklog',
  6466.                                     'title' => 'Time Logged',
  6467.                                     'additionalFields' => [
  6468.                                         => [
  6469.                                             'name' => 'timeWorked',
  6470.                                             'fieldType' => 'input',
  6471.                                             'title' => 'Time spent',
  6472.                                             'required' => true,
  6473.                                             'fieldTypeSettings' => [
  6474.                                             ],
  6475.                                         ],
  6476.                                     ],
  6477.                                 ],
  6478.                                 'objectLayout' => false,
  6479.                                 'to' => [
  6480.                                 ],
  6481.                             ],
  6482.                         ],
  6483.                         'placeholders' => [
  6484.                         ],
  6485.                         'enabled' => true,
  6486.                         'priority' => 0,
  6487.                         'audit_trail' => [
  6488.                             'enabled' => false,
  6489.                         ],
  6490.                         'supports' => [
  6491.                         ],
  6492.                     ],
  6493.                 ],
  6494.                 'general' => [
  6495.                     'domain' => 'pimcore.distriweb.net',
  6496.                     'redirect_to_maindomain' => false,
  6497.                     'language' => 'fr',
  6498.                     'valid_languages' => 'en,de,fr,it,es',
  6499.                     'fallback_languages' => [
  6500.                         'en' => 'fr',
  6501.                         'de' => 'fr',
  6502.                         'fr' => '',
  6503.                         'it' => 'fr',
  6504.                         'es' => 'fr',
  6505.                     ],
  6506.                     'default_language' => 'fr',
  6507.                     'debug_admin_translations' => false,
  6508.                     'timezone' => '',
  6509.                     'path_variable' => NULL,
  6510.                     'disable_usage_statistics' => false,
  6511.                     'instance_identifier' => NULL,
  6512.                 ],
  6513.                 'error_handling' => [
  6514.                     'render_error_document' => true,
  6515.                 ],
  6516.                 'flags' => [
  6517.                 ],
  6518.                 'maps' => [
  6519.                     'tile_layer_url_template' => 'https://a.tile.openstreetmap.org/{z}/{x}/{y}.png',
  6520.                     'geocoding_url_template' => 'https://nominatim.openstreetmap.org/search?q={q}&addressdetails=1&format=json&limit=1',
  6521.                     'reverse_geocoding_url_template' => 'https://nominatim.openstreetmap.org/reverse?format=json&lat={lat}&lon={lon}&addressdetails=1',
  6522.                 ],
  6523.                 'maintenance' => [
  6524.                     'housekeeping' => [
  6525.                         'cleanup_tmp_files_atime_older_than' => 7776000,
  6526.                         'cleanup_profiler_files_atime_older_than' => 1800,
  6527.                     ],
  6528.                 ],
  6529.                 'services' => [
  6530.                     'google' => [
  6531.                         'client_id' => NULL,
  6532.                         'email' => NULL,
  6533.                         'simple_api_key' => NULL,
  6534.                         'browser_api_key' => NULL,
  6535.                     ],
  6536.                 ],
  6537.                 'encryption' => [
  6538.                     'secret' => NULL,
  6539.                 ],
  6540.                 'full_page_cache' => [
  6541.                     'enabled' => true,
  6542.                     'lifetime' => NULL,
  6543.                 ],
  6544.                 'email' => [
  6545.                     'sender' => [
  6546.                         'name' => '',
  6547.                         'email' => '',
  6548.                     ],
  6549.                     'return' => [
  6550.                         'name' => '',
  6551.                         'email' => '',
  6552.                     ],
  6553.                     'debug' => [
  6554.                         'email_addresses' => '',
  6555.                     ],
  6556.                     'usespecific' => false,
  6557.                 ],
  6558.                 'httpclient' => [
  6559.                     'adapter' => 'Socket',
  6560.                     'proxy_host' => NULL,
  6561.                     'proxy_port' => NULL,
  6562.                     'proxy_user' => NULL,
  6563.                     'proxy_pass' => NULL,
  6564.                 ],
  6565.                 'applicationlog' => [
  6566.                     'archive_treshold' => 30,
  6567.                     'archive_alternative_database' => '',
  6568.                     'delete_archive_threshold' => '6',
  6569.                 ],
  6570.                 'properties' => [
  6571.                     'predefined' => [
  6572.                         'definitions' => [
  6573.                         ],
  6574.                     ],
  6575.                 ],
  6576.                 'staticroutes' => [
  6577.                     'definitions' => [
  6578.                     ],
  6579.                 ],
  6580.                 'perspectives' => [
  6581.                     'definitions' => [
  6582.                     ],
  6583.                 ],
  6584.                 'custom_views' => [
  6585.                     'definitions' => [
  6586.                     ],
  6587.                 ],
  6588.             ],
  6589.             'pimcore.routing.static.locale_params' => [
  6590.             ],
  6591.             'pimcore.targeting.enabled' => true,
  6592.             'pimcore.targeting.conditions' => [
  6593.                 'browser' => 'Pimcore\\Targeting\\Condition\\Browser',
  6594.                 'country' => 'Pimcore\\Targeting\\Condition\\Country',
  6595.                 'geopoint' => 'Pimcore\\Targeting\\Condition\\GeoPoint',
  6596.                 'hardwareplatform' => 'Pimcore\\Targeting\\Condition\\HardwarePlatform',
  6597.                 'language' => 'Pimcore\\Targeting\\Condition\\Language',
  6598.                 'operatingsystem' => 'Pimcore\\Targeting\\Condition\\OperatingSystem',
  6599.                 'referringsite' => 'Pimcore\\Targeting\\Condition\\ReferringSite',
  6600.                 'searchengine' => 'Pimcore\\Targeting\\Condition\\SearchEngine',
  6601.                 'target_group' => 'Pimcore\\Targeting\\Condition\\TargetGroup',
  6602.                 'timeonsite' => 'Pimcore\\Targeting\\Condition\\TimeOnSite',
  6603.                 'url' => 'Pimcore\\Targeting\\Condition\\Url',
  6604.                 'visitedpagesbefore' => 'Pimcore\\Targeting\\Condition\\VisitedPagesBefore',
  6605.                 'cmf_has_segment' => 'CustomerManagementFrameworkBundle\\Targeting\\Condition\\HasSegment',
  6606.                 'cmf_customer_is_loggedin' => 'CustomerManagementFrameworkBundle\\Targeting\\Condition\\CustomerIsLoggedIn',
  6607.                 'cmf_customer_segments_have_changed' => 'CustomerManagementFrameworkBundle\\Targeting\\Condition\\CustomerSegmentsHaveChanged',
  6608.             ],
  6609.             'pimcore.geoip.db_file' => '',
  6610.             'pimcore.glossary.blocked_tags' => [
  6611.                 => 'a',
  6612.                 => 'script',
  6613.                 => 'style',
  6614.                 => 'code',
  6615.                 => 'pre',
  6616.                 => 'textarea',
  6617.                 => 'acronym',
  6618.                 => 'abbr',
  6619.                 => 'option',
  6620.                 => 'h1',
  6621.                 10 => 'h2',
  6622.                 11 => 'h3',
  6623.                 12 => 'h4',
  6624.                 13 => 'h5',
  6625.                 14 => 'h6',
  6626.             ],
  6627.             'pimcore.workflow' => [
  6628.                 'simple_asset_workflow' => [
  6629.                     'label' => 'Simple Asset Workflow',
  6630.                     'type' => 'state_machine',
  6631.                     'support_strategy' => [
  6632.                         'type' => 'expression',
  6633.                         'arguments' => [
  6634.                             => '\\Pimcore\\Model\\Asset',
  6635.                             => 'is_fully_authenticated()',
  6636.                         ],
  6637.                     ],
  6638.                     'initial_markings' => [
  6639.                         => 'start',
  6640.                     ],
  6641.                     'places' => [
  6642.                         'start' => [
  6643.                             'label' => 'Start Place of the Workflow',
  6644.                             'title' => 'Start checking this asset',
  6645.                             'color' => '#3572b0',
  6646.                             'visibleInHeader' => true,
  6647.                             'colorInverted' => false,
  6648.                             'permissions' => [
  6649.                             ],
  6650.                         ],
  6651.                         'review_license' => [
  6652.                             'label' => 'Review License',
  6653.                             'color' => 'orange',
  6654.                             'visibleInHeader' => true,
  6655.                             'title' => '',
  6656.                             'colorInverted' => false,
  6657.                             'permissions' => [
  6658.                             ],
  6659.                         ],
  6660.                         'finished' => [
  6661.                             'label' => 'Asset Reviewed',
  6662.                             'color' => 'green',
  6663.                             'visibleInHeader' => true,
  6664.                             'title' => '',
  6665.                             'colorInverted' => false,
  6666.                             'permissions' => [
  6667.                             ],
  6668.                         ],
  6669.                     ],
  6670.                     'transitions' => [
  6671.                         'start_workflow' => [
  6672.                             'from' => [
  6673.                                 => 'start',
  6674.                             ],
  6675.                             'to' => [
  6676.                                 => 'review_license',
  6677.                             ],
  6678.                             'options' => [
  6679.                                 'label' => 'Start Workflow',
  6680.                                 'objectLayout' => false,
  6681.                                 'notificationSettings' => [
  6682.                                 ],
  6683.                                 'changePublishedState' => 'no_change',
  6684.                             ],
  6685.                             'name' => 'start_workflow',
  6686.                         ],
  6687.                         'finish_review' => [
  6688.                             'from' => [
  6689.                                 => 'review_license',
  6690.                             ],
  6691.                             'to' => [
  6692.                                 => 'finished',
  6693.                             ],
  6694.                             'options' => [
  6695.                                 'label' => 'Finish Review',
  6696.                                 'objectLayout' => false,
  6697.                                 'notificationSettings' => [
  6698.                                 ],
  6699.                                 'changePublishedState' => 'no_change',
  6700.                             ],
  6701.                             'name' => 'finish_review',
  6702.                         ],
  6703.                         'restart_review' => [
  6704.                             'from' => [
  6705.                                 => 'finished',
  6706.                             ],
  6707.                             'to' => [
  6708.                                 => 'review_license',
  6709.                             ],
  6710.                             'options' => [
  6711.                                 'label' => 'Restart Review',
  6712.                                 'objectLayout' => false,
  6713.                                 'notificationSettings' => [
  6714.                                 ],
  6715.                                 'changePublishedState' => 'no_change',
  6716.                             ],
  6717.                             'name' => 'restart_review',
  6718.                         ],
  6719.                     ],
  6720.                     'placeholders' => [
  6721.                     ],
  6722.                     'enabled' => true,
  6723.                     'priority' => 0,
  6724.                     'audit_trail' => [
  6725.                         'enabled' => false,
  6726.                     ],
  6727.                     'supports' => [
  6728.                     ],
  6729.                     'globalActions' => [
  6730.                     ],
  6731.                 ],
  6732.                 'product_data_enrichment' => [
  6733.                     'label' => 'Product Data Enrichment Workflow',
  6734.                     'support_strategy' => [
  6735.                         'service' => 'App\\Workflow\\SupportsStrategy',
  6736.                         'arguments' => [
  6737.                         ],
  6738.                     ],
  6739.                     'initial_markings' => [
  6740.                         => 'todo',
  6741.                     ],
  6742.                     'places' => [
  6743.                         'todo' => [
  6744.                             'label' => 'ToDo',
  6745.                             'title' => 'Product Magic did not start',
  6746.                             'color' => '#3572b0',
  6747.                             'colorInverted' => true,
  6748.                             'permissions' => [
  6749.                                 => [
  6750.                                     'objectLayout' => 'CarTodo',
  6751.                                     'publish' => false,
  6752.                                     'unpublish' => false,
  6753.                                 ],
  6754.                             ],
  6755.                             'visibleInHeader' => true,
  6756.                         ],
  6757.                         'edit_text' => [
  6758.                             'label' => 'Edit Text',
  6759.                             'color' => 'orange',
  6760.                             'permissions' => [
  6761.                                 => [
  6762.                                     'publish' => false,
  6763.                                     'unpublish' => false,
  6764.                                 ],
  6765.                             ],
  6766.                             'title' => '',
  6767.                             'colorInverted' => false,
  6768.                             'visibleInHeader' => true,
  6769.                         ],
  6770.                         'edit_images' => [
  6771.                             'label' => 'Edit Images',
  6772.                             'color' => 'orange',
  6773.                             'permissions' => [
  6774.                                 => [
  6775.                                     'publish' => false,
  6776.                                     'unpublish' => false,
  6777.                                 ],
  6778.                             ],
  6779.                             'title' => '',
  6780.                             'colorInverted' => false,
  6781.                             'visibleInHeader' => true,
  6782.                         ],
  6783.                         'done_text' => [
  6784.                             'label' => 'Done Text',
  6785.                             'color' => 'green',
  6786.                             'permissions' => [
  6787.                                 => [
  6788.                                     'publish' => false,
  6789.                                     'unpublish' => false,
  6790.                                 ],
  6791.                             ],
  6792.                             'title' => '',
  6793.                             'colorInverted' => false,
  6794.                             'visibleInHeader' => true,
  6795.                         ],
  6796.                         'done_images' => [
  6797.                             'label' => 'Done Images',
  6798.                             'color' => 'green',
  6799.                             'permissions' => [
  6800.                                 => [
  6801.                                     'publish' => false,
  6802.                                     'unpublish' => false,
  6803.                                 ],
  6804.                             ],
  6805.                             'title' => '',
  6806.                             'colorInverted' => false,
  6807.                             'visibleInHeader' => true,
  6808.                         ],
  6809.                         'done_all' => [
  6810.                             'label' => 'Product is ready',
  6811.                             'color' => '#009900',
  6812.                             'permissions' => [
  6813.                                 => [
  6814.                                     'condition' => 'is_fully_authenticated() and \'ROLE_PIMCORE_ADMIN\' in role_names',
  6815.                                     'objectLayout' => 'CarReview',
  6816.                                 ],
  6817.                                 => [
  6818.                                     'objectLayout' => 'CarReview',
  6819.                                 ],
  6820.                             ],
  6821.                             'title' => '',
  6822.                             'colorInverted' => false,
  6823.                             'visibleInHeader' => true,
  6824.                         ],
  6825.                     ],
  6826.                     'transitions' => [
  6827.                         'start_work' => [
  6828.                             'from' => [
  6829.                                 => 'todo',
  6830.                             ],
  6831.                             'to' => [
  6832.                                 => 'edit_text',
  6833.                                 => 'edit_images',
  6834.                             ],
  6835.                             'options' => [
  6836.                                 'label' => 'Start Work',
  6837.                                 'objectLayout' => false,
  6838.                                 'notificationSettings' => [
  6839.                                 ],
  6840.                                 'changePublishedState' => 'no_change',
  6841.                             ],
  6842.                             'name' => 'start_work',
  6843.                         ],
  6844.                         'mark_text_done' => [
  6845.                             'from' => [
  6846.                                 => 'edit_text',
  6847.                             ],
  6848.                             'to' => [
  6849.                                 => 'done_text',
  6850.                             ],
  6851.                             'options' => [
  6852.                                 'label' => 'Mark Text Done',
  6853.                                 'objectLayout' => false,
  6854.                                 'notificationSettings' => [
  6855.                                 ],
  6856.                                 'changePublishedState' => 'no_change',
  6857.                             ],
  6858.                             'name' => 'mark_text_done',
  6859.                         ],
  6860.                         'mark_images_done' => [
  6861.                             'from' => [
  6862.                                 => 'edit_images',
  6863.                             ],
  6864.                             'to' => [
  6865.                                 => 'done_images',
  6866.                             ],
  6867.                             'options' => [
  6868.                                 'label' => 'Mark Images Done',
  6869.                                 'notificationSettings' => [
  6870.                                     => [
  6871.                                         'notifyUsers' => [
  6872.                                             => 'admin',
  6873.                                         ],
  6874.                                         'notifyRoles' => [
  6875.                                             => 'projectmanagers',
  6876.                                             => 'admins',
  6877.                                         ],
  6878.                                         'channelType' => [
  6879.                                             => 'mail',
  6880.                                             => 'pimcore_notification',
  6881.                                         ],
  6882.                                         'mailType' => 'template',
  6883.                                         'mailPath' => '@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig',
  6884.                                     ],
  6885.                                 ],
  6886.                                 'objectLayout' => false,
  6887.                                 'changePublishedState' => 'no_change',
  6888.                             ],
  6889.                             'name' => 'mark_images_done',
  6890.                         ],
  6891.                         'mark_done_all' => [
  6892.                             'from' => [
  6893.                                 => 'done_text',
  6894.                                 => 'done_images',
  6895.                             ],
  6896.                             'to' => [
  6897.                                 => 'done_all',
  6898.                             ],
  6899.                             'options' => [
  6900.                                 'label' => 'Mark Product Done',
  6901.                                 'changePublishedState' => 'force_published',
  6902.                                 'notes' => [
  6903.                                     'commentEnabled' => true,
  6904.                                     'customHtml' => [
  6905.                                         'service' => 'App\\Services\\Workflow\\CustomHtmlService',
  6906.                                         'position' => 'top',
  6907.                                     ],
  6908.                                     'commentRequired' => false,
  6909.                                     'type' => 'Status update',
  6910.                                     'additionalFields' => [
  6911.                                     ],
  6912.                                 ],
  6913.                                 'notificationSettings' => [
  6914.                                     => [
  6915.                                         'notifyUsers' => [
  6916.                                             => 'admin',
  6917.                                         ],
  6918.                                         'notifyRoles' => [
  6919.                                             => 'projectmanagers',
  6920.                                             => 'admins',
  6921.                                         ],
  6922.                                         'channelType' => [
  6923.                                             => 'mail',
  6924.                                             => 'pimcore_notification',
  6925.                                         ],
  6926.                                         'mailType' => 'template',
  6927.                                         'mailPath' => '@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig',
  6928.                                     ],
  6929.                                 ],
  6930.                                 'objectLayout' => false,
  6931.                             ],
  6932.                             'name' => 'mark_done_all',
  6933.                         ],
  6934.                         'reopen_issue' => [
  6935.                             'from' => [
  6936.                                 => 'done_all',
  6937.                             ],
  6938.                             'to' => [
  6939.                                 => 'todo',
  6940.                             ],
  6941.                             'options' => [
  6942.                                 'label' => 'Reopen Product',
  6943.                                 'notes' => [
  6944.                                     'commentEnabled' => true,
  6945.                                     'commentRequired' => true,
  6946.                                     'type' => 'Status update',
  6947.                                     'additionalFields' => [
  6948.                                     ],
  6949.                                 ],
  6950.                                 'objectLayout' => false,
  6951.                                 'notificationSettings' => [
  6952.                                 ],
  6953.                                 'changePublishedState' => 'no_change',
  6954.                             ],
  6955.                             'name' => 'reopen_issue',
  6956.                         ],
  6957.                     ],
  6958.                     'globalActions' => [
  6959.                         'log_time' => [
  6960.                             'label' => 'Log Time',
  6961.                             'guard' => 'is_fully_authenticated()',
  6962.                             'notes' => [
  6963.                                 'commentEnabled' => true,
  6964.                                 'commentRequired' => true,
  6965.                                 'type' => 'Worklog',
  6966.                                 'title' => 'Time Logged',
  6967.                                 'additionalFields' => [
  6968.                                     => [
  6969.                                         'name' => 'timeWorked',
  6970.                                         'fieldType' => 'input',
  6971.                                         'title' => 'Time spent',
  6972.                                         'required' => true,
  6973.                                         'fieldTypeSettings' => [
  6974.                                         ],
  6975.                                     ],
  6976.                                 ],
  6977.                             ],
  6978.                             'objectLayout' => false,
  6979.                             'to' => [
  6980.                             ],
  6981.                         ],
  6982.                     ],
  6983.                     'placeholders' => [
  6984.                     ],
  6985.                     'enabled' => true,
  6986.                     'priority' => 0,
  6987.                     'audit_trail' => [
  6988.                         'enabled' => false,
  6989.                     ],
  6990.                     'supports' => [
  6991.                     ],
  6992.                 ],
  6993.             ],
  6994.             'pimcore.gdpr-data-extrator.dataobjects' => [
  6995.                 'classes' => [
  6996.                 ],
  6997.             ],
  6998.             'pimcore.gdpr-data-extrator.assets' => [
  6999.                 'types' => [
  7000.                 ],
  7001.             ],
  7002.             'pimcore_admin.dataObjects.notes_events.types' => [
  7003.                 => '',
  7004.                 => 'content',
  7005.                 => 'seo',
  7006.                 => 'warning',
  7007.                 => 'notice',
  7008.             ],
  7009.             'pimcore_admin.assets.notes_events.types' => [
  7010.                 => '',
  7011.                 => 'content',
  7012.                 => 'seo',
  7013.                 => 'warning',
  7014.                 => 'notice',
  7015.             ],
  7016.             'pimcore_admin.documents.notes_events.types' => [
  7017.                 => '',
  7018.                 => 'content',
  7019.                 => 'seo',
  7020.                 => 'warning',
  7021.                 => 'notice',
  7022.             ],
  7023.             'pimcore_admin.csrf_protection.excluded_routes' => [
  7024.             ],
  7025.             'pimcore_admin.admin_languages' => [
  7026.             ],
  7027.             'pimcore_admin.custom_admin_path_identifier' => NULL,
  7028.             'pimcore_admin.custom_admin_route_name' => 'my_custom_admin_entry_point',
  7029.             'pimcore_admin.config' => [
  7030.                 'branding' => [
  7031.                     'login_screen_invert_colors' => false,
  7032.                     'color_login_screen' => '',
  7033.                     'color_admin_interface' => '',
  7034.                     'color_admin_interface_background' => '',
  7035.                     'login_screen_custom_image' => '',
  7036.                 ],
  7037.                 'gdpr_data_extractor' => [
  7038.                     'dataObjects' => [
  7039.                         'classes' => [
  7040.                         ],
  7041.                     ],
  7042.                     'assets' => [
  7043.                         'types' => [
  7044.                         ],
  7045.                     ],
  7046.                 ],
  7047.                 'objects' => [
  7048.                     'notes_events' => [
  7049.                         'types' => [
  7050.                             => '',
  7051.                             => 'content',
  7052.                             => 'seo',
  7053.                             => 'warning',
  7054.                             => 'notice',
  7055.                         ],
  7056.                     ],
  7057.                 ],
  7058.                 'assets' => [
  7059.                     'notes_events' => [
  7060.                         'types' => [
  7061.                             => '',
  7062.                             => 'content',
  7063.                             => 'seo',
  7064.                             => 'warning',
  7065.                             => 'notice',
  7066.                         ],
  7067.                     ],
  7068.                 ],
  7069.                 'documents' => [
  7070.                     'notes_events' => [
  7071.                         'types' => [
  7072.                             => '',
  7073.                             => 'content',
  7074.                             => 'seo',
  7075.                             => 'warning',
  7076.                             => 'notice',
  7077.                         ],
  7078.                     ],
  7079.                 ],
  7080.                 'admin_languages' => [
  7081.                 ],
  7082.                 'csrf_protection' => [
  7083.                     'excluded_routes' => [
  7084.                     ],
  7085.                 ],
  7086.                 'admin_csp_header' => [
  7087.                     'enabled' => false,
  7088.                     'exclude_paths' => [
  7089.                     ],
  7090.                     'additional_urls' => [
  7091.                         'default-src' => [
  7092.                         ],
  7093.                         'img-src' => [
  7094.                         ],
  7095.                         'script-src' => [
  7096.                         ],
  7097.                         'style-src' => [
  7098.                         ],
  7099.                         'connect-src' => [
  7100.                         ],
  7101.                         'font-src' => [
  7102.                         ],
  7103.                         'media-src' => [
  7104.                         ],
  7105.                         'frame-src' => [
  7106.                         ],
  7107.                     ],
  7108.                 ],
  7109.                 'custom_admin_path_identifier' => NULL,
  7110.                 'custom_admin_route_name' => 'my_custom_admin_entry_point',
  7111.             ],
  7112.             'pimcore_ecommerce.pimcore.config' => [
  7113.                 'menu' => [
  7114.                     'pricing_rules' => [
  7115.                         'enabled' => true,
  7116.                     ],
  7117.                     'order_list' => [
  7118.                         'enabled' => true,
  7119.                         'route' => 'pimcore_ecommerce_backend_admin-order_list',
  7120.                         'path' => NULL,
  7121.                     ],
  7122.                 ],
  7123.             ],
  7124.             'pimcore_ecommerce.decimal_scale' => 4,
  7125.             'pimcore_ecommerce.factory.strict_tenants' => false,
  7126.             'pimcore_ecommerce.environment.options' => [
  7127.             ],
  7128.             'pimcore_ecommerce.pricing_manager.condition_mapping' => [
  7129.                 'Bracket' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\Bracket',
  7130.                 'DateRange' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\DateRange',
  7131.                 'CartAmount' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\CartAmount',
  7132.                 'CatalogProduct' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\CatalogProduct',
  7133.                 'CatalogCategory' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\CatalogCategory',
  7134.                 'Token' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\Token',
  7135.                 'Sold' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\Sold',
  7136.                 'Sales' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\Sales',
  7137.                 'ClientIp' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\ClientIp',
  7138.                 'VoucherToken' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\VoucherToken',
  7139.                 'Tenant' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\Tenant',
  7140.                 'TargetGroup' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\TargetGroup',
  7141.             ],
  7142.             'pimcore_ecommerce.pricing_manager.action_mapping' => [
  7143.                 'ProductDiscount' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Action\\ProductDiscount',
  7144.                 'CartDiscount' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Action\\CartDiscount',
  7145.                 'Gift' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Action\\Gift',
  7146.                 'FreeShipping' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Action\\FreeShipping',
  7147.             ],
  7148.             'pimcore_ecommerce.index_service.default_tenant' => 'default',
  7149.             'pimcore_ecommerce.voucher_service.options' => [
  7150.                 'reservation_minutes_threshold' => 5,
  7151.                 'statistics_days_threshold' => 30,
  7152.             ],
  7153.             'pimcore_ecommerce.voucher_service.token_manager.mapping' => [
  7154.                 'VoucherTokenTypePattern' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\VoucherService\\TokenManager\\Pattern',
  7155.                 'VoucherTokenTypeSingle' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\VoucherService\\TokenManager\\Single',
  7156.             ],
  7157.             'pimcore_ecommerce.offer_tool.order_storage.offer_class' => 'Pimcore\\Model\\DataObject\\OfferToolOffer',
  7158.             'pimcore_ecommerce.offer_tool.order_storage.offer_item_class' => 'Pimcore\\Model\\DataObject\\OfferToolOfferItem',
  7159.             'pimcore_ecommerce.offer_tool.order_storage.parent_folder_path' => '/offertool/offers/%Y/%m',
  7160.             'cmf.customer_export.items_per_request' => 500,
  7161.             'cmf.segmentAssignment.table.raw' => 'plugin_cmf_segment_assignment',
  7162.             'cmf.segmentAssignment.table.index' => 'plugin_cmf_segment_assignment_index',
  7163.             'cmf.segmentAssignment.table.queue' => 'plugin_cmf_segment_assignment_queue',
  7164.             'pimcore_customer_management_framework.general.customerPimcoreClass' => 'Customer',
  7165.             'pimcore_customer_management_framework.general.mailBlackListFile' => (\dirname(__DIR__3).'/config/cmf/mail-blacklist.txt'),
  7166.             'pimcore_customer_management_framework.encryption.secret' => 'X1urVEoeyf8ix6f0vVWqZwgssS90iq37UAGkTFLglh0=',
  7167.             'pimcore_customer_management_framework.customer_save_manager.enableAutomaticObjectNamingScheme' => true,
  7168.             'pimcore_customer_management_framework.customer_save_validator.requiredFields' => [
  7169.                 => [
  7170.                     => 'email',
  7171.                 ],
  7172.                 => [
  7173.                     => 'firstname',
  7174.                     => 'lastname',
  7175.                 ],
  7176.             ],
  7177.             'pimcore_customer_management_framework.customer_save_validator.checkForDuplicates' => true,
  7178.             'pimcore_customer_management_framework.segment_manager.segmentFolder.calculated' => '/Customer Management/segments/calculated',
  7179.             'pimcore_customer_management_framework.segment_manager.segmentFolder.manual' => '/Customer Management/segments/manual',
  7180.             'pimcore_customer_management_framework.customer_provider.namingScheme' => '{countryCode}/{zip}/{firstname}-{lastname}',
  7181.             'pimcore_customer_management_framework.customer_provider.parentPath' => '/Customer Management/customers',
  7182.             'pimcore_customer_management_framework.customer_provider.archiveDir' => '/Customer Management/customers/_archive',
  7183.             'pimcore_customer_management_framework.customer_provider.newCustomersTempDir' => '/Customer Management/customers/_temp',
  7184.             'pimcore_customer_management_framework.customer_list.exporters' => [
  7185.                 'csv' => [
  7186.                     'name' => 'CSV',
  7187.                     'icon' => 'fa fa-file-text-o',
  7188.                     'exporter' => 'CustomerManagementFrameworkBundle\\CustomerList\\Exporter\\Csv',
  7189.                     'properties' => [
  7190.                         => 'id',
  7191.                         => 'active',
  7192.                         => 'gender',
  7193.                         => 'email',
  7194.                         => 'phone',
  7195.                         => 'firstname',
  7196.                         => 'lastname',
  7197.                         => 'street',
  7198.                         => 'zip',
  7199.                         => 'city',
  7200.                         10 => 'countryCode',
  7201.                         11 => 'idEncoded',
  7202.                     ],
  7203.                     'exportSegmentsAsColumns' => true,
  7204.                 ],
  7205.                 'xlsx' => [
  7206.                     'name' => 'XLSX',
  7207.                     'icon' => 'fa fa-file-excel-o',
  7208.                     'exporter' => 'CustomerManagementFrameworkBundle\\CustomerList\\Exporter\\Xlsx',
  7209.                     'properties' => [
  7210.                         => 'id',
  7211.                         => 'active',
  7212.                         => 'gender',
  7213.                         => 'email',
  7214.                         => 'phone',
  7215.                         => 'firstname',
  7216.                         => 'lastname',
  7217.                         => 'street',
  7218.                         => 'zip',
  7219.                         => 'city',
  7220.                         10 => 'countryCode',
  7221.                         11 => 'idEncoded',
  7222.                     ],
  7223.                     'exportSegmentsAsColumns' => true,
  7224.                 ],
  7225.             ],
  7226.             'pimcore_customer_management_framework.customer_list.filter_properties' => [
  7227.                 'equals' => [
  7228.                     'id' => 'o_id',
  7229.                     'active' => 'active',
  7230.                 ],
  7231.                 'search' => [
  7232.                     'email' => [
  7233.                         => 'email',
  7234.                     ],
  7235.                     'firstname' => [
  7236.                         => 'firstname',
  7237.                     ],
  7238.                     'lastname' => [
  7239.                         => 'lastname',
  7240.                     ],
  7241.                     'search' => [
  7242.                         => 'o_id',
  7243.                         => 'idEncoded',
  7244.                         => 'firstname',
  7245.                         => 'lastname',
  7246.                         => 'email',
  7247.                         => 'zip',
  7248.                         => 'city',
  7249.                     ],
  7250.                 ],
  7251.             ],
  7252.             'pimcore_customer_management_framework.customer_duplicates_services.duplicateCheckFields' => [
  7253.                 => [
  7254.                     => 'email',
  7255.                 ],
  7256.                 => [
  7257.                     => 'firstname',
  7258.                     => 'lastname',
  7259.                     => 'zip',
  7260.                     => 'street',
  7261.                 ],
  7262.             ],
  7263.             'pimcore_customer_management_framework.customer_duplicates_services.duplicateCheckTrimmedFields' => [
  7264.             ],
  7265.             'pimcore_customer_management_framework.customer_duplicates_services.duplicates_view.listFields' => [
  7266.                 => [
  7267.                     => 'id',
  7268.                 ],
  7269.                 => [
  7270.                     => 'email',
  7271.                 ],
  7272.                 => [
  7273.                     => 'firstname',
  7274.                     => 'lastname',
  7275.                 ],
  7276.                 => [
  7277.                     => 'street',
  7278.                 ],
  7279.                 => [
  7280.                     => 'zip',
  7281.                     => 'city',
  7282.                 ],
  7283.                 => [
  7284.                     => 'countryCode',
  7285.                 ],
  7286.             ],
  7287.             'pimcore_customer_management_framework.customer_duplicates_services.duplicates_view.enabled' => true,
  7288.             'pimcore_customer_management_framework.customer_duplicates_services.duplicates_index.enableDuplicatesIndex' => true,
  7289.             'pimcore_customer_management_framework.customer_duplicates_services.duplicates_index.duplicateCheckFields' => [
  7290.                 => [
  7291.                     'lastname' => [
  7292.                         'soundex' => true,
  7293.                         'metaphone' => true,
  7294.                         'similarity' => '\\CustomerManagementFrameworkBundle\\DataSimilarityMatcher\\SimilarText',
  7295.                         'similarityThreshold' => NULL,
  7296.                     ],
  7297.                     'firstname' => [
  7298.                         'soundex' => true,
  7299.                         'metaphone' => true,
  7300.                         'similarity' => '\\CustomerManagementFrameworkBundle\\DataSimilarityMatcher\\SimilarText',
  7301.                         'similarityThreshold' => NULL,
  7302.                     ],
  7303.                     'zip' => [
  7304.                         'similarity' => '\\CustomerManagementFrameworkBundle\\DataSimilarityMatcher\\Zip',
  7305.                         'soundex' => false,
  7306.                         'metaphone' => false,
  7307.                         'similarityThreshold' => NULL,
  7308.                     ],
  7309.                     'city' => [
  7310.                         'soundex' => true,
  7311.                         'metaphone' => true,
  7312.                         'similarity' => '\\CustomerManagementFrameworkBundle\\DataSimilarityMatcher\\SimilarText',
  7313.                         'similarityThreshold' => NULL,
  7314.                     ],
  7315.                     'street' => [
  7316.                         'soundex' => true,
  7317.                         'metaphone' => true,
  7318.                         'similarity' => '\\CustomerManagementFrameworkBundle\\DataSimilarityMatcher\\SimilarText',
  7319.                         'similarityThreshold' => NULL,
  7320.                     ],
  7321.                 ],
  7322.                 => [
  7323.                     'email' => [
  7324.                         'metaphone' => true,
  7325.                         'similarity' => '\\CustomerManagementFrameworkBundle\\DataSimilarityMatcher\\SimilarText',
  7326.                         'similarityThreshold' => 90,
  7327.                         'soundex' => false,
  7328.                     ],
  7329.                 ],
  7330.             ],
  7331.             'pimcore_customer_management_framework.customer_duplicates_services.duplicates_index.dataTransformers' => [
  7332.                 'street' => '\\CustomerManagementFrameworkBundle\\DataTransformer\\DuplicateIndex\\Street',
  7333.                 'firstname' => '\\CustomerManagementFrameworkBundle\\DataTransformer\\DuplicateIndex\\Simplify',
  7334.                 'city' => '\\CustomerManagementFrameworkBundle\\DataTransformer\\DuplicateIndex\\Simplify',
  7335.                 'lastname' => '\\CustomerManagementFrameworkBundle\\DataTransformer\\DuplicateIndex\\Simplify',
  7336.             ],
  7337.             'pimcore_customer_management_framework.newsletter.newsletterSyncEnabled' => false,
  7338.             'pimcore_customer_management_framework.newsletter.newsletterQueueImmediateAsyncExecutionEnabled' => true,
  7339.             'pimcore_customer_management_framework.url_activity_tracker.enabled' => true,
  7340.             'pimcore_customer_management_framework.url_activity_tracker.linkCmfcPlaceholder' => '*|ID_ENCODED|*',
  7341.             'pimcore_customer_management_framework.segment_assignment_classes.types' => [
  7342.                 'document' => [
  7343.                     'page' => true,
  7344.                     'folder' => false,
  7345.                     'snippet' => false,
  7346.                     'link' => false,
  7347.                     'hardlink' => false,
  7348.                     'email' => false,
  7349.                     'newsletter' => false,
  7350.                     'printpage' => false,
  7351.                     'printcontainer' => false,
  7352.                 ],
  7353.                 'object' => [
  7354.                     'object' => [
  7355.                         'News' => true,
  7356.                         'Category' => true,
  7357.                     ],
  7358.                     'folder' => true,
  7359.                     'variant' => [
  7360.                     ],
  7361.                 ],
  7362.                 'asset' => [
  7363.                     'folder' => false,
  7364.                     'image' => false,
  7365.                     'text' => false,
  7366.                     'audio' => false,
  7367.                     'video' => false,
  7368.                     'document' => false,
  7369.                     'archive' => false,
  7370.                     'unknown' => false,
  7371.                 ],
  7372.             ],
  7373.             'pimcore.gdpr-data-extrator.customers' => [
  7374.                 'allowDelete' => false,
  7375.                 'includedRelations' => [
  7376.                 ],
  7377.             ],
  7378.             'pimcore_data_hub' => [
  7379.                 'configurations' => [
  7380.                     'shop' => [
  7381.                         'general' => [
  7382.                             'active' => true,
  7383.                             'type' => 'graphql',
  7384.                             'name' => 'shop',
  7385.                             'description' => 'Shop related information like Orders, OrderItems, Vouchers.',
  7386.                             'sqlObjectCondition' => '',
  7387.                             'path' => NULL,
  7388.                             'modificationDate' => 1647447384,
  7389.                             'createDate' => 1647447347,
  7390.                         ],
  7391.                         'schema' => [
  7392.                             'queryEntities' => [
  7393.                                 'OnlineShopOrder' => [
  7394.                                     'id' => 'OnlineShopOrder',
  7395.                                     'name' => 'OnlineShopOrder',
  7396.                                     'columnConfig' => [
  7397.                                         'columns' => [
  7398.                                             => [
  7399.                                                 'attributes' => [
  7400.                                                     'attribute' => 'ordernumber',
  7401.                                                     'label' => 'Ordernumber',
  7402.                                                     'dataType' => 'input',
  7403.                                                     'layout' => [
  7404.                                                         'fieldtype' => 'input',
  7405.                                                         'width' => 400,
  7406.                                                         'queryColumnType' => 'varchar',
  7407.                                                         'columnType' => 'varchar',
  7408.                                                         'columnLength' => 255,
  7409.                                                         'phpdocType' => 'string',
  7410.                                                         'regex' => '',
  7411.                                                         'unique' => NULL,
  7412.                                                         'showCharCount' => NULL,
  7413.                                                         'name' => 'ordernumber',
  7414.                                                         'title' => 'Ordernumber',
  7415.                                                         'tooltip' => '',
  7416.                                                         'mandatory' => false,
  7417.                                                         'noteditable' => true,
  7418.                                                         'index' => false,
  7419.                                                         'locked' => false,
  7420.                                                         'style' => '',
  7421.                                                         'permissions' => '',
  7422.                                                         'datatype' => 'data',
  7423.                                                         'relationType' => false,
  7424.                                                         'invisible' => false,
  7425.                                                         'visibleGridView' => true,
  7426.                                                         'visibleSearch' => true,
  7427.                                                     ],
  7428.                                                 ],
  7429.                                                 'isOperator' => false,
  7430.                                             ],
  7431.                                             => [
  7432.                                                 'attributes' => [
  7433.                                                     'attribute' => 'orderState',
  7434.                                                     'label' => 'OrderState',
  7435.                                                     'dataType' => 'select',
  7436.                                                     'layout' => [
  7437.                                                         'fieldtype' => 'select',
  7438.                                                         'options' => [
  7439.                                                             => [
  7440.                                                                 'key' => 'Committed',
  7441.                                                                 'value' => 'committed',
  7442.                                                             ],
  7443.                                                             => [
  7444.                                                                 'key' => 'Cancelled',
  7445.                                                                 'value' => 'cancelled',
  7446.                                                             ],
  7447.                                                             => [
  7448.                                                                 'key' => 'Payment Pending',
  7449.                                                                 'value' => 'paymentPending',
  7450.                                                             ],
  7451.                                                             => [
  7452.                                                                 'key' => 'Aborted',
  7453.                                                                 'value' => 'aborted',
  7454.                                                             ],
  7455.                                                         ],
  7456.                                                         'width' => 400,
  7457.                                                         'defaultValue' => '',
  7458.                                                         'optionsProviderClass' => '',
  7459.                                                         'optionsProviderData' => '',
  7460.                                                         'queryColumnType' => 'varchar',
  7461.                                                         'columnType' => 'varchar',
  7462.                                                         'columnLength' => 190,
  7463.                                                         'phpdocType' => 'string',
  7464.                                                         'dynamicOptions' => false,
  7465.                                                         'name' => 'orderState',
  7466.                                                         'title' => 'OrderState',
  7467.                                                         'tooltip' => '',
  7468.                                                         'mandatory' => false,
  7469.                                                         'noteditable' => true,
  7470.                                                         'index' => false,
  7471.                                                         'locked' => false,
  7472.                                                         'style' => '',
  7473.                                                         'permissions' => NULL,
  7474.                                                         'datatype' => 'data',
  7475.                                                         'relationType' => false,
  7476.                                                         'invisible' => false,
  7477.                                                         'visibleGridView' => true,
  7478.                                                         'visibleSearch' => true,
  7479.                                                     ],
  7480.                                                 ],
  7481.                                                 'isOperator' => false,
  7482.                                             ],
  7483.                                             => [
  7484.                                                 'attributes' => [
  7485.                                                     'attribute' => 'orderdate',
  7486.                                                     'label' => 'Orderdate',
  7487.                                                     'dataType' => 'datetime',
  7488.                                                     'layout' => [
  7489.                                                         'fieldtype' => 'datetime',
  7490.                                                         'queryColumnType' => 'bigint(20)',
  7491.                                                         'columnType' => 'bigint(20)',
  7492.                                                         'phpdocType' => '\\Carbon\\Carbon',
  7493.                                                         'defaultValue' => NULL,
  7494.                                                         'useCurrentDate' => false,
  7495.                                                         'name' => 'orderdate',
  7496.                                                         'title' => 'Orderdate',
  7497.                                                         'tooltip' => '',
  7498.                                                         'mandatory' => false,
  7499.                                                         'noteditable' => true,
  7500.                                                         'index' => false,
  7501.                                                         'locked' => false,
  7502.                                                         'style' => '',
  7503.                                                         'permissions' => '',
  7504.                                                         'datatype' => 'data',
  7505.                                                         'relationType' => false,
  7506.                                                         'invisible' => false,
  7507.                                                         'visibleGridView' => true,
  7508.                                                         'visibleSearch' => true,
  7509.                                                     ],
  7510.                                                 ],
  7511.                                                 'isOperator' => false,
  7512.                                             ],
  7513.                                             => [
  7514.                                                 'attributes' => [
  7515.                                                     'attribute' => 'items',
  7516.                                                     'label' => 'Items',
  7517.                                                     'dataType' => 'manyToManyObjectRelation',
  7518.                                                     'layout' => [
  7519.                                                         'fieldtype' => 'manyToManyObjectRelation',
  7520.                                                         'width' => '',
  7521.                                                         'height' => '',
  7522.                                                         'maxItems' => '',
  7523.                                                         'queryColumnType' => 'text',
  7524.                                                         'phpdocType' => 'array',
  7525.                                                         'relationType' => true,
  7526.                                                         'visibleFields' => NULL,
  7527.                                                         'optimizedAdminLoading' => false,
  7528.                                                         'visibleFieldDefinitions' => [
  7529.                                                         ],
  7530.                                                         'lazyLoading' => false,
  7531.                                                         'classes' => [
  7532.                                                             => [
  7533.                                                                 'classes' => 'OnlineShopOrderItem',
  7534.                                                             ],
  7535.                                                         ],
  7536.                                                         'pathFormatterClass' => '',
  7537.                                                         'name' => 'items',
  7538.                                                         'title' => 'Items',
  7539.                                                         'tooltip' => '',
  7540.                                                         'mandatory' => false,
  7541.                                                         'noteditable' => true,
  7542.                                                         'index' => false,
  7543.                                                         'locked' => false,
  7544.                                                         'style' => '',
  7545.                                                         'permissions' => '',
  7546.                                                         'datatype' => 'data',
  7547.                                                         'invisible' => false,
  7548.                                                         'visibleGridView' => false,
  7549.                                                         'visibleSearch' => false,
  7550.                                                     ],
  7551.                                                 ],
  7552.                                                 'isOperator' => false,
  7553.                                             ],
  7554.                                             => [
  7555.                                                 'attributes' => [
  7556.                                                     'attribute' => 'comment',
  7557.                                                     'label' => 'Comment',
  7558.                                                     'dataType' => 'textarea',
  7559.                                                     'layout' => [
  7560.                                                         'fieldtype' => 'textarea',
  7561.                                                         'width' => 400,
  7562.                                                         'height' => 200,
  7563.                                                         'maxLength' => NULL,
  7564.                                                         'showCharCount' => NULL,
  7565.                                                         'excludeFromSearchIndex' => false,
  7566.                                                         'queryColumnType' => 'longtext',
  7567.                                                         'columnType' => 'longtext',
  7568.                                                         'phpdocType' => 'string',
  7569.                                                         'name' => 'comment',
  7570.                                                         'title' => 'Comment',
  7571.                                                         'tooltip' => '',
  7572.                                                         'mandatory' => false,
  7573.                                                         'noteditable' => true,
  7574.                                                         'index' => false,
  7575.                                                         'locked' => false,
  7576.                                                         'style' => '',
  7577.                                                         'permissions' => NULL,
  7578.                                                         'datatype' => 'data',
  7579.                                                         'relationType' => false,
  7580.                                                         'invisible' => false,
  7581.                                                         'visibleGridView' => false,
  7582.                                                         'visibleSearch' => false,
  7583.                                                     ],
  7584.                                                 ],
  7585.                                                 'isOperator' => false,
  7586.                                             ],
  7587.                                             => [
  7588.                                                 'attributes' => [
  7589.                                                     'attribute' => 'customerOrderData',
  7590.                                                     'label' => 'Customer Order Data',
  7591.                                                     'dataType' => 'input',
  7592.                                                     'layout' => [
  7593.                                                         'fieldtype' => 'input',
  7594.                                                         'width' => 400,
  7595.                                                         'queryColumnType' => 'varchar',
  7596.                                                         'columnType' => 'varchar',
  7597.                                                         'columnLength' => 255,
  7598.                                                         'phpdocType' => 'string',
  7599.                                                         'regex' => '',
  7600.                                                         'unique' => NULL,
  7601.                                                         'showCharCount' => NULL,
  7602.                                                         'name' => 'customerOrderData',
  7603.                                                         'title' => 'Customer Order Data',
  7604.                                                         'tooltip' => '',
  7605.                                                         'mandatory' => false,
  7606.                                                         'noteditable' => true,
  7607.                                                         'index' => false,
  7608.                                                         'locked' => false,
  7609.                                                         'style' => '',
  7610.                                                         'permissions' => NULL,
  7611.                                                         'datatype' => 'data',
  7612.                                                         'relationType' => false,
  7613.                                                         'invisible' => false,
  7614.                                                         'visibleGridView' => false,
  7615.                                                         'visibleSearch' => false,
  7616.                                                     ],
  7617.                                                 ],
  7618.                                                 'isOperator' => false,
  7619.                                             ],
  7620.                                             => [
  7621.                                                 'attributes' => [
  7622.                                                     'attribute' => 'voucherTokens',
  7623.                                                     'label' => 'Voucher Tokens',
  7624.                                                     'dataType' => 'manyToManyObjectRelation',
  7625.                                                     'layout' => [
  7626.                                                         'fieldtype' => 'manyToManyObjectRelation',
  7627.                                                         'width' => '',
  7628.                                                         'height' => '',
  7629.                                                         'maxItems' => '',
  7630.                                                         'queryColumnType' => 'text',
  7631.                                                         'phpdocType' => 'array',
  7632.                                                         'relationType' => true,
  7633.                                                         'visibleFields' => NULL,
  7634.                                                         'optimizedAdminLoading' => false,
  7635.                                                         'visibleFieldDefinitions' => [
  7636.                                                         ],
  7637.                                                         'lazyLoading' => false,
  7638.                                                         'classes' => [
  7639.                                                             => [
  7640.                                                                 'classes' => 'OnlineShopVoucherToken',
  7641.                                                             ],
  7642.                                                         ],
  7643.                                                         'pathFormatterClass' => NULL,
  7644.                                                         'name' => 'voucherTokens',
  7645.                                                         'title' => 'Voucher Tokens',
  7646.                                                         'tooltip' => '',
  7647.                                                         'mandatory' => false,
  7648.                                                         'noteditable' => true,
  7649.                                                         'index' => false,
  7650.                                                         'locked' => false,
  7651.                                                         'style' => '',
  7652.                                                         'permissions' => NULL,
  7653.                                                         'datatype' => 'data',
  7654.                                                         'invisible' => false,
  7655.                                                         'visibleGridView' => false,
  7656.                                                         'visibleSearch' => false,
  7657.                                                     ],
  7658.                                                 ],
  7659.                                                 'isOperator' => false,
  7660.                                             ],
  7661.                                             => [
  7662.                                                 'attributes' => [
  7663.                                                     'attribute' => 'giftItems',
  7664.                                                     'label' => 'Gift Items',
  7665.                                                     'dataType' => 'manyToManyObjectRelation',
  7666.                                                     'layout' => [
  7667.                                                         'fieldtype' => 'manyToManyObjectRelation',
  7668.                                                         'width' => '',
  7669.                                                         'height' => '',
  7670.                                                         'maxItems' => '',
  7671.                                                         'queryColumnType' => 'text',
  7672.                                                         'phpdocType' => 'array',
  7673.                                                         'relationType' => true,
  7674.                                                         'visibleFields' => NULL,
  7675.                                                         'optimizedAdminLoading' => false,
  7676.                                                         'visibleFieldDefinitions' => [
  7677.                                                         ],
  7678.                                                         'lazyLoading' => true,
  7679.                                                         'classes' => [
  7680.                                                             => [
  7681.                                                                 'classes' => 'OnlineShopOrderItem',
  7682.                                                             ],
  7683.                                                         ],
  7684.                                                         'pathFormatterClass' => '',
  7685.                                                         'name' => 'giftItems',
  7686.                                                         'title' => 'Gift Items',
  7687.                                                         'tooltip' => '',
  7688.                                                         'mandatory' => false,
  7689.                                                         'noteditable' => true,
  7690.                                                         'index' => false,
  7691.                                                         'locked' => false,
  7692.                                                         'style' => '',
  7693.                                                         'permissions' => NULL,
  7694.                                                         'datatype' => 'data',
  7695.                                                         'invisible' => false,
  7696.                                                         'visibleGridView' => false,
  7697.                                                         'visibleSearch' => false,
  7698.                                                     ],
  7699.                                                 ],
  7700.                                                 'isOperator' => false,
  7701.                                             ],
  7702.                                             => [
  7703.                                                 'attributes' => [
  7704.                                                     'attribute' => 'subTotalNetPrice',
  7705.                                                     'label' => 'SubTotalNetPrice',
  7706.                                                     'dataType' => 'numeric',
  7707.                                                     'layout' => [
  7708.                                                         'fieldtype' => 'numeric',
  7709.                                                         'width' => 400,
  7710.                                                         'defaultValue' => NULL,
  7711.                                                         'queryColumnType' => 'double',
  7712.                                                         'columnType' => 'double',
  7713.                                                         'phpdocType' => 'float',
  7714.                                                         'integer' => false,
  7715.                                                         'unsigned' => false,
  7716.                                                         'minValue' => NULL,
  7717.                                                         'maxValue' => NULL,
  7718.                                                         'unique' => NULL,
  7719.                                                         'decimalSize' => 19,
  7720.                                                         'decimalPrecision' => 4,
  7721.                                                         'name' => 'subTotalNetPrice',
  7722.                                                         'title' => 'SubTotalNetPrice',
  7723.                                                         'tooltip' => '',
  7724.                                                         'mandatory' => false,
  7725.                                                         'noteditable' => true,
  7726.                                                         'index' => false,
  7727.                                                         'locked' => false,
  7728.                                                         'style' => '',
  7729.                                                         'permissions' => NULL,
  7730.                                                         'datatype' => 'data',
  7731.                                                         'relationType' => false,
  7732.                                                         'invisible' => false,
  7733.                                                         'visibleGridView' => false,
  7734.                                                         'visibleSearch' => false,
  7735.                                                     ],
  7736.                                                 ],
  7737.                                                 'isOperator' => false,
  7738.                                             ],
  7739.                                             => [
  7740.                                                 'attributes' => [
  7741.                                                     'attribute' => 'subTotalPrice',
  7742.                                                     'label' => 'SubTotalPrice',
  7743.                                                     'dataType' => 'numeric',
  7744.                                                     'layout' => [
  7745.                                                         'fieldtype' => 'numeric',
  7746.                                                         'width' => 400,
  7747.                                                         'defaultValue' => NULL,
  7748.                                                         'queryColumnType' => 'double',
  7749.                                                         'columnType' => 'double',
  7750.                                                         'phpdocType' => 'float',
  7751.                                                         'integer' => false,
  7752.                                                         'unsigned' => false,
  7753.                                                         'minValue' => NULL,
  7754.                                                         'maxValue' => NULL,
  7755.                                                         'unique' => NULL,
  7756.                                                         'decimalSize' => 19,
  7757.                                                         'decimalPrecision' => 4,
  7758.                                                         'name' => 'subTotalPrice',
  7759.                                                         'title' => 'SubTotalPrice',
  7760.                                                         'tooltip' => '',
  7761.                                                         'mandatory' => false,
  7762.                                                         'noteditable' => true,
  7763.                                                         'index' => false,
  7764.                                                         'locked' => false,
  7765.                                                         'style' => '',
  7766.                                                         'permissions' => '',
  7767.                                                         'datatype' => 'data',
  7768.                                                         'relationType' => false,
  7769.                                                         'invisible' => false,
  7770.                                                         'visibleGridView' => false,
  7771.                                                         'visibleSearch' => false,
  7772.                                                     ],
  7773.                                                 ],
  7774.                                                 'isOperator' => false,
  7775.                                             ],
  7776.                                             10 => [
  7777.                                                 'attributes' => [
  7778.                                                     'attribute' => 'totalNetPrice',
  7779.                                                     'label' => 'TotalNetPrice',
  7780.                                                     'dataType' => 'numeric',
  7781.                                                     'layout' => [
  7782.                                                         'fieldtype' => 'numeric',
  7783.                                                         'width' => 400,
  7784.                                                         'defaultValue' => NULL,
  7785.                                                         'queryColumnType' => 'double',
  7786.                                                         'columnType' => 'double',
  7787.                                                         'phpdocType' => 'float',
  7788.                                                         'integer' => false,
  7789.                                                         'unsigned' => false,
  7790.                                                         'minValue' => NULL,
  7791.                                                         'maxValue' => NULL,
  7792.                                                         'unique' => NULL,
  7793.                                                         'decimalSize' => 19,
  7794.                                                         'decimalPrecision' => 4,
  7795.                                                         'name' => 'totalNetPrice',
  7796.                                                         'title' => 'TotalNetPrice',
  7797.                                                         'tooltip' => '',
  7798.                                                         'mandatory' => false,
  7799.                                                         'noteditable' => true,
  7800.                                                         'index' => false,
  7801.                                                         'locked' => false,
  7802.                                                         'style' => '',
  7803.                                                         'permissions' => NULL,
  7804.                                                         'datatype' => 'data',
  7805.                                                         'relationType' => false,
  7806.                                                         'invisible' => false,
  7807.                                                         'visibleGridView' => false,
  7808.                                                         'visibleSearch' => false,
  7809.                                                     ],
  7810.                                                 ],
  7811.                                                 'isOperator' => false,
  7812.                                             ],
  7813.                                             11 => [
  7814.                                                 'attributes' => [
  7815.                                                     'attribute' => 'totalPrice',
  7816.                                                     'label' => 'TotalPrice',
  7817.                                                     'dataType' => 'numeric',
  7818.                                                     'layout' => [
  7819.                                                         'fieldtype' => 'numeric',
  7820.                                                         'width' => 400,
  7821.                                                         'defaultValue' => NULL,
  7822.                                                         'queryColumnType' => 'double',
  7823.                                                         'columnType' => 'double',
  7824.                                                         'phpdocType' => 'float',
  7825.                                                         'integer' => false,
  7826.                                                         'unsigned' => false,
  7827.                                                         'minValue' => NULL,
  7828.                                                         'maxValue' => NULL,
  7829.                                                         'unique' => NULL,
  7830.                                                         'decimalSize' => 19,
  7831.                                                         'decimalPrecision' => 4,
  7832.                                                         'name' => 'totalPrice',
  7833.                                                         'title' => 'TotalPrice',
  7834.                                                         'tooltip' => '',
  7835.                                                         'mandatory' => false,
  7836.                                                         'noteditable' => true,
  7837.                                                         'index' => false,
  7838.                                                         'locked' => false,
  7839.                                                         'style' => '',
  7840.                                                         'permissions' => '',
  7841.                                                         'datatype' => 'data',
  7842.                                                         'relationType' => false,
  7843.                                                         'invisible' => false,
  7844.                                                         'visibleGridView' => false,
  7845.                                                         'visibleSearch' => false,
  7846.                                                     ],
  7847.                                                 ],
  7848.                                                 'isOperator' => false,
  7849.                                             ],
  7850.                                             12 => [
  7851.                                                 'attributes' => [
  7852.                                                     'attribute' => 'currency',
  7853.                                                     'label' => 'Currency',
  7854.                                                     'dataType' => 'input',
  7855.                                                     'layout' => [
  7856.                                                         'fieldtype' => 'input',
  7857.                                                         'width' => NULL,
  7858.                                                         'queryColumnType' => 'varchar',
  7859.                                                         'columnType' => 'varchar',
  7860.                                                         'columnLength' => 255,
  7861.                                                         'phpdocType' => 'string',
  7862.                                                         'regex' => '',
  7863.                                                         'unique' => NULL,
  7864.                                                         'showCharCount' => NULL,
  7865.                                                         'name' => 'currency',
  7866.                                                         'title' => 'Currency',
  7867.                                                         'tooltip' => '',
  7868.                                                         'mandatory' => false,
  7869.                                                         'noteditable' => true,
  7870.                                                         'index' => false,
  7871.                                                         'locked' => false,
  7872.                                                         'style' => '',
  7873.                                                         'permissions' => NULL,
  7874.                                                         'datatype' => 'data',
  7875.                                                         'relationType' => false,
  7876.                                                         'invisible' => false,
  7877.                                                         'visibleGridView' => false,
  7878.                                                         'visibleSearch' => false,
  7879.                                                     ],
  7880.                                                 ],
  7881.                                                 'isOperator' => false,
  7882.                                             ],
  7883.                                             13 => [
  7884.                                                 'attributes' => [
  7885.                                                     'attribute' => 'customer',
  7886.                                                     'label' => 'Customer',
  7887.                                                     'dataType' => 'manyToOneRelation',
  7888.                                                     'layout' => [
  7889.                                                         'fieldtype' => 'manyToOneRelation',
  7890.                                                         'width' => 400,
  7891.                                                         'assetUploadPath' => '',
  7892.                                                         'relationType' => true,
  7893.                                                         'queryColumnType' => [
  7894.                                                             'id' => 'int(11)',
  7895.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  7896.                                                         ],
  7897.                                                         'phpdocType' => '\\Pimcore\\Model\\Document\\Page | \\Pimcore\\Model\\Document\\Snippet | \\Pimcore\\Model\\Document | \\Pimcore\\Model\\Asset | \\Pimcore\\Model\\DataObject\\AbstractObject',
  7898.                                                         'objectsAllowed' => true,
  7899.                                                         'assetsAllowed' => false,
  7900.                                                         'assetTypes' => [
  7901.                                                         ],
  7902.                                                         'documentsAllowed' => false,
  7903.                                                         'documentTypes' => [
  7904.                                                         ],
  7905.                                                         'lazyLoading' => true,
  7906.                                                         'classes' => [
  7907.                                                             => [
  7908.                                                                 'classes' => 'Customer',
  7909.                                                             ],
  7910.                                                         ],
  7911.                                                         'pathFormatterClass' => '',
  7912.                                                         'name' => 'customer',
  7913.                                                         'title' => 'Customer',
  7914.                                                         'tooltip' => '',
  7915.                                                         'mandatory' => false,
  7916.                                                         'noteditable' => true,
  7917.                                                         'index' => false,
  7918.                                                         'locked' => false,
  7919.                                                         'style' => '',
  7920.                                                         'permissions' => NULL,
  7921.                                                         'datatype' => 'data',
  7922.                                                         'invisible' => false,
  7923.                                                         'visibleGridView' => false,
  7924.                                                         'visibleSearch' => false,
  7925.                                                     ],
  7926.                                                 ],
  7927.                                                 'isOperator' => false,
  7928.                                             ],
  7929.                                             14 => [
  7930.                                                 'attributes' => [
  7931.                                                     'attribute' => 'deliveryFirstname',
  7932.                                                     'label' => 'Firstname',
  7933.                                                     'dataType' => 'input',
  7934.                                                     'layout' => [
  7935.                                                         'fieldtype' => 'input',
  7936.                                                         'width' => 400,
  7937.                                                         'queryColumnType' => 'varchar',
  7938.                                                         'columnType' => 'varchar',
  7939.                                                         'columnLength' => 255,
  7940.                                                         'phpdocType' => 'string',
  7941.                                                         'regex' => '',
  7942.                                                         'unique' => NULL,
  7943.                                                         'showCharCount' => NULL,
  7944.                                                         'name' => 'deliveryFirstname',
  7945.                                                         'title' => 'Firstname',
  7946.                                                         'tooltip' => '',
  7947.                                                         'mandatory' => false,
  7948.                                                         'noteditable' => true,
  7949.                                                         'index' => false,
  7950.                                                         'locked' => false,
  7951.                                                         'style' => '',
  7952.                                                         'permissions' => NULL,
  7953.                                                         'datatype' => 'data',
  7954.                                                         'relationType' => false,
  7955.                                                         'invisible' => false,
  7956.                                                         'visibleGridView' => false,
  7957.                                                         'visibleSearch' => false,
  7958.                                                     ],
  7959.                                                 ],
  7960.                                                 'isOperator' => false,
  7961.                                             ],
  7962.                                             15 => [
  7963.                                                 'attributes' => [
  7964.                                                     'attribute' => 'deliveryLastname',
  7965.                                                     'label' => 'Lastname',
  7966.                                                     'dataType' => 'input',
  7967.                                                     'layout' => [
  7968.                                                         'fieldtype' => 'input',
  7969.                                                         'width' => 400,
  7970.                                                         'queryColumnType' => 'varchar',
  7971.                                                         'columnType' => 'varchar',
  7972.                                                         'columnLength' => 255,
  7973.                                                         'phpdocType' => 'string',
  7974.                                                         'regex' => '',
  7975.                                                         'unique' => NULL,
  7976.                                                         'showCharCount' => NULL,
  7977.                                                         'name' => 'deliveryLastname',
  7978.                                                         'title' => 'Lastname',
  7979.                                                         'tooltip' => '',
  7980.                                                         'mandatory' => false,
  7981.                                                         'noteditable' => true,
  7982.                                                         'index' => false,
  7983.                                                         'locked' => false,
  7984.                                                         'style' => '',
  7985.                                                         'permissions' => NULL,
  7986.                                                         'datatype' => 'data',
  7987.                                                         'relationType' => false,
  7988.                                                         'invisible' => false,
  7989.                                                         'visibleGridView' => false,
  7990.                                                         'visibleSearch' => false,
  7991.                                                     ],
  7992.                                                 ],
  7993.                                                 'isOperator' => false,
  7994.                                             ],
  7995.                                             16 => [
  7996.                                                 'attributes' => [
  7997.                                                     'attribute' => 'deliveryCompany',
  7998.                                                     'label' => 'Company',
  7999.                                                     'dataType' => 'input',
  8000.                                                     'layout' => [
  8001.                                                         'fieldtype' => 'input',
  8002.                                                         'width' => 400,
  8003.                                                         'queryColumnType' => 'varchar',
  8004.                                                         'columnType' => 'varchar',
  8005.                                                         'columnLength' => 255,
  8006.                                                         'phpdocType' => 'string',
  8007.                                                         'regex' => '',
  8008.                                                         'unique' => NULL,
  8009.                                                         'showCharCount' => NULL,
  8010.                                                         'name' => 'deliveryCompany',
  8011.                                                         'title' => 'Company',
  8012.                                                         'tooltip' => '',
  8013.                                                         'mandatory' => false,
  8014.                                                         'noteditable' => true,
  8015.                                                         'index' => false,
  8016.                                                         'locked' => false,
  8017.                                                         'style' => '',
  8018.                                                         'permissions' => NULL,
  8019.                                                         'datatype' => 'data',
  8020.                                                         'relationType' => false,
  8021.                                                         'invisible' => false,
  8022.                                                         'visibleGridView' => false,
  8023.                                                         'visibleSearch' => false,
  8024.                                                     ],
  8025.                                                 ],
  8026.                                                 'isOperator' => false,
  8027.                                             ],
  8028.                                             17 => [
  8029.                                                 'attributes' => [
  8030.                                                     'attribute' => 'deliveryStreet',
  8031.                                                     'label' => 'Street',
  8032.                                                     'dataType' => 'input',
  8033.                                                     'layout' => [
  8034.                                                         'fieldtype' => 'input',
  8035.                                                         'width' => 400,
  8036.                                                         'queryColumnType' => 'varchar',
  8037.                                                         'columnType' => 'varchar',
  8038.                                                         'columnLength' => 255,
  8039.                                                         'phpdocType' => 'string',
  8040.                                                         'regex' => '',
  8041.                                                         'unique' => NULL,
  8042.                                                         'showCharCount' => NULL,
  8043.                                                         'name' => 'deliveryStreet',
  8044.                                                         'title' => 'Street',
  8045.                                                         'tooltip' => '',
  8046.                                                         'mandatory' => false,
  8047.                                                         'noteditable' => true,
  8048.                                                         'index' => false,
  8049.                                                         'locked' => false,
  8050.                                                         'style' => '',
  8051.                                                         'permissions' => NULL,
  8052.                                                         'datatype' => 'data',
  8053.                                                         'relationType' => false,
  8054.                                                         'invisible' => false,
  8055.                                                         'visibleGridView' => false,
  8056.                                                         'visibleSearch' => false,
  8057.                                                     ],
  8058.                                                 ],
  8059.                                                 'isOperator' => false,
  8060.                                             ],
  8061.                                             18 => [
  8062.                                                 'attributes' => [
  8063.                                                     'attribute' => 'deliveryZip',
  8064.                                                     'label' => 'Zip',
  8065.                                                     'dataType' => 'input',
  8066.                                                     'layout' => [
  8067.                                                         'fieldtype' => 'input',
  8068.                                                         'width' => 400,
  8069.                                                         'queryColumnType' => 'varchar',
  8070.                                                         'columnType' => 'varchar',
  8071.                                                         'columnLength' => 255,
  8072.                                                         'phpdocType' => 'string',
  8073.                                                         'regex' => '',
  8074.                                                         'unique' => NULL,
  8075.                                                         'showCharCount' => NULL,
  8076.                                                         'name' => 'deliveryZip',
  8077.                                                         'title' => 'Zip',
  8078.                                                         'tooltip' => '',
  8079.                                                         'mandatory' => false,
  8080.                                                         'noteditable' => true,
  8081.                                                         'index' => false,
  8082.                                                         'locked' => false,
  8083.                                                         'style' => '',
  8084.                                                         'permissions' => NULL,
  8085.                                                         'datatype' => 'data',
  8086.                                                         'relationType' => false,
  8087.                                                         'invisible' => false,
  8088.                                                         'visibleGridView' => false,
  8089.                                                         'visibleSearch' => false,
  8090.                                                     ],
  8091.                                                 ],
  8092.                                                 'isOperator' => false,
  8093.                                             ],
  8094.                                             19 => [
  8095.                                                 'attributes' => [
  8096.                                                     'attribute' => 'deliveryCity',
  8097.                                                     'label' => 'City',
  8098.                                                     'dataType' => 'input',
  8099.                                                     'layout' => [
  8100.                                                         'fieldtype' => 'input',
  8101.                                                         'width' => 400,
  8102.                                                         'queryColumnType' => 'varchar',
  8103.                                                         'columnType' => 'varchar',
  8104.                                                         'columnLength' => 255,
  8105.                                                         'phpdocType' => 'string',
  8106.                                                         'regex' => '',
  8107.                                                         'unique' => NULL,
  8108.                                                         'showCharCount' => NULL,
  8109.                                                         'name' => 'deliveryCity',
  8110.                                                         'title' => 'City',
  8111.                                                         'tooltip' => '',
  8112.                                                         'mandatory' => false,
  8113.                                                         'noteditable' => true,
  8114.                                                         'index' => false,
  8115.                                                         'locked' => false,
  8116.                                                         'style' => '',
  8117.                                                         'permissions' => NULL,
  8118.                                                         'datatype' => 'data',
  8119.                                                         'relationType' => false,
  8120.                                                         'invisible' => false,
  8121.                                                         'visibleGridView' => false,
  8122.                                                         'visibleSearch' => false,
  8123.                                                     ],
  8124.                                                 ],
  8125.                                                 'isOperator' => false,
  8126.                                             ],
  8127.                                             20 => [
  8128.                                                 'attributes' => [
  8129.                                                     'attribute' => 'paymentInfo',
  8130.                                                     'label' => 'Payment Informations',
  8131.                                                     'dataType' => 'fieldcollections',
  8132.                                                     'layout' => [
  8133.                                                         'fieldtype' => 'fieldcollections',
  8134.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Fieldcollection',
  8135.                                                         'allowedTypes' => [
  8136.                                                             => 'PaymentInfo',
  8137.                                                         ],
  8138.                                                         'lazyLoading' => false,
  8139.                                                         'maxItems' => '',
  8140.                                                         'disallowAddRemove' => true,
  8141.                                                         'disallowReorder' => true,
  8142.                                                         'collapsed' => false,
  8143.                                                         'collapsible' => false,
  8144.                                                         'border' => false,
  8145.                                                         'name' => 'paymentInfo',
  8146.                                                         'title' => 'Payment Informations',
  8147.                                                         'tooltip' => '',
  8148.                                                         'mandatory' => false,
  8149.                                                         'noteditable' => false,
  8150.                                                         'index' => false,
  8151.                                                         'locked' => false,
  8152.                                                         'style' => '',
  8153.                                                         'permissions' => NULL,
  8154.                                                         'datatype' => 'data',
  8155.                                                         'relationType' => false,
  8156.                                                         'invisible' => false,
  8157.                                                         'visibleGridView' => false,
  8158.                                                         'visibleSearch' => false,
  8159.                                                     ],
  8160.                                                 ],
  8161.                                                 'isOperator' => false,
  8162.                                             ],
  8163.                                             21 => [
  8164.                                                 'attributes' => [
  8165.                                                     'attribute' => 'paymentReference',
  8166.                                                     'label' => 'Payment Ref.',
  8167.                                                     'dataType' => 'input',
  8168.                                                     'layout' => [
  8169.                                                         'fieldtype' => 'input',
  8170.                                                         'width' => 400,
  8171.                                                         'queryColumnType' => 'varchar',
  8172.                                                         'columnType' => 'varchar',
  8173.                                                         'columnLength' => 255,
  8174.                                                         'phpdocType' => 'string',
  8175.                                                         'regex' => '',
  8176.                                                         'unique' => NULL,
  8177.                                                         'showCharCount' => NULL,
  8178.                                                         'name' => 'paymentReference',
  8179.                                                         'title' => 'Payment Ref.',
  8180.                                                         'tooltip' => '',
  8181.                                                         'mandatory' => false,
  8182.                                                         'noteditable' => true,
  8183.                                                         'index' => false,
  8184.                                                         'locked' => false,
  8185.                                                         'style' => '',
  8186.                                                         'permissions' => NULL,
  8187.                                                         'datatype' => 'data',
  8188.                                                         'relationType' => false,
  8189.                                                         'invisible' => false,
  8190.                                                         'visibleGridView' => false,
  8191.                                                         'visibleSearch' => false,
  8192.                                                     ],
  8193.                                                 ],
  8194.                                                 'isOperator' => false,
  8195.                                             ],
  8196.                                         ],
  8197.                                     ],
  8198.                                 ],
  8199.                                 'OnlineShopOrderItem' => [
  8200.                                     'id' => 'OnlineShopOrderItem',
  8201.                                     'name' => 'OnlineShopOrderItem',
  8202.                                     'columnConfig' => [
  8203.                                         'columns' => [
  8204.                                             => [
  8205.                                                 'attributes' => [
  8206.                                                     'attribute' => 'orderState',
  8207.                                                     'label' => 'Order Item State',
  8208.                                                     'dataType' => 'select',
  8209.                                                     'layout' => [
  8210.                                                         'fieldtype' => 'select',
  8211.                                                         'options' => [
  8212.                                                             => [
  8213.                                                                 'key' => 'Committed',
  8214.                                                                 'value' => 'committed',
  8215.                                                             ],
  8216.                                                             => [
  8217.                                                                 'key' => 'Cancelled',
  8218.                                                                 'value' => 'cancelled',
  8219.                                                             ],
  8220.                                                         ],
  8221.                                                         'width' => 400,
  8222.                                                         'defaultValue' => '',
  8223.                                                         'optionsProviderClass' => NULL,
  8224.                                                         'optionsProviderData' => NULL,
  8225.                                                         'queryColumnType' => 'varchar',
  8226.                                                         'columnType' => 'varchar',
  8227.                                                         'columnLength' => 190,
  8228.                                                         'phpdocType' => 'string',
  8229.                                                         'dynamicOptions' => false,
  8230.                                                         'name' => 'orderState',
  8231.                                                         'title' => 'Order Item State',
  8232.                                                         'tooltip' => '',
  8233.                                                         'mandatory' => false,
  8234.                                                         'noteditable' => false,
  8235.                                                         'index' => false,
  8236.                                                         'locked' => false,
  8237.                                                         'style' => '',
  8238.                                                         'permissions' => NULL,
  8239.                                                         'datatype' => 'data',
  8240.                                                         'relationType' => false,
  8241.                                                         'invisible' => false,
  8242.                                                         'visibleGridView' => false,
  8243.                                                         'visibleSearch' => false,
  8244.                                                     ],
  8245.                                                 ],
  8246.                                                 'isOperator' => false,
  8247.                                             ],
  8248.                                             => [
  8249.                                                 'attributes' => [
  8250.                                                     'attribute' => 'productNumber',
  8251.                                                     'label' => 'Produktnummer',
  8252.                                                     'dataType' => 'input',
  8253.                                                     'layout' => [
  8254.                                                         'fieldtype' => 'input',
  8255.                                                         'width' => 400,
  8256.                                                         'queryColumnType' => 'varchar',
  8257.                                                         'columnType' => 'varchar',
  8258.                                                         'columnLength' => 255,
  8259.                                                         'phpdocType' => 'string',
  8260.                                                         'regex' => '',
  8261.                                                         'unique' => false,
  8262.                                                         'showCharCount' => false,
  8263.                                                         'name' => 'productNumber',
  8264.                                                         'title' => 'Produktnummer',
  8265.                                                         'tooltip' => '',
  8266.                                                         'mandatory' => false,
  8267.                                                         'noteditable' => true,
  8268.                                                         'index' => false,
  8269.                                                         'locked' => false,
  8270.                                                         'style' => '',
  8271.                                                         'permissions' => '',
  8272.                                                         'datatype' => 'data',
  8273.                                                         'relationType' => false,
  8274.                                                         'invisible' => false,
  8275.                                                         'visibleGridView' => true,
  8276.                                                         'visibleSearch' => true,
  8277.                                                     ],
  8278.                                                 ],
  8279.                                                 'isOperator' => false,
  8280.                                             ],
  8281.                                             => [
  8282.                                                 'attributes' => [
  8283.                                                     'attribute' => 'productName',
  8284.                                                     'label' => 'Produktname',
  8285.                                                     'dataType' => 'input',
  8286.                                                     'layout' => [
  8287.                                                         'fieldtype' => 'input',
  8288.                                                         'width' => 400,
  8289.                                                         'queryColumnType' => 'varchar',
  8290.                                                         'columnType' => 'varchar',
  8291.                                                         'columnLength' => 255,
  8292.                                                         'phpdocType' => 'string',
  8293.                                                         'regex' => '',
  8294.                                                         'unique' => false,
  8295.                                                         'showCharCount' => false,
  8296.                                                         'name' => 'productName',
  8297.                                                         'title' => 'Produktname',
  8298.                                                         'tooltip' => '',
  8299.                                                         'mandatory' => false,
  8300.                                                         'noteditable' => true,
  8301.                                                         'index' => false,
  8302.                                                         'locked' => false,
  8303.                                                         'style' => '',
  8304.                                                         'permissions' => '',
  8305.                                                         'datatype' => 'data',
  8306.                                                         'relationType' => false,
  8307.                                                         'invisible' => false,
  8308.                                                         'visibleGridView' => true,
  8309.                                                         'visibleSearch' => true,
  8310.                                                     ],
  8311.                                                 ],
  8312.                                                 'isOperator' => false,
  8313.                                             ],
  8314.                                             => [
  8315.                                                 'attributes' => [
  8316.                                                     'attribute' => 'amount',
  8317.                                                     'label' => 'Amount',
  8318.                                                     'dataType' => 'numeric',
  8319.                                                     'layout' => [
  8320.                                                         'fieldtype' => 'numeric',
  8321.                                                         'width' => 400,
  8322.                                                         'defaultValue' => NULL,
  8323.                                                         'queryColumnType' => 'double',
  8324.                                                         'columnType' => 'double',
  8325.                                                         'phpdocType' => 'float',
  8326.                                                         'integer' => false,
  8327.                                                         'unsigned' => false,
  8328.                                                         'minValue' => NULL,
  8329.                                                         'maxValue' => NULL,
  8330.                                                         'unique' => false,
  8331.                                                         'decimalSize' => NULL,
  8332.                                                         'decimalPrecision' => NULL,
  8333.                                                         'name' => 'amount',
  8334.                                                         'title' => 'Amount',
  8335.                                                         'tooltip' => '',
  8336.                                                         'mandatory' => false,
  8337.                                                         'noteditable' => true,
  8338.                                                         'index' => false,
  8339.                                                         'locked' => false,
  8340.                                                         'style' => '',
  8341.                                                         'permissions' => '',
  8342.                                                         'datatype' => 'data',
  8343.                                                         'relationType' => false,
  8344.                                                         'invisible' => false,
  8345.                                                         'visibleGridView' => true,
  8346.                                                         'visibleSearch' => true,
  8347.                                                     ],
  8348.                                                 ],
  8349.                                                 'isOperator' => false,
  8350.                                             ],
  8351.                                             => [
  8352.                                                 'attributes' => [
  8353.                                                     'attribute' => 'totalNetPrice',
  8354.                                                     'label' => 'NetPrice',
  8355.                                                     'dataType' => 'numeric',
  8356.                                                     'layout' => [
  8357.                                                         'fieldtype' => 'numeric',
  8358.                                                         'width' => 400,
  8359.                                                         'defaultValue' => NULL,
  8360.                                                         'queryColumnType' => 'double',
  8361.                                                         'columnType' => 'double',
  8362.                                                         'phpdocType' => 'float',
  8363.                                                         'integer' => false,
  8364.                                                         'unsigned' => false,
  8365.                                                         'minValue' => NULL,
  8366.                                                         'maxValue' => NULL,
  8367.                                                         'unique' => NULL,
  8368.                                                         'decimalSize' => NULL,
  8369.                                                         'decimalPrecision' => NULL,
  8370.                                                         'name' => 'totalNetPrice',
  8371.                                                         'title' => 'NetPrice',
  8372.                                                         'tooltip' => '',
  8373.                                                         'mandatory' => false,
  8374.                                                         'noteditable' => true,
  8375.                                                         'index' => false,
  8376.                                                         'locked' => false,
  8377.                                                         'style' => '',
  8378.                                                         'permissions' => NULL,
  8379.                                                         'datatype' => 'data',
  8380.                                                         'relationType' => false,
  8381.                                                         'invisible' => false,
  8382.                                                         'visibleGridView' => false,
  8383.                                                         'visibleSearch' => false,
  8384.                                                     ],
  8385.                                                 ],
  8386.                                                 'isOperator' => false,
  8387.                                             ],
  8388.                                             => [
  8389.                                                 'attributes' => [
  8390.                                                     'attribute' => 'totalPrice',
  8391.                                                     'label' => 'Price',
  8392.                                                     'dataType' => 'numeric',
  8393.                                                     'layout' => [
  8394.                                                         'fieldtype' => 'numeric',
  8395.                                                         'width' => 400,
  8396.                                                         'defaultValue' => NULL,
  8397.                                                         'queryColumnType' => 'double',
  8398.                                                         'columnType' => 'double',
  8399.                                                         'phpdocType' => 'float',
  8400.                                                         'integer' => false,
  8401.                                                         'unsigned' => false,
  8402.                                                         'minValue' => NULL,
  8403.                                                         'maxValue' => NULL,
  8404.                                                         'unique' => NULL,
  8405.                                                         'decimalSize' => NULL,
  8406.                                                         'decimalPrecision' => NULL,
  8407.                                                         'name' => 'totalPrice',
  8408.                                                         'title' => 'Price',
  8409.                                                         'tooltip' => '',
  8410.                                                         'mandatory' => false,
  8411.                                                         'noteditable' => true,
  8412.                                                         'index' => false,
  8413.                                                         'locked' => false,
  8414.                                                         'style' => '',
  8415.                                                         'permissions' => '',
  8416.                                                         'datatype' => 'data',
  8417.                                                         'relationType' => false,
  8418.                                                         'invisible' => false,
  8419.                                                         'visibleGridView' => false,
  8420.                                                         'visibleSearch' => false,
  8421.                                                     ],
  8422.                                                 ],
  8423.                                                 'isOperator' => false,
  8424.                                             ],
  8425.                                             => [
  8426.                                                 'attributes' => [
  8427.                                                     'attribute' => 'pricingRules',
  8428.                                                     'label' => 'Pricing Rules',
  8429.                                                     'dataType' => 'fieldcollections',
  8430.                                                     'layout' => [
  8431.                                                         'fieldtype' => 'fieldcollections',
  8432.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Fieldcollection',
  8433.                                                         'allowedTypes' => [
  8434.                                                             => 'PricingRule',
  8435.                                                         ],
  8436.                                                         'lazyLoading' => true,
  8437.                                                         'maxItems' => '',
  8438.                                                         'disallowAddRemove' => false,
  8439.                                                         'disallowReorder' => false,
  8440.                                                         'collapsed' => false,
  8441.                                                         'collapsible' => false,
  8442.                                                         'border' => false,
  8443.                                                         'name' => 'pricingRules',
  8444.                                                         'title' => 'Pricing Rules',
  8445.                                                         'tooltip' => '',
  8446.                                                         'mandatory' => false,
  8447.                                                         'noteditable' => true,
  8448.                                                         'index' => false,
  8449.                                                         'locked' => false,
  8450.                                                         'style' => '',
  8451.                                                         'permissions' => NULL,
  8452.                                                         'datatype' => 'data',
  8453.                                                         'relationType' => false,
  8454.                                                         'invisible' => false,
  8455.                                                         'visibleGridView' => false,
  8456.                                                         'visibleSearch' => false,
  8457.                                                     ],
  8458.                                                 ],
  8459.                                                 'isOperator' => false,
  8460.                                             ],
  8461.                                             => [
  8462.                                                 'attributes' => [
  8463.                                                     'attribute' => 'comment',
  8464.                                                     'label' => 'Comment',
  8465.                                                     'dataType' => 'textarea',
  8466.                                                     'layout' => [
  8467.                                                         'fieldtype' => 'textarea',
  8468.                                                         'width' => 400,
  8469.                                                         'height' => '',
  8470.                                                         'maxLength' => NULL,
  8471.                                                         'showCharCount' => NULL,
  8472.                                                         'excludeFromSearchIndex' => false,
  8473.                                                         'queryColumnType' => 'longtext',
  8474.                                                         'columnType' => 'longtext',
  8475.                                                         'phpdocType' => 'string',
  8476.                                                         'name' => 'comment',
  8477.                                                         'title' => 'Comment',
  8478.                                                         'tooltip' => '',
  8479.                                                         'mandatory' => false,
  8480.                                                         'noteditable' => true,
  8481.                                                         'index' => false,
  8482.                                                         'locked' => false,
  8483.                                                         'style' => '',
  8484.                                                         'permissions' => NULL,
  8485.                                                         'datatype' => 'data',
  8486.                                                         'relationType' => false,
  8487.                                                         'invisible' => false,
  8488.                                                         'visibleGridView' => false,
  8489.                                                         'visibleSearch' => false,
  8490.                                                     ],
  8491.                                                 ],
  8492.                                                 'isOperator' => false,
  8493.                                             ],
  8494.                                         ],
  8495.                                     ],
  8496.                                 ],
  8497.                                 'OnlineShopVoucherToken' => [
  8498.                                     'id' => 'OnlineShopVoucherToken',
  8499.                                     'name' => 'OnlineShopVoucherToken',
  8500.                                     'columnConfig' => [
  8501.                                         'columns' => [
  8502.                                             => [
  8503.                                                 'attributes' => [
  8504.                                                     'attribute' => 'tokenId',
  8505.                                                     'label' => 'Token ID',
  8506.                                                     'dataType' => 'numeric',
  8507.                                                     'layout' => [
  8508.                                                         'fieldtype' => 'numeric',
  8509.                                                         'width' => 500,
  8510.                                                         'defaultValue' => NULL,
  8511.                                                         'queryColumnType' => 'double',
  8512.                                                         'columnType' => 'double',
  8513.                                                         'phpdocType' => 'float',
  8514.                                                         'integer' => false,
  8515.                                                         'unsigned' => false,
  8516.                                                         'minValue' => NULL,
  8517.                                                         'maxValue' => NULL,
  8518.                                                         'unique' => false,
  8519.                                                         'decimalSize' => NULL,
  8520.                                                         'decimalPrecision' => NULL,
  8521.                                                         'name' => 'tokenId',
  8522.                                                         'title' => 'Token ID',
  8523.                                                         'tooltip' => '',
  8524.                                                         'mandatory' => true,
  8525.                                                         'noteditable' => true,
  8526.                                                         'index' => false,
  8527.                                                         'locked' => false,
  8528.                                                         'style' => '',
  8529.                                                         'permissions' => NULL,
  8530.                                                         'datatype' => 'data',
  8531.                                                         'relationType' => false,
  8532.                                                         'invisible' => false,
  8533.                                                         'visibleGridView' => true,
  8534.                                                         'visibleSearch' => true,
  8535.                                                     ],
  8536.                                                 ],
  8537.                                                 'isOperator' => false,
  8538.                                             ],
  8539.                                             => [
  8540.                                                 'attributes' => [
  8541.                                                     'attribute' => 'token',
  8542.                                                     'label' => 'Token',
  8543.                                                     'dataType' => 'input',
  8544.                                                     'layout' => [
  8545.                                                         'fieldtype' => 'input',
  8546.                                                         'width' => 500,
  8547.                                                         'queryColumnType' => 'varchar',
  8548.                                                         'columnType' => 'varchar',
  8549.                                                         'columnLength' => 255,
  8550.                                                         'phpdocType' => 'string',
  8551.                                                         'regex' => '',
  8552.                                                         'unique' => false,
  8553.                                                         'showCharCount' => false,
  8554.                                                         'name' => 'token',
  8555.                                                         'title' => 'Token',
  8556.                                                         'tooltip' => '',
  8557.                                                         'mandatory' => true,
  8558.                                                         'noteditable' => true,
  8559.                                                         'index' => false,
  8560.                                                         'locked' => false,
  8561.                                                         'style' => '',
  8562.                                                         'permissions' => NULL,
  8563.                                                         'datatype' => 'data',
  8564.                                                         'relationType' => false,
  8565.                                                         'invisible' => false,
  8566.                                                         'visibleGridView' => true,
  8567.                                                         'visibleSearch' => true,
  8568.                                                     ],
  8569.                                                 ],
  8570.                                                 'isOperator' => false,
  8571.                                             ],
  8572.                                             => [
  8573.                                                 'attributes' => [
  8574.                                                     'attribute' => 'voucherSeries',
  8575.                                                     'label' => 'Voucher Series',
  8576.                                                     'dataType' => 'manyToOneRelation',
  8577.                                                     'layout' => [
  8578.                                                         'fieldtype' => 'manyToOneRelation',
  8579.                                                         'width' => 500,
  8580.                                                         'assetUploadPath' => '',
  8581.                                                         'relationType' => true,
  8582.                                                         'queryColumnType' => [
  8583.                                                             'id' => 'int(11)',
  8584.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  8585.                                                         ],
  8586.                                                         'phpdocType' => '\\Pimcore\\Model\\Document\\Page | \\Pimcore\\Model\\Document\\Snippet | \\Pimcore\\Model\\Document | \\Pimcore\\Model\\Asset | \\Pimcore\\Model\\DataObject\\AbstractObject',
  8587.                                                         'objectsAllowed' => true,
  8588.                                                         'assetsAllowed' => false,
  8589.                                                         'assetTypes' => [
  8590.                                                         ],
  8591.                                                         'documentsAllowed' => false,
  8592.                                                         'documentTypes' => [
  8593.                                                         ],
  8594.                                                         'lazyLoading' => false,
  8595.                                                         'classes' => [
  8596.                                                             => [
  8597.                                                                 'classes' => 'OnlineShopVoucherSeries',
  8598.                                                             ],
  8599.                                                         ],
  8600.                                                         'pathFormatterClass' => NULL,
  8601.                                                         'name' => 'voucherSeries',
  8602.                                                         'title' => 'Voucher Series',
  8603.                                                         'tooltip' => '',
  8604.                                                         'mandatory' => true,
  8605.                                                         'noteditable' => true,
  8606.                                                         'index' => false,
  8607.                                                         'locked' => false,
  8608.                                                         'style' => '',
  8609.                                                         'permissions' => NULL,
  8610.                                                         'datatype' => 'data',
  8611.                                                         'invisible' => false,
  8612.                                                         'visibleGridView' => false,
  8613.                                                         'visibleSearch' => false,
  8614.                                                     ],
  8615.                                                 ],
  8616.                                                 'isOperator' => false,
  8617.                                             ],
  8618.                                         ],
  8619.                                     ],
  8620.                                 ],
  8621.                                 'Customer' => [
  8622.                                     'id' => 'Customer',
  8623.                                     'name' => 'Customer',
  8624.                                     'columnConfig' => [
  8625.                                         'columns' => [
  8626.                                             => [
  8627.                                                 'attributes' => [
  8628.                                                     'attribute' => 'gender',
  8629.                                                     'label' => 'Gender',
  8630.                                                     'dataType' => 'gender',
  8631.                                                     'layout' => [
  8632.                                                         'fieldtype' => 'gender',
  8633.                                                         'options' => [
  8634.                                                             => [
  8635.                                                                 'key' => 'male',
  8636.                                                                 'value' => 'male',
  8637.                                                             ],
  8638.                                                             => [
  8639.                                                                 'key' => 'female',
  8640.                                                                 'value' => 'female',
  8641.                                                             ],
  8642.                                                             => [
  8643.                                                                 'key' => '',
  8644.                                                                 'value' => 'unknown',
  8645.                                                             ],
  8646.                                                         ],
  8647.                                                         'width' => '',
  8648.                                                         'defaultValue' => NULL,
  8649.                                                         'optionsProviderClass' => NULL,
  8650.                                                         'optionsProviderData' => NULL,
  8651.                                                         'queryColumnType' => 'varchar',
  8652.                                                         'columnType' => 'varchar',
  8653.                                                         'columnLength' => '190',
  8654.                                                         'phpdocType' => 'string',
  8655.                                                         'dynamicOptions' => false,
  8656.                                                         'name' => 'gender',
  8657.                                                         'title' => 'Gender',
  8658.                                                         'tooltip' => '',
  8659.                                                         'mandatory' => false,
  8660.                                                         'noteditable' => false,
  8661.                                                         'index' => false,
  8662.                                                         'locked' => false,
  8663.                                                         'style' => '',
  8664.                                                         'permissions' => NULL,
  8665.                                                         'datatype' => 'data',
  8666.                                                         'relationType' => false,
  8667.                                                         'invisible' => false,
  8668.                                                         'visibleGridView' => true,
  8669.                                                         'visibleSearch' => true,
  8670.                                                     ],
  8671.                                                 ],
  8672.                                                 'isOperator' => false,
  8673.                                             ],
  8674.                                             => [
  8675.                                                 'attributes' => [
  8676.                                                     'attribute' => 'firstname',
  8677.                                                     'label' => 'Firstname',
  8678.                                                     'dataType' => 'firstname',
  8679.                                                     'layout' => [
  8680.                                                         'fieldtype' => 'firstname',
  8681.                                                         'width' => 400,
  8682.                                                         'queryColumnType' => 'varchar',
  8683.                                                         'columnType' => 'varchar',
  8684.                                                         'columnLength' => 190,
  8685.                                                         'phpdocType' => 'string',
  8686.                                                         'regex' => '',
  8687.                                                         'unique' => false,
  8688.                                                         'showCharCount' => NULL,
  8689.                                                         'name' => 'firstname',
  8690.                                                         'title' => 'Firstname',
  8691.                                                         'tooltip' => '',
  8692.                                                         'mandatory' => false,
  8693.                                                         'noteditable' => false,
  8694.                                                         'index' => false,
  8695.                                                         'locked' => false,
  8696.                                                         'style' => '',
  8697.                                                         'permissions' => NULL,
  8698.                                                         'datatype' => 'data',
  8699.                                                         'relationType' => false,
  8700.                                                         'invisible' => false,
  8701.                                                         'visibleGridView' => true,
  8702.                                                         'visibleSearch' => true,
  8703.                                                     ],
  8704.                                                 ],
  8705.                                                 'isOperator' => false,
  8706.                                             ],
  8707.                                             => [
  8708.                                                 'attributes' => [
  8709.                                                     'attribute' => 'lastname',
  8710.                                                     'label' => 'Lastname',
  8711.                                                     'dataType' => 'lastname',
  8712.                                                     'layout' => [
  8713.                                                         'fieldtype' => 'lastname',
  8714.                                                         'width' => 400,
  8715.                                                         'queryColumnType' => 'varchar',
  8716.                                                         'columnType' => 'varchar',
  8717.                                                         'columnLength' => 190,
  8718.                                                         'phpdocType' => 'string',
  8719.                                                         'regex' => '',
  8720.                                                         'unique' => false,
  8721.                                                         'showCharCount' => NULL,
  8722.                                                         'name' => 'lastname',
  8723.                                                         'title' => 'Lastname',
  8724.                                                         'tooltip' => '',
  8725.                                                         'mandatory' => false,
  8726.                                                         'noteditable' => false,
  8727.                                                         'index' => false,
  8728.                                                         'locked' => false,
  8729.                                                         'style' => '',
  8730.                                                         'permissions' => NULL,
  8731.                                                         'datatype' => 'data',
  8732.                                                         'relationType' => false,
  8733.                                                         'invisible' => false,
  8734.                                                         'visibleGridView' => true,
  8735.                                                         'visibleSearch' => true,
  8736.                                                     ],
  8737.                                                 ],
  8738.                                                 'isOperator' => false,
  8739.                                             ],
  8740.                                             => [
  8741.                                                 'attributes' => [
  8742.                                                     'attribute' => 'company',
  8743.                                                     'label' => 'Company',
  8744.                                                     'dataType' => 'input',
  8745.                                                     'layout' => [
  8746.                                                         'fieldtype' => 'input',
  8747.                                                         'width' => NULL,
  8748.                                                         'queryColumnType' => 'varchar',
  8749.                                                         'columnType' => 'varchar',
  8750.                                                         'columnLength' => 190,
  8751.                                                         'phpdocType' => 'string',
  8752.                                                         'regex' => '',
  8753.                                                         'unique' => false,
  8754.                                                         'showCharCount' => false,
  8755.                                                         'name' => 'company',
  8756.                                                         'title' => 'Company',
  8757.                                                         'tooltip' => '',
  8758.                                                         'mandatory' => false,
  8759.                                                         'noteditable' => false,
  8760.                                                         'index' => false,
  8761.                                                         'locked' => false,
  8762.                                                         'style' => '',
  8763.                                                         'permissions' => NULL,
  8764.                                                         'datatype' => 'data',
  8765.                                                         'relationType' => false,
  8766.                                                         'invisible' => false,
  8767.                                                         'visibleGridView' => false,
  8768.                                                         'visibleSearch' => false,
  8769.                                                     ],
  8770.                                                 ],
  8771.                                                 'isOperator' => false,
  8772.                                             ],
  8773.                                             => [
  8774.                                                 'attributes' => [
  8775.                                                     'attribute' => 'email',
  8776.                                                     'label' => 'Email',
  8777.                                                     'dataType' => 'email',
  8778.                                                     'layout' => [
  8779.                                                         'fieldtype' => 'email',
  8780.                                                         'width' => 400,
  8781.                                                         'queryColumnType' => 'varchar',
  8782.                                                         'columnType' => 'varchar',
  8783.                                                         'columnLength' => 190,
  8784.                                                         'phpdocType' => 'string',
  8785.                                                         'regex' => '',
  8786.                                                         'unique' => false,
  8787.                                                         'showCharCount' => NULL,
  8788.                                                         'name' => 'email',
  8789.                                                         'title' => 'Email',
  8790.                                                         'tooltip' => '',
  8791.                                                         'mandatory' => false,
  8792.                                                         'noteditable' => false,
  8793.                                                         'index' => false,
  8794.                                                         'locked' => false,
  8795.                                                         'style' => '',
  8796.                                                         'permissions' => NULL,
  8797.                                                         'datatype' => 'data',
  8798.                                                         'relationType' => false,
  8799.                                                         'invisible' => false,
  8800.                                                         'visibleGridView' => true,
  8801.                                                         'visibleSearch' => true,
  8802.                                                     ],
  8803.                                                 ],
  8804.                                                 'isOperator' => false,
  8805.                                             ],
  8806.                                             => [
  8807.                                                 'attributes' => [
  8808.                                                     'attribute' => 'street',
  8809.                                                     'label' => 'Street',
  8810.                                                     'dataType' => 'input',
  8811.                                                     'layout' => [
  8812.                                                         'fieldtype' => 'input',
  8813.                                                         'width' => 400,
  8814.                                                         'queryColumnType' => 'varchar',
  8815.                                                         'columnType' => 'varchar',
  8816.                                                         'columnLength' => 190,
  8817.                                                         'phpdocType' => 'string',
  8818.                                                         'regex' => '',
  8819.                                                         'unique' => false,
  8820.                                                         'showCharCount' => NULL,
  8821.                                                         'name' => 'street',
  8822.                                                         'title' => 'Street',
  8823.                                                         'tooltip' => '',
  8824.                                                         'mandatory' => false,
  8825.                                                         'noteditable' => false,
  8826.                                                         'index' => false,
  8827.                                                         'locked' => false,
  8828.                                                         'style' => '',
  8829.                                                         'permissions' => NULL,
  8830.                                                         'datatype' => 'data',
  8831.                                                         'relationType' => false,
  8832.                                                         'invisible' => false,
  8833.                                                         'visibleGridView' => false,
  8834.                                                         'visibleSearch' => false,
  8835.                                                     ],
  8836.                                                 ],
  8837.                                                 'isOperator' => false,
  8838.                                             ],
  8839.                                             => [
  8840.                                                 'attributes' => [
  8841.                                                     'attribute' => 'zip',
  8842.                                                     'label' => 'Zip',
  8843.                                                     'dataType' => 'input',
  8844.                                                     'layout' => [
  8845.                                                         'fieldtype' => 'input',
  8846.                                                         'width' => 400,
  8847.                                                         'queryColumnType' => 'varchar',
  8848.                                                         'columnType' => 'varchar',
  8849.                                                         'columnLength' => 190,
  8850.                                                         'phpdocType' => 'string',
  8851.                                                         'regex' => '',
  8852.                                                         'unique' => false,
  8853.                                                         'showCharCount' => NULL,
  8854.                                                         'name' => 'zip',
  8855.                                                         'title' => 'Zip',
  8856.                                                         'tooltip' => '',
  8857.                                                         'mandatory' => false,
  8858.                                                         'noteditable' => false,
  8859.                                                         'index' => false,
  8860.                                                         'locked' => false,
  8861.                                                         'style' => '',
  8862.                                                         'permissions' => NULL,
  8863.                                                         'datatype' => 'data',
  8864.                                                         'relationType' => false,
  8865.                                                         'invisible' => false,
  8866.                                                         'visibleGridView' => false,
  8867.                                                         'visibleSearch' => false,
  8868.                                                     ],
  8869.                                                 ],
  8870.                                                 'isOperator' => false,
  8871.                                             ],
  8872.                                             => [
  8873.                                                 'attributes' => [
  8874.                                                     'attribute' => 'countryCode',
  8875.                                                     'label' => 'Country',
  8876.                                                     'dataType' => 'country',
  8877.                                                     'layout' => [
  8878.                                                         'fieldtype' => 'country',
  8879.                                                         'restrictTo' => '',
  8880.                                                         'options' => [
  8881.                                                             => [
  8882.                                                                 'key' => 'Afghanistan',
  8883.                                                                 'value' => 'AF',
  8884.                                                             ],
  8885.                                                             => [
  8886.                                                                 'key' => 'Albania',
  8887.                                                                 'value' => 'AL',
  8888.                                                             ],
  8889.                                                             => [
  8890.                                                                 'key' => 'Algeria',
  8891.                                                                 'value' => 'DZ',
  8892.                                                             ],
  8893.                                                             => [
  8894.                                                                 'key' => 'American Samoa',
  8895.                                                                 'value' => 'AS',
  8896.                                                             ],
  8897.                                                             => [
  8898.                                                                 'key' => 'Andorra',
  8899.                                                                 'value' => 'AD',
  8900.                                                             ],
  8901.                                                             => [
  8902.                                                                 'key' => 'Angola',
  8903.                                                                 'value' => 'AO',
  8904.                                                             ],
  8905.                                                             => [
  8906.                                                                 'key' => 'Anguilla',
  8907.                                                                 'value' => 'AI',
  8908.                                                             ],
  8909.                                                             => [
  8910.                                                                 'key' => 'Antigua and Barbuda',
  8911.                                                                 'value' => 'AG',
  8912.                                                             ],
  8913.                                                             => [
  8914.                                                                 'key' => 'Argentina',
  8915.                                                                 'value' => 'AR',
  8916.                                                             ],
  8917.                                                             => [
  8918.                                                                 'key' => 'Armenia',
  8919.                                                                 'value' => 'AM',
  8920.                                                             ],
  8921.                                                             10 => [
  8922.                                                                 'key' => 'Aruba',
  8923.                                                                 'value' => 'AW',
  8924.                                                             ],
  8925.                                                             11 => [
  8926.                                                                 'key' => 'Australia',
  8927.                                                                 'value' => 'AU',
  8928.                                                             ],
  8929.                                                             12 => [
  8930.                                                                 'key' => 'Austria',
  8931.                                                                 'value' => 'AT',
  8932.                                                             ],
  8933.                                                             13 => [
  8934.                                                                 'key' => 'Azerbaijan',
  8935.                                                                 'value' => 'AZ',
  8936.                                                             ],
  8937.                                                             14 => [
  8938.                                                                 'key' => 'Bahamas',
  8939.                                                                 'value' => 'BS',
  8940.                                                             ],
  8941.                                                             15 => [
  8942.                                                                 'key' => 'Bahrain',
  8943.                                                                 'value' => 'BH',
  8944.                                                             ],
  8945.                                                             16 => [
  8946.                                                                 'key' => 'Bangladesh',
  8947.                                                                 'value' => 'BD',
  8948.                                                             ],
  8949.                                                             17 => [
  8950.                                                                 'key' => 'Barbados',
  8951.                                                                 'value' => 'BB',
  8952.                                                             ],
  8953.                                                             18 => [
  8954.                                                                 'key' => 'Belarus',
  8955.                                                                 'value' => 'BY',
  8956.                                                             ],
  8957.                                                             19 => [
  8958.                                                                 'key' => 'Belgium',
  8959.                                                                 'value' => 'BE',
  8960.                                                             ],
  8961.                                                             20 => [
  8962.                                                                 'key' => 'Belize',
  8963.                                                                 'value' => 'BZ',
  8964.                                                             ],
  8965.                                                             21 => [
  8966.                                                                 'key' => 'Benin',
  8967.                                                                 'value' => 'BJ',
  8968.                                                             ],
  8969.                                                             22 => [
  8970.                                                                 'key' => 'Bermuda',
  8971.                                                                 'value' => 'BM',
  8972.                                                             ],
  8973.                                                             23 => [
  8974.                                                                 'key' => 'Bhutan',
  8975.                                                                 'value' => 'BT',
  8976.                                                             ],
  8977.                                                             24 => [
  8978.                                                                 'key' => 'Bolivia',
  8979.                                                                 'value' => 'BO',
  8980.                                                             ],
  8981.                                                             25 => [
  8982.                                                                 'key' => 'Bosnia and Herzegovina',
  8983.                                                                 'value' => 'BA',
  8984.                                                             ],
  8985.                                                             26 => [
  8986.                                                                 'key' => 'Botswana',
  8987.                                                                 'value' => 'BW',
  8988.                                                             ],
  8989.                                                             27 => [
  8990.                                                                 'key' => 'Brazil',
  8991.                                                                 'value' => 'BR',
  8992.                                                             ],
  8993.                                                             28 => [
  8994.                                                                 'key' => 'British Indian Ocean Territory',
  8995.                                                                 'value' => 'IO',
  8996.                                                             ],
  8997.                                                             29 => [
  8998.                                                                 'key' => 'British Virgin Islands',
  8999.                                                                 'value' => 'VG',
  9000.                                                             ],
  9001.                                                             30 => [
  9002.                                                                 'key' => 'Brunei',
  9003.                                                                 'value' => 'BN',
  9004.                                                             ],
  9005.                                                             31 => [
  9006.                                                                 'key' => 'Bulgaria',
  9007.                                                                 'value' => 'BG',
  9008.                                                             ],
  9009.                                                             32 => [
  9010.                                                                 'key' => 'Burkina Faso',
  9011.                                                                 'value' => 'BF',
  9012.                                                             ],
  9013.                                                             33 => [
  9014.                                                                 'key' => 'Burundi',
  9015.                                                                 'value' => 'BI',
  9016.                                                             ],
  9017.                                                             34 => [
  9018.                                                                 'key' => 'Cambodia',
  9019.                                                                 'value' => 'KH',
  9020.                                                             ],
  9021.                                                             35 => [
  9022.                                                                 'key' => 'Cameroon',
  9023.                                                                 'value' => 'CM',
  9024.                                                             ],
  9025.                                                             36 => [
  9026.                                                                 'key' => 'Canada',
  9027.                                                                 'value' => 'CA',
  9028.                                                             ],
  9029.                                                             37 => [
  9030.                                                                 'key' => 'Canary Islands',
  9031.                                                                 'value' => 'IC',
  9032.                                                             ],
  9033.                                                             38 => [
  9034.                                                                 'key' => 'Cape Verde',
  9035.                                                                 'value' => 'CV',
  9036.                                                             ],
  9037.                                                             39 => [
  9038.                                                                 'key' => 'Caribbean Netherlands',
  9039.                                                                 'value' => 'BQ',
  9040.                                                             ],
  9041.                                                             40 => [
  9042.                                                                 'key' => 'Cayman Islands',
  9043.                                                                 'value' => 'KY',
  9044.                                                             ],
  9045.                                                             41 => [
  9046.                                                                 'key' => 'Central African Republic',
  9047.                                                                 'value' => 'CF',
  9048.                                                             ],
  9049.                                                             42 => [
  9050.                                                                 'key' => 'Ceuta and Melilla',
  9051.                                                                 'value' => 'EA',
  9052.                                                             ],
  9053.                                                             43 => [
  9054.                                                                 'key' => 'Chad',
  9055.                                                                 'value' => 'TD',
  9056.                                                             ],
  9057.                                                             44 => [
  9058.                                                                 'key' => 'Chile',
  9059.                                                                 'value' => 'CL',
  9060.                                                             ],
  9061.                                                             45 => [
  9062.                                                                 'key' => 'China',
  9063.                                                                 'value' => 'CN',
  9064.                                                             ],
  9065.                                                             46 => [
  9066.                                                                 'key' => 'Christmas Island',
  9067.                                                                 'value' => 'CX',
  9068.                                                             ],
  9069.                                                             47 => [
  9070.                                                                 'key' => 'Cocos (Keeling) Islands',
  9071.                                                                 'value' => 'CC',
  9072.                                                             ],
  9073.                                                             48 => [
  9074.                                                                 'key' => 'Colombia',
  9075.                                                                 'value' => 'CO',
  9076.                                                             ],
  9077.                                                             49 => [
  9078.                                                                 'key' => 'Comoros',
  9079.                                                                 'value' => 'KM',
  9080.                                                             ],
  9081.                                                             50 => [
  9082.                                                                 'key' => 'Congo - Brazzaville',
  9083.                                                                 'value' => 'CG',
  9084.                                                             ],
  9085.                                                             51 => [
  9086.                                                                 'key' => 'Congo - Kinshasa',
  9087.                                                                 'value' => 'CD',
  9088.                                                             ],
  9089.                                                             52 => [
  9090.                                                                 'key' => 'Cook Islands',
  9091.                                                                 'value' => 'CK',
  9092.                                                             ],
  9093.                                                             53 => [
  9094.                                                                 'key' => 'Costa Rica',
  9095.                                                                 'value' => 'CR',
  9096.                                                             ],
  9097.                                                             54 => [
  9098.                                                                 'key' => 'Croatia',
  9099.                                                                 'value' => 'HR',
  9100.                                                             ],
  9101.                                                             55 => [
  9102.                                                                 'key' => 'Cuba',
  9103.                                                                 'value' => 'CU',
  9104.                                                             ],
  9105.                                                             56 => [
  9106.                                                                 'key' => 'Curaçao',
  9107.                                                                 'value' => 'CW',
  9108.                                                             ],
  9109.                                                             57 => [
  9110.                                                                 'key' => 'Cyprus',
  9111.                                                                 'value' => 'CY',
  9112.                                                             ],
  9113.                                                             58 => [
  9114.                                                                 'key' => 'Czech Republic',
  9115.                                                                 'value' => 'CZ',
  9116.                                                             ],
  9117.                                                             59 => [
  9118.                                                                 'key' => 'Côte d’Ivoire',
  9119.                                                                 'value' => 'CI',
  9120.                                                             ],
  9121.                                                             60 => [
  9122.                                                                 'key' => 'Denmark',
  9123.                                                                 'value' => 'DK',
  9124.                                                             ],
  9125.                                                             61 => [
  9126.                                                                 'key' => 'Diego Garcia',
  9127.                                                                 'value' => 'DG',
  9128.                                                             ],
  9129.                                                             62 => [
  9130.                                                                 'key' => 'Djibouti',
  9131.                                                                 'value' => 'DJ',
  9132.                                                             ],
  9133.                                                             63 => [
  9134.                                                                 'key' => 'Dominica',
  9135.                                                                 'value' => 'DM',
  9136.                                                             ],
  9137.                                                             64 => [
  9138.                                                                 'key' => 'Dominican Republic',
  9139.                                                                 'value' => 'DO',
  9140.                                                             ],
  9141.                                                             65 => [
  9142.                                                                 'key' => 'Ecuador',
  9143.                                                                 'value' => 'EC',
  9144.                                                             ],
  9145.                                                             66 => [
  9146.                                                                 'key' => 'Egypt',
  9147.                                                                 'value' => 'EG',
  9148.                                                             ],
  9149.                                                             67 => [
  9150.                                                                 'key' => 'El Salvador',
  9151.                                                                 'value' => 'SV',
  9152.                                                             ],
  9153.                                                             68 => [
  9154.                                                                 'key' => 'Equatorial Guinea',
  9155.                                                                 'value' => 'GQ',
  9156.                                                             ],
  9157.                                                             69 => [
  9158.                                                                 'key' => 'Eritrea',
  9159.                                                                 'value' => 'ER',
  9160.                                                             ],
  9161.                                                             70 => [
  9162.                                                                 'key' => 'Estonia',
  9163.                                                                 'value' => 'EE',
  9164.                                                             ],
  9165.                                                             71 => [
  9166.                                                                 'key' => 'Ethiopia',
  9167.                                                                 'value' => 'ET',
  9168.                                                             ],
  9169.                                                             72 => [
  9170.                                                                 'key' => 'Falkland Islands',
  9171.                                                                 'value' => 'FK',
  9172.                                                             ],
  9173.                                                             73 => [
  9174.                                                                 'key' => 'Faroe Islands',
  9175.                                                                 'value' => 'FO',
  9176.                                                             ],
  9177.                                                             74 => [
  9178.                                                                 'key' => 'Fiji',
  9179.                                                                 'value' => 'FJ',
  9180.                                                             ],
  9181.                                                             75 => [
  9182.                                                                 'key' => 'Finland',
  9183.                                                                 'value' => 'FI',
  9184.                                                             ],
  9185.                                                             76 => [
  9186.                                                                 'key' => 'France',
  9187.                                                                 'value' => 'FR',
  9188.                                                             ],
  9189.                                                             77 => [
  9190.                                                                 'key' => 'French Guiana',
  9191.                                                                 'value' => 'GF',
  9192.                                                             ],
  9193.                                                             78 => [
  9194.                                                                 'key' => 'French Polynesia',
  9195.                                                                 'value' => 'PF',
  9196.                                                             ],
  9197.                                                             79 => [
  9198.                                                                 'key' => 'Gabon',
  9199.                                                                 'value' => 'GA',
  9200.                                                             ],
  9201.                                                             80 => [
  9202.                                                                 'key' => 'Gambia',
  9203.                                                                 'value' => 'GM',
  9204.                                                             ],
  9205.                                                             81 => [
  9206.                                                                 'key' => 'Georgia',
  9207.                                                                 'value' => 'GE',
  9208.                                                             ],
  9209.                                                             82 => [
  9210.                                                                 'key' => 'Germany',
  9211.                                                                 'value' => 'DE',
  9212.                                                             ],
  9213.                                                             83 => [
  9214.                                                                 'key' => 'Ghana',
  9215.                                                                 'value' => 'GH',
  9216.                                                             ],
  9217.                                                             84 => [
  9218.                                                                 'key' => 'Gibraltar',
  9219.                                                                 'value' => 'GI',
  9220.                                                             ],
  9221.                                                             85 => [
  9222.                                                                 'key' => 'Greece',
  9223.                                                                 'value' => 'GR',
  9224.                                                             ],
  9225.                                                             86 => [
  9226.                                                                 'key' => 'Greenland',
  9227.                                                                 'value' => 'GL',
  9228.                                                             ],
  9229.                                                             87 => [
  9230.                                                                 'key' => 'Grenada',
  9231.                                                                 'value' => 'GD',
  9232.                                                             ],
  9233.                                                             88 => [
  9234.                                                                 'key' => 'Guadeloupe',
  9235.                                                                 'value' => 'GP',
  9236.                                                             ],
  9237.                                                             89 => [
  9238.                                                                 'key' => 'Guam',
  9239.                                                                 'value' => 'GU',
  9240.                                                             ],
  9241.                                                             90 => [
  9242.                                                                 'key' => 'Guatemala',
  9243.                                                                 'value' => 'GT',
  9244.                                                             ],
  9245.                                                             91 => [
  9246.                                                                 'key' => 'Guernsey',
  9247.                                                                 'value' => 'GG',
  9248.                                                             ],
  9249.                                                             92 => [
  9250.                                                                 'key' => 'Guinea',
  9251.                                                                 'value' => 'GN',
  9252.                                                             ],
  9253.                                                             93 => [
  9254.                                                                 'key' => 'Guinea-Bissau',
  9255.                                                                 'value' => 'GW',
  9256.                                                             ],
  9257.                                                             94 => [
  9258.                                                                 'key' => 'Guyana',
  9259.                                                                 'value' => 'GY',
  9260.                                                             ],
  9261.                                                             95 => [
  9262.                                                                 'key' => 'Haiti',
  9263.                                                                 'value' => 'HT',
  9264.                                                             ],
  9265.                                                             96 => [
  9266.                                                                 'key' => 'Honduras',
  9267.                                                                 'value' => 'HN',
  9268.                                                             ],
  9269.                                                             97 => [
  9270.                                                                 'key' => 'Hong Kong SAR China',
  9271.                                                                 'value' => 'HK',
  9272.                                                             ],
  9273.                                                             98 => [
  9274.                                                                 'key' => 'Hungary',
  9275.                                                                 'value' => 'HU',
  9276.                                                             ],
  9277.                                                             99 => [
  9278.                                                                 'key' => 'Iceland',
  9279.                                                                 'value' => 'IS',
  9280.                                                             ],
  9281.                                                             100 => [
  9282.                                                                 'key' => 'India',
  9283.                                                                 'value' => 'IN',
  9284.                                                             ],
  9285.                                                             101 => [
  9286.                                                                 'key' => 'Indonesia',
  9287.                                                                 'value' => 'ID',
  9288.                                                             ],
  9289.                                                             102 => [
  9290.                                                                 'key' => 'Iran',
  9291.                                                                 'value' => 'IR',
  9292.                                                             ],
  9293.                                                             103 => [
  9294.                                                                 'key' => 'Iraq',
  9295.                                                                 'value' => 'IQ',
  9296.                                                             ],
  9297.                                                             104 => [
  9298.                                                                 'key' => 'Ireland',
  9299.                                                                 'value' => 'IE',
  9300.                                                             ],
  9301.                                                             105 => [
  9302.                                                                 'key' => 'Isle of Man',
  9303.                                                                 'value' => 'IM',
  9304.                                                             ],
  9305.                                                             106 => [
  9306.                                                                 'key' => 'Israel',
  9307.                                                                 'value' => 'IL',
  9308.                                                             ],
  9309.                                                             107 => [
  9310.                                                                 'key' => 'Italy',
  9311.                                                                 'value' => 'IT',
  9312.                                                             ],
  9313.                                                             108 => [
  9314.                                                                 'key' => 'Jamaica',
  9315.                                                                 'value' => 'JM',
  9316.                                                             ],
  9317.                                                             109 => [
  9318.                                                                 'key' => 'Japan',
  9319.                                                                 'value' => 'JP',
  9320.                                                             ],
  9321.                                                             110 => [
  9322.                                                                 'key' => 'Jersey',
  9323.                                                                 'value' => 'JE',
  9324.                                                             ],
  9325.                                                             111 => [
  9326.                                                                 'key' => 'Jordan',
  9327.                                                                 'value' => 'JO',
  9328.                                                             ],
  9329.                                                             112 => [
  9330.                                                                 'key' => 'Kazakhstan',
  9331.                                                                 'value' => 'KZ',
  9332.                                                             ],
  9333.                                                             113 => [
  9334.                                                                 'key' => 'Kenya',
  9335.                                                                 'value' => 'KE',
  9336.                                                             ],
  9337.                                                             114 => [
  9338.                                                                 'key' => 'Kiribati',
  9339.                                                                 'value' => 'KI',
  9340.                                                             ],
  9341.                                                             115 => [
  9342.                                                                 'key' => 'Kosovo',
  9343.                                                                 'value' => 'XK',
  9344.                                                             ],
  9345.                                                             116 => [
  9346.                                                                 'key' => 'Kuwait',
  9347.                                                                 'value' => 'KW',
  9348.                                                             ],
  9349.                                                             117 => [
  9350.                                                                 'key' => 'Kyrgyzstan',
  9351.                                                                 'value' => 'KG',
  9352.                                                             ],
  9353.                                                             118 => [
  9354.                                                                 'key' => 'Laos',
  9355.                                                                 'value' => 'LA',
  9356.                                                             ],
  9357.                                                             119 => [
  9358.                                                                 'key' => 'Latvia',
  9359.                                                                 'value' => 'LV',
  9360.                                                             ],
  9361.                                                             120 => [
  9362.                                                                 'key' => 'Lebanon',
  9363.                                                                 'value' => 'LB',
  9364.                                                             ],
  9365.                                                             121 => [
  9366.                                                                 'key' => 'Lesotho',
  9367.                                                                 'value' => 'LS',
  9368.                                                             ],
  9369.                                                             122 => [
  9370.                                                                 'key' => 'Liberia',
  9371.                                                                 'value' => 'LR',
  9372.                                                             ],
  9373.                                                             123 => [
  9374.                                                                 'key' => 'Libya',
  9375.                                                                 'value' => 'LY',
  9376.                                                             ],
  9377.                                                             124 => [
  9378.                                                                 'key' => 'Liechtenstein',
  9379.                                                                 'value' => 'LI',
  9380.                                                             ],
  9381.                                                             125 => [
  9382.                                                                 'key' => 'Lithuania',
  9383.                                                                 'value' => 'LT',
  9384.                                                             ],
  9385.                                                             126 => [
  9386.                                                                 'key' => 'Luxembourg',
  9387.                                                                 'value' => 'LU',
  9388.                                                             ],
  9389.                                                             127 => [
  9390.                                                                 'key' => 'Macau SAR China',
  9391.                                                                 'value' => 'MO',
  9392.                                                             ],
  9393.                                                             128 => [
  9394.                                                                 'key' => 'Macedonia',
  9395.                                                                 'value' => 'MK',
  9396.                                                             ],
  9397.                                                             129 => [
  9398.                                                                 'key' => 'Madagascar',
  9399.                                                                 'value' => 'MG',
  9400.                                                             ],
  9401.                                                             130 => [
  9402.                                                                 'key' => 'Malawi',
  9403.                                                                 'value' => 'MW',
  9404.                                                             ],
  9405.                                                             131 => [
  9406.                                                                 'key' => 'Malaysia',
  9407.                                                                 'value' => 'MY',
  9408.                                                             ],
  9409.                                                             132 => [
  9410.                                                                 'key' => 'Mali',
  9411.                                                                 'value' => 'ML',
  9412.                                                             ],
  9413.                                                             133 => [
  9414.                                                                 'key' => 'Malta',
  9415.                                                                 'value' => 'MT',
  9416.                                                             ],
  9417.                                                             134 => [
  9418.                                                                 'key' => 'Marshall Islands',
  9419.                                                                 'value' => 'MH',
  9420.                                                             ],
  9421.                                                             135 => [
  9422.                                                                 'key' => 'Martinique',
  9423.                                                                 'value' => 'MQ',
  9424.                                                             ],
  9425.                                                             136 => [
  9426.                                                                 'key' => 'Mauritania',
  9427.                                                                 'value' => 'MR',
  9428.                                                             ],
  9429.                                                             137 => [
  9430.                                                                 'key' => 'Mauritius',
  9431.                                                                 'value' => 'MU',
  9432.                                                             ],
  9433.                                                             138 => [
  9434.                                                                 'key' => 'Mayotte',
  9435.                                                                 'value' => 'YT',
  9436.                                                             ],
  9437.                                                             139 => [
  9438.                                                                 'key' => 'Mexico',
  9439.                                                                 'value' => 'MX',
  9440.                                                             ],
  9441.                                                             140 => [
  9442.                                                                 'key' => 'Micronesia',
  9443.                                                                 'value' => 'FM',
  9444.                                                             ],
  9445.                                                             141 => [
  9446.                                                                 'key' => 'Moldova',
  9447.                                                                 'value' => 'MD',
  9448.                                                             ],
  9449.                                                             142 => [
  9450.                                                                 'key' => 'Monaco',
  9451.                                                                 'value' => 'MC',
  9452.                                                             ],
  9453.                                                             143 => [
  9454.                                                                 'key' => 'Mongolia',
  9455.                                                                 'value' => 'MN',
  9456.                                                             ],
  9457.                                                             144 => [
  9458.                                                                 'key' => 'Montenegro',
  9459.                                                                 'value' => 'ME',
  9460.                                                             ],
  9461.                                                             145 => [
  9462.                                                                 'key' => 'Montserrat',
  9463.                                                                 'value' => 'MS',
  9464.                                                             ],
  9465.                                                             146 => [
  9466.                                                                 'key' => 'Morocco',
  9467.                                                                 'value' => 'MA',
  9468.                                                             ],
  9469.                                                             147 => [
  9470.                                                                 'key' => 'Mozambique',
  9471.                                                                 'value' => 'MZ',
  9472.                                                             ],
  9473.                                                             148 => [
  9474.                                                                 'key' => 'Myanmar (Burma)',
  9475.                                                                 'value' => 'MM',
  9476.                                                             ],
  9477.                                                             149 => [
  9478.                                                                 'key' => 'Namibia',
  9479.                                                                 'value' => 'NA',
  9480.                                                             ],
  9481.                                                             150 => [
  9482.                                                                 'key' => 'Nauru',
  9483.                                                                 'value' => 'NR',
  9484.                                                             ],
  9485.                                                             151 => [
  9486.                                                                 'key' => 'Nepal',
  9487.                                                                 'value' => 'NP',
  9488.                                                             ],
  9489.                                                             152 => [
  9490.                                                                 'key' => 'Netherlands',
  9491.                                                                 'value' => 'NL',
  9492.                                                             ],
  9493.                                                             153 => [
  9494.                                                                 'key' => 'New Caledonia',
  9495.                                                                 'value' => 'NC',
  9496.                                                             ],
  9497.                                                             154 => [
  9498.                                                                 'key' => 'New Zealand',
  9499.                                                                 'value' => 'NZ',
  9500.                                                             ],
  9501.                                                             155 => [
  9502.                                                                 'key' => 'Nicaragua',
  9503.                                                                 'value' => 'NI',
  9504.                                                             ],
  9505.                                                             156 => [
  9506.                                                                 'key' => 'Niger',
  9507.                                                                 'value' => 'NE',
  9508.                                                             ],
  9509.                                                             157 => [
  9510.                                                                 'key' => 'Nigeria',
  9511.                                                                 'value' => 'NG',
  9512.                                                             ],
  9513.                                                             158 => [
  9514.                                                                 'key' => 'Niue',
  9515.                                                                 'value' => 'NU',
  9516.                                                             ],
  9517.                                                             159 => [
  9518.                                                                 'key' => 'Norfolk Island',
  9519.                                                                 'value' => 'NF',
  9520.                                                             ],
  9521.                                                             160 => [
  9522.                                                                 'key' => 'North Korea',
  9523.                                                                 'value' => 'KP',
  9524.                                                             ],
  9525.                                                             161 => [
  9526.                                                                 'key' => 'Northern Mariana Islands',
  9527.                                                                 'value' => 'MP',
  9528.                                                             ],
  9529.                                                             162 => [
  9530.                                                                 'key' => 'Norway',
  9531.                                                                 'value' => 'NO',
  9532.                                                             ],
  9533.                                                             163 => [
  9534.                                                                 'key' => 'Oman',
  9535.                                                                 'value' => 'OM',
  9536.                                                             ],
  9537.                                                             164 => [
  9538.                                                                 'key' => 'Pakistan',
  9539.                                                                 'value' => 'PK',
  9540.                                                             ],
  9541.                                                             165 => [
  9542.                                                                 'key' => 'Palau',
  9543.                                                                 'value' => 'PW',
  9544.                                                             ],
  9545.                                                             166 => [
  9546.                                                                 'key' => 'Palestinian Territories',
  9547.                                                                 'value' => 'PS',
  9548.                                                             ],
  9549.                                                             167 => [
  9550.                                                                 'key' => 'Panama',
  9551.                                                                 'value' => 'PA',
  9552.                                                             ],
  9553.                                                             168 => [
  9554.                                                                 'key' => 'Papua New Guinea',
  9555.                                                                 'value' => 'PG',
  9556.                                                             ],
  9557.                                                             169 => [
  9558.                                                                 'key' => 'Paraguay',
  9559.                                                                 'value' => 'PY',
  9560.                                                             ],
  9561.                                                             170 => [
  9562.                                                                 'key' => 'Peru',
  9563.                                                                 'value' => 'PE',
  9564.                                                             ],
  9565.                                                             171 => [
  9566.                                                                 'key' => 'Philippines',
  9567.                                                                 'value' => 'PH',
  9568.                                                             ],
  9569.                                                             172 => [
  9570.                                                                 'key' => 'Pitcairn Islands',
  9571.                                                                 'value' => 'PN',
  9572.                                                             ],
  9573.                                                             173 => [
  9574.                                                                 'key' => 'Poland',
  9575.                                                                 'value' => 'PL',
  9576.                                                             ],
  9577.                                                             174 => [
  9578.                                                                 'key' => 'Portugal',
  9579.                                                                 'value' => 'PT',
  9580.                                                             ],
  9581.                                                             175 => [
  9582.                                                                 'key' => 'Puerto Rico',
  9583.                                                                 'value' => 'PR',
  9584.                                                             ],
  9585.                                                             176 => [
  9586.                                                                 'key' => 'Qatar',
  9587.                                                                 'value' => 'QA',
  9588.                                                             ],
  9589.                                                             177 => [
  9590.                                                                 'key' => 'Romania',
  9591.                                                                 'value' => 'RO',
  9592.                                                             ],
  9593.                                                             178 => [
  9594.                                                                 'key' => 'Russia',
  9595.                                                                 'value' => 'RU',
  9596.                                                             ],
  9597.                                                             179 => [
  9598.                                                                 'key' => 'Rwanda',
  9599.                                                                 'value' => 'RW',
  9600.                                                             ],
  9601.                                                             180 => [
  9602.                                                                 'key' => 'Réunion',
  9603.                                                                 'value' => 'RE',
  9604.                                                             ],
  9605.                                                             181 => [
  9606.                                                                 'key' => 'Saint Barthélemy',
  9607.                                                                 'value' => 'BL',
  9608.                                                             ],
  9609.                                                             182 => [
  9610.                                                                 'key' => 'Saint Helena',
  9611.                                                                 'value' => 'SH',
  9612.                                                             ],
  9613.                                                             183 => [
  9614.                                                                 'key' => 'Saint Kitts and Nevis',
  9615.                                                                 'value' => 'KN',
  9616.                                                             ],
  9617.                                                             184 => [
  9618.                                                                 'key' => 'Saint Lucia',
  9619.                                                                 'value' => 'LC',
  9620.                                                             ],
  9621.                                                             185 => [
  9622.                                                                 'key' => 'Saint Martin',
  9623.                                                                 'value' => 'MF',
  9624.                                                             ],
  9625.                                                             186 => [
  9626.                                                                 'key' => 'Saint Pierre and Miquelon',
  9627.                                                                 'value' => 'PM',
  9628.                                                             ],
  9629.                                                             187 => [
  9630.                                                                 'key' => 'Samoa',
  9631.                                                                 'value' => 'WS',
  9632.                                                             ],
  9633.                                                             188 => [
  9634.                                                                 'key' => 'San Marino',
  9635.                                                                 'value' => 'SM',
  9636.                                                             ],
  9637.                                                             189 => [
  9638.                                                                 'key' => 'Saudi Arabia',
  9639.                                                                 'value' => 'SA',
  9640.                                                             ],
  9641.                                                             190 => [
  9642.                                                                 'key' => 'Senegal',
  9643.                                                                 'value' => 'SN',
  9644.                                                             ],
  9645.                                                             191 => [
  9646.                                                                 'key' => 'Serbia',
  9647.                                                                 'value' => 'RS',
  9648.                                                             ],
  9649.                                                             192 => [
  9650.                                                                 'key' => 'Seychelles',
  9651.                                                                 'value' => 'SC',
  9652.                                                             ],
  9653.                                                             193 => [
  9654.                                                                 'key' => 'Sierra Leone',
  9655.                                                                 'value' => 'SL',
  9656.                                                             ],
  9657.                                                             194 => [
  9658.                                                                 'key' => 'Singapore',
  9659.                                                                 'value' => 'SG',
  9660.                                                             ],
  9661.                                                             195 => [
  9662.                                                                 'key' => 'Sint Maarten',
  9663.                                                                 'value' => 'SX',
  9664.                                                             ],
  9665.                                                             196 => [
  9666.                                                                 'key' => 'Slovakia',
  9667.                                                                 'value' => 'SK',
  9668.                                                             ],
  9669.                                                             197 => [
  9670.                                                                 'key' => 'Slovenia',
  9671.                                                                 'value' => 'SI',
  9672.                                                             ],
  9673.                                                             198 => [
  9674.                                                                 'key' => 'Solomon Islands',
  9675.                                                                 'value' => 'SB',
  9676.                                                             ],
  9677.                                                             199 => [
  9678.                                                                 'key' => 'Somalia',
  9679.                                                                 'value' => 'SO',
  9680.                                                             ],
  9681.                                                             200 => [
  9682.                                                                 'key' => 'South Africa',
  9683.                                                                 'value' => 'ZA',
  9684.                                                             ],
  9685.                                                             201 => [
  9686.                                                                 'key' => 'South Korea',
  9687.                                                                 'value' => 'KR',
  9688.                                                             ],
  9689.                                                             202 => [
  9690.                                                                 'key' => 'South Sudan',
  9691.                                                                 'value' => 'SS',
  9692.                                                             ],
  9693.                                                             203 => [
  9694.                                                                 'key' => 'Spain',
  9695.                                                                 'value' => 'ES',
  9696.                                                             ],
  9697.                                                             204 => [
  9698.                                                                 'key' => 'Sri Lanka',
  9699.                                                                 'value' => 'LK',
  9700.                                                             ],
  9701.                                                             205 => [
  9702.                                                                 'key' => 'St. Vincent & Grenadines',
  9703.                                                                 'value' => 'VC',
  9704.                                                             ],
  9705.                                                             206 => [
  9706.                                                                 'key' => 'Sudan',
  9707.                                                                 'value' => 'SD',
  9708.                                                             ],
  9709.                                                             207 => [
  9710.                                                                 'key' => 'Suriname',
  9711.                                                                 'value' => 'SR',
  9712.                                                             ],
  9713.                                                             208 => [
  9714.                                                                 'key' => 'Svalbard and Jan Mayen',
  9715.                                                                 'value' => 'SJ',
  9716.                                                             ],
  9717.                                                             209 => [
  9718.                                                                 'key' => 'Swaziland',
  9719.                                                                 'value' => 'SZ',
  9720.                                                             ],
  9721.                                                             210 => [
  9722.                                                                 'key' => 'Sweden',
  9723.                                                                 'value' => 'SE',
  9724.                                                             ],
  9725.                                                             211 => [
  9726.                                                                 'key' => 'Switzerland',
  9727.                                                                 'value' => 'CH',
  9728.                                                             ],
  9729.                                                             212 => [
  9730.                                                                 'key' => 'Syria',
  9731.                                                                 'value' => 'SY',
  9732.                                                             ],
  9733.                                                             213 => [
  9734.                                                                 'key' => 'São Tomé and Príncipe',
  9735.                                                                 'value' => 'ST',
  9736.                                                             ],
  9737.                                                             214 => [
  9738.                                                                 'key' => 'Taiwan',
  9739.                                                                 'value' => 'TW',
  9740.                                                             ],
  9741.                                                             215 => [
  9742.                                                                 'key' => 'Tanzania',
  9743.                                                                 'value' => 'TZ',
  9744.                                                             ],
  9745.                                                             216 => [
  9746.                                                                 'key' => 'Thailand',
  9747.                                                                 'value' => 'TH',
  9748.                                                             ],
  9749.                                                             217 => [
  9750.                                                                 'key' => 'Timor-Leste',
  9751.                                                                 'value' => 'TL',
  9752.                                                             ],
  9753.                                                             218 => [
  9754.                                                                 'key' => 'Togo',
  9755.                                                                 'value' => 'TG',
  9756.                                                             ],
  9757.                                                             219 => [
  9758.                                                                 'key' => 'Tokelau',
  9759.                                                                 'value' => 'TK',
  9760.                                                             ],
  9761.                                                             220 => [
  9762.                                                                 'key' => 'Tonga',
  9763.                                                                 'value' => 'TO',
  9764.                                                             ],
  9765.                                                             221 => [
  9766.                                                                 'key' => 'Trinidad and Tobago',
  9767.                                                                 'value' => 'TT',
  9768.                                                             ],
  9769.                                                             222 => [
  9770.                                                                 'key' => 'Tunisia',
  9771.                                                                 'value' => 'TN',
  9772.                                                             ],
  9773.                                                             223 => [
  9774.                                                                 'key' => 'Turkey',
  9775.                                                                 'value' => 'TR',
  9776.                                                             ],
  9777.                                                             224 => [
  9778.                                                                 'key' => 'Turks and Caicos Islands',
  9779.                                                                 'value' => 'TC',
  9780.                                                             ],
  9781.                                                             225 => [
  9782.                                                                 'key' => 'Tuvalu',
  9783.                                                                 'value' => 'TV',
  9784.                                                             ],
  9785.                                                             226 => [
  9786.                                                                 'key' => 'U.S. Outlying Islands',
  9787.                                                                 'value' => 'UM',
  9788.                                                             ],
  9789.                                                             227 => [
  9790.                                                                 'key' => 'U.S. Virgin Islands',
  9791.                                                                 'value' => 'VI',
  9792.                                                             ],
  9793.                                                             228 => [
  9794.                                                                 'key' => 'Uganda',
  9795.                                                                 'value' => 'UG',
  9796.                                                             ],
  9797.                                                             229 => [
  9798.                                                                 'key' => 'Ukraine',
  9799.                                                                 'value' => 'UA',
  9800.                                                             ],
  9801.                                                             230 => [
  9802.                                                                 'key' => 'United Arab Emirates',
  9803.                                                                 'value' => 'AE',
  9804.                                                             ],
  9805.                                                             231 => [
  9806.                                                                 'key' => 'United Kingdom',
  9807.                                                                 'value' => 'GB',
  9808.                                                             ],
  9809.                                                             232 => [
  9810.                                                                 'key' => 'United States',
  9811.                                                                 'value' => 'US',
  9812.                                                             ],
  9813.                                                             233 => [
  9814.                                                                 'key' => 'Uruguay',
  9815.                                                                 'value' => 'UY',
  9816.                                                             ],
  9817.                                                             234 => [
  9818.                                                                 'key' => 'Uzbekistan',
  9819.                                                                 'value' => 'UZ',
  9820.                                                             ],
  9821.                                                             235 => [
  9822.                                                                 'key' => 'Vanuatu',
  9823.                                                                 'value' => 'VU',
  9824.                                                             ],
  9825.                                                             236 => [
  9826.                                                                 'key' => 'Venezuela',
  9827.                                                                 'value' => 'VE',
  9828.                                                             ],
  9829.                                                             237 => [
  9830.                                                                 'key' => 'Vietnam',
  9831.                                                                 'value' => 'VN',
  9832.                                                             ],
  9833.                                                             238 => [
  9834.                                                                 'key' => 'Wallis and Futuna',
  9835.                                                                 'value' => 'WF',
  9836.                                                             ],
  9837.                                                             239 => [
  9838.                                                                 'key' => 'Western Sahara',
  9839.                                                                 'value' => 'EH',
  9840.                                                             ],
  9841.                                                             240 => [
  9842.                                                                 'key' => 'Yemen',
  9843.                                                                 'value' => 'YE',
  9844.                                                             ],
  9845.                                                             241 => [
  9846.                                                                 'key' => 'Zambia',
  9847.                                                                 'value' => 'ZM',
  9848.                                                             ],
  9849.                                                             242 => [
  9850.                                                                 'key' => 'Zimbabwe',
  9851.                                                                 'value' => 'ZW',
  9852.                                                             ],
  9853.                                                             243 => [
  9854.                                                                 'key' => 'Ã…land Islands',
  9855.                                                                 'value' => 'AX',
  9856.                                                             ],
  9857.                                                         ],
  9858.                                                         'width' => '',
  9859.                                                         'defaultValue' => NULL,
  9860.                                                         'optionsProviderClass' => NULL,
  9861.                                                         'optionsProviderData' => NULL,
  9862.                                                         'queryColumnType' => 'varchar',
  9863.                                                         'columnType' => 'varchar',
  9864.                                                         'columnLength' => '190',
  9865.                                                         'phpdocType' => 'string',
  9866.                                                         'dynamicOptions' => false,
  9867.                                                         'name' => 'countryCode',
  9868.                                                         'title' => 'Country',
  9869.                                                         'tooltip' => '',
  9870.                                                         'mandatory' => false,
  9871.                                                         'noteditable' => false,
  9872.                                                         'index' => false,
  9873.                                                         'locked' => false,
  9874.                                                         'style' => '',
  9875.                                                         'permissions' => NULL,
  9876.                                                         'datatype' => 'data',
  9877.                                                         'relationType' => false,
  9878.                                                         'invisible' => false,
  9879.                                                         'visibleGridView' => false,
  9880.                                                         'visibleSearch' => false,
  9881.                                                     ],
  9882.                                                 ],
  9883.                                                 'isOperator' => false,
  9884.                                             ],
  9885.                                             => [
  9886.                                                 'attributes' => [
  9887.                                                     'attribute' => 'phone',
  9888.                                                     'label' => 'phone',
  9889.                                                     'dataType' => 'input',
  9890.                                                     'layout' => [
  9891.                                                         'fieldtype' => 'input',
  9892.                                                         'width' => 400,
  9893.                                                         'queryColumnType' => 'varchar',
  9894.                                                         'columnType' => 'varchar',
  9895.                                                         'columnLength' => 190,
  9896.                                                         'phpdocType' => 'string',
  9897.                                                         'regex' => '',
  9898.                                                         'unique' => false,
  9899.                                                         'showCharCount' => NULL,
  9900.                                                         'name' => 'phone',
  9901.                                                         'title' => 'phone',
  9902.                                                         'tooltip' => '',
  9903.                                                         'mandatory' => false,
  9904.                                                         'noteditable' => false,
  9905.                                                         'index' => false,
  9906.                                                         'locked' => false,
  9907.                                                         'style' => '',
  9908.                                                         'permissions' => NULL,
  9909.                                                         'datatype' => 'data',
  9910.                                                         'relationType' => false,
  9911.                                                         'invisible' => false,
  9912.                                                         'visibleGridView' => false,
  9913.                                                         'visibleSearch' => false,
  9914.                                                     ],
  9915.                                                 ],
  9916.                                                 'isOperator' => false,
  9917.                                             ],
  9918.                                         ],
  9919.                                     ],
  9920.                                 ],
  9921.                             ],
  9922.                             'mutationEntities' => [
  9923.                             ],
  9924.                             'specialEntities' => [
  9925.                                 'asset' => [
  9926.                                     'id' => 'asset',
  9927.                                     'create' => false,
  9928.                                     'read' => true,
  9929.                                 ],
  9930.                                 'asset_folder' => [
  9931.                                     'id' => 'asset_folder',
  9932.                                     'read' => true,
  9933.                                 ],
  9934.                                 'object_folder' => [
  9935.                                     'id' => 'object_folder',
  9936.                                     'read' => true,
  9937.                                 ],
  9938.                             ],
  9939.                         ],
  9940.                         'security' => [
  9941.                             'method' => 'datahub_apikey',
  9942.                             'apikey' => '295b86489dca91a4aafaac8315cdb84a',
  9943.                         ],
  9944.                         'workspaces' => [
  9945.                             'asset' => [
  9946.                             ],
  9947.                             'object' => [
  9948.                             ],
  9949.                         ],
  9950.                         'permissions' => [
  9951.                             'user' => [
  9952.                             ],
  9953.                             'role' => [
  9954.                             ],
  9955.                         ],
  9956.                     ],
  9957.                     'events' => [
  9958.                         'general' => [
  9959.                             'active' => true,
  9960.                             'type' => 'graphql',
  9961.                             'name' => 'events',
  9962.                             'description' => '',
  9963.                             'sqlObjectCondition' => '',
  9964.                             'path' => NULL,
  9965.                             'modificationDate' => 1647447394,
  9966.                             'createDate' => 1647447394,
  9967.                         ],
  9968.                         'schema' => [
  9969.                             'queryEntities' => [
  9970.                                 'Event' => [
  9971.                                     'id' => 'Event',
  9972.                                     'name' => 'Event',
  9973.                                     'columnConfig' => [
  9974.                                         'columns' => [
  9975.                                             => [
  9976.                                                 'attributes' => [
  9977.                                                     'attribute' => 'title',
  9978.                                                     'label' => 'title',
  9979.                                                     'dataType' => 'input',
  9980.                                                     'layout' => [
  9981.                                                         'fieldtype' => 'input',
  9982.                                                         'width' => 540,
  9983.                                                         'queryColumnType' => 'varchar',
  9984.                                                         'columnType' => 'varchar',
  9985.                                                         'columnLength' => 255,
  9986.                                                         'phpdocType' => 'string',
  9987.                                                         'regex' => '',
  9988.                                                         'unique' => false,
  9989.                                                         'showCharCount' => false,
  9990.                                                         'name' => 'title',
  9991.                                                         'title' => 'title',
  9992.                                                         'tooltip' => '',
  9993.                                                         'mandatory' => false,
  9994.                                                         'noteditable' => false,
  9995.                                                         'index' => false,
  9996.                                                         'locked' => false,
  9997.                                                         'style' => '',
  9998.                                                         'permissions' => NULL,
  9999.                                                         'datatype' => 'data',
  10000.                                                         'relationType' => false,
  10001.                                                         'invisible' => false,
  10002.                                                         'visibleGridView' => true,
  10003.                                                         'visibleSearch' => true,
  10004.                                                     ],
  10005.                                                 ],
  10006.                                                 'isOperator' => false,
  10007.                                             ],
  10008.                                             => [
  10009.                                                 'attributes' => [
  10010.                                                     'attribute' => 'description',
  10011.                                                     'label' => 'Description',
  10012.                                                     'dataType' => 'wysiwyg',
  10013.                                                     'layout' => [
  10014.                                                         'fieldtype' => 'wysiwyg',
  10015.                                                         'width' => 640,
  10016.                                                         'height' => 250,
  10017.                                                         'queryColumnType' => 'longtext',
  10018.                                                         'columnType' => 'longtext',
  10019.                                                         'phpdocType' => 'string',
  10020.                                                         'toolbarConfig' => '',
  10021.                                                         'excludeFromSearchIndex' => false,
  10022.                                                         'name' => 'description',
  10023.                                                         'title' => 'Description',
  10024.                                                         'tooltip' => '',
  10025.                                                         'mandatory' => false,
  10026.                                                         'noteditable' => false,
  10027.                                                         'index' => false,
  10028.                                                         'locked' => false,
  10029.                                                         'style' => '',
  10030.                                                         'permissions' => NULL,
  10031.                                                         'datatype' => 'data',
  10032.                                                         'relationType' => false,
  10033.                                                         'invisible' => false,
  10034.                                                         'visibleGridView' => true,
  10035.                                                         'visibleSearch' => true,
  10036.                                                     ],
  10037.                                                 ],
  10038.                                                 'isOperator' => false,
  10039.                                             ],
  10040.                                             => [
  10041.                                                 'attributes' => [
  10042.                                                     'attribute' => 'locationAddress',
  10043.                                                     'label' => 'Location Address',
  10044.                                                     'dataType' => 'textarea',
  10045.                                                     'layout' => [
  10046.                                                         'fieldtype' => 'textarea',
  10047.                                                         'width' => 550,
  10048.                                                         'height' => 100,
  10049.                                                         'maxLength' => NULL,
  10050.                                                         'showCharCount' => false,
  10051.                                                         'excludeFromSearchIndex' => false,
  10052.                                                         'queryColumnType' => 'longtext',
  10053.                                                         'columnType' => 'longtext',
  10054.                                                         'phpdocType' => 'string',
  10055.                                                         'name' => 'locationAddress',
  10056.                                                         'title' => 'Location Address',
  10057.                                                         'tooltip' => '',
  10058.                                                         'mandatory' => false,
  10059.                                                         'noteditable' => false,
  10060.                                                         'index' => false,
  10061.                                                         'locked' => false,
  10062.                                                         'style' => '',
  10063.                                                         'permissions' => NULL,
  10064.                                                         'datatype' => 'data',
  10065.                                                         'relationType' => false,
  10066.                                                         'invisible' => false,
  10067.                                                         'visibleGridView' => false,
  10068.                                                         'visibleSearch' => false,
  10069.                                                     ],
  10070.                                                 ],
  10071.                                                 'isOperator' => false,
  10072.                                             ],
  10073.                                             => [
  10074.                                                 'attributes' => [
  10075.                                                     'attribute' => 'locationMap',
  10076.                                                     'label' => 'Location Map',
  10077.                                                     'dataType' => 'geopoint',
  10078.                                                     'layout' => [
  10079.                                                         'fieldtype' => 'geopoint',
  10080.                                                         'queryColumnType' => [
  10081.                                                             'longitude' => 'double',
  10082.                                                             'latitude' => 'double',
  10083.                                                         ],
  10084.                                                         'columnType' => [
  10085.                                                             'longitude' => 'double',
  10086.                                                             'latitude' => 'double',
  10087.                                                         ],
  10088.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\Geopoint',
  10089.                                                         'lat' => 0,
  10090.                                                         'lng' => 0,
  10091.                                                         'zoom' => 1,
  10092.                                                         'mapType' => 'roadmap',
  10093.                                                         'name' => 'locationMap',
  10094.                                                         'title' => 'Location Map',
  10095.                                                         'tooltip' => '',
  10096.                                                         'mandatory' => false,
  10097.                                                         'noteditable' => false,
  10098.                                                         'index' => false,
  10099.                                                         'locked' => false,
  10100.                                                         'style' => '',
  10101.                                                         'permissions' => NULL,
  10102.                                                         'datatype' => 'data',
  10103.                                                         'relationType' => false,
  10104.                                                         'invisible' => false,
  10105.                                                         'visibleGridView' => false,
  10106.                                                         'visibleSearch' => false,
  10107.                                                     ],
  10108.                                                 ],
  10109.                                                 'isOperator' => false,
  10110.                                             ],
  10111.                                             => [
  10112.                                                 'attributes' => [
  10113.                                                     'attribute' => 'cars',
  10114.                                                     'label' => 'Cars',
  10115.                                                     'dataType' => 'manyToManyObjectRelation',
  10116.                                                     'layout' => [
  10117.                                                         'fieldtype' => 'manyToManyObjectRelation',
  10118.                                                         'width' => '',
  10119.                                                         'height' => '',
  10120.                                                         'maxItems' => '',
  10121.                                                         'queryColumnType' => 'text',
  10122.                                                         'phpdocType' => 'array',
  10123.                                                         'relationType' => true,
  10124.                                                         'visibleFields' => [
  10125.                                                         ],
  10126.                                                         'optimizedAdminLoading' => false,
  10127.                                                         'visibleFieldDefinitions' => [
  10128.                                                         ],
  10129.                                                         'lazyLoading' => true,
  10130.                                                         'classes' => [
  10131.                                                             => [
  10132.                                                                 'classes' => 'Car',
  10133.                                                             ],
  10134.                                                         ],
  10135.                                                         'pathFormatterClass' => '',
  10136.                                                         'name' => 'cars',
  10137.                                                         'title' => 'Cars',
  10138.                                                         'tooltip' => '',
  10139.                                                         'mandatory' => false,
  10140.                                                         'noteditable' => false,
  10141.                                                         'index' => false,
  10142.                                                         'locked' => false,
  10143.                                                         'style' => '',
  10144.                                                         'permissions' => NULL,
  10145.                                                         'datatype' => 'data',
  10146.                                                         'invisible' => false,
  10147.                                                         'visibleGridView' => false,
  10148.                                                         'visibleSearch' => false,
  10149.                                                     ],
  10150.                                                 ],
  10151.                                                 'isOperator' => false,
  10152.                                             ],
  10153.                                             => [
  10154.                                                 'isOperator' => true,
  10155.                                                 'attributes' => [
  10156.                                                     'label' => 'FromDate',
  10157.                                                     'type' => 'operator',
  10158.                                                     'class' => 'DateFormatter',
  10159.                                                     'format' => 'D, M d Y',
  10160.                                                     'childs' => [
  10161.                                                         => [
  10162.                                                             'isOperator' => false,
  10163.                                                             'attributes' => [
  10164.                                                                 'label' => 'Start (fromDate)',
  10165.                                                                 'type' => 'value',
  10166.                                                                 'class' => 'DefaultValue',
  10167.                                                                 'attribute' => 'fromDate',
  10168.                                                                 'dataType' => 'datetime',
  10169.                                                                 'childs' => [
  10170.                                                                 ],
  10171.                                                             ],
  10172.                                                         ],
  10173.                                                     ],
  10174.                                                 ],
  10175.                                                 'key' => '#5d83518861112',
  10176.                                             ],
  10177.                                             => [
  10178.                                                 'isOperator' => true,
  10179.                                                 'attributes' => [
  10180.                                                     'label' => 'ToDate',
  10181.                                                     'type' => 'operator',
  10182.                                                     'class' => 'DateFormatter',
  10183.                                                     'format' => 'D, M d Y',
  10184.                                                     'childs' => [
  10185.                                                         => [
  10186.                                                             'isOperator' => false,
  10187.                                                             'attributes' => [
  10188.                                                                 'label' => 'End (toDate)',
  10189.                                                                 'type' => 'value',
  10190.                                                                 'class' => 'DefaultValue',
  10191.                                                                 'attribute' => 'toDate',
  10192.                                                                 'dataType' => 'datetime',
  10193.                                                                 'childs' => [
  10194.                                                                 ],
  10195.                                                             ],
  10196.                                                         ],
  10197.                                                     ],
  10198.                                                 ],
  10199.                                                 'key' => '#5d83518861115',
  10200.                                             ],
  10201.                                             => [
  10202.                                                 'isOperator' => true,
  10203.                                                 'attributes' => [
  10204.                                                     'label' => 'FromTime',
  10205.                                                     'type' => 'operator',
  10206.                                                     'class' => 'DateFormatter',
  10207.                                                     'format' => 'h:i A',
  10208.                                                     'childs' => [
  10209.                                                         => [
  10210.                                                             'isOperator' => false,
  10211.                                                             'attributes' => [
  10212.                                                                 'label' => 'Start (fromDate)',
  10213.                                                                 'type' => 'value',
  10214.                                                                 'class' => 'DefaultValue',
  10215.                                                                 'attribute' => 'fromDate',
  10216.                                                                 'dataType' => 'datetime',
  10217.                                                                 'childs' => [
  10218.                                                                 ],
  10219.                                                             ],
  10220.                                                         ],
  10221.                                                     ],
  10222.                                                 ],
  10223.                                                 'key' => '#5d83518861116',
  10224.                                             ],
  10225.                                             => [
  10226.                                                 'isOperator' => true,
  10227.                                                 'attributes' => [
  10228.                                                     'label' => 'ToTime',
  10229.                                                     'type' => 'operator',
  10230.                                                     'class' => 'DateFormatter',
  10231.                                                     'format' => 'h:i A',
  10232.                                                     'childs' => [
  10233.                                                         => [
  10234.                                                             'isOperator' => false,
  10235.                                                             'attributes' => [
  10236.                                                                 'label' => 'End (toDate)',
  10237.                                                                 'type' => 'value',
  10238.                                                                 'class' => 'DefaultValue',
  10239.                                                                 'attribute' => 'toDate',
  10240.                                                                 'dataType' => 'datetime',
  10241.                                                                 'childs' => [
  10242.                                                                 ],
  10243.                                                             ],
  10244.                                                         ],
  10245.                                                     ],
  10246.                                                 ],
  10247.                                                 'key' => '#5d83518861117',
  10248.                                             ],
  10249.                                             => [
  10250.                                                 'attributes' => [
  10251.                                                     'attribute' => 'mainImage',
  10252.                                                     'label' => 'Image',
  10253.                                                     'dataType' => 'image',
  10254.                                                     'layout' => [
  10255.                                                         'fieldtype' => 'image',
  10256.                                                         'width' => 500,
  10257.                                                         'height' => 350,
  10258.                                                         'uploadPath' => '',
  10259.                                                         'queryColumnType' => 'int(11)',
  10260.                                                         'columnType' => 'int(11)',
  10261.                                                         'phpdocType' => '\\Pimcore\\Model\\Asset\\Image',
  10262.                                                         'name' => 'mainImage',
  10263.                                                         'title' => 'Image',
  10264.                                                         'tooltip' => '',
  10265.                                                         'mandatory' => false,
  10266.                                                         'noteditable' => false,
  10267.                                                         'index' => false,
  10268.                                                         'locked' => false,
  10269.                                                         'style' => '',
  10270.                                                         'permissions' => NULL,
  10271.                                                         'datatype' => 'data',
  10272.                                                         'relationType' => false,
  10273.                                                         'invisible' => false,
  10274.                                                         'visibleGridView' => false,
  10275.                                                         'visibleSearch' => false,
  10276.                                                     ],
  10277.                                                 ],
  10278.                                                 'isOperator' => false,
  10279.                                             ],
  10280.                                             10 => [
  10281.                                                 'attributes' => [
  10282.                                                     'attribute' => 'video',
  10283.                                                     'label' => 'Video',
  10284.                                                     'dataType' => 'video',
  10285.                                                     'layout' => [
  10286.                                                         'fieldtype' => 'video',
  10287.                                                         'width' => 500,
  10288.                                                         'height' => 350,
  10289.                                                         'queryColumnType' => 'text',
  10290.                                                         'columnType' => 'text',
  10291.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\Video',
  10292.                                                         'name' => 'video',
  10293.                                                         'title' => 'Video',
  10294.                                                         'tooltip' => '',
  10295.                                                         'mandatory' => false,
  10296.                                                         'noteditable' => false,
  10297.                                                         'index' => false,
  10298.                                                         'locked' => false,
  10299.                                                         'style' => '',
  10300.                                                         'permissions' => NULL,
  10301.                                                         'datatype' => 'data',
  10302.                                                         'relationType' => false,
  10303.                                                         'invisible' => false,
  10304.                                                         'visibleGridView' => false,
  10305.                                                         'visibleSearch' => false,
  10306.                                                     ],
  10307.                                                 ],
  10308.                                                 'isOperator' => false,
  10309.                                             ],
  10310.                                             11 => [
  10311.                                                 'attributes' => [
  10312.                                                     'attribute' => 'images',
  10313.                                                     'label' => 'Additional Images',
  10314.                                                     'dataType' => 'imageGallery',
  10315.                                                     'layout' => [
  10316.                                                         'fieldtype' => 'imageGallery',
  10317.                                                         'queryColumnType' => [
  10318.                                                             'images' => 'text',
  10319.                                                             'hotspots' => 'text',
  10320.                                                         ],
  10321.                                                         'columnType' => [
  10322.                                                             'images' => 'text',
  10323.                                                             'hotspots' => 'text',
  10324.                                                         ],
  10325.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\ImageGallery',
  10326.                                                         'width' => 300,
  10327.                                                         'height' => 200,
  10328.                                                         'uploadPath' => '',
  10329.                                                         'ratioX' => NULL,
  10330.                                                         'ratioY' => NULL,
  10331.                                                         'predefinedDataTemplates' => '',
  10332.                                                         'name' => 'images',
  10333.                                                         'title' => 'Additional Images',
  10334.                                                         'tooltip' => '',
  10335.                                                         'mandatory' => false,
  10336.                                                         'noteditable' => false,
  10337.                                                         'index' => false,
  10338.                                                         'locked' => false,
  10339.                                                         'style' => '',
  10340.                                                         'permissions' => NULL,
  10341.                                                         'datatype' => 'data',
  10342.                                                         'relationType' => false,
  10343.                                                         'invisible' => false,
  10344.                                                         'visibleGridView' => false,
  10345.                                                         'visibleSearch' => false,
  10346.                                                     ],
  10347.                                                 ],
  10348.                                                 'isOperator' => false,
  10349.                                             ],
  10350.                                             12 => [
  10351.                                                 'attributes' => [
  10352.                                                     'attribute' => 'tags',
  10353.                                                     'label' => 'Tags',
  10354.                                                     'dataType' => 'multiselect',
  10355.                                                     'layout' => [
  10356.                                                         'fieldtype' => 'multiselect',
  10357.                                                         'options' => [
  10358.                                                             => [
  10359.                                                                 'key' => '1960',
  10360.                                                                 'value' => '1960',
  10361.                                                             ],
  10362.                                                             => [
  10363.                                                                 'key' => 'BMW Group',
  10364.                                                                 'value' => 'BMW Group',
  10365.                                                             ],
  10366.                                                             => [
  10367.                                                                 'key' => 'Vintage',
  10368.                                                                 'value' => 'Vintage',
  10369.                                                             ],
  10370.                                                             => [
  10371.                                                                 'key' => 'Ferrari',
  10372.                                                                 'value' => 'Ferrari',
  10373.                                                             ],
  10374.                                                         ],
  10375.                                                         'width' => 500,
  10376.                                                         'height' => '',
  10377.                                                         'maxItems' => '',
  10378.                                                         'renderType' => 'tags',
  10379.                                                         'optionsProviderClass' => '',
  10380.                                                         'optionsProviderData' => '',
  10381.                                                         'queryColumnType' => 'text',
  10382.                                                         'columnType' => 'text',
  10383.                                                         'phpdocType' => 'array',
  10384.                                                         'dynamicOptions' => false,
  10385.                                                         'name' => 'tags',
  10386.                                                         'title' => 'Tags',
  10387.                                                         'tooltip' => '',
  10388.                                                         'mandatory' => false,
  10389.                                                         'noteditable' => false,
  10390.                                                         'index' => false,
  10391.                                                         'locked' => false,
  10392.                                                         'style' => 'margin-left:50px',
  10393.                                                         'permissions' => NULL,
  10394.                                                         'datatype' => 'data',
  10395.                                                         'relationType' => false,
  10396.                                                         'invisible' => false,
  10397.                                                         'visibleGridView' => false,
  10398.                                                         'visibleSearch' => false,
  10399.                                                     ],
  10400.                                                 ],
  10401.                                                 'isOperator' => false,
  10402.                                             ],
  10403.                                             13 => [
  10404.                                                 'attributes' => [
  10405.                                                     'attribute' => 'contactName',
  10406.                                                     'label' => 'Name',
  10407.                                                     'dataType' => 'input',
  10408.                                                     'layout' => [
  10409.                                                         'fieldtype' => 'input',
  10410.                                                         'width' => 250,
  10411.                                                         'queryColumnType' => 'varchar',
  10412.                                                         'columnType' => 'varchar',
  10413.                                                         'columnLength' => 255,
  10414.                                                         'phpdocType' => 'string',
  10415.                                                         'regex' => '',
  10416.                                                         'unique' => false,
  10417.                                                         'showCharCount' => false,
  10418.                                                         'name' => 'contactName',
  10419.                                                         'title' => 'Name',
  10420.                                                         'tooltip' => '',
  10421.                                                         'mandatory' => false,
  10422.                                                         'noteditable' => false,
  10423.                                                         'index' => false,
  10424.                                                         'locked' => false,
  10425.                                                         'style' => '',
  10426.                                                         'permissions' => NULL,
  10427.                                                         'datatype' => 'data',
  10428.                                                         'relationType' => false,
  10429.                                                         'invisible' => false,
  10430.                                                         'visibleGridView' => true,
  10431.                                                         'visibleSearch' => true,
  10432.                                                     ],
  10433.                                                 ],
  10434.                                                 'isOperator' => false,
  10435.                                             ],
  10436.                                             14 => [
  10437.                                                 'attributes' => [
  10438.                                                     'attribute' => 'contactPhone',
  10439.                                                     'label' => 'Phone',
  10440.                                                     'dataType' => 'input',
  10441.                                                     'layout' => [
  10442.                                                         'fieldtype' => 'input',
  10443.                                                         'width' => 250,
  10444.                                                         'queryColumnType' => 'varchar',
  10445.                                                         'columnType' => 'varchar',
  10446.                                                         'columnLength' => 190,
  10447.                                                         'phpdocType' => 'string',
  10448.                                                         'regex' => '',
  10449.                                                         'unique' => false,
  10450.                                                         'showCharCount' => false,
  10451.                                                         'name' => 'contactPhone',
  10452.                                                         'title' => 'Phone',
  10453.                                                         'tooltip' => '',
  10454.                                                         'mandatory' => false,
  10455.                                                         'noteditable' => false,
  10456.                                                         'index' => false,
  10457.                                                         'locked' => false,
  10458.                                                         'style' => '',
  10459.                                                         'permissions' => NULL,
  10460.                                                         'datatype' => 'data',
  10461.                                                         'relationType' => false,
  10462.                                                         'invisible' => false,
  10463.                                                         'visibleGridView' => true,
  10464.                                                         'visibleSearch' => true,
  10465.                                                     ],
  10466.                                                 ],
  10467.                                                 'isOperator' => false,
  10468.                                             ],
  10469.                                             15 => [
  10470.                                                 'attributes' => [
  10471.                                                     'attribute' => 'contactEmail',
  10472.                                                     'label' => 'Email',
  10473.                                                     'dataType' => 'input',
  10474.                                                     'layout' => [
  10475.                                                         'fieldtype' => 'input',
  10476.                                                         'width' => 350,
  10477.                                                         'queryColumnType' => 'varchar',
  10478.                                                         'columnType' => 'varchar',
  10479.                                                         'columnLength' => 190,
  10480.                                                         'phpdocType' => 'string',
  10481.                                                         'regex' => '',
  10482.                                                         'unique' => false,
  10483.                                                         'showCharCount' => false,
  10484.                                                         'name' => 'contactEmail',
  10485.                                                         'title' => 'Email',
  10486.                                                         'tooltip' => '',
  10487.                                                         'mandatory' => false,
  10488.                                                         'noteditable' => false,
  10489.                                                         'index' => false,
  10490.                                                         'locked' => false,
  10491.                                                         'style' => '',
  10492.                                                         'permissions' => NULL,
  10493.                                                         'datatype' => 'data',
  10494.                                                         'relationType' => false,
  10495.                                                         'invisible' => false,
  10496.                                                         'visibleGridView' => false,
  10497.                                                         'visibleSearch' => false,
  10498.                                                     ],
  10499.                                                 ],
  10500.                                                 'isOperator' => false,
  10501.                                             ],
  10502.                                             16 => [
  10503.                                                 'attributes' => [
  10504.                                                     'attribute' => 'contactAddress',
  10505.                                                     'label' => 'Address',
  10506.                                                     'dataType' => 'textarea',
  10507.                                                     'layout' => [
  10508.                                                         'fieldtype' => 'textarea',
  10509.                                                         'width' => 550,
  10510.                                                         'height' => 100,
  10511.                                                         'maxLength' => NULL,
  10512.                                                         'showCharCount' => false,
  10513.                                                         'excludeFromSearchIndex' => false,
  10514.                                                         'queryColumnType' => 'longtext',
  10515.                                                         'columnType' => 'longtext',
  10516.                                                         'phpdocType' => 'string',
  10517.                                                         'name' => 'contactAddress',
  10518.                                                         'title' => 'Address',
  10519.                                                         'tooltip' => '',
  10520.                                                         'mandatory' => false,
  10521.                                                         'noteditable' => false,
  10522.                                                         'index' => false,
  10523.                                                         'locked' => false,
  10524.                                                         'style' => '',
  10525.                                                         'permissions' => NULL,
  10526.                                                         'datatype' => 'data',
  10527.                                                         'relationType' => false,
  10528.                                                         'invisible' => false,
  10529.                                                         'visibleGridView' => false,
  10530.                                                         'visibleSearch' => false,
  10531.                                                     ],
  10532.                                                 ],
  10533.                                                 'isOperator' => false,
  10534.                                             ],
  10535.                                         ],
  10536.                                     ],
  10537.                                 ],
  10538.                                 'Car' => [
  10539.                                     'id' => 'Car',
  10540.                                     'name' => 'Car',
  10541.                                     'columnConfig' => [
  10542.                                         'columns' => [
  10543.                                             => [
  10544.                                                 'attributes' => [
  10545.                                                     'attribute' => 'name',
  10546.                                                     'label' => 'Name',
  10547.                                                     'dataType' => 'input',
  10548.                                                     'layout' => [
  10549.                                                         'fieldtype' => 'input',
  10550.                                                         'width' => NULL,
  10551.                                                         'queryColumnType' => 'varchar',
  10552.                                                         'columnType' => 'varchar',
  10553.                                                         'columnLength' => 190,
  10554.                                                         'phpdocType' => 'string',
  10555.                                                         'regex' => '',
  10556.                                                         'unique' => false,
  10557.                                                         'showCharCount' => false,
  10558.                                                         'name' => 'name',
  10559.                                                         'title' => 'Name',
  10560.                                                         'tooltip' => '',
  10561.                                                         'mandatory' => false,
  10562.                                                         'noteditable' => false,
  10563.                                                         'index' => false,
  10564.                                                         'locked' => false,
  10565.                                                         'style' => '',
  10566.                                                         'permissions' => NULL,
  10567.                                                         'datatype' => 'data',
  10568.                                                         'relationType' => false,
  10569.                                                         'invisible' => false,
  10570.                                                         'visibleGridView' => true,
  10571.                                                         'visibleSearch' => true,
  10572.                                                     ],
  10573.                                                 ],
  10574.                                                 'isOperator' => false,
  10575.                                             ],
  10576.                                             => [
  10577.                                                 'attributes' => [
  10578.                                                     'attribute' => 'description',
  10579.                                                     'label' => 'Description',
  10580.                                                     'dataType' => 'wysiwyg',
  10581.                                                     'layout' => [
  10582.                                                         'fieldtype' => 'wysiwyg',
  10583.                                                         'width' => '',
  10584.                                                         'height' => '',
  10585.                                                         'queryColumnType' => 'longtext',
  10586.                                                         'columnType' => 'longtext',
  10587.                                                         'phpdocType' => 'string',
  10588.                                                         'toolbarConfig' => '',
  10589.                                                         'excludeFromSearchIndex' => false,
  10590.                                                         'name' => 'description',
  10591.                                                         'title' => 'Description',
  10592.                                                         'tooltip' => '',
  10593.                                                         'mandatory' => false,
  10594.                                                         'noteditable' => false,
  10595.                                                         'index' => false,
  10596.                                                         'locked' => false,
  10597.                                                         'style' => '',
  10598.                                                         'permissions' => NULL,
  10599.                                                         'datatype' => 'data',
  10600.                                                         'relationType' => false,
  10601.                                                         'invisible' => false,
  10602.                                                         'visibleGridView' => false,
  10603.                                                         'visibleSearch' => false,
  10604.                                                     ],
  10605.                                                 ],
  10606.                                                 'isOperator' => false,
  10607.                                             ],
  10608.                                             => [
  10609.                                                 'attributes' => [
  10610.                                                     'attribute' => 'manufacturer',
  10611.                                                     'label' => 'Manufacturer',
  10612.                                                     'dataType' => 'manyToOneRelation',
  10613.                                                     'layout' => [
  10614.                                                         'fieldtype' => 'manyToOneRelation',
  10615.                                                         'width' => 400,
  10616.                                                         'assetUploadPath' => '',
  10617.                                                         'relationType' => true,
  10618.                                                         'queryColumnType' => [
  10619.                                                             'id' => 'int(11)',
  10620.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  10621.                                                         ],
  10622.                                                         'phpdocType' => '\\Pimcore\\Model\\Document\\Page | \\Pimcore\\Model\\Document\\Snippet | \\Pimcore\\Model\\Document | \\Pimcore\\Model\\Asset | \\Pimcore\\Model\\DataObject\\AbstractObject',
  10623.                                                         'objectsAllowed' => true,
  10624.                                                         'assetsAllowed' => false,
  10625.                                                         'assetTypes' => [
  10626.                                                         ],
  10627.                                                         'documentsAllowed' => false,
  10628.                                                         'documentTypes' => [
  10629.                                                         ],
  10630.                                                         'lazyLoading' => true,
  10631.                                                         'classes' => [
  10632.                                                             => [
  10633.                                                                 'classes' => 'Manufacturer',
  10634.                                                             ],
  10635.                                                         ],
  10636.                                                         'pathFormatterClass' => '',
  10637.                                                         'name' => 'manufacturer',
  10638.                                                         'title' => 'Manufacturer',
  10639.                                                         'tooltip' => '',
  10640.                                                         'mandatory' => false,
  10641.                                                         'noteditable' => false,
  10642.                                                         'index' => false,
  10643.                                                         'locked' => false,
  10644.                                                         'style' => '',
  10645.                                                         'permissions' => NULL,
  10646.                                                         'datatype' => 'data',
  10647.                                                         'invisible' => false,
  10648.                                                         'visibleGridView' => false,
  10649.                                                         'visibleSearch' => false,
  10650.                                                     ],
  10651.                                                 ],
  10652.                                                 'isOperator' => false,
  10653.                                             ],
  10654.                                             => [
  10655.                                                 'attributes' => [
  10656.                                                     'attribute' => 'carClass',
  10657.                                                     'label' => 'Class',
  10658.                                                     'dataType' => 'select',
  10659.                                                     'layout' => [
  10660.                                                         'fieldtype' => 'select',
  10661.                                                         'options' => [
  10662.                                                             => [
  10663.                                                                 'key' => 'Full-size luxury car',
  10664.                                                                 'value' => 'Full-size luxury car',
  10665.                                                             ],
  10666.                                                             => [
  10667.                                                                 'key' => 'Grand tourer',
  10668.                                                                 'value' => 'Grand tourer',
  10669.                                                             ],
  10670.                                                             => [
  10671.                                                                 'key' => 'Light commercial vehicle',
  10672.                                                                 'value' => 'Light commercial vehicle',
  10673.                                                             ],
  10674.                                                             => [
  10675.                                                                 'key' => 'Muscle Car',
  10676.                                                                 'value' => 'Muscle Car',
  10677.                                                             ],
  10678.                                                             => [
  10679.                                                                 'key' => 'City Car',
  10680.                                                                 'value' => 'City Car',
  10681.                                                             ],
  10682.                                                             => [
  10683.                                                                 'key' => 'Executive car',
  10684.                                                                 'value' => 'Executive car',
  10685.                                                             ],
  10686.                                                             => [
  10687.                                                                 'key' => 'Economy car',
  10688.                                                                 'value' => 'Economy car',
  10689.                                                             ],
  10690.                                                             => [
  10691.                                                                 'key' => 'Personal luxury car',
  10692.                                                                 'value' => 'Personal luxury car',
  10693.                                                             ],
  10694.                                                             => [
  10695.                                                                 'key' => 'Full-Size',
  10696.                                                                 'value' => 'Full-Size',
  10697.                                                             ],
  10698.                                                             => [
  10699.                                                                 'key' => 'Family car',
  10700.                                                                 'value' => 'Family car',
  10701.                                                             ],
  10702.                                                             10 => [
  10703.                                                                 'key' => 'Mid-size luxury',
  10704.                                                                 'value' => 'Mid-size luxury',
  10705.                                                             ],
  10706.                                                             11 => [
  10707.                                                                 'key' => 'sports car',
  10708.                                                                 'value' => 'sports car',
  10709.                                                             ],
  10710.                                                         ],
  10711.                                                         'width' => 300,
  10712.                                                         'defaultValue' => '',
  10713.                                                         'optionsProviderClass' => '',
  10714.                                                         'optionsProviderData' => '',
  10715.                                                         'queryColumnType' => 'varchar',
  10716.                                                         'columnType' => 'varchar',
  10717.                                                         'columnLength' => 190,
  10718.                                                         'phpdocType' => 'string',
  10719.                                                         'dynamicOptions' => false,
  10720.                                                         'name' => 'carClass',
  10721.                                                         'title' => 'Class',
  10722.                                                         'tooltip' => '',
  10723.                                                         'mandatory' => false,
  10724.                                                         'noteditable' => false,
  10725.                                                         'index' => false,
  10726.                                                         'locked' => false,
  10727.                                                         'style' => '',
  10728.                                                         'permissions' => NULL,
  10729.                                                         'datatype' => 'data',
  10730.                                                         'relationType' => false,
  10731.                                                         'invisible' => false,
  10732.                                                         'visibleGridView' => false,
  10733.                                                         'visibleSearch' => false,
  10734.                                                     ],
  10735.                                                 ],
  10736.                                                 'isOperator' => false,
  10737.                                             ],
  10738.                                             => [
  10739.                                                 'attributes' => [
  10740.                                                     'attribute' => 'productionYear',
  10741.                                                     'label' => 'Production Year',
  10742.                                                     'dataType' => 'numeric',
  10743.                                                     'layout' => [
  10744.                                                         'fieldtype' => 'numeric',
  10745.                                                         'width' => 300,
  10746.                                                         'defaultValue' => NULL,
  10747.                                                         'queryColumnType' => 'double',
  10748.                                                         'columnType' => 'double',
  10749.                                                         'phpdocType' => 'float',
  10750.                                                         'integer' => true,
  10751.                                                         'unsigned' => true,
  10752.                                                         'minValue' => NULL,
  10753.                                                         'maxValue' => NULL,
  10754.                                                         'unique' => false,
  10755.                                                         'decimalSize' => NULL,
  10756.                                                         'decimalPrecision' => NULL,
  10757.                                                         'name' => 'productionYear',
  10758.                                                         'title' => 'Production Year',
  10759.                                                         'tooltip' => '',
  10760.                                                         'mandatory' => false,
  10761.                                                         'noteditable' => false,
  10762.                                                         'index' => false,
  10763.                                                         'locked' => false,
  10764.                                                         'style' => '',
  10765.                                                         'permissions' => NULL,
  10766.                                                         'datatype' => 'data',
  10767.                                                         'relationType' => false,
  10768.                                                         'invisible' => false,
  10769.                                                         'visibleGridView' => false,
  10770.                                                         'visibleSearch' => false,
  10771.                                                     ],
  10772.                                                 ],
  10773.                                                 'isOperator' => false,
  10774.                                             ],
  10775.                                         ],
  10776.                                     ],
  10777.                                 ],
  10778.                                 'Manufacturer' => [
  10779.                                     'id' => 'Manufacturer',
  10780.                                     'name' => 'Manufacturer',
  10781.                                     'columnConfig' => [
  10782.                                         'columns' => [
  10783.                                             => [
  10784.                                                 'attributes' => [
  10785.                                                     'attribute' => 'name',
  10786.                                                     'label' => 'Name',
  10787.                                                     'dataType' => 'input',
  10788.                                                     'layout' => [
  10789.                                                         'fieldtype' => 'input',
  10790.                                                         'width' => 400,
  10791.                                                         'queryColumnType' => 'varchar',
  10792.                                                         'columnType' => 'varchar',
  10793.                                                         'columnLength' => 190,
  10794.                                                         'phpdocType' => 'string',
  10795.                                                         'regex' => '',
  10796.                                                         'unique' => false,
  10797.                                                         'showCharCount' => false,
  10798.                                                         'name' => 'name',
  10799.                                                         'title' => 'Name',
  10800.                                                         'tooltip' => '',
  10801.                                                         'mandatory' => false,
  10802.                                                         'noteditable' => false,
  10803.                                                         'index' => false,
  10804.                                                         'locked' => false,
  10805.                                                         'style' => '',
  10806.                                                         'permissions' => NULL,
  10807.                                                         'datatype' => 'data',
  10808.                                                         'relationType' => false,
  10809.                                                         'invisible' => false,
  10810.                                                         'visibleGridView' => true,
  10811.                                                         'visibleSearch' => true,
  10812.                                                     ],
  10813.                                                 ],
  10814.                                                 'isOperator' => false,
  10815.                                             ],
  10816.                                             => [
  10817.                                                 'attributes' => [
  10818.                                                     'attribute' => 'logo',
  10819.                                                     'label' => 'Logo',
  10820.                                                     'dataType' => 'image',
  10821.                                                     'layout' => [
  10822.                                                         'fieldtype' => 'image',
  10823.                                                         'width' => 500,
  10824.                                                         'height' => '',
  10825.                                                         'uploadPath' => '',
  10826.                                                         'queryColumnType' => 'int(11)',
  10827.                                                         'columnType' => 'int(11)',
  10828.                                                         'phpdocType' => '\\Pimcore\\Model\\Asset\\Image',
  10829.                                                         'name' => 'logo',
  10830.                                                         'title' => 'Logo',
  10831.                                                         'tooltip' => '',
  10832.                                                         'mandatory' => false,
  10833.                                                         'noteditable' => false,
  10834.                                                         'index' => false,
  10835.                                                         'locked' => false,
  10836.                                                         'style' => '',
  10837.                                                         'permissions' => NULL,
  10838.                                                         'datatype' => 'data',
  10839.                                                         'relationType' => false,
  10840.                                                         'invisible' => false,
  10841.                                                         'visibleGridView' => false,
  10842.                                                         'visibleSearch' => false,
  10843.                                                     ],
  10844.                                                 ],
  10845.                                                 'isOperator' => false,
  10846.                                             ],
  10847.                                         ],
  10848.                                     ],
  10849.                                 ],
  10850.                             ],
  10851.                             'mutationEntities' => [
  10852.                             ],
  10853.                             'specialEntities' => [
  10854.                                 'document' => [
  10855.                                     'read' => false,
  10856.                                     'create' => false,
  10857.                                     'update' => false,
  10858.                                     'delete' => false,
  10859.                                 ],
  10860.                                 'document_folder' => [
  10861.                                     'read' => false,
  10862.                                     'create' => false,
  10863.                                     'update' => false,
  10864.                                     'delete' => false,
  10865.                                 ],
  10866.                                 'asset' => [
  10867.                                     'read' => true,
  10868.                                     'create' => false,
  10869.                                     'update' => false,
  10870.                                     'delete' => false,
  10871.                                 ],
  10872.                                 'asset_folder' => [
  10873.                                     'read' => true,
  10874.                                     'create' => false,
  10875.                                     'update' => false,
  10876.                                     'delete' => false,
  10877.                                 ],
  10878.                                 'asset_listing' => [
  10879.                                     'read' => false,
  10880.                                     'create' => false,
  10881.                                     'update' => false,
  10882.                                     'delete' => false,
  10883.                                 ],
  10884.                                 'object_folder' => [
  10885.                                     'read' => false,
  10886.                                     'create' => false,
  10887.                                     'update' => false,
  10888.                                     'delete' => false,
  10889.                                 ],
  10890.                             ],
  10891.                         ],
  10892.                         'security' => [
  10893.                             'method' => 'datahub_apikey',
  10894.                             'apikey' => '8e0935fe948ccf727342e86015c00834',
  10895.                             'skipPermissionCheck' => false,
  10896.                         ],
  10897.                         'workspaces' => [
  10898.                             'asset' => [
  10899.                             ],
  10900.                             'document' => [
  10901.                             ],
  10902.                             'object' => [
  10903.                             ],
  10904.                         ],
  10905.                         'permissions' => [
  10906.                             'user' => [
  10907.                             ],
  10908.                             'role' => [
  10909.                             ],
  10910.                         ],
  10911.                     ],
  10912.                     'Rexel' => [
  10913.                         'general' => [
  10914.                             'active' => true,
  10915.                             'type' => 'dataImporterDataObject',
  10916.                             'name' => 'Rexel',
  10917.                             'description' => '',
  10918.                             'group' => 'Scrape',
  10919.                             'path' => NULL,
  10920.                             'modificationDate' => 1647949758,
  10921.                             'createDate' => 1647886703,
  10922.                         ],
  10923.                         'loaderConfig' => [
  10924.                             'type' => 'asset',
  10925.                             'settings' => [
  10926.                                 'assetPath' => '/Scrapping/Rexel/rexel-distribution-et-gestion-de-lenergie_pret pour import.xlsx',
  10927.                             ],
  10928.                         ],
  10929.                         'interpreterConfig' => [
  10930.                             'type' => 'xlsx',
  10931.                             'settings' => [
  10932.                                 'skipFirstRow' => true,
  10933.                                 'sheetName' => 'Sheet1',
  10934.                             ],
  10935.                         ],
  10936.                         'resolverConfig' => [
  10937.                             'elementType' => 'dataObject',
  10938.                             'dataObjectClassId' => '3',
  10939.                             'loadingStrategy' => [
  10940.                                 'type' => 'notLoad',
  10941.                             ],
  10942.                             'createLocationStrategy' => [
  10943.                                 'type' => 'staticPath',
  10944.                                 'settings' => [
  10945.                                     'path' => '/Products',
  10946.                                 ],
  10947.                             ],
  10948.                             'locationUpdateStrategy' => [
  10949.                                 'type' => 'noChange',
  10950.                             ],
  10951.                             'publishingStrategy' => [
  10952.                                 'type' => 'alwaysPublish',
  10953.                             ],
  10954.                         ],
  10955.                         'processingConfig' => [
  10956.                             'executionType' => 'parallel',
  10957.                             'idDataIndex' => '',
  10958.                         ],
  10959.                         'mappingConfig' => [
  10960.                             => [
  10961.                                 'label' => 'sku',
  10962.                                 'dataSourceIndex' => [
  10963.                                     => '0',
  10964.                                 ],
  10965.                                 'transformationResultType' => 'default',
  10966.                                 'dataTarget' => [
  10967.                                     'type' => 'direct',
  10968.                                     'settings' => [
  10969.                                         'fieldName' => 'sku',
  10970.                                         'language' => '',
  10971.                                         'writeIfTargetIsNotEmpty' => true,
  10972.                                         'writeIfSourceIsEmpty' => true,
  10973.                                     ],
  10974.                                 ],
  10975.                                 'transformationPipeline' => [
  10976.                                 ],
  10977.                             ],
  10978.                             => [
  10979.                                 'label' => 'sku2',
  10980.                                 'dataSourceIndex' => [
  10981.                                     => '0',
  10982.                                 ],
  10983.                                 'transformationResultType' => 'default',
  10984.                                 'dataTarget' => [
  10985.                                     'type' => 'direct',
  10986.                                     'settings' => [
  10987.                                         'fieldName' => 'key',
  10988.                                         'language' => '',
  10989.                                         'writeIfTargetIsNotEmpty' => true,
  10990.                                         'writeIfSourceIsEmpty' => true,
  10991.                                     ],
  10992.                                 ],
  10993.                                 'transformationPipeline' => [
  10994.                                 ],
  10995.                             ],
  10996.                             => [
  10997.                                 'label' => 'reffab',
  10998.                                 'dataSourceIndex' => [
  10999.                                     => '2',
  11000.                                 ],
  11001.                                 'transformationResultType' => 'default',
  11002.                                 'dataTarget' => [
  11003.                                     'type' => 'direct',
  11004.                                     'settings' => [
  11005.                                         'fieldName' => 'mpn',
  11006.                                         'language' => '',
  11007.                                         'writeIfTargetIsNotEmpty' => true,
  11008.                                         'writeIfSourceIsEmpty' => true,
  11009.                                     ],
  11010.                                 ],
  11011.                                 'transformationPipeline' => [
  11012.                                 ],
  11013.                             ],
  11014.                             => [
  11015.                                 'label' => 'ean',
  11016.                                 'dataSourceIndex' => [
  11017.                                     => '1',
  11018.                                 ],
  11019.                                 'transformationResultType' => 'default',
  11020.                                 'dataTarget' => [
  11021.                                     'type' => 'direct',
  11022.                                     'settings' => [
  11023.                                         'fieldName' => 'ean13',
  11024.                                         'language' => '',
  11025.                                         'writeIfTargetIsNotEmpty' => true,
  11026.                                         'writeIfSourceIsEmpty' => true,
  11027.                                     ],
  11028.                                 ],
  11029.                                 'transformationPipeline' => [
  11030.                                 ],
  11031.                             ],
  11032.                             => [
  11033.                                 'label' => 'name',
  11034.                                 'dataSourceIndex' => [
  11035.                                     => '5',
  11036.                                 ],
  11037.                                 'transformationResultType' => 'default',
  11038.                                 'dataTarget' => [
  11039.                                     'type' => 'direct',
  11040.                                     'settings' => [
  11041.                                         'fieldName' => 'name',
  11042.                                         'language' => '',
  11043.                                         'writeIfTargetIsNotEmpty' => true,
  11044.                                         'writeIfSourceIsEmpty' => true,
  11045.                                     ],
  11046.                                 ],
  11047.                                 'transformationPipeline' => [
  11048.                                 ],
  11049.                             ],
  11050.                             => [
  11051.                                 'label' => 'description',
  11052.                                 'dataSourceIndex' => [
  11053.                                     => '3',
  11054.                                 ],
  11055.                                 'transformationResultType' => 'default',
  11056.                                 'dataTarget' => [
  11057.                                     'type' => 'direct',
  11058.                                     'settings' => [
  11059.                                         'fieldName' => 'description',
  11060.                                         'language' => '',
  11061.                                         'writeIfTargetIsNotEmpty' => true,
  11062.                                         'writeIfSourceIsEmpty' => true,
  11063.                                     ],
  11064.                                 ],
  11065.                                 'transformationPipeline' => [
  11066.                                 ],
  11067.                             ],
  11068.                         ],
  11069.                         'executionConfig' => [
  11070.                             'scheduleType' => 'job',
  11071.                             'cronDefinition' => '',
  11072.                             'scheduledAt' => '',
  11073.                         ],
  11074.                         'permissions' => [
  11075.                             'user' => [
  11076.                             ],
  11077.                             'role' => [
  11078.                             ],
  11079.                         ],
  11080.                         'workspaces' => [
  11081.                         ],
  11082.                     ],
  11083.                     'products' => [
  11084.                         'general' => [
  11085.                             'active' => true,
  11086.                             'type' => 'graphql',
  11087.                             'name' => 'products',
  11088.                             'description' => 'Product related data like Cars, AccessoryParts, Categories etc.',
  11089.                             'group' => '',
  11090.                             'sqlObjectCondition' => '',
  11091.                             'modificationDate' => 1647355089,
  11092.                             'path' => NULL,
  11093.                             'createDate' => 1647283698,
  11094.                         ],
  11095.                         'schema' => [
  11096.                             'queryEntities' => [
  11097.                             ],
  11098.                             'mutationEntities' => [
  11099.                             ],
  11100.                             'specialEntities' => [
  11101.                                 'document' => [
  11102.                                     'read' => false,
  11103.                                     'create' => false,
  11104.                                     'update' => false,
  11105.                                     'delete' => false,
  11106.                                 ],
  11107.                                 'document_folder' => [
  11108.                                     'read' => false,
  11109.                                     'create' => false,
  11110.                                     'update' => false,
  11111.                                     'delete' => false,
  11112.                                 ],
  11113.                                 'asset' => [
  11114.                                     'read' => false,
  11115.                                     'create' => false,
  11116.                                     'update' => false,
  11117.                                     'delete' => false,
  11118.                                 ],
  11119.                                 'asset_folder' => [
  11120.                                     'read' => false,
  11121.                                     'create' => false,
  11122.                                     'update' => false,
  11123.                                     'delete' => false,
  11124.                                 ],
  11125.                                 'asset_listing' => [
  11126.                                     'read' => false,
  11127.                                     'create' => false,
  11128.                                     'update' => false,
  11129.                                     'delete' => false,
  11130.                                 ],
  11131.                                 'object_folder' => [
  11132.                                     'read' => false,
  11133.                                     'create' => false,
  11134.                                     'update' => false,
  11135.                                     'delete' => false,
  11136.                                 ],
  11137.                             ],
  11138.                         ],
  11139.                         'security' => [
  11140.                             'method' => 'datahub_apikey',
  11141.                             'apikey' => '6332aa5e6d3d6c0be31da2a8b3442113',
  11142.                             'skipPermissionCheck' => false,
  11143.                         ],
  11144.                         'workspaces' => [
  11145.                             'asset' => [
  11146.                             ],
  11147.                             'document' => [
  11148.                             ],
  11149.                             'object' => [
  11150.                             ],
  11151.                         ],
  11152.                     ],
  11153.                     'brand' => [
  11154.                         'general' => [
  11155.                             'active' => true,
  11156.                             'type' => 'dataImporterDataObject',
  11157.                             'name' => 'brand',
  11158.                             'description' => '',
  11159.                             'group' => '',
  11160.                             'path' => NULL,
  11161.                             'modificationDate' => 1647594221,
  11162.                             'createDate' => 1647444303,
  11163.                         ],
  11164.                         'loaderConfig' => [
  11165.                             'type' => 'upload',
  11166.                             'settings' => [
  11167.                                 'uploadFilePath' => 'brand/upload.import',
  11168.                             ],
  11169.                         ],
  11170.                         'interpreterConfig' => [
  11171.                             'type' => 'xlsx',
  11172.                             'settings' => [
  11173.                                 'skipFirstRow' => true,
  11174.                                 'sheetName' => 'Worksheet',
  11175.                             ],
  11176.                         ],
  11177.                         'resolverConfig' => [
  11178.                             'elementType' => 'dataObject',
  11179.                             'dataObjectClassId' => '13',
  11180.                             'loadingStrategy' => [
  11181.                                 'type' => 'attribute',
  11182.                                 'settings' => [
  11183.                                     'dataSourceIndex' => '1',
  11184.                                     'attributeName' => 'corporateName',
  11185.                                     'language' => '',
  11186.                                 ],
  11187.                             ],
  11188.                             'createLocationStrategy' => [
  11189.                                 'type' => 'doNotCreate',
  11190.                             ],
  11191.                             'locationUpdateStrategy' => [
  11192.                                 'type' => 'noChange',
  11193.                             ],
  11194.                             'publishingStrategy' => [
  11195.                                 'type' => 'alwaysPublish',
  11196.                             ],
  11197.                         ],
  11198.                         'processingConfig' => [
  11199.                             'executionType' => 'parallel',
  11200.                             'idDataIndex' => '',
  11201.                         ],
  11202.                         'mappingConfig' => [
  11203.                             => [
  11204.                                 'label' => 'Raison sociale',
  11205.                                 'dataSourceIndex' => [
  11206.                                     => '1',
  11207.                                 ],
  11208.                                 'transformationResultType' => 'default',
  11209.                                 'dataTarget' => [
  11210.                                     'type' => 'direct',
  11211.                                     'settings' => [
  11212.                                         'fieldName' => 'corporateName',
  11213.                                         'language' => '',
  11214.                                         'writeIfTargetIsNotEmpty' => true,
  11215.                                         'writeIfSourceIsEmpty' => true,
  11216.                                     ],
  11217.                                 ],
  11218.                                 'transformationPipeline' => [
  11219.                                 ],
  11220.                             ],
  11221.                             => [
  11222.                                 'label' => 'Activité(s)',
  11223.                                 'dataSourceIndex' => [
  11224.                                     => '2',
  11225.                                 ],
  11226.                                 'transformationResultType' => 'default',
  11227.                                 'dataTarget' => [
  11228.                                     'type' => 'direct',
  11229.                                     'settings' => [
  11230.                                         'fieldName' => 'activity',
  11231.                                         'language' => '',
  11232.                                         'writeIfTargetIsNotEmpty' => true,
  11233.                                         'writeIfSourceIsEmpty' => true,
  11234.                                     ],
  11235.                                 ],
  11236.                                 'transformationPipeline' => [
  11237.                                 ],
  11238.                             ],
  11239.                             => [
  11240.                                 'label' => 'name',
  11241.                                 'dataSourceIndex' => [
  11242.                                     => '1',
  11243.                                 ],
  11244.                                 'transformationResultType' => 'default',
  11245.                                 'dataTarget' => [
  11246.                                     'type' => 'direct',
  11247.                                     'settings' => [
  11248.                                         'fieldName' => 'name',
  11249.                                         'language' => '',
  11250.                                         'writeIfTargetIsNotEmpty' => true,
  11251.                                         'writeIfSourceIsEmpty' => true,
  11252.                                     ],
  11253.                                 ],
  11254.                                 'transformationPipeline' => [
  11255.                                 ],
  11256.                             ],
  11257.                             => [
  11258.                                 'label' => 'Adresse',
  11259.                                 'dataSourceIndex' => [
  11260.                                     => '3',
  11261.                                 ],
  11262.                                 'transformationResultType' => 'default',
  11263.                                 'dataTarget' => [
  11264.                                     'type' => 'direct',
  11265.                                     'settings' => [
  11266.                                         'fieldName' => 'adress',
  11267.                                         'language' => '',
  11268.                                         'writeIfTargetIsNotEmpty' => true,
  11269.                                         'writeIfSourceIsEmpty' => true,
  11270.                                     ],
  11271.                                 ],
  11272.                                 'transformationPipeline' => [
  11273.                                 ],
  11274.                             ],
  11275.                             => [
  11276.                                 'label' => 'Adresse 2',
  11277.                                 'dataSourceIndex' => [
  11278.                                     => '4',
  11279.                                 ],
  11280.                                 'transformationResultType' => 'default',
  11281.                                 'dataTarget' => [
  11282.                                     'type' => 'direct',
  11283.                                     'settings' => [
  11284.                                         'fieldName' => 'adress2',
  11285.                                         'language' => '',
  11286.                                         'writeIfTargetIsNotEmpty' => true,
  11287.                                         'writeIfSourceIsEmpty' => true,
  11288.                                     ],
  11289.                                 ],
  11290.                                 'transformationPipeline' => [
  11291.                                 ],
  11292.                             ],
  11293.                             => [
  11294.                                 'label' => 'Code postal',
  11295.                                 'dataSourceIndex' => [
  11296.                                     => '5',
  11297.                                 ],
  11298.                                 'transformationResultType' => 'default',
  11299.                                 'dataTarget' => [
  11300.                                     'type' => 'direct',
  11301.                                     'settings' => [
  11302.                                         'fieldName' => 'postCode',
  11303.                                         'language' => '',
  11304.                                         'writeIfTargetIsNotEmpty' => true,
  11305.                                         'writeIfSourceIsEmpty' => true,
  11306.                                     ],
  11307.                                 ],
  11308.                                 'transformationPipeline' => [
  11309.                                 ],
  11310.                             ],
  11311.                             => [
  11312.                                 'label' => 'Ville',
  11313.                                 'dataSourceIndex' => [
  11314.                                     => '6',
  11315.                                 ],
  11316.                                 'transformationResultType' => 'default',
  11317.                                 'dataTarget' => [
  11318.                                     'type' => 'direct',
  11319.                                     'settings' => [
  11320.                                         'fieldName' => 'city',
  11321.                                         'language' => '',
  11322.                                         'writeIfTargetIsNotEmpty' => true,
  11323.                                         'writeIfSourceIsEmpty' => true,
  11324.                                     ],
  11325.                                 ],
  11326.                                 'transformationPipeline' => [
  11327.                                 ],
  11328.                             ],
  11329.                             => [
  11330.                                 'label' => 'Pays',
  11331.                                 'dataSourceIndex' => [
  11332.                                     => '7',
  11333.                                 ],
  11334.                                 'transformationResultType' => 'default',
  11335.                                 'dataTarget' => [
  11336.                                     'type' => 'direct',
  11337.                                     'settings' => [
  11338.                                         'fieldName' => 'country',
  11339.                                         'language' => '',
  11340.                                         'writeIfTargetIsNotEmpty' => true,
  11341.                                         'writeIfSourceIsEmpty' => true,
  11342.                                     ],
  11343.                                 ],
  11344.                                 'transformationPipeline' => [
  11345.                                 ],
  11346.                             ],
  11347.                             => [
  11348.                                 'label' => 'TVA intracommunautaire',
  11349.                                 'dataSourceIndex' => [
  11350.                                     => '8',
  11351.                                 ],
  11352.                                 'transformationResultType' => 'default',
  11353.                                 'dataTarget' => [
  11354.                                     'type' => 'direct',
  11355.                                     'settings' => [
  11356.                                         'fieldName' => 'vatNumber',
  11357.                                         'language' => '',
  11358.                                         'writeIfTargetIsNotEmpty' => true,
  11359.                                         'writeIfSourceIsEmpty' => true,
  11360.                                     ],
  11361.                                 ],
  11362.                                 'transformationPipeline' => [
  11363.                                 ],
  11364.                             ],
  11365.                             => [
  11366.                                 'label' => 'N° de Tél.',
  11367.                                 'dataSourceIndex' => [
  11368.                                     => '9',
  11369.                                 ],
  11370.                                 'transformationResultType' => 'default',
  11371.                                 'dataTarget' => [
  11372.                                     'type' => 'direct',
  11373.                                     'settings' => [
  11374.                                         'fieldName' => 'phone',
  11375.                                         'language' => '',
  11376.                                         'writeIfTargetIsNotEmpty' => true,
  11377.                                         'writeIfSourceIsEmpty' => true,
  11378.                                     ],
  11379.                                 ],
  11380.                                 'transformationPipeline' => [
  11381.                                 ],
  11382.                             ],
  11383.                             10 => [
  11384.                                 'label' => 'Email',
  11385.                                 'dataSourceIndex' => [
  11386.                                     => '11',
  11387.                                 ],
  11388.                                 'transformationResultType' => 'default',
  11389.                                 'dataTarget' => [
  11390.                                     'type' => 'direct',
  11391.                                     'settings' => [
  11392.                                         'fieldName' => 'email',
  11393.                                         'language' => '',
  11394.                                         'writeIfTargetIsNotEmpty' => true,
  11395.                                         'writeIfSourceIsEmpty' => true,
  11396.                                     ],
  11397.                                 ],
  11398.                                 'transformationPipeline' => [
  11399.                                 ],
  11400.                             ],
  11401.                             11 => [
  11402.                                 'label' => 'Site web',
  11403.                                 'dataSourceIndex' => [
  11404.                                     => '12',
  11405.                                 ],
  11406.                                 'transformationResultType' => 'default',
  11407.                                 'dataTarget' => [
  11408.                                     'type' => 'direct',
  11409.                                     'settings' => [
  11410.                                         'fieldName' => 'website',
  11411.                                         'language' => '',
  11412.                                         'writeIfTargetIsNotEmpty' => true,
  11413.                                         'writeIfSourceIsEmpty' => true,
  11414.                                     ],
  11415.                                 ],
  11416.                                 'transformationPipeline' => [
  11417.                                 ],
  11418.                             ],
  11419.                             12 => [
  11420.                                 'label' => 'item name',
  11421.                                 'dataSourceIndex' => [
  11422.                                     => '1',
  11423.                                 ],
  11424.                                 'transformationResultType' => 'default',
  11425.                                 'dataTarget' => [
  11426.                                     'type' => 'direct',
  11427.                                     'settings' => [
  11428.                                         'fieldName' => 'key',
  11429.                                         'language' => '',
  11430.                                         'writeIfTargetIsNotEmpty' => true,
  11431.                                         'writeIfSourceIsEmpty' => true,
  11432.                                     ],
  11433.                                 ],
  11434.                                 'transformationPipeline' => [
  11435.                                 ],
  11436.                             ],
  11437.                         ],
  11438.                         'executionConfig' => [
  11439.                             'scheduleType' => 'job',
  11440.                             'cronDefinition' => '',
  11441.                             'scheduledAt' => '',
  11442.                         ],
  11443.                         'permissions' => [
  11444.                             'user' => [
  11445.                             ],
  11446.                             'role' => [
  11447.                             ],
  11448.                         ],
  11449.                         'workspaces' => [
  11450.                         ],
  11451.                     ],
  11452.                     'ean_derd' => [
  11453.                         'general' => [
  11454.                             'type' => 'dataImporterDataObject',
  11455.                             'path' => NULL,
  11456.                             'name' => 'ean_derd',
  11457.                             'modificationDate' => 1647424905,
  11458.                             'createDate' => 1647424905,
  11459.                         ],
  11460.                         'workspaces' => [
  11461.                         ],
  11462.                         'permissions' => [
  11463.                             'user' => [
  11464.                             ],
  11465.                             'role' => [
  11466.                             ],
  11467.                         ],
  11468.                     ],
  11469.                     'Rexel_Publication' => [
  11470.                         'general' => [
  11471.                             'active' => true,
  11472.                             'type' => 'dataImporterDataObject',
  11473.                             'name' => 'Rexel_Publication',
  11474.                             'description' => '',
  11475.                             'group' => 'Scrape',
  11476.                             'path' => NULL,
  11477.                             'modificationDate' => 1648559081,
  11478.                             'createDate' => 1647886703,
  11479.                         ],
  11480.                         'loaderConfig' => [
  11481.                             'type' => 'asset',
  11482.                             'settings' => [
  11483.                                 'assetPath' => '/Scrapping/Rexel/rexel-distribution-et-gestion-de-lenergie_pret pour import.xlsx',
  11484.                             ],
  11485.                         ],
  11486.                         'interpreterConfig' => [
  11487.                             'type' => 'xlsx',
  11488.                             'settings' => [
  11489.                                 'skipFirstRow' => true,
  11490.                                 'sheetName' => 'Sheet1',
  11491.                             ],
  11492.                         ],
  11493.                         'resolverConfig' => [
  11494.                             'elementType' => 'dataObject',
  11495.                             'dataObjectClassId' => '3',
  11496.                             'loadingStrategy' => [
  11497.                                 'type' => 'attribute',
  11498.                                 'settings' => [
  11499.                                     'dataSourceIndex' => '0',
  11500.                                     'attributeName' => 'sku',
  11501.                                     'language' => '',
  11502.                                     'includeUnpublished' => true,
  11503.                                 ],
  11504.                             ],
  11505.                             'createLocationStrategy' => [
  11506.                                 'type' => 'doNotCreate',
  11507.                             ],
  11508.                             'locationUpdateStrategy' => [
  11509.                                 'type' => 'noChange',
  11510.                             ],
  11511.                             'publishingStrategy' => [
  11512.                                 'type' => 'alwaysPublish',
  11513.                             ],
  11514.                         ],
  11515.                         'processingConfig' => [
  11516.                             'executionType' => 'parallel',
  11517.                             'idDataIndex' => '',
  11518.                         ],
  11519.                         'mappingConfig' => [
  11520.                         ],
  11521.                         'executionConfig' => [
  11522.                             'scheduleType' => 'job',
  11523.                             'cronDefinition' => '',
  11524.                             'scheduledAt' => '',
  11525.                         ],
  11526.                         'permissions' => [
  11527.                             'user' => [
  11528.                             ],
  11529.                             'role' => [
  11530.                             ],
  11531.                         ],
  11532.                         'workspaces' => [
  11533.                         ],
  11534.                     ],
  11535.                     'Rexel_Update' => [
  11536.                         'general' => [
  11537.                             'active' => true,
  11538.                             'type' => 'dataImporterDataObject',
  11539.                             'name' => 'Rexel_Update',
  11540.                             'description' => '',
  11541.                             'group' => 'Scrape',
  11542.                             'path' => NULL,
  11543.                             'modificationDate' => 1648566016,
  11544.                             'createDate' => 1647886703,
  11545.                         ],
  11546.                         'loaderConfig' => [
  11547.                             'type' => 'asset',
  11548.                             'settings' => [
  11549.                                 'assetPath' => '/Scrapping/Rexel/rexel-distribution-et-gestion-de-lenergie_pret pour import.xlsx',
  11550.                             ],
  11551.                         ],
  11552.                         'interpreterConfig' => [
  11553.                             'type' => 'xlsx',
  11554.                             'settings' => [
  11555.                                 'skipFirstRow' => true,
  11556.                                 'sheetName' => 'Sheet1',
  11557.                             ],
  11558.                         ],
  11559.                         'resolverConfig' => [
  11560.                             'elementType' => 'dataObject',
  11561.                             'dataObjectClassId' => '3',
  11562.                             'loadingStrategy' => [
  11563.                                 'type' => 'attribute',
  11564.                                 'settings' => [
  11565.                                     'dataSourceIndex' => '0',
  11566.                                     'attributeName' => 'sku',
  11567.                                     'language' => '',
  11568.                                     'includeUnpublished' => true,
  11569.                                 ],
  11570.                             ],
  11571.                             'createLocationStrategy' => [
  11572.                                 'type' => 'doNotCreate',
  11573.                             ],
  11574.                             'locationUpdateStrategy' => [
  11575.                                 'type' => 'noChange',
  11576.                             ],
  11577.                             'publishingStrategy' => [
  11578.                                 'type' => 'alwaysPublish',
  11579.                             ],
  11580.                         ],
  11581.                         'processingConfig' => [
  11582.                             'executionType' => 'parallel',
  11583.                             'idDataIndex' => '',
  11584.                         ],
  11585.                         'mappingConfig' => [
  11586.                             => [
  11587.                                 'label' => 'description',
  11588.                                 'dataSourceIndex' => [
  11589.                                     => '3',
  11590.                                 ],
  11591.                                 'transformationResultType' => 'default',
  11592.                                 'dataTarget' => [
  11593.                                     'type' => 'direct',
  11594.                                     'settings' => [
  11595.                                         'fieldName' => 'description',
  11596.                                         'language' => '',
  11597.                                         'writeIfTargetIsNotEmpty' => true,
  11598.                                         'writeIfSourceIsEmpty' => false,
  11599.                                     ],
  11600.                                 ],
  11601.                                 'transformationPipeline' => [
  11602.                                 ],
  11603.                             ],
  11604.                         ],
  11605.                         'executionConfig' => [
  11606.                             'scheduleType' => 'job',
  11607.                             'cronDefinition' => '',
  11608.                             'scheduledAt' => '',
  11609.                         ],
  11610.                         'permissions' => [
  11611.                             'user' => [
  11612.                             ],
  11613.                             'role' => [
  11614.                             ],
  11615.                         ],
  11616.                         'workspaces' => [
  11617.                         ],
  11618.                     ],
  11619.                     'fabdis' => [
  11620.                         'general' => [
  11621.                             'active' => true,
  11622.                             'type' => 'dataImporterDataObject',
  11623.                             'name' => 'fabdis',
  11624.                             'description' => '',
  11625.                             'group' => '',
  11626.                             'path' => NULL,
  11627.                             'modificationDate' => 1647608320,
  11628.                             'createDate' => 1647606166,
  11629.                         ],
  11630.                         'loaderConfig' => [
  11631.                             'type' => 'asset',
  11632.                             'settings' => [
  11633.                                 'assetPath' => '/FABDIS/Schneider Electric/Schneider Electric 03_01_22 01_COMMERCE FABDIS.xlsx',
  11634.                             ],
  11635.                         ],
  11636.                         'interpreterConfig' => [
  11637.                             'type' => 'xlsx',
  11638.                             'settings' => [
  11639.                                 'skipFirstRow' => true,
  11640.                                 'sheetName' => '01_COMMERCE',
  11641.                             ],
  11642.                         ],
  11643.                         'resolverConfig' => [
  11644.                             'elementType' => 'dataObject',
  11645.                             'dataObjectClassId' => '20',
  11646.                             'loadingStrategy' => [
  11647.                                 'type' => 'notLoad',
  11648.                             ],
  11649.                             'createLocationStrategy' => [
  11650.                                 'type' => 'staticPath',
  11651.                                 'settings' => [
  11652.                                     'path' => '/FABDIS/Schneider Electric',
  11653.                                 ],
  11654.                             ],
  11655.                             'locationUpdateStrategy' => [
  11656.                                 'type' => 'noChange',
  11657.                             ],
  11658.                             'publishingStrategy' => [
  11659.                                 'type' => 'alwaysPublish',
  11660.                             ],
  11661.                         ],
  11662.                         'processingConfig' => [
  11663.                             'executionType' => 'parallel',
  11664.                             'idDataIndex' => '',
  11665.                         ],
  11666.                         'mappingConfig' => [
  11667.                             => [
  11668.                                 'label' => 'reffab',
  11669.                                 'dataSourceIndex' => [
  11670.                                     => '4',
  11671.                                 ],
  11672.                                 'transformationResultType' => 'default',
  11673.                                 'dataTarget' => [
  11674.                                     'type' => 'direct',
  11675.                                     'settings' => [
  11676.                                         'fieldName' => 'refarticle',
  11677.                                         'language' => '',
  11678.                                         'writeIfTargetIsNotEmpty' => true,
  11679.                                         'writeIfSourceIsEmpty' => true,
  11680.                                     ],
  11681.                                 ],
  11682.                                 'transformationPipeline' => [
  11683.                                 ],
  11684.                             ],
  11685.                             => [
  11686.                                 'label' => 'ean13',
  11687.                                 'dataSourceIndex' => [
  11688.                                     => '6',
  11689.                                 ],
  11690.                                 'transformationResultType' => 'default',
  11691.                                 'dataTarget' => [
  11692.                                     'type' => 'direct',
  11693.                                     'settings' => [
  11694.                                         'fieldName' => 'gtin13',
  11695.                                         'language' => '',
  11696.                                         'writeIfTargetIsNotEmpty' => true,
  11697.                                         'writeIfSourceIsEmpty' => true,
  11698.                                     ],
  11699.                                 ],
  11700.                                 'transformationPipeline' => [
  11701.                                 ],
  11702.                             ],
  11703.                             => [
  11704.                                 'label' => 'libelle80',
  11705.                                 'dataSourceIndex' => [
  11706.                                     => '8',
  11707.                                 ],
  11708.                                 'transformationResultType' => 'default',
  11709.                                 'dataTarget' => [
  11710.                                     'type' => 'direct',
  11711.                                     'settings' => [
  11712.                                         'fieldName' => 'libelle80',
  11713.                                         'language' => '',
  11714.                                         'writeIfTargetIsNotEmpty' => true,
  11715.                                         'writeIfSourceIsEmpty' => true,
  11716.                                     ],
  11717.                                 ],
  11718.                                 'transformationPipeline' => [
  11719.                                 ],
  11720.                             ],
  11721.                             => [
  11722.                                 'label' => 'reffabindex',
  11723.                                 'dataSourceIndex' => [
  11724.                                     => '4',
  11725.                                 ],
  11726.                                 'transformationResultType' => 'default',
  11727.                                 'dataTarget' => [
  11728.                                     'type' => 'direct',
  11729.                                     'settings' => [
  11730.                                         'fieldName' => 'key',
  11731.                                         'language' => '',
  11732.                                         'writeIfTargetIsNotEmpty' => true,
  11733.                                         'writeIfSourceIsEmpty' => true,
  11734.                                     ],
  11735.                                 ],
  11736.                                 'transformationPipeline' => [
  11737.                                 ],
  11738.                             ],
  11739.                             => [
  11740.                                 'label' => 'tarif',
  11741.                                 'dataSourceIndex' => [
  11742.                                     => '11',
  11743.                                 ],
  11744.                                 'transformationResultType' => 'default',
  11745.                                 'dataTarget' => [
  11746.                                     'type' => 'direct',
  11747.                                     'settings' => [
  11748.                                         'fieldName' => 'tarif',
  11749.                                         'language' => '',
  11750.                                         'writeIfTargetIsNotEmpty' => true,
  11751.                                         'writeIfSourceIsEmpty' => true,
  11752.                                     ],
  11753.                                 ],
  11754.                                 'transformationPipeline' => [
  11755.                                 ],
  11756.                             ],
  11757.                         ],
  11758.                         'executionConfig' => [
  11759.                             'scheduleType' => 'job',
  11760.                             'cronDefinition' => '',
  11761.                             'scheduledAt' => '',
  11762.                         ],
  11763.                         'permissions' => [
  11764.                             'user' => [
  11765.                             ],
  11766.                             'role' => [
  11767.                             ],
  11768.                         ],
  11769.                         'workspaces' => [
  11770.                         ],
  11771.                     ],
  11772.                     'assets' => [
  11773.                         'general' => [
  11774.                             'active' => true,
  11775.                             'type' => 'graphql',
  11776.                             'name' => 'assets',
  11777.                             'description' => '',
  11778.                             'sqlObjectCondition' => '',
  11779.                             'path' => NULL,
  11780.                             'modificationDate' => 1647447384,
  11781.                             'createDate' => 1647447347,
  11782.                         ],
  11783.                         'schema' => [
  11784.                             'queryEntities' => [
  11785.                             ],
  11786.                             'mutationEntities' => [
  11787.                             ],
  11788.                             'specialEntities' => [
  11789.                                 'asset' => [
  11790.                                     'id' => 'asset',
  11791.                                     'read' => true,
  11792.                                 ],
  11793.                                 'asset_folder' => [
  11794.                                     'id' => 'asset_folder',
  11795.                                     'read' => true,
  11796.                                 ],
  11797.                                 'object_folder' => [
  11798.                                     'id' => 'object_folder',
  11799.                                 ],
  11800.                             ],
  11801.                         ],
  11802.                         'security' => [
  11803.                             'method' => 'datahub_apikey',
  11804.                             'apikey' => '9e265983fbd2dc42b8f7cdb841c82807',
  11805.                         ],
  11806.                         'workspaces' => [
  11807.                             'asset' => [
  11808.                             ],
  11809.                             'object' => [
  11810.                             ],
  11811.                         ],
  11812.                         'permissions' => [
  11813.                             'user' => [
  11814.                             ],
  11815.                             'role' => [
  11816.                             ],
  11817.                         ],
  11818.                     ],
  11819.                 ],
  11820.             ],
  11821.             'data_director.config' => [
  11822.                 'queue_processing' => [
  11823.                     'automatic_start' => true,
  11824.                 ],
  11825.                 'text_generation' => [
  11826.                     'openai_api_key' => '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',
  11827.                 ],
  11828.             ],
  11829.             'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth1ResourceOwner',
  11830.             'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth2ResourceOwner',
  11831.             'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  11832.             'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  11833.             'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  11834.             'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  11835.             'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  11836.             'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  11837.             'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  11838.             'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  11839.             'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  11840.             'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  11841.             'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  11842.             'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  11843.             'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  11844.             'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  11845.             'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  11846.             'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  11847.             'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  11848.             'hwi_oauth.resource_owner.eve_online.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  11849.             'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  11850.             'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  11851.             'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  11852.             'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  11853.             'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  11854.             'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  11855.             'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  11856.             'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  11857.             'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  11858.             'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  11859.             'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  11860.             'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  11861.             'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  11862.             'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  11863.             'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  11864.             'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  11865.             'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  11866.             'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  11867.             'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  11868.             'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  11869.             'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  11870.             'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  11871.             'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  11872.             'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  11873.             'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  11874.             'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  11875.             'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  11876.             'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  11877.             'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  11878.             'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  11879.             'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  11880.             'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  11881.             'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  11882.             'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  11883.             'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  11884.             'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  11885.             'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  11886.             'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  11887.             'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  11888.             'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  11889.             'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  11890.             'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  11891.             'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  11892.             'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  11893.             'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  11894.             'hwi_oauth.firewall_names' => [
  11895.                 => 'demo_frontend',
  11896.             ],
  11897.             'hwi_oauth.target_path_parameter' => NULL,
  11898.             'hwi_oauth.target_path_domains_whitelist' => [
  11899.             ],
  11900.             'hwi_oauth.use_referer' => true,
  11901.             'hwi_oauth.failed_use_referer' => false,
  11902.             'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  11903.             'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  11904.             'hwi_oauth.resource_owners' => [
  11905.                 'google' => 'google',
  11906.                 'twitter' => 'twitter',
  11907.             ],
  11908.             'hwi_oauth.connect.confirmation' => false,
  11909.             'hwi_oauth.fosub_enabled' => false,
  11910.             'hwi_oauth.connect' => false,
  11911.             'data_collector.templates' => [
  11912.                 'Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector' => [
  11913.                     => 'pimcore',
  11914.                     => '@PimcoreCore/Profiler/data_collector.html.twig',
  11915.                 ],
  11916.                 'data_collector.request' => [
  11917.                     => 'request',
  11918.                     => '@WebProfiler/Collector/request.html.twig',
  11919.                 ],
  11920.                 'data_collector.time' => [
  11921.                     => 'time',
  11922.                     => '@WebProfiler/Collector/time.html.twig',
  11923.                 ],
  11924.                 'data_collector.memory' => [
  11925.                     => 'memory',
  11926.                     => '@WebProfiler/Collector/memory.html.twig',
  11927.                 ],
  11928.                 'data_collector.validator' => [
  11929.                     => 'validator',
  11930.                     => '@WebProfiler/Collector/validator.html.twig',
  11931.                 ],
  11932.                 'data_collector.ajax' => [
  11933.                     => 'ajax',
  11934.                     => '@WebProfiler/Collector/ajax.html.twig',
  11935.                 ],
  11936.                 'Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector' => [
  11937.                     => 'pimcore_targeting',
  11938.                     => '@PimcoreCore/Profiler/targeting_data_collector.html.twig',
  11939.                 ],
  11940.                 'data_collector.form' => [
  11941.                     => 'form',
  11942.                     => '@WebProfiler/Collector/form.html.twig',
  11943.                 ],
  11944.                 'data_collector.exception' => [
  11945.                     => 'exception',
  11946.                     => '@WebProfiler/Collector/exception.html.twig',
  11947.                 ],
  11948.                 'data_collector.logger' => [
  11949.                     => 'logger',
  11950.                     => '@WebProfiler/Collector/logger.html.twig',
  11951.                 ],
  11952.                 'data_collector.events' => [
  11953.                     => 'events',
  11954.                     => '@WebProfiler/Collector/events.html.twig',
  11955.                 ],
  11956.                 'data_collector.router' => [
  11957.                     => 'router',
  11958.                     => '@WebProfiler/Collector/router.html.twig',
  11959.                 ],
  11960.                 'data_collector.cache' => [
  11961.                     => 'cache',
  11962.                     => '@WebProfiler/Collector/cache.html.twig',
  11963.                 ],
  11964.                 'data_collector.translation' => [
  11965.                     => 'translation',
  11966.                     => '@WebProfiler/Collector/translation.html.twig',
  11967.                 ],
  11968.                 'data_collector.security' => [
  11969.                     => 'security',
  11970.                     => '@Security/Collector/security.html.twig',
  11971.                 ],
  11972.                 'data_collector.twig' => [
  11973.                     => 'twig',
  11974.                     => '@WebProfiler/Collector/twig.html.twig',
  11975.                 ],
  11976.                 'data_collector.http_client' => [
  11977.                     => 'http_client',
  11978.                     => '@WebProfiler/Collector/http_client.html.twig',
  11979.                 ],
  11980.                 'data_collector.doctrine' => [
  11981.                     => 'db',
  11982.                     => '@Doctrine/Collector/db.html.twig',
  11983.                 ],
  11984.                 'data_collector.dump' => [
  11985.                     => 'dump',
  11986.                     => '@Debug/Profiler/dump.html.twig',
  11987.                 ],
  11988.                 'httplug.collector.collector' => [
  11989.                     => 'httplug',
  11990.                     => '@Httplug/webprofiler.html.twig',
  11991.                 ],
  11992.                 'data_collector.messenger' => [
  11993.                     => 'messenger',
  11994.                     => '@WebProfiler/Collector/messenger.html.twig',
  11995.                 ],
  11996.                 'mailer.data_collector' => [
  11997.                     => 'mailer',
  11998.                     => '@WebProfiler/Collector/mailer.html.twig',
  11999.                 ],
  12000.                 'notifier.data_collector' => [
  12001.                     => 'notifier',
  12002.                     => '@WebProfiler/Collector/notifier.html.twig',
  12003.                 ],
  12004.                 'data_collector.config' => [
  12005.                     => 'config',
  12006.                     => '@WebProfiler/Collector/config.html.twig',
  12007.                 ],
  12008.             ],
  12009.             'pimcore.service_controllers' => [
  12010.                 'App\\Controller\\AccountController' => 'App\\Controller\\AccountController',
  12011.                 'App\\Controller\\BaseController' => 'App\\Controller\\BaseController',
  12012.                 'App\\Controller\\CartController' => 'App\\Controller\\CartController',
  12013.                 'App\\Controller\\CheckoutController' => 'App\\Controller\\CheckoutController',
  12014.                 'App\\Controller\\ContentController' => 'App\\Controller\\ContentController',
  12015.                 'App\\Controller\\DefaultController' => 'App\\Controller\\DefaultController',
  12016.                 'App\\Controller\\ImportController' => 'App\\Controller\\ImportController',
  12017.                 'App\\Controller\\MdmController' => 'App\\Controller\\MdmController',
  12018.                 'App\\Controller\\NewsController' => 'App\\Controller\\NewsController',
  12019.                 'App\\Controller\\PaymentController' => 'App\\Controller\\PaymentController',
  12020.                 'App\\Controller\\ProductController' => 'App\\Controller\\ProductController',
  12021.                 'App\\Controller\\Web2printController' => 'App\\Controller\\Web2printController',
  12022.                 'Blackbit\\DataDirectorBundle\\Controller\\FieldTypeController' => 'Blackbit\\DataDirectorBundle\\Controller\\FieldTypeController',
  12023.                 'Blackbit\\DataDirectorBundle\\Controller\\ImportController' => 'Blackbit\\DataDirectorBundle\\Controller\\ImportController',
  12024.                 'Blackbit\\DataDirectorBundle\\Controller\\ImportconfigController' => 'Blackbit\\DataDirectorBundle\\Controller\\ImportconfigController',
  12025.                 'Blackbit\\DataDirectorBundle\\Controller\\MappingconfigController' => 'Blackbit\\DataDirectorBundle\\Controller\\MappingconfigController',
  12026.                 'Blackbit\\DataDirectorBundle\\Controller\\RestController' => 'Blackbit\\DataDirectorBundle\\Controller\\RestController',
  12027.                 'Blackbit\\DataDirectorBundle\\Controller\\Web2PrintController' => 'Blackbit\\DataDirectorBundle\\Controller\\Web2PrintController',
  12028.                 'CustomerManagementFrameworkBundle\\Controller\\Admin' => 'CustomerManagementFrameworkBundle\\Controller\\Admin',
  12029.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\ActivitiesController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\ActivitiesController',
  12030.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\CustomersController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\CustomersController',
  12031.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\Customers\\FilterDefinitionController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\Customers\\FilterDefinitionController',
  12032.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\DuplicatesController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\DuplicatesController',
  12033.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\GDPRDataController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\GDPRDataController',
  12034.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\HelperController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\HelperController',
  12035.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\RulesController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\RulesController',
  12036.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\SegmentAssignmentController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\SegmentAssignmentController',
  12037.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\SettingsController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\SettingsController',
  12038.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\TemplatesController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\TemplatesController',
  12039.                 'CustomerManagementFrameworkBundle\\Controller\\Preview\\ObjectPreviewController' => 'CustomerManagementFrameworkBundle\\Controller\\Preview\\ObjectPreviewController',
  12040.                 'CustomerManagementFrameworkBundle\\Controller\\Report\\TermSegmentBuilderController' => 'CustomerManagementFrameworkBundle\\Controller\\Report\\TermSegmentBuilderController',
  12041.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\ActivitiesController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\ActivitiesController',
  12042.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\CustomersController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\CustomersController',
  12043.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\DeletionsController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\DeletionsController',
  12044.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentGroupsController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentGroupsController',
  12045.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentsController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentsController',
  12046.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentsOfCustomersController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentsOfCustomersController',
  12047.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Mailchimp\\WebhookController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Mailchimp\\WebhookController',
  12048.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Newsletter\\AdminController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Newsletter\\AdminController',
  12049.                 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController',
  12050.                 'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController' => 'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController',
  12051.                 'OutputDataConfigToolkitBundle\\Controller\\AdminController' => 'OutputDataConfigToolkitBundle\\Controller\\AdminController',
  12052.                 'OutputDataConfigToolkitBundle\\Controller\\ClassController' => 'OutputDataConfigToolkitBundle\\Controller\\ClassController',
  12053.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController',
  12054.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController',
  12055.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController',
  12056.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController',
  12057.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController',
  12058.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController',
  12059.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController',
  12060.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController',
  12061.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController',
  12062.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController',
  12063.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController',
  12064.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController',
  12065.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController',
  12066.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController',
  12067.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController',
  12068.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController',
  12069.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController',
  12070.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController',
  12071.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController',
  12072.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController',
  12073.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController',
  12074.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController',
  12075.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController',
  12076.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController',
  12077.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController',
  12078.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController',
  12079.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController',
  12080.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController',
  12081.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController',
  12082.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController',
  12083.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController',
  12084.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController',
  12085.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController',
  12086.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController',
  12087.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController',
  12088.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController',
  12089.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController',
  12090.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController',
  12091.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController',
  12092.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController',
  12093.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController',
  12094.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController',
  12095.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController',
  12096.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController',
  12097.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController',
  12098.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController',
  12099.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController',
  12100.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController',
  12101.                 'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController' => 'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController',
  12102.                 'Pimcore\\Bundle\\DataHubBundle\\Controller\\ConfigController' => 'Pimcore\\Bundle\\DataHubBundle\\Controller\\ConfigController',
  12103.                 'Pimcore\\Bundle\\DataHubBundle\\Controller\\GraphQLExplorerController' => 'Pimcore\\Bundle\\DataHubBundle\\Controller\\GraphQLExplorerController',
  12104.                 'Pimcore\\Bundle\\DataHubBundle\\Controller\\WebserviceController' => 'Pimcore\\Bundle\\DataHubBundle\\Controller\\WebserviceController',
  12105.                 'Pimcore\\Bundle\\DataImporterBundle\\Controller\\ConfigDataObjectController' => 'Pimcore\\Bundle\\DataImporterBundle\\Controller\\ConfigDataObjectController',
  12106.                 'Pimcore\\Bundle\\DataImporterBundle\\Controller\\PushImportController' => 'Pimcore\\Bundle\\DataImporterBundle\\Controller\\PushImportController',
  12107.                 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\AdminOrderController' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\AdminOrderController',
  12108.                 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\ConfigController' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\ConfigController',
  12109.                 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\FindologicController' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\FindologicController',
  12110.                 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\IndexController' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\IndexController',
  12111.                 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\PricingController' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\PricingController',
  12112.                 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\VoucherController' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\VoucherController',
  12113.                 'Pimcore\\Bundle\\ObjectMergerBundle\\Controller\\AdminController' => 'Pimcore\\Bundle\\ObjectMergerBundle\\Controller\\AdminController',
  12114.                 'Web2PrintToolsBundle\\Controller\\AdminController' => 'Web2PrintToolsBundle\\Controller\\AdminController',
  12115.                 'kernel' => 'App\\Kernel',
  12116.             ],
  12117.             'console.command.ids' => [
  12118.                 => 'console.command.public_alias.App\\Command\\AssetCopyrightCommand',
  12119.                 => 'console.command.public_alias.App\\Command\\CreateProductCommand',
  12120.                 => 'console.command.public_alias.App\\Command\\DataCommand',
  12121.                 => 'console.command.public_alias.App\\Command\\ImportAssetsCommand',
  12122.                 => 'console.command.public_alias.App\\Command\\ImportCommonCommand',
  12123.                 => 'console.command.public_alias.App\\Command\\ImportDERDCommand',
  12124.                 => 'console.command.public_alias.App\\Command\\ImportECONOLOGYCommand',
  12125.                 => 'console.command.public_alias.App\\Command\\SaveProductVersoinCommand',
  12126.                 => 'console.command.public_alias.App\\Command\\SaveProductsCommand',
  12127.                 => 'console.command.public_alias.App\\Command\\StockProductCommand',
  12128.                 10 => 'console.command.public_alias.App\\Command\\UpdateCategoryDescriptionsCommand',
  12129.                 11 => 'console.command.public_alias.App\\Command\\UpdatePriceProductsCommand',
  12130.                 12 => 'console.command.public_alias.App\\Command\\UpdateProductDescriptionsCommand',
  12131.                 13 => 'console.command.public_alias.App\\Command\\UpdateStockProductsCommand',
  12132.                 14 => 'console.command.public_alias.App\\Command\\UpdateStockProductsTestCommand',
  12133.                 15 => 'console.command.public_alias.App\\Command\\UpdateStockViaSkyperDansPimcoreCommand',
  12134.                 16 => 'console.command.public_alias.App\\Command\\deleteProductsInRacineCommand',
  12135.                 17 => 'console.command.public_alias.App\\Command\\warehouseInfosForC1Command',
  12136.                 18 => 'console.command.public_alias.App\\Command\\warehouseIsNullCommand',
  12137.                 19 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Bundle\\ListCommand',
  12138.                 20 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\CacheWarmingCommand',
  12139.                 21 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ClassesDefinitionsBuildCommand',
  12140.                 22 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ClassCommand',
  12141.                 23 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\CustomLayoutCommand',
  12142.                 24 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\FieldCollectionCommand',
  12143.                 25 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ObjectBrickCommand',
  12144.                 26 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteClassificationStoreCommand',
  12145.                 27 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteUnusedLocaleDataCommand',
  12146.                 28 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\GeneratePagePreviews',
  12147.                 29 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\MigrateElementsCommand',
  12148.                 30 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\EmailLogsCleanupCommand',
  12149.                 31 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\GenerateStaticPagesCommand',
  12150.                 32 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalMigrationHelpersCommand',
  12151.                 33 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalModelDaoMappingGeneratorCommand',
  12152.                 34 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalUnicodeCldrLanguageTerritoryGeneratorCommand',
  12153.                 35 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\LowQualityImagePreviewCommand',
  12154.                 36 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MaintenanceModeCommand',
  12155.                 37 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\StorageCommand',
  12156.                 38 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\ThumbnailsFolderStructureCommand',
  12157.                 39 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MysqlToolsCommand',
  12158.                 40 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RecyclebinCleanupCommand',
  12159.                 41 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RequirementsCheckCommand',
  12160.                 42 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ResetPasswordCommand',
  12161.                 43 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RunScriptCommand',
  12162.                 44 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\SearchBackendReindexCommand',
  12163.                 45 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsClearCommand',
  12164.                 46 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsImageCommand',
  12165.                 47 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsVideoCommand',
  12166.                 48 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\CleanupPendingOrdersCommand',
  12167.                 49 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\BootstrapCommand',
  12168.                 50 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\EsSyncCommand',
  12169.                 51 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\ProcessPreparationQueueCommand',
  12170.                 52 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\ProcessUpdateIndexQueueCommand',
  12171.                 53 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\ResetQueueCommand',
  12172.                 54 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\Voucher\\CleanupReservationsCommand',
  12173.                 55 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\Voucher\\CleanupStatisticsCommand',
  12174.                 56 => 'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\ActionTriggerQueueCommand',
  12175.                 57 => 'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\BuildSegmentsCommand',
  12176.                 58 => 'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\CronTriggerCommand',
  12177.                 59 => 'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\DuplicatesIndexCommand',
  12178.                 60 => 'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\MaintenanceCommand',
  12179.                 61 => 'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\SegmentAssignmentIndexCommand',
  12180.                 62 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\Configuration\\RebuildWorkspacesCommand',
  12181.                 63 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\GraphQL\\RebuildDefinitionsCommand',
  12182.                 64 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\CronExecutionCommand',
  12183.                 65 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\DummyDataCommand',
  12184.                 66 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\ParallelProcessQueueCommand',
  12185.                 67 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\PrepareImportCommand',
  12186.                 68 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\SequentialProcessQueueCommand',
  12187.                 69 => 'console.command.public_alias.Blackbit\\DataDirectorBundle\\Command\\DeleteRawdataCommand',
  12188.                 70 => 'console.command.public_alias.Blackbit\\DataDirectorBundle\\Command\\QueueProcessorCommand',
  12189.             ],
  12190.         ];
  12191.     }
  12192.     protected function throw($message)
  12193.     {
  12194.         throw new RuntimeException($message);
  12195.     }
  12196. }