var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php line 3741

Open in your IDE?
  1. <?php
  2. namespace Container5oqzx75;
  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.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'App\\Website\\LinkGenerator\\CategoryLinkGenerator' => 'getCategoryLinkGeneratorService',
  41.             'App\\Website\\LinkGenerator\\NewsLinkGenerator' => 'getNewsLinkGeneratorService',
  42.             'App\\Website\\LinkGenerator\\ProductLinkGenerator' => 'getProductLinkGeneratorService',
  43.             'CustomerManagementFrameworkBundle\\CustomerProvider\\CustomerProviderInterface' => 'getCustomerProviderInterfaceService',
  44.             'CustomerManagementFrameworkBundle\\CustomerProvider\\ObjectNamingScheme\\ObjectNamingSchemeInterface' => 'getObjectNamingSchemeInterfaceService',
  45.             'CustomerManagementFrameworkBundle\\CustomerSaveManager\\CustomerSaveManagerInterface' => 'getCustomerSaveManagerInterfaceService',
  46.             'CustomerManagementFrameworkBundle\\CustomerSaveManager\\SaveOptions' => 'getSaveOptionsService',
  47.             'CustomerManagementFrameworkBundle\\CustomerView\\CustomerViewInterface' => 'getCustomerViewInterfaceService',
  48.             'CustomerManagementFrameworkBundle\\Helper\\JsConfigService' => 'getJsConfigServiceService',
  49.             'CustomerManagementFrameworkBundle\\SegmentAssignment\\StoredFunctions\\StoredFunctionsInterface' => 'getStoredFunctionsInterfaceService',
  50.             'CustomerManagementFrameworkBundle\\SegmentAssignment\\TypeMapper\\TypeMapperInterface' => 'getTypeMapperInterfaceService',
  51.             'CustomerManagementFrameworkBundle\\SegmentManager\\SegmentManagerInterface' => 'getSegmentManagerInterfaceService',
  52.             'Knp\\Component\\Pager\\PaginatorInterface' => 'getPaginatorInterfaceService',
  53.             'Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler' => 'getCsrfProtectionHandlerService',
  54.             'Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver' => 'getTokenStorageUserResolverService',
  55.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener' => 'getFullPageCacheListenerService',
  56.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener' => 'getGoogleAnalyticsCodeListenerService',
  57.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener' => 'getGoogleTagManagerListenerService',
  58.             'Pimcore\\Cache\\Core\\CoreCacheHandler' => 'getCoreCacheHandlerService',
  59.             'Pimcore\\Config' => 'getConfigService',
  60.             'Pimcore\\Document\\DocumentStack' => 'getDocumentStackService',
  61.             'Pimcore\\Document\\Editable\\Block\\BlockStateStack' => 'getBlockStateStackService',
  62.             'Pimcore\\Document\\Renderer\\DocumentRenderer' => 'getDocumentRendererService',
  63.             'Pimcore\\Document\\StaticPageGenerator' => 'getStaticPageGeneratorService',
  64.             'Pimcore\\Extension\\Bundle\\PimcoreBundleManager' => 'getPimcoreBundleManagerService',
  65.             'Pimcore\\Http\\RequestHelper' => 'getRequestHelperService',
  66.             'Pimcore\\Http\\Request\\Resolver\\DocumentResolver' => 'getDocumentResolverService',
  67.             'Pimcore\\Http\\Request\\Resolver\\EditmodeResolver' => 'getEditmodeResolverService',
  68.             'Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver' => 'getOutputTimestampResolverService',
  69.             'Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver' => 'getPimcoreContextResolverService',
  70.             'Pimcore\\Http\\Request\\Resolver\\ResponseHeaderResolver' => 'getResponseHeaderResolverService',
  71.             'Pimcore\\Http\\Request\\Resolver\\SiteResolver' => 'getSiteResolverService',
  72.             'Pimcore\\Http\\Request\\Resolver\\StaticPageResolver' => 'getStaticPageResolverService',
  73.             'Pimcore\\Http\\ResponseHelper' => 'getResponseHelperService',
  74.             'Pimcore\\Localization\\IntlFormatter' => 'getIntlFormatterService',
  75.             'Pimcore\\Localization\\LocaleServiceInterface' => 'getLocaleServiceInterfaceService',
  76.             'Pimcore\\Model\\Document\\Editable\\Loader\\EditableLoader' => 'getEditableLoaderService',
  77.             'Pimcore\\Model\\Document\\Service' => 'getServiceService',
  78.             'Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator' => 'getDocumentTargetingConfiguratorService',
  79.             'Pimcore\\Templating\\Renderer\\EditableRenderer' => 'getEditableRendererService',
  80.             'Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension' => 'getWebLinkExtensionService',
  81.             'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener' => 'getSessionListenerService',
  82.             'Symfony\\Component\\Lock\\LockFactory' => 'getLockFactoryService',
  83.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => 'getTranslatorInterfaceService',
  84.             'cache.app' => 'getCache_AppService',
  85.             'cache.system' => 'getCache_SystemService',
  86.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  87.             'cmf.activity_store' => 'getCmf_ActivityStoreService',
  88.             'cmf.view_formatter' => 'getCmf_ViewFormatterService',
  89.             'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
  90.             'data_collector.dump' => 'getDataCollector_DumpService',
  91.             'doctrine' => 'getDoctrineService',
  92.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  93.             'event_dispatcher' => 'getEventDispatcherService',
  94.             'http_kernel' => 'getHttpKernelService',
  95.             'hwi_oauth.resource_ownermap.demo_frontend' => 'getHwiOauth_ResourceOwnermap_DemoFrontendService',
  96.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  97.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  98.             'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
  99.             'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService',
  100.             'monolog.logger.event' => 'getMonolog_Logger_EventService',
  101.             'monolog.logger.http_client' => 'getMonolog_Logger_HttpClientService',
  102.             'monolog.logger.init' => 'getMonolog_Logger_InitService',
  103.             'monolog.logger.php' => 'getMonolog_Logger_PhpService',
  104.             'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
  105.             'monolog.logger.request' => 'getMonolog_Logger_RequestService',
  106.             'monolog.logger.router' => 'getMonolog_Logger_RouterService',
  107.             'monolog.logger.routing' => 'getMonolog_Logger_RoutingService',
  108.             'monolog.logger.security' => 'getMonolog_Logger_SecurityService',
  109.             'pimcore.cache.pool' => 'getPimcore_Cache_PoolService',
  110.             'pimcore.event_listener.frontend.activity_url_tracker' => 'getPimcore_EventListener_Frontend_ActivityUrlTrackerService',
  111.             'pimcore.model.factory' => 'getPimcore_Model_FactoryService',
  112.             'pimcore.routing.router.request_context' => 'getPimcore_Routing_Router_RequestContextService',
  113.             'pimcore.templating.engine.delegating' => 'getPimcore_Templating_Engine_DelegatingService',
  114.             'pimcore_admin.security.bruteforce_protection_handler' => 'getPimcoreAdmin_Security_BruteforceProtectionHandlerService',
  115.             'pimcore_admin.security.user_loader' => 'getPimcoreAdmin_Security_UserLoaderService',
  116.             'pimcore_ecommerce.environment' => 'getPimcoreEcommerce_EnvironmentService',
  117.             'pimcore_ecommerce.tracking.tracking_manager' => 'getPimcoreEcommerce_Tracking_TrackingManagerService',
  118.             'profiler' => 'getProfilerService',
  119.             'request_stack' => 'getRequestStackService',
  120.             'router' => 'getRouterService',
  121.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  122.             'cache_clearer' => 'getCacheClearerService',
  123.             'filesystem' => 'getFilesystemService',
  124.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  125.             'form.factory' => 'getForm_FactoryService',
  126.             'form.type.file' => 'getForm_Type_FileService',
  127.             'serializer' => 'getSerializerService',
  128.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  129.             'security.token_storage' => 'getSecurity_TokenStorageService',
  130.             'twig' => 'getTwigService',
  131.             'validator' => 'getValidatorService',
  132.         ];
  133.         $this->fileMap = [
  134.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  135.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  136.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  137.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  138.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  139.             'App\\Controller\\AccountController' => 'getAccountControllerService',
  140.             'App\\Controller\\BaseController' => 'getBaseControllerService',
  141.             'App\\Controller\\CartController' => 'getCartControllerService',
  142.             'App\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  143.             'App\\Controller\\ContentController' => 'getContentControllerService',
  144.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  145.             'App\\Controller\\NewsController' => 'getNewsControllerService',
  146.             'App\\Controller\\PaymentController' => 'getPaymentControllerService',
  147.             'App\\Controller\\ProductController' => 'getProductControllerService',
  148.             'App\\Controller\\Web2printController' => 'getWeb2printControllerService',
  149.             'App\\Model\\Product\\CalculatedValue\\AccessoryPartName' => 'getAccessoryPartNameService',
  150.             'App\\Model\\Product\\CalculatedValue\\QualityCalculator' => 'getQualityCalculatorService',
  151.             'CustomerManagementFrameworkBundle\\ActivityManager\\DefaultActivityManager' => 'getDefaultActivityManagerService',
  152.             'CustomerManagementFrameworkBundle\\Controller\\Admin' => 'getAdminService',
  153.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\ActivitiesController' => 'getActivitiesControllerService',
  154.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\CustomersController' => 'getCustomersControllerService',
  155.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\Customers\\FilterDefinitionController' => 'getFilterDefinitionControllerService',
  156.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\DuplicatesController' => 'getDuplicatesControllerService',
  157.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\GDPRDataController' => 'getGDPRDataControllerService',
  158.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\HelperController' => 'getHelperControllerService',
  159.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\RulesController' => 'getRulesControllerService',
  160.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\SegmentAssignmentController' => 'getSegmentAssignmentControllerService',
  161.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\SettingsController' => 'getSettingsControllerService',
  162.             'CustomerManagementFrameworkBundle\\Controller\\Admin\\TemplatesController' => 'getTemplatesControllerService',
  163.             'CustomerManagementFrameworkBundle\\Controller\\Preview\\ObjectPreviewController' => 'getObjectPreviewControllerService',
  164.             'CustomerManagementFrameworkBundle\\Controller\\Report\\TermSegmentBuilderController' => 'getTermSegmentBuilderControllerService',
  165.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\ActivitiesController' => 'getActivitiesController2Service',
  166.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\CustomersController' => 'getCustomersController2Service',
  167.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\DeletionsController' => 'getDeletionsControllerService',
  168.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentGroupsController' => 'getSegmentGroupsControllerService',
  169.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentsController' => 'getSegmentsControllerService',
  170.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentsOfCustomersController' => 'getSegmentsOfCustomersControllerService',
  171.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Mailchimp\\WebhookController' => 'getWebhookControllerService',
  172.             'CustomerManagementFrameworkBundle\\Controller\\Rest\\Newsletter\\AdminController' => 'getAdminControllerService',
  173.             'CustomerManagementFrameworkBundle\\CustomerDuplicatesService\\CustomerDuplicatesServiceInterface' => 'getCustomerDuplicatesServiceInterfaceService',
  174.             'CustomerManagementFrameworkBundle\\CustomerList\\SearchHelper' => 'getSearchHelperService',
  175.             'CustomerManagementFrameworkBundle\\CustomerMerger\\CustomerMergerInterface' => 'getCustomerMergerInterfaceService',
  176.             'CustomerManagementFrameworkBundle\\CustomerSaveValidator\\CustomerSaveValidatorInterface' => 'getCustomerSaveValidatorInterfaceService',
  177.             'CustomerManagementFrameworkBundle\\CustomerView\\Customer\\Maintenance' => 'getMaintenanceService',
  178.             'CustomerManagementFrameworkBundle\\CustomerView\\FilterDefinition\\Maintenance' => 'getMaintenance2Service',
  179.             'CustomerManagementFrameworkBundle\\DuplicatesIndex\\DuplicatesIndexInterface' => 'getDuplicatesIndexInterfaceService',
  180.             'CustomerManagementFrameworkBundle\\Encryption\\DefaultEncryptionService' => 'getDefaultEncryptionServiceService',
  181.             'CustomerManagementFrameworkBundle\\Event\\PimcoreElementRemovalListenerInterface' => 'getPimcoreElementRemovalListenerInterfaceService',
  182.             'CustomerManagementFrameworkBundle\\Event\\TargetingEventListener' => 'getTargetingEventListenerService',
  183.             'CustomerManagementFrameworkBundle\\Installer' => 'getInstallerService',
  184.             'CustomerManagementFrameworkBundle\\Maintenance\\MaintenanceWorker' => 'getMaintenanceWorkerService',
  185.             'CustomerManagementFrameworkBundle\\SegmentAssignment\\Indexer\\IndexerInterface' => 'getIndexerInterfaceService',
  186.             'CustomerManagementFrameworkBundle\\SegmentAssignment\\QueryService\\QueryServiceInterface' => 'getQueryServiceInterfaceService',
  187.             'CustomerManagementFrameworkBundle\\SegmentAssignment\\QueueBuilder\\QueueBuilderInterface' => 'getQueueBuilderInterfaceService',
  188.             'CustomerManagementFrameworkBundle\\SegmentAssignment\\SegmentAssigner\\SegmentAssignerInterface' => 'getSegmentAssignerInterfaceService',
  189.             'CustomerManagementFrameworkBundle\\SegmentManager\\SegmentBuilderExecutor\\SegmentBuilderExecutorInterface' => 'getSegmentBuilderExecutorInterfaceService',
  190.             'CustomerManagementFrameworkBundle\\SegmentManager\\SegmentExtractor\\SegmentExtractorInterface' => 'getSegmentExtractorInterfaceService',
  191.             'CustomerManagementFrameworkBundle\\SegmentManager\\SegmentMerger\\DefaultSegmentMerger\\MetadataFiller' => 'getMetadataFillerService',
  192.             'GuzzleHttp\\Client' => 'getClientService',
  193.             'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController' => 'getConnectControllerService',
  194.             'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
  195.             'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
  196.             'OutputDataConfigToolkitBundle\\Controller\\AdminController' => 'getAdminController2Service',
  197.             'OutputDataConfigToolkitBundle\\Controller\\ClassController' => 'getClassControllerService',
  198.             'Pimcore\\Admin\\Serializer' => 'getSerializer2Service',
  199.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController' => 'getAssetControllerService',
  200.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController' => 'getAssetHelperControllerService',
  201.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController' => 'getClassController2Service',
  202.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController' => 'getClassificationstoreControllerService',
  203.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController' => 'getDataObjectControllerService',
  204.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController' => 'getDataObjectHelperControllerService',
  205.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController' => 'getQuantityValueControllerService',
  206.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController' => 'getVariantsControllerService',
  207.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController' => 'getDocumentControllerService',
  208.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController' => 'getEmailControllerService',
  209.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController' => 'getFolderControllerService',
  210.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController' => 'getHardlinkControllerService',
  211.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController' => 'getLinkControllerService',
  212.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController' => 'getNewsletterControllerService',
  213.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController' => 'getPageControllerService',
  214.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController' => 'getPrintcontainerControllerService',
  215.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController' => 'getPrintpageControllerService',
  216.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController' => 'getRenderletControllerService',
  217.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController' => 'getSnippetControllerService',
  218.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController' => 'getElementControllerService',
  219.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController' => 'getEmailController2Service',
  220.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController' => 'getAdminerControllerService',
  221.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController' => 'getOpcacheControllerService',
  222.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController' => 'getIndexControllerService',
  223.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController' => 'getInstallControllerService',
  224.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController' => 'getLogControllerService',
  225.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController' => 'getLoginController2Service',
  226.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController' => 'getMiscControllerService',
  227.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController' => 'getNotificationControllerService',
  228.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController' => 'getPortalControllerService',
  229.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController' => 'getRecyclebinControllerService',
  230.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController' => 'getRedirectsControllerService',
  231.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController' => 'getSettingsController2Service',
  232.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController' => 'getTagsControllerService',
  233.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController' => 'getTargetingControllerService',
  234.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController' => 'getTranslationControllerService',
  235.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController' => 'getUserControllerService',
  236.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController' => 'getWorkflowControllerService',
  237.             'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController' => 'getExtensionManagerControllerService',
  238.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController' => 'getAdminController3Service',
  239.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController' => 'getAssetController2Service',
  240.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController' => 'getDataObjectController2Service',
  241.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController' => 'getPimcoreUsersControllerService',
  242.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController' => 'getSentMailControllerService',
  243.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController' => 'getAnalyticsControllerService',
  244.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController' => 'getCustomReportControllerService',
  245.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController' => 'getSettingsController3Service',
  246.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController' => 'getSearchControllerService',
  247.             'Pimcore\\Bundle\\AdminBundle\\Session\\Handler\\AdminSessionHandler' => 'getAdminSessionHandlerService',
  248.             'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController' => 'getPublicServicesControllerService',
  249.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener' => 'getWorkflowManagementListenerService',
  250.             'Pimcore\\Bundle\\DataHubBundle\\Controller\\ConfigController' => 'getConfigControllerService',
  251.             'Pimcore\\Bundle\\DataHubBundle\\Controller\\GraphQLExplorerController' => 'getGraphQLExplorerControllerService',
  252.             'Pimcore\\Bundle\\DataHubBundle\\Controller\\WebserviceController' => 'getWebserviceControllerService',
  253.             'Pimcore\\Bundle\\DataHubBundle\\GraphQL\\Service' => 'getService2Service',
  254.             'Pimcore\\Bundle\\DataHubBundle\\Installer' => 'getInstaller2Service',
  255.             'Pimcore\\Bundle\\DataHubBundle\\Service\\CheckConsumerPermissionsService' => 'getCheckConsumerPermissionsServiceService',
  256.             'Pimcore\\Bundle\\DataHubBundle\\Service\\FileUploadService' => 'getFileUploadServiceService',
  257.             'Pimcore\\Bundle\\DataHubBundle\\Service\\OutputCacheService' => 'getOutputCacheServiceService',
  258.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\AdminOrderController' => 'getAdminOrderControllerService',
  259.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\ConfigController' => 'getConfigController2Service',
  260.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\FindologicController' => 'getFindologicControllerService',
  261.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\IndexController' => 'getIndexController2Service',
  262.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\PricingController' => 'getPricingControllerService',
  263.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\VoucherController' => 'getVoucherControllerService',
  264.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Tools\\Installer' => 'getInstaller3Service',
  265.             'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Unzer\\Installer' => 'getInstaller4Service',
  266.             'Pimcore\\Bundle\\NumberSequenceGeneratorBundle\\Installer' => 'getInstaller5Service',
  267.             'Pimcore\\Bundle\\ObjectMergerBundle\\Controller\\AdminController' => 'getAdminController4Service',
  268.             'Pimcore\\Cache\\Symfony\\CacheClearer' => 'getCacheClearer2Service',
  269.             'Pimcore\\Controller\\Config\\ControllerDataProvider' => 'getControllerDataProviderService',
  270.             'Pimcore\\DataObject\\BlockDataMarshaller\\Consent' => 'getConsentService',
  271.             'Pimcore\\DataObject\\BlockDataMarshaller\\Date' => 'getDateService',
  272.             'Pimcore\\DataObject\\BlockDataMarshaller\\ExternalImage' => 'getExternalImageService',
  273.             'Pimcore\\DataObject\\BlockDataMarshaller\\Geobounds' => 'getGeoboundsService',
  274.             'Pimcore\\DataObject\\BlockDataMarshaller\\Geopoint' => 'getGeopointService',
  275.             'Pimcore\\DataObject\\BlockDataMarshaller\\Geopolygon' => 'getGeopolygonService',
  276.             'Pimcore\\DataObject\\BlockDataMarshaller\\Localizedfields' => 'getLocalizedfieldsService',
  277.             'Pimcore\\DataObject\\BlockDataMarshaller\\RgbaColor' => 'getRgbaColorService',
  278.             'Pimcore\\DataObject\\BlockDataMarshaller\\StructuredTable' => 'getStructuredTableService',
  279.             'Pimcore\\DataObject\\Consent\\Service' => 'getService3Service',
  280.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\BlockDataMarshaller\\EncryptedField' => 'getEncryptedFieldService',
  281.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\BooleanSelect' => 'getBooleanSelectService',
  282.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\EncryptedField' => 'getEncryptedField2Service',
  283.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\Multiselect' => 'getMultiselectService',
  284.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\QuantityValue' => 'getQuantityValueService',
  285.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\RgbaColor' => 'getRgbaColor2Service',
  286.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\Table' => 'getTableService',
  287.             'Pimcore\\DataObject\\GridColumnConfig\\Service' => 'getService4Service',
  288.             'Pimcore\\Document\\Editable\\EditableHandler' => 'getEditableHandlerService',
  289.             'Pimcore\\Document\\Editable\\EditableUsageResolver' => 'getEditableUsageResolverService',
  290.             'Pimcore\\Element\\MarshallerService' => 'getMarshallerServiceService',
  291.             'Pimcore\\Extension\\Document\\Areabrick\\AreabrickManagerInterface' => 'getAreabrickManagerInterfaceService',
  292.             'Pimcore\\Helper\\LongRunningHelper' => 'getLongRunningHelperService',
  293.             'Pimcore\\Http\\ClientFactory' => 'getClientFactoryService',
  294.             'Pimcore\\Http\\Request\\Resolver\\TemplateResolver' => 'getTemplateResolverService',
  295.             'Pimcore\\Image\\Adapter\\GD' => 'getGDService',
  296.             'Pimcore\\Image\\Adapter\\Imagick' => 'getImagickService',
  297.             'Pimcore\\Image\\Optimizer' => 'getOptimizerService',
  298.             'Pimcore\\Log\\ApplicationLogger' => 'getApplicationLoggerService',
  299.             'Pimcore\\Log\\Handler\\ApplicationLoggerDb' => 'getApplicationLoggerDbService',
  300.             'Pimcore\\Mail\\Mailer' => 'getMailerService',
  301.             'Pimcore\\Migrations\\FilteredMigrationsRepository' => 'getFilteredMigrationsRepositoryService',
  302.             'Pimcore\\Migrations\\FilteredTableMetadataStorage' => 'getFilteredTableMetadataStorageService',
  303.             'Pimcore\\Model\\DataObject\\ClassDefinition\\ClassDefinitionManager' => 'getClassDefinitionManagerService',
  304.             'Pimcore\\Model\\DataObject\\ClassDefinition\\ClassLayoutDefinitionManager' => 'getClassLayoutDefinitionManagerService',
  305.             'Pimcore\\Model\\DataObject\\ClassDefinition\\DynamicOptionsProvider\\CountryOptionsProvider' => 'getCountryOptionsProviderService',
  306.             'Pimcore\\Model\\DataObject\\QuantityValue\\QuantityValueConverterInterface' => 'getQuantityValueConverterInterfaceService',
  307.             'Pimcore\\Model\\DataObject\\QuantityValue\\UnitConversionService' => 'getUnitConversionServiceService',
  308.             'Pimcore\\Model\\Notification\\Service\\NotificationService' => 'getNotificationServiceService',
  309.             'Pimcore\\Tool\\AssetsInstaller' => 'getAssetsInstallerService',
  310.             'Pimcore\\Tool\\Storage' => 'getStorageService',
  311.             'Pimcore\\Workflow\\Dumper\\GraphvizDumper' => 'getGraphvizDumperService',
  312.             'Pimcore\\Workflow\\Dumper\\StateMachineGraphvizDumper' => 'getStateMachineGraphvizDumperService',
  313.             'Pimcore\\Workflow\\ExpressionService' => 'getExpressionServiceService',
  314.             'Pimcore\\Workflow\\Manager' => 'getManagerService',
  315.             'Pimcore\\Workflow\\Notification\\NotificationEmailService' => 'getNotificationEmailServiceService',
  316.             'Pimcore\\Workflow\\Place\\StatusInfo' => 'getStatusInfoService',
  317.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  318.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  319.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  320.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  321.             'Web2PrintToolsBundle\\Controller\\AdminController' => 'getAdminController5Service',
  322.             'Web2PrintToolsBundle\\Tools\\Installer' => 'getInstaller6Service',
  323.             'cache.app_clearer' => 'getCache_AppClearerService',
  324.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  325.             'cache.system_clearer' => 'getCache_SystemClearerService',
  326.             'cache_warmer' => 'getCacheWarmerService',
  327.             'cmf.action_trigger.action_manager' => 'getCmf_ActionTrigger_ActionManagerService',
  328.             'cmf.action_trigger.queue' => 'getCmf_ActionTrigger_QueueService',
  329.             'cmf.activity_store_entry' => 'getCmf_ActivityStoreEntryService',
  330.             'cmf.activity_url_tracker' => 'getCmf_ActivityUrlTrackerService',
  331.             'cmf.activity_view' => 'getCmf_ActivityViewService',
  332.             'cmf.custom_report.adapter.term_segment_builder' => 'getCmf_CustomReport_Adapter_TermSegmentBuilderService',
  333.             'cmf.customer_duplicates_view' => 'getCmf_CustomerDuplicatesViewService',
  334.             'cmf.customer_exporter_manager' => 'getCmf_CustomerExporterManagerService',
  335.             'cmf.document.newsletter.factory.segmentAddressSource' => 'getCmf_Document_Newsletter_Factory_SegmentAddressSourceService',
  336.             'cmf.event_listener.action_trigger' => 'getCmf_EventListener_ActionTriggerService',
  337.             'cmf.event_listener.maintenance' => 'getCmf_EventListener_MaintenanceService',
  338.             'cmf.event_listener.object_merger' => 'getCmf_EventListener_ObjectMergerService',
  339.             'cmf.event_listener.pimcore_object' => 'getCmf_EventListener_PimcoreObjectService',
  340.             'cmf.link-activity-definition.linkgenerator' => 'getCmf_Linkactivitydefinition_LinkgeneratorService',
  341.             'cmf.potential_duplicate_item' => 'getCmf_PotentialDuplicateItemService',
  342.             'cmf.rest.activities_handler' => 'getCmf_Rest_ActivitiesHandlerService',
  343.             'cmf.rest.customers_handler' => 'getCmf_Rest_CustomersHandlerService',
  344.             'cmf.rest.deletions_handler' => 'getCmf_Rest_DeletionsHandlerService',
  345.             'cmf.rest.segment_groups_handler' => 'getCmf_Rest_SegmentGroupsHandlerService',
  346.             'cmf.rest.segments_handler' => 'getCmf_Rest_SegmentsHandlerService',
  347.             'cmf.rest.segments_of_customer_handler' => 'getCmf_Rest_SegmentsOfCustomerHandlerService',
  348.             'cmf.segment_manager.segment_merger' => 'getCmf_SegmentManager_SegmentMergerService',
  349.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  350.             'console.command.public_alias.App\\Command\\AssetCopyrightCommand' => 'getAssetCopyrightCommandService',
  351.             'console.command.public_alias.App\\Command\\DataCommand' => 'getDataCommandService',
  352.             'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\ActionTriggerQueueCommand' => 'getActionTriggerQueueCommandService',
  353.             'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\BuildSegmentsCommand' => 'getBuildSegmentsCommandService',
  354.             'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\CronTriggerCommand' => 'getCronTriggerCommandService',
  355.             'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\DuplicatesIndexCommand' => 'getDuplicatesIndexCommandService',
  356.             'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\MaintenanceCommand' => 'getMaintenanceCommandService',
  357.             'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\SegmentAssignmentIndexCommand' => 'getSegmentAssignmentIndexCommandService',
  358.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Bundle\\ListCommand' => 'getListCommandService',
  359.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\CacheWarmingCommand' => 'getCacheWarmingCommandService',
  360.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ClassCommand' => 'getClassCommandService',
  361.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\CustomLayoutCommand' => 'getCustomLayoutCommandService',
  362.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\FieldCollectionCommand' => 'getFieldCollectionCommandService',
  363.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ObjectBrickCommand' => 'getObjectBrickCommandService',
  364.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteClassificationStoreCommand' => 'getDeleteClassificationStoreCommandService',
  365.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteUnusedLocaleDataCommand' => 'getDeleteUnusedLocaleDataCommandService',
  366.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\GeneratePagePreviews' => 'getGeneratePagePreviewsService',
  367.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\MigrateElementsCommand' => 'getMigrateElementsCommandService',
  368.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\EmailLogsCleanupCommand' => 'getEmailLogsCleanupCommandService',
  369.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\GenerateStaticPagesCommand' => 'getGenerateStaticPagesCommandService',
  370.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalMigrationHelpersCommand' => 'getInternalMigrationHelpersCommandService',
  371.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalModelDaoMappingGeneratorCommand' => 'getInternalModelDaoMappingGeneratorCommandService',
  372.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalUnicodeCldrLanguageTerritoryGeneratorCommand' => 'getInternalUnicodeCldrLanguageTerritoryGeneratorCommandService',
  373.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\LowQualityImagePreviewCommand' => 'getLowQualityImagePreviewCommandService',
  374.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MaintenanceModeCommand' => 'getMaintenanceModeCommandService',
  375.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MigrateStorageCommand' => 'getMigrateStorageCommandService',
  376.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MysqlToolsCommand' => 'getMysqlToolsCommandService',
  377.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RequirementsCheckCommand' => 'getRequirementsCheckCommandService',
  378.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ResetPasswordCommand' => 'getResetPasswordCommandService',
  379.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RunScriptCommand' => 'getRunScriptCommandService',
  380.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\SearchBackendReindexCommand' => 'getSearchBackendReindexCommandService',
  381.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsClearCommand' => 'getThumbnailsClearCommandService',
  382.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsImageCommand' => 'getThumbnailsImageCommandService',
  383.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsVideoCommand' => 'getThumbnailsVideoCommandService',
  384.             'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\GraphQL\\RebuildDefinitionsCommand' => 'getRebuildDefinitionsCommandService',
  385.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\CleanupPendingOrdersCommand' => 'getCleanupPendingOrdersCommandService',
  386.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\BootstrapCommand' => 'getBootstrapCommandService',
  387.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\EsSyncCommand' => 'getEsSyncCommandService',
  388.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\ProcessPreparationQueueCommand' => 'getProcessPreparationQueueCommandService',
  389.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\ProcessUpdateIndexQueueCommand' => 'getProcessUpdateIndexQueueCommandService',
  390.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\ResetQueueCommand' => 'getResetQueueCommandService',
  391.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\Voucher\\CleanupReservationsCommand' => 'getCleanupReservationsCommandService',
  392.             'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\Voucher\\CleanupStatisticsCommand' => 'getCleanupStatisticsCommandService',
  393.             'console.command_loader' => 'getConsole_CommandLoaderService',
  394.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  395.             'error_controller' => 'getErrorControllerService',
  396.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  397.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  398.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  399.             'httplug.client' => 'getHttplug_ClientService',
  400.             'httplug.message_factory' => 'getHttplug_MessageFactoryService',
  401.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
  402.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
  403.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
  404.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
  405.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
  406.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
  407.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
  408.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
  409.             'httplug.uri_factory' => 'getHttplug_UriFactoryService',
  410.             'hwi_oauth.resource_owner.google' => 'getHwiOauth_ResourceOwner_GoogleService',
  411.             'hwi_oauth.resource_owner.twitter' => 'getHwiOauth_ResourceOwner_TwitterService',
  412.             'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
  413.             'monolog.logger.cmf' => 'getMonolog_Logger_CmfService',
  414.             'monolog.logger.console' => 'getMonolog_Logger_ConsoleService',
  415.             'monolog.logger.debug' => 'getMonolog_Logger_DebugService',
  416.             'monolog.logger.httplug' => 'getMonolog_Logger_HttplugService',
  417.             'monolog.logger.lock' => 'getMonolog_Logger_LockService',
  418.             'monolog.logger.mailer' => 'getMonolog_Logger_MailerService',
  419.             'monolog.logger.messenger' => 'getMonolog_Logger_MessengerService',
  420.             'monolog.logger.pimcore' => 'getMonolog_Logger_PimcoreService',
  421.             'monolog.logger.pimcore_admin.session' => 'getMonolog_Logger_PimcoreAdmin_SessionService',
  422.             'monolog.logger.pimcore_api' => 'getMonolog_Logger_PimcoreApiService',
  423.             'monolog.logger.pimcore_ecommerce' => 'getMonolog_Logger_PimcoreEcommerceService',
  424.             'monolog.logger.pimcore_ecommerce_es' => 'getMonolog_Logger_PimcoreEcommerceEsService',
  425.             'monolog.logger.pimcore_ecommerce_findologic' => 'getMonolog_Logger_PimcoreEcommerceFindologicService',
  426.             'monolog.logger.pimcore_ecommerce_indexupdater' => 'getMonolog_Logger_PimcoreEcommerceIndexupdaterService',
  427.             'monolog.logger.pimcore_ecommerce_sql' => 'getMonolog_Logger_PimcoreEcommerceSqlService',
  428.             'monolog.logger.session' => 'getMonolog_Logger_SessionService',
  429.             'monolog.logger.translation' => 'getMonolog_Logger_TranslationService',
  430.             'pimcore.analytics.google.fallback_service_locator' => 'getPimcore_Analytics_Google_FallbackServiceLocatorService',
  431.             'pimcore.custom_report.adapter.factories' => 'getPimcore_CustomReport_Adapter_FactoriesService',
  432.             'pimcore.implementation_loader.asset.metadata.data' => 'getPimcore_ImplementationLoader_Asset_Metadata_DataService',
  433.             'pimcore.implementation_loader.object.data' => 'getPimcore_ImplementationLoader_Object_DataService',
  434.             'pimcore.implementation_loader.object.layout' => 'getPimcore_ImplementationLoader_Object_LayoutService',
  435.             'pimcore.newsletter.address_source_adapter.factories' => 'getPimcore_Newsletter_AddressSourceAdapter_FactoriesService',
  436.             'pimcore.workflow.place-options-provider' => 'getPimcore_Workflow_PlaceoptionsproviderService',
  437.             'pimcore_admin.security.admin_authenticator' => 'getPimcoreAdmin_Security_AdminAuthenticatorService',
  438.             'pimcore_admin.security.logout_success_handler' => 'getPimcoreAdmin_Security_LogoutSuccessHandlerService',
  439.             'pimcore_admin.security.user_checker' => 'getPimcoreAdmin_Security_UserCheckerService',
  440.             'pimcore_admin.security.user_provider' => 'getPimcoreAdmin_Security_UserProviderService',
  441.             'pimcore_ecommerce.cart_manager.default' => 'getPimcoreEcommerce_CartManager_DefaultService',
  442.             'pimcore_ecommerce.factory' => 'getPimcoreEcommerce_FactoryService',
  443.             'pimcore_ecommerce.index_service' => 'getPimcoreEcommerce_IndexServiceService',
  444.             'pimcore_ecommerce.offer_tool' => 'getPimcoreEcommerce_OfferToolService',
  445.             'pimcore_ecommerce.order_manager.default' => 'getPimcoreEcommerce_OrderManager_DefaultService',
  446.             'pimcore_ecommerce.payment_manager' => 'getPimcoreEcommerce_PaymentManagerService',
  447.             'pimcore_ecommerce.voucher_service' => 'getPimcoreEcommerce_VoucherServiceService',
  448.             'pimcore_ecommerce.voucher_service.token_manager_factory' => 'getPimcoreEcommerce_VoucherService_TokenManagerFactoryService',
  449.             'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
  450.             'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
  451.             'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
  452.             'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
  453.             'routing.loader' => 'getRouting_LoaderService',
  454.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  455.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  456.             'scheb_two_factor.security.google_authenticator' => 'getSchebTwoFactor_Security_GoogleAuthenticatorService',
  457.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  458.             'services_resetter' => 'getServicesResetterService',
  459.             'session' => 'getSessionService',
  460.             'state_machine.simple_asset_workflow' => 'getStateMachine_SimpleAssetWorkflowService',
  461.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  462.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  463.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  464.             'workflow.product_data_enrichment' => 'getWorkflow_ProductDataEnrichmentService',
  465.         ];
  466.         $this->aliases = [
  467.             'App\\Kernel' => 'kernel',
  468.             'CustomerManagementFrameworkBundle\\ActionTrigger\\EventHandler\\EventHandlerInterface' => 'cmf.event_listener.action_trigger',
  469.             'CustomerManagementFrameworkBundle\\ActionTrigger\\Queue\\QueueInterface' => 'cmf.action_trigger.queue',
  470.             'CustomerManagementFrameworkBundle\\ActivityManager\\ActivityManagerInterface' => 'CustomerManagementFrameworkBundle\\ActivityManager\\DefaultActivityManager',
  471.             'CustomerManagementFrameworkBundle\\CustomerList\\ExporterManagerInterface' => 'cmf.customer_exporter_manager',
  472.             'CustomerManagementFrameworkBundle\\Encryption\\EncryptionServiceInterface' => 'CustomerManagementFrameworkBundle\\Encryption\\DefaultEncryptionService',
  473.             'CustomerManagementFrameworkBundle\\LinkGenerator\\LinkActivityDefinitionLinkGenerator' => 'cmf.link-activity-definition.linkgenerator',
  474.             'Doctrine\\Common\\Persistence\\ConnectionRegistry' => 'doctrine',
  475.             'Doctrine\\Persistence\\ConnectionRegistry' => 'doctrine',
  476.             'GuzzleHttp\\ClientInterface' => 'GuzzleHttp\\Client',
  477.             'Pimcore\\Db\\Connection' => 'doctrine.dbal.default_connection',
  478.             'Pimcore\\Db\\ConnectionInterface' => 'doctrine.dbal.default_connection',
  479.             'Pimcore\\Kernel' => 'kernel',
  480.             'Pimcore\\Localization\\LocaleService' => 'Pimcore\\Localization\\LocaleServiceInterface',
  481.             'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
  482.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticator' => 'scheb_two_factor.security.google_authenticator',
  483.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticatorInterface' => 'scheb_two_factor.security.google_authenticator',
  484.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  485.             'Symfony\\Component\\Messenger\\MessageBusInterface' => 'messenger.default_bus',
  486.             'cmf.activity_manager' => 'CustomerManagementFrameworkBundle\\ActivityManager\\DefaultActivityManager',
  487.             'cmf.customer_duplicates_index' => 'CustomerManagementFrameworkBundle\\DuplicatesIndex\\DuplicatesIndexInterface',
  488.             'cmf.customer_duplicates_service' => 'CustomerManagementFrameworkBundle\\CustomerDuplicatesService\\CustomerDuplicatesServiceInterface',
  489.             'cmf.customer_merger' => 'CustomerManagementFrameworkBundle\\CustomerMerger\\CustomerMergerInterface',
  490.             'cmf.customer_provider' => 'CustomerManagementFrameworkBundle\\CustomerProvider\\CustomerProviderInterface',
  491.             'cmf.customer_provider.object_naming_scheme' => 'CustomerManagementFrameworkBundle\\CustomerProvider\\ObjectNamingScheme\\ObjectNamingSchemeInterface',
  492.             'cmf.customer_save_manager' => 'CustomerManagementFrameworkBundle\\CustomerSaveManager\\CustomerSaveManagerInterface',
  493.             'cmf.customer_save_validator' => 'CustomerManagementFrameworkBundle\\CustomerSaveValidator\\CustomerSaveValidatorInterface',
  494.             'cmf.customer_view' => 'CustomerManagementFrameworkBundle\\CustomerView\\CustomerViewInterface',
  495.             'cmf.encryption_service' => 'CustomerManagementFrameworkBundle\\Encryption\\DefaultEncryptionService',
  496.             'cmf.logger' => 'monolog.logger.cmf',
  497.             'cmf.segment_manager' => 'CustomerManagementFrameworkBundle\\SegmentManager\\SegmentManagerInterface',
  498.             'database_connection' => 'doctrine.dbal.default_connection',
  499.             'hwi_oauth.http.client' => 'httplug.client',
  500.             'hwi_oauth.http.message_factory' => 'httplug.message_factory',
  501.             'pimcore.app_logger' => 'Pimcore\\Log\\ApplicationLogger',
  502.             'pimcore.app_logger.default' => 'Pimcore\\Log\\ApplicationLogger',
  503.             'pimcore.ecommerceframework.installer' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Tools\\Installer',
  504.             'pimcore.http_client' => 'GuzzleHttp\\Client',
  505.             'pimcore.locale' => 'Pimcore\\Localization\\LocaleServiceInterface',
  506.             'pimcore.templating.engine.twig' => '.container.private.twig',
  507.             'pimcore_admin.security.token_storage_user_resolver' => 'Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver',
  508.             'pimcore_admin.serializer' => 'Pimcore\\Admin\\Serializer',
  509.             'translator' => 'Symfony\\Contracts\\Translation\\TranslatorInterface',
  510.         ];
  511.         $this->privates['service_container'] = function () {
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  518.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Kernel.php';
  519.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  520.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/LinkGeneratorInterface.php';
  521.             include_once \dirname(__DIR__4).'/src/Website/LinkGenerator/AbstractProductLinkGenerator.php';
  522.             include_once \dirname(__DIR__4).'/src/Website/LinkGenerator/CategoryLinkGenerator.php';
  523.             include_once \dirname(__DIR__4).'/src/Website/LinkGenerator/ProductLinkGenerator.php';
  524.             include_once \dirname(__DIR__4).'/src/Website/LinkGenerator/NewsLinkGenerator.php';
  525.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/HelperCharsetTrait.php';
  527.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/PimcoreUrl.php';
  528.             include_once \dirname(__DIR__4).'/src/Website/Tool/PimcoreUrl.php';
  529.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/IndexService/Getter/GetterInterface.php';
  530.             include_once \dirname(__DIR__4).'/src/Ecommerce/IndexService/SegmentGetter.php';
  531.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Localization/IntlFormatter.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  544.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  561.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ResetInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ProxyAdapter.php';
  572.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceProviderInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  624.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  651.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  652.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  653.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  678.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  679.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  680.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  681.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMapInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMap.php';
  685.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  687.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  694.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  698.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  700.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  702.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  703.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  706.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  707.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  708.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  710.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  711.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  712.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  714.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  715.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  716.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  717.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  718.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  719.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Db/ConnectionInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Db/PimcoreExtensionsTrait.php';
  721.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Db/Connection.php';
  722.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  723.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  724.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  726.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  727.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
  728.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  730.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  731.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  732.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  733.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  736.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  737.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Request/ParamConverter/DataObjectParamConverter.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  740.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  741.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  742.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  744.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  745.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  746.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  748.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  750.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  751.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  765.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Config.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/ExpiringStoreTrait.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/PdoStore.php';
  770.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  772.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DynamicRouteHandlerInterface.php';
  773.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DocumentRouteHandler.php';
  774.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/RedirectHandler.php';
  775.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/PimcoreBundleManager.php';
  776.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/Config/StateConfig.php';
  777.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/PimcoreBundleLocator.php';
  778.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Composer/PackageInfo.php';
  779.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/RequestHelper.php';
  780.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/ResponseHelper.php';
  781.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/RequestMatcherFactory.php';
  782.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/ResponseStack.php';
  783.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Response/CodeInjector.php';
  784.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/AbstractRequestResolver.php';
  785.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/PimcoreContextResolver.php';
  786.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Context/PimcoreContextGuesser.php';
  787.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/StaticPageResolver.php';
  788.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/OutputTimestampResolver.php';
  789.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/SiteResolver.php';
  790.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/EditmodeResolver.php';
  791.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/DocumentResolver.php';
  792.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/ResponseHeaderResolver.php';
  793.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Localization/LocaleServiceInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Localization/LocaleService.php';
  795.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/LoaderInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/ClassNameLoaderInterface.php';
  797.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/ImplementationLoader.php';
  798.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/EditableLoaderInterface.php';
  799.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/EditableLoader.php';
  800.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/AbstractClassNameLoader.php';
  801.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/PrefixLoader.php';
  802.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/PrefixLoader.php';
  803.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/ClassMapLoader.php';
  804.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Editable/Block/BlockStateStack.php';
  805.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Editable/EditmodeEditableDefinitionCollector.php';
  806.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/ModelInterface.php';
  807.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/models/DataObject/Traits/ObjectVarTrait.php';
  808.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/AbstractModel.php';
  809.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/models/Element/Service.php';
  810.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/models/Document/Service.php';
  811.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Renderer/DocumentRendererInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Renderer/DocumentRenderer.php';
  813.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/DocumentStack.php';
  814.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/StaticPageGenerator.php';
  815.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/PimcoreContextAwareTrait.php';
  816.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/RoutingListener.php';
  817.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/PimcoreContextListener.php';
  818.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/DocumentFallbackListener.php';
  819.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/PimcoreHeaderListener.php';
  820.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/LocaleListener.php';
  821.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/TranslationDebugListener.php';
  822.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/ElementListener.php';
  823.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GlobalTemplateVariablesListener.php';
  824.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/HardlinkCanonicalListener.php';
  825.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/BlockStateListener.php';
  826.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/DocumentMetaDataListener.php';
  827.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/DocumentStackListener.php';
  828.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/StaticPageContextAwareTrait.php';
  829.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/StaticPageGeneratorListener.php';
  830.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/EventedControllerListener.php';
  831.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/ResponseHeaderListener.php';
  832.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/EditmodeListener.php';
  833.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/ResponseStackListener.php';
  834.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/ResponseInjectionTrait.php';
  835.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/InternalWysiwygHtmlAttributeFilterListener.php';
  836.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/EnabledTrait.php';
  837.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/PreviewRequestTrait.php';
  838.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleAnalyticsCodeListener.php';
  839.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleTagManagerListener.php';
  840.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/FullPageCacheListener.php';
  841.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Cache/FullPage/SessionStatus.php';
  842.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/MaintenancePageListener.php';
  843.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleSearchConsoleVerificationListener.php';
  844.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/OutputTimestampListener.php';
  845.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/WebDebugToolbarListener.php';
  846.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/ActionRenderer.php';
  847.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/EditableRenderer.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/EngineInterface.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/StreamingEngineInterface.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/DelegatingEngine.php';
  851.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/TwigDefaultDelegatingEngine.php';
  852.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/DataCollector/PimcoreDataCollector.php';
  853.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/DataCollector/PimcoreTargetingDataCollector.php';
  854.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/SiteId/SiteIdProvider.php';
  855.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/Google/Config/ConfigProvider.php';
  856.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/TrackerInterface.php';
  857.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/AbstractTracker.php';
  858.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/Google/Tracker.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PdoAdapter.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/TagAwareCacheInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableTagAwareAdapter.php';
  863.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php';
  864.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Cache/Core/WriteLock.php';
  865.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/TargetingStorageInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Traits/TimestampsTrait.php';
  867.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/CookieStorage.php';
  868.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/CookieSaveHandlerInterface.php';
  869.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/AbstractCookieSaveHandler.php';
  870.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/JWTCookieSaveHandler.php';
  871.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoStorageInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoStorage.php';
  873.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/DataLoaderInterface.php';
  874.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Debug/Traits/StopwatchTrait.php';
  875.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/DataLoader.php';
  876.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionMatcherInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionMatcher.php';
  878.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionFactoryInterface.php';
  879.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionFactory.php';
  880.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ActionHandler/ActionHandlerInterface.php';
  881.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ActionHandler/DelegatingActionHandler.php';
  882.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Document/DocumentTargetingConfigurator.php';
  883.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/TargetingDataCollector.php';
  884.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/TargetingListener.php';
  885.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoResolver.php';
  886.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Code/TargetingCodeGenerator.php';
  887.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/ToolbarListener.php';
  888.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/AbstractExtension.php';
  889.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/CacheBusterAware.php';
  890.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/WebLinksTrait.php';
  891.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadLink.php';
  892.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/TextUtilsTrait.php';
  893.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadMeta.php';
  894.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadScript.php';
  895.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadStyle.php';
  896.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadTitle.php';
  897.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Inc.php';
  898.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/IncludeRenderer.php';
  899.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/InlineScript.php';
  900.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder.php';
  901.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/ContainerService.php';
  902.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/User/TokenStorageUserResolver.php';
  903.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/CsrfProtectionHandler.php';
  904.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/BruteforceProtectionListener.php';
  905.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/Traits/ControllerTypeTrait.php';
  906.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminAuthenticationDoubleCheckListener.php';
  907.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/CsrfProtectionListener.php';
  908.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/HttpCacheListener.php';
  909.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/CustomAdminEntryPointCheckListener.php';
  910.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/UserPerspectiveListener.php';
  911.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/UsageStatisticsListener.php';
  912.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/EnablePreviewTimeSliderListener.php';
  913.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/EventListener/Frontend/TrackingCodeFlashMessageListener.php';
  914.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerSaveManager/SaveOptions.php';
  915.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerSaveManager/CustomerSaveManagerInterface.php';
  916.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Traits/LoggerAware.php';
  917.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerSaveManager/LegacyTrait.php';
  918.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerSaveManager/DefaultCustomerSaveManager.php';
  919.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerSaveHandler/CustomerSaveHandlerInterface.php';
  920.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerSaveHandler/AbstractCustomerSaveHandler.php';
  921.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerSaveHandler/NormalizeZip.php';
  922.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerProvider/ObjectNamingScheme/ObjectNamingSchemeInterface.php';
  923.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerProvider/ObjectNamingScheme/DefaultObjectNamingScheme.php';
  924.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentManager/SegmentManagerInterface.php';
  925.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentManager/DefaultSegmentManager.php';
  926.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentBuilder/SegmentBuilderInterface.php';
  927.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentBuilder/AbstractSegmentBuilder.php';
  928.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentBuilder/StateSegmentBuilder.php';
  929.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentBuilder/GenderSegmentBuilder.php';
  930.             include_once \dirname(__DIR__4).'/src/CustomerManagementFramework/SegmentBuilder/ProductInterestSegmentBuilder.php';
  931.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentAssignment/TypeMapper/TypeMapperInterface.php';
  932.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentAssignment/TypeMapper/TypeMapper.php';
  933.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentAssignment/StoredFunctions/StoredFunctionsInterface.php';
  934.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/SegmentAssignment/StoredFunctions/DefaultStoredFunctions.php';
  935.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Translate/TranslatorInterface.php';
  936.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/View/Formatter/ViewFormatterInterface.php';
  937.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/View/Formatter/DefaultViewFormatter.php';
  938.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerView/CustomerViewInterface.php';
  939.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerView/DefaultCustomerView.php';
  940.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Helper/JsConfigService.php';
  941.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Event/Frontend/UrlActivityTracker.php';
  942.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  943.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  944.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  945.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  946.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  947.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  948.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  949.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  950.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/OAuthUtils.php';
  951.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Security/OAuth/OAuthUtils.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/HttpClient/HttpClientInterface.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  955.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  956.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Translation/Translator.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  986.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Element/Router.php';
  987.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  989.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/DynamicRouteProvider.php';
  990.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DataObjectRouteHandler.php';
  991.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/FactoryInterface.php';
  992.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Factory.php';
  993.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Factory/FallbackBuilder.php';
  994.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  995.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  999.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/User/UserLoader.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/BruteforceProtectionHandler.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/ComponentInterface.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/EnvironmentInterface.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Environment.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/SessionEnvironment.php';
  1005.             include_once \dirname(__DIR__4).'/src/Ecommerce/Overrides/Environment.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/CategoryPageViewInterface.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/ProductImpressionInterface.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/ProductViewInterface.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/CartUpdateInterface.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/CartProductActionAddInterface.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/CartProductActionRemoveInterface.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/CheckoutInterface.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/CheckoutStepInterface.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/CheckoutCompleteInterface.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/TrackEventInterface.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/TrackingManagerInterface.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/TrackingManager.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/TrackerInterface.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/Tracker.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/Tracker/Analytics/AbstractAnalyticsTracker.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/TrackingCodeAwareInterface.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/Tracker/Analytics/EnhancedEcommerce.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/TrackingItemBuilderInterface.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Tracking/TrackingItemBuilder.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/ActivityStore/SqlActivityStore.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/ActivityStore/ActivityStoreInterface.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/ActivityStore/MySQL.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1077.             include_once \dirname(__DIR__4).'/src/Twig/Extension/CategoryFilterExtension.php';
  1078.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Country.php';
  1079.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Currency.php';
  1080.             include_once \dirname(__DIR__4).'/src/Twig/Extension/GeneralFilterExtension.php';
  1081.             include_once \dirname(__DIR__4).'/src/Twig/Extension/NavigationExtension.php';
  1082.             include_once \dirname(__DIR__4).'/src/Twig/Extension/UniqidExtension.php';
  1083.             include_once \dirname(__DIR__4).'/src/Twig/Extension/LanguageSwitcherExtension.php';
  1084.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ProductPageExtension.php';
  1085.             include_once \dirname(__DIR__4).'/src/Twig/Extension/NewsExtension.php';
  1086.             include_once \dirname(__DIR__4).'/src/Twig/Extension/PrintCatalogExtension.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/HelpersExtension.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DocumentEditableExtension.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/PimcoreObjectExtension.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/PimcoreToolExtension.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/NavigationExtension.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/GlossaryExtension.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Tool/Glossary/Processor.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/HeaderExtension.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AssetCompressExtension.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/WebsiteConfigExtension.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DumpExtension.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/CacheExtension.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AssetHelperExtensions.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DataObjectHelperExtensions.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DocumentHelperExtensions.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/ImageThumbnailExtension.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/rybakit/twig-deferred-extension/src/DeferredExtension.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AdminExtension.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Twig/Extension/CmfFrontendUtilsExtension.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Twig/Extension/CmfUrlUtilsExtension.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/pimcore/web2print-tools-bundle/src/Twig/OutputChannelExtension.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Twig/Extension/OAuthExtension.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Templating/Helper/OAuthHelper.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  1124.         };
  1125.     }
  1126.     public function compile(): void
  1127.     {
  1128.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1129.     }
  1130.     public function isCompiled(): bool
  1131.     {
  1132.         return true;
  1133.     }
  1134.     public function getRemovedIds(): array
  1135.     {
  1136.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1137.     }
  1138.     protected function load($file$lazyLoad true)
  1139.     {
  1140.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1141.             return $class::do($this$lazyLoad);
  1142.         }
  1143.         if ('.' === $file[-4]) {
  1144.             $class substr($class0, -4);
  1145.         } else {
  1146.             $file .= '.php';
  1147.         }
  1148.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1149.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1150.     }
  1151.     protected function createProxy($class\Closure $factory)
  1152.     {
  1153.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1154.         return $factory();
  1155.     }
  1156.     /**
  1157.      * Gets the public '.container.private.form.factory' shared service.
  1158.      *
  1159.      * @return \Symfony\Component\Form\FormFactory
  1160.      */
  1161.     protected function get_Container_Private_Form_FactoryService()
  1162.     {
  1163.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1164.     }
  1165.     /**
  1166.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1167.      *
  1168.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1169.      */
  1170.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1171.     {
  1172.         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['security.authentication.manager'] ?? $this->load('getSecurity_Authentication_ManagerService')), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1173.     }
  1174.     /**
  1175.      * Gets the public '.container.private.security.token_storage' shared service.
  1176.      *
  1177.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1178.      */
  1179.     protected function get_Container_Private_Security_TokenStorageService()
  1180.     {
  1181.         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, [
  1182.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1183.         ], [
  1184.             'request_stack' => '?',
  1185.         ]));
  1186.     }
  1187.     /**
  1188.      * Gets the public '.container.private.twig' shared service.
  1189.      *
  1190.      * @return \Twig\Environment
  1191.      */
  1192.     protected function get_Container_Private_TwigService()
  1193.     {
  1194.         $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']);
  1195.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1196.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1197.         $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1198.         $d = ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService());
  1199.         $e = ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService());
  1200.         $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 () {
  1201.             return new \EmptyIterator();
  1202.         }, 0));
  1203.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1204.         $h = ($this->services['router'] ?? $this->getRouterService());
  1205.         $i = ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService());
  1206.         $j = ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService());
  1207.         $k = ($this->services['App\\Website\\LinkGenerator\\CategoryLinkGenerator'] ?? $this->getCategoryLinkGeneratorService());
  1208.         $l = ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Navigation'] ?? $this->getNavigationService());
  1209.         $m = ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder'] ?? $this->getPlaceholderService());
  1210.         $n = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1211.         $n->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1212.         $o = ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService());
  1213.         $p = new \Symfony\Bridge\Twig\AppVariable();
  1214.         $p->setEnvironment('dev');
  1215.         $p->setDebug(true);
  1216.         if ($this->has('.container.private.security.token_storage')) {
  1217.             $p->setTokenStorage($b);
  1218.         }
  1219.         if ($this->has('request_stack')) {
  1220.             $p->setRequestStack($a);
  1221.         }
  1222.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1223.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1224.         $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)));
  1225.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
  1226.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($d));
  1227.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  1228.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1229.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1230.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1231.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($ctrue));
  1232.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1233.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1234.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($a$e)));
  1235.         $instance->addExtension(($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService()));
  1236.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1237.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($d));
  1238.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($i$j));
  1239.         $instance->addExtension(new \App\Twig\Extension\CategoryFilterExtension($k));
  1240.         $instance->addExtension(new \App\Twig\Extension\Country());
  1241.         $instance->addExtension(new \App\Twig\Extension\Currency(($this->services['Pimcore\\Localization\\IntlFormatter'] ?? $this->getIntlFormatterService())));
  1242.         $instance->addExtension(new \App\Twig\Extension\GeneralFilterExtension($d));
  1243.         $instance->addExtension(new \App\Twig\Extension\NavigationExtension($l$m$k));
  1244.         $instance->addExtension(new \App\Twig\Extension\UniqidExtension());
  1245.         $instance->addExtension(new \App\Twig\Extension\LanguageSwitcherExtension(($this->services['Pimcore\\Model\\Document\\Service'] ?? ($this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service()))));
  1246.         $instance->addExtension(new \App\Twig\Extension\ProductPageExtension(($this->services['App\\Website\\LinkGenerator\\ProductLinkGenerator'] ?? $this->getProductLinkGeneratorService()), $d));
  1247.         $instance->addExtension(new \App\Twig\Extension\NewsExtension(($this->services['App\\Website\\LinkGenerator\\NewsLinkGenerator'] ?? $this->getNewsLinkGeneratorService())));
  1248.         $instance->addExtension(new \App\Twig\Extension\PrintCatalogExtension($d$m));
  1249.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1250.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($n));
  1251.         $instance->addExtension(new \Pimcore\Twig\Extension\HelpersExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] ?? $this->getPimcoreUrlService())));
  1252.         $instance->addExtension(new \Pimcore\Twig\Extension\DocumentEditableExtension(($this->services['Pimcore\\Templating\\Renderer\\EditableRenderer'] ?? $this->getEditableRendererService())));
  1253.         $instance->addExtension(($this->privates['Pimcore\\Twig\\Extension\\SubrequestExtension'] ?? $this->getSubrequestExtensionService()));
  1254.         $instance->addExtension(new \Pimcore\Twig\Extension\PimcoreObjectExtension());
  1255.         $instance->addExtension(new \Pimcore\Twig\Extension\PimcoreToolExtension());
  1256.         $instance->addExtension(new \Pimcore\Twig\Extension\NavigationExtension($l));
  1257.         $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()))));
  1258.         $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));
  1259.         $instance->addExtension(new \Pimcore\Twig\Extension\AssetCompressExtension());
  1260.         $instance->addExtension(new \Pimcore\Twig\Extension\WebsiteConfigExtension());
  1261.         $instance->addExtension(new \Pimcore\Twig\Extension\DumpExtension());
  1262.         $instance->addExtension(new \Pimcore\Twig\Extension\CacheExtension($o));
  1263.         $instance->addExtension(new \Pimcore\Twig\Extension\AssetHelperExtensions());
  1264.         $instance->addExtension(new \Pimcore\Twig\Extension\DataObjectHelperExtensions());
  1265.         $instance->addExtension(new \Pimcore\Twig\Extension\DocumentHelperExtensions());
  1266.         $instance->addExtension(new \Pimcore\Twig\Extension\ImageThumbnailExtension());
  1267.         $instance->addExtension(new \Twig\DeferredExtension\DeferredExtension());
  1268.         $instance->addExtension(new \Twig\Extra\String\StringExtension(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')))));
  1269.         $instance->addExtension(new \Pimcore\Twig\Extension\AdminExtension($h));
  1270.         $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['cmf.customer_exporter_manager'] ?? $this->load('getCmf_CustomerExporterManagerService'))));
  1271.         $instance->addExtension(new \CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension($h$a, ($this->services['CustomerManagementFrameworkBundle\\CustomerView\\CustomerViewInterface'] ?? $this->getCustomerViewInterfaceService()), ($this->services['cmf.link-activity-definition.linkgenerator'] ?? $this->load('getCmf_Linkactivitydefinition_LinkgeneratorService'))));
  1272.         $instance->addExtension(new \Web2PrintToolsBundle\Twig\OutputChannelExtension());
  1273.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension($i$j));
  1274.         $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)));
  1275.         $instance->addGlobal('app'$p);
  1276.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1277.             'App\\Website\\Tool\\PimcoreUrl' => ['privates''Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl''getPimcoreUrlService'false],
  1278.             'Pimcore\\Twig\\Extension\\Templating\\HeadLink' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadLink''getHeadLinkService'false],
  1279.             'Pimcore\\Twig\\Extension\\Templating\\HeadMeta' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadMeta''getHeadMetaService'false],
  1280.             'Pimcore\\Twig\\Extension\\Templating\\HeadScript' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadScript''getHeadScriptService'false],
  1281.             'Pimcore\\Twig\\Extension\\Templating\\HeadStyle' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadStyle''getHeadStyleService'false],
  1282.             'Pimcore\\Twig\\Extension\\Templating\\HeadTitle' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadTitle''getHeadTitleService'false],
  1283.             'Pimcore\\Twig\\Extension\\Templating\\Inc' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Inc''getIncService'false],
  1284.             'Pimcore\\Twig\\Extension\\Templating\\InlineScript' => ['privates''Pimcore\\Twig\\Extension\\Templating\\InlineScript''getInlineScriptService'false],
  1285.             'Pimcore\\Twig\\Extension\\Templating\\Navigation' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Navigation''getNavigationService'false],
  1286.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Placeholder''getPlaceholderService'false],
  1287.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension''getAbstractExtensionService'true],
  1288.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware''getCacheBusterAwareService'true],
  1289.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1290.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1291.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1292.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1293.         ], [
  1294.             'App\\Website\\Tool\\PimcoreUrl' => '?',
  1295.             'Pimcore\\Twig\\Extension\\Templating\\HeadLink' => '?',
  1296.             'Pimcore\\Twig\\Extension\\Templating\\HeadMeta' => '?',
  1297.             'Pimcore\\Twig\\Extension\\Templating\\HeadScript' => '?',
  1298.             'Pimcore\\Twig\\Extension\\Templating\\HeadStyle' => '?',
  1299.             'Pimcore\\Twig\\Extension\\Templating\\HeadTitle' => '?',
  1300.             'Pimcore\\Twig\\Extension\\Templating\\Inc' => '?',
  1301.             'Pimcore\\Twig\\Extension\\Templating\\InlineScript' => '?',
  1302.             'Pimcore\\Twig\\Extension\\Templating\\Navigation' => '?',
  1303.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder' => '?',
  1304.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension' => '?',
  1305.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware' => '?',
  1306.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1307.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1308.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1309.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1310.         ])));
  1311.         $instance->addGlobal('container'$this);
  1312.         $instance->addGlobal('pimcore_csrf', ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] ?? $this->getCsrfProtectionHandlerService()));
  1313.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1314.         return $instance;
  1315.     }
  1316.     /**
  1317.      * Gets the public '.container.private.validator' shared service.
  1318.      *
  1319.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1320.      */
  1321.     protected function get_Container_Private_ValidatorService()
  1322.     {
  1323.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1324.     }
  1325.     /**
  1326.      * Gets the public 'App\Website\LinkGenerator\CategoryLinkGenerator' shared autowired service.
  1327.      *
  1328.      * @return \App\Website\LinkGenerator\CategoryLinkGenerator
  1329.      */
  1330.     protected function getCategoryLinkGeneratorService()
  1331.     {
  1332.         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()));
  1333.     }
  1334.     /**
  1335.      * Gets the public 'App\Website\LinkGenerator\NewsLinkGenerator' shared autowired service.
  1336.      *
  1337.      * @return \App\Website\LinkGenerator\NewsLinkGenerator
  1338.      */
  1339.     protected function getNewsLinkGeneratorService()
  1340.     {
  1341.         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()));
  1342.     }
  1343.     /**
  1344.      * Gets the public 'App\Website\LinkGenerator\ProductLinkGenerator' shared autowired service.
  1345.      *
  1346.      * @return \App\Website\LinkGenerator\ProductLinkGenerator
  1347.      */
  1348.     protected function getProductLinkGeneratorService()
  1349.     {
  1350.         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()));
  1351.     }
  1352.     /**
  1353.      * Gets the public 'CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface' shared autowired service.
  1354.      *
  1355.      * @return \CustomerManagementFrameworkBundle\CustomerProvider\DefaultCustomerProvider
  1356.      */
  1357.     protected function getCustomerProviderInterfaceService($lazyLoad true)
  1358.     {
  1359.         if ($lazyLoad) {
  1360.             return $this->services['CustomerManagementFrameworkBundle\\CustomerProvider\\CustomerProviderInterface'] = $this->createProxy('DefaultCustomerProvider_35d6835', function () {
  1361.                 return \DefaultCustomerProvider_35d6835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1362.                     $wrappedInstance $this->getCustomerProviderInterfaceService(false);
  1363.                     $proxy->setProxyInitializer(null);
  1364.                     return true;
  1365.                 });
  1366.             });
  1367.         }
  1368.         include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerProvider/CustomerProviderInterface.php';
  1369.         include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerProvider/DefaultCustomerProvider.php';
  1370.         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()));
  1371.     }
  1372.     /**
  1373.      * Gets the public 'CustomerManagementFrameworkBundle\CustomerProvider\ObjectNamingScheme\ObjectNamingSchemeInterface' shared autowired service.
  1374.      *
  1375.      * @return \CustomerManagementFrameworkBundle\CustomerProvider\ObjectNamingScheme\DefaultObjectNamingScheme
  1376.      */
  1377.     protected function getObjectNamingSchemeInterfaceService()
  1378.     {
  1379.         return $this->services['CustomerManagementFrameworkBundle\\CustomerProvider\\ObjectNamingScheme\\ObjectNamingSchemeInterface'] = new \CustomerManagementFrameworkBundle\CustomerProvider\ObjectNamingScheme\DefaultObjectNamingScheme('{countryCode}/{zip}/{firstname}-{lastname}''/Customer Management/customers''/Customer Management/customers/_archive');
  1380.     }
  1381.     /**
  1382.      * Gets the public 'CustomerManagementFrameworkBundle\CustomerSaveManager\CustomerSaveManagerInterface' shared autowired service.
  1383.      *
  1384.      * @return \CustomerManagementFrameworkBundle\CustomerSaveManager\DefaultCustomerSaveManager
  1385.      */
  1386.     protected function getCustomerSaveManagerInterfaceService()
  1387.     {
  1388.         $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()));
  1389.         $instance->addSaveHandler(new \CustomerManagementFrameworkBundle\CustomerSaveHandler\NormalizeZip());
  1390.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  1391.         return $instance;
  1392.     }
  1393.     /**
  1394.      * Gets the public 'CustomerManagementFrameworkBundle\CustomerSaveManager\SaveOptions' shared autowired service.
  1395.      *
  1396.      * @return \CustomerManagementFrameworkBundle\CustomerSaveManager\SaveOptions
  1397.      */
  1398.     protected function getSaveOptionsService()
  1399.     {
  1400.         return $this->services['CustomerManagementFrameworkBundle\\CustomerSaveManager\\SaveOptions'] = new \CustomerManagementFrameworkBundle\CustomerSaveManager\SaveOptions(truetruetruetruetruetruefalsetrue);
  1401.     }
  1402.     /**
  1403.      * Gets the public 'CustomerManagementFrameworkBundle\CustomerView\CustomerViewInterface' shared autowired service.
  1404.      *
  1405.      * @return \CustomerManagementFrameworkBundle\CustomerView\DefaultCustomerView
  1406.      */
  1407.     protected function getCustomerViewInterfaceService()
  1408.     {
  1409.         return $this->services['CustomerManagementFrameworkBundle\\CustomerView\\CustomerViewInterface'] = new \CustomerManagementFrameworkBundle\CustomerView\DefaultCustomerView(($this->services['cmf.view_formatter'] ?? $this->getCmf_ViewFormatterService()));
  1410.     }
  1411.     /**
  1412.      * Gets the public 'CustomerManagementFrameworkBundle\Helper\JsConfigService' shared autowired service.
  1413.      *
  1414.      * @return \CustomerManagementFrameworkBundle\Helper\JsConfigService
  1415.      */
  1416.     protected function getJsConfigServiceService()
  1417.     {
  1418.         return $this->services['CustomerManagementFrameworkBundle\\Helper\\JsConfigService'] = new \CustomerManagementFrameworkBundle\Helper\JsConfigService();
  1419.     }
  1420.     /**
  1421.      * Gets the public 'CustomerManagementFrameworkBundle\SegmentAssignment\StoredFunctions\StoredFunctionsInterface' shared autowired service.
  1422.      *
  1423.      * @return \CustomerManagementFrameworkBundle\SegmentAssignment\StoredFunctions\DefaultStoredFunctions
  1424.      */
  1425.     protected function getStoredFunctionsInterfaceService()
  1426.     {
  1427.         return $this->services['CustomerManagementFrameworkBundle\\SegmentAssignment\\StoredFunctions\\StoredFunctionsInterface'] = new \CustomerManagementFrameworkBundle\SegmentAssignment\StoredFunctions\DefaultStoredFunctions();
  1428.     }
  1429.     /**
  1430.      * Gets the public 'CustomerManagementFrameworkBundle\SegmentAssignment\TypeMapper\TypeMapperInterface' shared autowired service.
  1431.      *
  1432.      * @return \CustomerManagementFrameworkBundle\SegmentAssignment\TypeMapper\TypeMapper
  1433.      */
  1434.     protected function getTypeMapperInterfaceService()
  1435.     {
  1436.         return $this->services['CustomerManagementFrameworkBundle\\SegmentAssignment\\TypeMapper\\TypeMapperInterface'] = new \CustomerManagementFrameworkBundle\SegmentAssignment\TypeMapper\TypeMapper();
  1437.     }
  1438.     /**
  1439.      * Gets the public 'CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface' shared autowired service.
  1440.      *
  1441.      * @return \CustomerManagementFrameworkBundle\SegmentManager\DefaultSegmentManager
  1442.      */
  1443.     protected function getSegmentManagerInterfaceService()
  1444.     {
  1445.         $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())));
  1446.         $a = new \CustomerManagementFrameworkBundle\SegmentBuilder\StateSegmentBuilder();
  1447.         $b = ($this->services['Knp\\Component\\Pager\\PaginatorInterface'] ?? $this->getPaginatorInterfaceService());
  1448.         $a->setPaginator($b);
  1449.         $c = new \CustomerManagementFrameworkBundle\SegmentBuilder\GenderSegmentBuilder();
  1450.         $c->setPaginator($b);
  1451.         $d = new \App\CustomerManagementFramework\SegmentBuilder\ProductInterestSegmentBuilder(($this->privates['App\\Ecommerce\\IndexService\\SegmentGetter'] ?? $this->getSegmentGetterService()));
  1452.         $d->setPaginator($b);
  1453.         $instance->addSegmentBuilder($a);
  1454.         $instance->addSegmentBuilder($c);
  1455.         $instance->addSegmentBuilder($d);
  1456.         return $instance;
  1457.     }
  1458.     /**
  1459.      * Gets the public 'Knp\Component\Pager\PaginatorInterface' shared autowired service.
  1460.      *
  1461.      * @return \Knp\Component\Pager\Paginator
  1462.      */
  1463.     protected function getPaginatorInterfaceService()
  1464.     {
  1465.         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())));
  1466.     }
  1467.     /**
  1468.      * Gets the public 'Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler' shared autowired service.
  1469.      *
  1470.      * @return \Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler
  1471.      */
  1472.     protected function getCsrfProtectionHandlerService()
  1473.     {
  1474.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1475.         if (isset($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'])) {
  1476.             return $this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'];
  1477.         }
  1478.         $this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] = $instance = new \Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler([], $a);
  1479.         $b = ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  1480.         $instance->setLogger($b);
  1481.         $instance->setLogger($b);
  1482.         return $instance;
  1483.     }
  1484.     /**
  1485.      * Gets the public 'Pimcore\Bundle\AdminBundle\Security\User\TokenStorageUserResolver' shared autowired service.
  1486.      *
  1487.      * @return \Pimcore\Bundle\AdminBundle\Security\User\TokenStorageUserResolver
  1488.      */
  1489.     protected function getTokenStorageUserResolverService()
  1490.     {
  1491.         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()));
  1492.     }
  1493.     /**
  1494.      * Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener' shared autowired service.
  1495.      *
  1496.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener
  1497.      */
  1498.     protected function getFullPageCacheListenerService()
  1499.     {
  1500.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1501.         $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())));
  1502.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  1503.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  1504.         return $instance;
  1505.     }
  1506.     /**
  1507.      * Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener' shared autowired service.
  1508.      *
  1509.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener
  1510.      */
  1511.     protected function getGoogleAnalyticsCodeListenerService()
  1512.     {
  1513.         $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener(($this->privates['Pimcore\\Analytics\\Google\\Tracker'] ?? $this->getTrackerService()));
  1514.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  1515.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  1516.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  1517.         return $instance;
  1518.     }
  1519.     /**
  1520.      * Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener' shared autowired service.
  1521.      *
  1522.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener
  1523.      */
  1524.     protected function getGoogleTagManagerListenerService()
  1525.     {
  1526.         $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()));
  1527.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  1528.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  1529.         return $instance;
  1530.     }
  1531.     /**
  1532.      * Gets the public 'Pimcore\Cache\Core\CoreCacheHandler' shared autowired service.
  1533.      *
  1534.      * @return \Pimcore\Cache\Core\CoreCacheHandler
  1535.      */
  1536.     protected function getCoreCacheHandlerService()
  1537.     {
  1538.         $a = ($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService());
  1539.         $b = new \Pimcore\Cache\Core\WriteLock($a);
  1540.         $c = ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  1541.         $b->setLogger($c);
  1542.         $b->setLogger($c);
  1543.         $this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'] = $instance = new \Pimcore\Cache\Core\CoreCacheHandler($a$b, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1544.         $instance->setLogger($c);
  1545.         $instance->setLogger($c);
  1546.         return $instance;
  1547.     }
  1548.     /**
  1549.      * Gets the public 'Pimcore\Config' shared autowired service.
  1550.      *
  1551.      * @return \Pimcore\Config
  1552.      */
  1553.     protected function getConfigService()
  1554.     {
  1555.         return $this->services['Pimcore\\Config'] = new \Pimcore\Config();
  1556.     }
  1557.     /**
  1558.      * Gets the public 'Pimcore\Document\DocumentStack' shared autowired service.
  1559.      *
  1560.      * @return \Pimcore\Document\DocumentStack
  1561.      */
  1562.     protected function getDocumentStackService()
  1563.     {
  1564.         return $this->services['Pimcore\\Document\\DocumentStack'] = new \Pimcore\Document\DocumentStack();
  1565.     }
  1566.     /**
  1567.      * Gets the public 'Pimcore\Document\Editable\Block\BlockStateStack' shared autowired service.
  1568.      *
  1569.      * @return \Pimcore\Document\Editable\Block\BlockStateStack
  1570.      */
  1571.     protected function getBlockStateStackService()
  1572.     {
  1573.         return $this->services['Pimcore\\Document\\Editable\\Block\\BlockStateStack'] = new \Pimcore\Document\Editable\Block\BlockStateStack();
  1574.     }
  1575.     /**
  1576.      * Gets the public 'Pimcore\Document\Renderer\DocumentRenderer' shared autowired service.
  1577.      *
  1578.      * @return \Pimcore\Document\Renderer\DocumentRenderer
  1579.      */
  1580.     protected function getDocumentRendererService()
  1581.     {
  1582.         $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()));
  1583.         $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())));
  1584.         return $instance;
  1585.     }
  1586.     /**
  1587.      * Gets the public 'Pimcore\Document\StaticPageGenerator' shared autowired service.
  1588.      *
  1589.      * @return \Pimcore\Document\StaticPageGenerator
  1590.      */
  1591.     protected function getStaticPageGeneratorService()
  1592.     {
  1593.         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()));
  1594.     }
  1595.     /**
  1596.      * Gets the public 'Pimcore\Extension\Bundle\PimcoreBundleManager' shared autowired service.
  1597.      *
  1598.      * @return \Pimcore\Extension\Bundle\PimcoreBundleManager
  1599.      */
  1600.     protected function getPimcoreBundleManagerService()
  1601.     {
  1602.         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()));
  1603.     }
  1604.     /**
  1605.      * Gets the public 'Pimcore\Http\RequestHelper' shared autowired service.
  1606.      *
  1607.      * @return \Pimcore\Http\RequestHelper
  1608.      */
  1609.     protected function getRequestHelperService()
  1610.     {
  1611.         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()));
  1612.     }
  1613.     /**
  1614.      * Gets the public 'Pimcore\Http\Request\Resolver\DocumentResolver' shared autowired service.
  1615.      *
  1616.      * @return \Pimcore\Http\Request\Resolver\DocumentResolver
  1617.      */
  1618.     protected function getDocumentResolverService()
  1619.     {
  1620.         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())));
  1621.     }
  1622.     /**
  1623.      * Gets the public 'Pimcore\Http\Request\Resolver\EditmodeResolver' shared autowired service.
  1624.      *
  1625.      * @return \Pimcore\Http\Request\Resolver\EditmodeResolver
  1626.      */
  1627.     protected function getEditmodeResolverService()
  1628.     {
  1629.         $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()));
  1630.         $a = ($this->services['monolog.logger.init'] ?? $this->getMonolog_Logger_InitService());
  1631.         $instance->setLogger($a);
  1632.         $instance->setLogger($a);
  1633.         return $instance;
  1634.     }
  1635.     /**
  1636.      * Gets the public 'Pimcore\Http\Request\Resolver\OutputTimestampResolver' shared autowired service.
  1637.      *
  1638.      * @return \Pimcore\Http\Request\Resolver\OutputTimestampResolver
  1639.      */
  1640.     protected function getOutputTimestampResolverService()
  1641.     {
  1642.         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())));
  1643.     }
  1644.     /**
  1645.      * Gets the public 'Pimcore\Http\Request\Resolver\PimcoreContextResolver' shared autowired service.
  1646.      *
  1647.      * @return \Pimcore\Http\Request\Resolver\PimcoreContextResolver
  1648.      */
  1649.     protected function getPimcoreContextResolverService()
  1650.     {
  1651.         $a = new \Pimcore\Http\Context\PimcoreContextGuesser(($this->privates['Pimcore\\Http\\RequestMatcherFactory'] ?? ($this->privates['Pimcore\\Http\\RequestMatcherFactory'] = new \Pimcore\Http\RequestMatcherFactory())));
  1652.         $a->addContextRoutes('profiler', [=> ['path' => '^/_(profiler|wdt)(/.*)?$''route' => false'host' => false'methods' => []]]);
  1653.         $a->addContextRoutes('admin', [=> ['path' => '^/admin(/.*)?$''route' => false'host' => false'methods' => []], => ['route' => '^pimcore_admin_''path' => false'host' => false'methods' => []]]);
  1654.         $a->addContextRoutes('plugin', [=> ['path' => '^/plugin(/.*)?$''route' => false'host' => false'methods' => []]]);
  1655.         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);
  1656.     }
  1657.     /**
  1658.      * Gets the public 'Pimcore\Http\Request\Resolver\ResponseHeaderResolver' shared autowired service.
  1659.      *
  1660.      * @return \Pimcore\Http\Request\Resolver\ResponseHeaderResolver
  1661.      */
  1662.     protected function getResponseHeaderResolverService()
  1663.     {
  1664.         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())));
  1665.     }
  1666.     /**
  1667.      * Gets the public 'Pimcore\Http\Request\Resolver\SiteResolver' shared autowired service.
  1668.      *
  1669.      * @return \Pimcore\Http\Request\Resolver\SiteResolver
  1670.      */
  1671.     protected function getSiteResolverService()
  1672.     {
  1673.         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())));
  1674.     }
  1675.     /**
  1676.      * Gets the public 'Pimcore\Http\Request\Resolver\StaticPageResolver' shared autowired service.
  1677.      *
  1678.      * @return \Pimcore\Http\Request\Resolver\StaticPageResolver
  1679.      */
  1680.     protected function getStaticPageResolverService()
  1681.     {
  1682.         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())));
  1683.     }
  1684.     /**
  1685.      * Gets the public 'Pimcore\Http\ResponseHelper' shared autowired service.
  1686.      *
  1687.      * @return \Pimcore\Http\ResponseHelper
  1688.      */
  1689.     protected function getResponseHelperService()
  1690.     {
  1691.         return $this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper();
  1692.     }
  1693.     /**
  1694.      * Gets the public 'Pimcore\Localization\IntlFormatter' shared autowired service.
  1695.      *
  1696.      * @return \Pimcore\Localization\IntlFormatter
  1697.      */
  1698.     protected function getIntlFormatterService()
  1699.     {
  1700.         $this->services['Pimcore\\Localization\\IntlFormatter'] = $instance = new \Pimcore\Localization\IntlFormatter(($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->getLocaleServiceInterfaceService()));
  1701.         $instance->setCurrencyFormat('en''¤¤ #,##0.00');
  1702.         $instance->setCurrencyFormat('de''#,##0.00 Â¤Â¤');
  1703.         return $instance;
  1704.     }
  1705.     /**
  1706.      * Gets the public 'Pimcore\Localization\LocaleServiceInterface' shared autowired service.
  1707.      *
  1708.      * @return \Pimcore\Localization\LocaleService
  1709.      */
  1710.     protected function getLocaleServiceInterfaceService()
  1711.     {
  1712.         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()));
  1713.     }
  1714.     /**
  1715.      * Gets the public 'Pimcore\Model\Document\Editable\Loader\EditableLoader' shared autowired service.
  1716.      *
  1717.      * @return \Pimcore\Model\Document\Editable\Loader\EditableLoader
  1718.      */
  1719.     protected function getEditableLoaderService()
  1720.     {
  1721.         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'])]);
  1722.     }
  1723.     /**
  1724.      * Gets the public 'Pimcore\Model\Document\Service' shared autowired service.
  1725.      *
  1726.      * @return \Pimcore\Model\Document\Service
  1727.      */
  1728.     protected function getServiceService()
  1729.     {
  1730.         return $this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service();
  1731.     }
  1732.     /**
  1733.      * Gets the public 'Pimcore\Targeting\Document\DocumentTargetingConfigurator' shared autowired service.
  1734.      *
  1735.      * @return \Pimcore\Targeting\Document\DocumentTargetingConfigurator
  1736.      */
  1737.     protected function getDocumentTargetingConfiguratorService()
  1738.     {
  1739.         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()));
  1740.     }
  1741.     /**
  1742.      * Gets the public 'Pimcore\Templating\Renderer\EditableRenderer' shared autowired service.
  1743.      *
  1744.      * @return \Pimcore\Templating\Renderer\EditableRenderer
  1745.      */
  1746.     protected function getEditableRendererService()
  1747.     {
  1748.         $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())));
  1749.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1750.         $instance->setLogger($a);
  1751.         $instance->setLogger($a);
  1752.         return $instance;
  1753.     }
  1754.     /**
  1755.      * Gets the public 'Symfony\Bridge\Twig\Extension\WebLinkExtension' shared service.
  1756.      *
  1757.      * @return \Symfony\Bridge\Twig\Extension\WebLinkExtension
  1758.      */
  1759.     protected function getWebLinkExtensionService()
  1760.     {
  1761.         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())));
  1762.     }
  1763.     /**
  1764.      * Gets the public 'Symfony\Component\HttpKernel\EventListener\SessionListener' shared service.
  1765.      *
  1766.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1767.      */
  1768.     protected function getSessionListenerService()
  1769.     {
  1770.         return $this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1771.             'initialized_session' => ['services''session'NULLtrue],
  1772.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  1773.             'session' => ['services''session''getSessionService'true],
  1774.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  1775.         ], [
  1776.             'initialized_session' => '?',
  1777.             'logger' => '?',
  1778.             'session' => '?',
  1779.             'session_collector' => '?',
  1780.         ]), true);
  1781.     }
  1782.     /**
  1783.      * Gets the public 'Symfony\Component\Lock\LockFactory' shared autowired service.
  1784.      *
  1785.      * @return \Symfony\Component\Lock\LockFactory
  1786.      */
  1787.     protected function getLockFactoryService()
  1788.     {
  1789.         $this->services['Symfony\\Component\\Lock\\LockFactory'] = $instance = new \Symfony\Component\Lock\LockFactory(new \Symfony\Component\Lock\Store\PdoStore(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService())));
  1790.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1791.         return $instance;
  1792.     }
  1793.     /**
  1794.      * Gets the public 'Symfony\Contracts\Translation\TranslatorInterface' shared autowired service.
  1795.      *
  1796.      * @return \Pimcore\Translation\Translator
  1797.      */
  1798.     protected function getTranslatorInterfaceService()
  1799.     {
  1800.         $this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] = $instance = new \Pimcore\Translation\Translator(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  1801.         $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'1)));
  1802.         $instance->setAdminPath('@PimcoreCoreBundle/Resources/translations');
  1803.         $instance->setAdminTranslationMapping([]);
  1804.         return $instance;
  1805.     }
  1806.     /**
  1807.      * Gets the public 'cache.app' shared service.
  1808.      *
  1809.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1810.      */
  1811.     protected function getCache_AppService()
  1812.     {
  1813.         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'));
  1814.     }
  1815.     /**
  1816.      * Gets the public 'cache.system' shared service.
  1817.      *
  1818.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1819.      */
  1820.     protected function getCache_SystemService()
  1821.     {
  1822.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gQRazOaPcu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1823.     }
  1824.     /**
  1825.      * Gets the public 'cache.validator_expression_language' shared service.
  1826.      *
  1827.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1828.      */
  1829.     protected function getCache_ValidatorExpressionLanguageService()
  1830.     {
  1831.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pZuiKxFV3L'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1832.     }
  1833.     /**
  1834.      * Gets the public 'cmf.activity_store' shared autowired service.
  1835.      *
  1836.      * @return \CustomerManagementFrameworkBundle\ActivityStore\MySQL
  1837.      */
  1838.     protected function getCmf_ActivityStoreService()
  1839.     {
  1840.         return $this->services['cmf.activity_store'] = new \CustomerManagementFrameworkBundle\ActivityStore\MySQL(($this->services['Knp\\Component\\Pager\\PaginatorInterface'] ?? $this->getPaginatorInterfaceService()));
  1841.     }
  1842.     /**
  1843.      * Gets the public 'cmf.view_formatter' shared autowired service.
  1844.      *
  1845.      * @return \CustomerManagementFrameworkBundle\View\Formatter\DefaultViewFormatter
  1846.      */
  1847.     protected function getCmf_ViewFormatterService()
  1848.     {
  1849.         return $this->services['cmf.view_formatter'] = new \CustomerManagementFrameworkBundle\View\Formatter\DefaultViewFormatter(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
  1850.     }
  1851.     /**
  1852.      * Gets the public 'cmf_routing.route_provider' shared autowired service.
  1853.      *
  1854.      * @return \Pimcore\Routing\DynamicRouteProvider
  1855.      */
  1856.     protected function getCmfRouting_RouteProviderService()
  1857.     {
  1858.         $a = ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService());
  1859.         $this->services['cmf_routing.route_provider'] = $instance = new \Pimcore\Routing\DynamicRouteProvider($a);
  1860.         $instance->addHandler(($this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] ?? $this->getDocumentRouteHandlerService()));
  1861.         $instance->addHandler(new \Pimcore\Routing\Dynamic\DataObjectRouteHandler(($this->services['Pimcore\\Model\\Document\\Service'] ?? ($this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service())), $a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config()))));
  1862.         return $instance;
  1863.     }
  1864.     /**
  1865.      * Gets the public 'data_collector.dump' shared service.
  1866.      *
  1867.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1868.      */
  1869.     protected function getDataCollector_DumpService()
  1870.     {
  1871.         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);
  1872.     }
  1873.     /**
  1874.      * Gets the public 'doctrine' shared service.
  1875.      *
  1876.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1877.      */
  1878.     protected function getDoctrineService()
  1879.     {
  1880.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], [], 'default''');
  1881.     }
  1882.     /**
  1883.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1884.      *
  1885.      * @return \Pimcore\Db\Connection
  1886.      */
  1887.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1888.     {
  1889.         $a = new \Doctrine\DBAL\Configuration();
  1890.         $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()))]));
  1891.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'lock_keys'=> 'cache_items'])]));
  1892.         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' => '127.0.0.1''port' => '3306''user' => 'bn_pimcore''password' => '3383834dd03459918b434caacedad81b4737bfc7e3a0cf39026ba8cde872b6c1''dbname' => 'bitnami_pimcore''driverOptions' => [], 'wrapperClass' => '\\Pimcore\\Db\\Connection''serverVersion' => '10.6.10-MariaDB''defaultTableOptions' => ['charset' => 'UTF8MB4''collate' => 'utf8mb4_general_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1893.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  1894.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1895.         ], [
  1896.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  1897.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1898.         ]), [=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'cmf_routing.persistence.doctrine.route_condition_metadata_listener']), ['enum' => 'string''bit' => 'boolean']);
  1899.     }
  1900.     /**
  1901.      * Gets the public 'event_dispatcher' shared service.
  1902.      *
  1903.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1904.      */
  1905.     protected function getEventDispatcherService()
  1906.     {
  1907.         $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())));
  1908.         $instance->addListener('scheb_two_factor.authentication.complete', [=> function () {
  1909.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\TwoFactorListener'] ?? $this->load('getTwoFactorListenerService'));
  1910.         }, => 'onAuthenticationComplete'], 0);
  1911.         $instance->addListener('scheb_two_factor.authentication.attempt', [=> function () {
  1912.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\TwoFactorListener'] ?? $this->load('getTwoFactorListenerService'));
  1913.         }, => 'onAuthenticationAttempt'], 0);
  1914.         $instance->addListener('pimcore.dataobject.preAdd', [=> function () {
  1915.             return ($this->privates['App\\EventListener\\NameSettingListener'] ?? ($this->privates['App\\EventListener\\NameSettingListener'] = new \App\EventListener\NameSettingListener()));
  1916.         }, => 'onPreAdd'], 0);
  1917.         $instance->addListener('pimcore.bundle_manager.paths.css', [=> function () {
  1918.             return ($this->privates['App\\EventListener\\PimcoreAdminListener'] ?? ($this->privates['App\\EventListener\\PimcoreAdminListener'] = new \App\EventListener\PimcoreAdminListener()));
  1919.         }, => 'addCSSFiles'], 0);
  1920.         $instance->addListener('pimcore.bundle_manager.paths.js', [=> function () {
  1921.             return ($this->privates['App\\EventListener\\PimcoreAdminListener'] ?? ($this->privates['App\\EventListener\\PimcoreAdminListener'] = new \App\EventListener\PimcoreAdminListener()));
  1922.         }, => 'addJSFiles'], 0);
  1923.         $instance->addListener('pimcore.admin.resolve.elementAdminStyle', [=> function () {
  1924.             return ($this->privates['App\\EventListener\\PimcoreAdminListener'] ?? ($this->privates['App\\EventListener\\PimcoreAdminListener'] = new \App\EventListener\PimcoreAdminListener()));
  1925.         }, => 'onResolveElementAdminStyle'], 0);
  1926.         $instance->addListener('pimcore.ecommerce.ordermanager.postUpdateOrder', [=> function () {
  1927.             return ($this->privates['App\\EventListener\\CheckoutEventListener'] ?? $this->load('getCheckoutEventListenerService'));
  1928.         }, => 'onUpdateOrder'], 0);
  1929.         $instance->addListener('pimcore.ecommerce.commitorderprocessor.sendConfirmationMails', [=> function () {
  1930.             return ($this->privates['App\\EventListener\\CheckoutEventListener'] ?? $this->load('getCheckoutEventListenerService'));
  1931.         }, => 'sendConfirmationMail'], 0);
  1932.         $instance->addListener('pimcore.ecommerce.commitorderprocessor.postCommitOrder', [=> function () {
  1933.             return ($this->privates['App\\EventListener\\CheckoutEventListener'] ?? $this->load('getCheckoutEventListenerService'));
  1934.         }, => 'postCommitOrder'], 0);
  1935.         $instance->addListener('kernel.controller', [=> function () {
  1936.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1937.         }, => 'onKernelController'], 0);
  1938.         $instance->addListener('kernel.response', [=> function () {
  1939.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'] ?? $this->getGoogleAnalyticsCodeListenerService());
  1940.         }, => 'onKernelResponse'], -110);
  1941.         $instance->addListener('kernel.response', [=> function () {
  1942.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'] ?? $this->getGoogleTagManagerListenerService());
  1943.         }, => 'onKernelResponse'], -108);
  1944.         $instance->addListener('kernel.request', [=> function () {
  1945.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
  1946.         }, => 'onKernelRequest'], 610);
  1947.         $instance->addListener('kernel.response', [=> function () {
  1948.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
  1949.         }, => 'onKernelResponse'], -120);
  1950.         $instance->addListener('kernel.response', [=> function () {
  1951.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
  1952.         }, => 'stopPropagationCheck'], 100);
  1953.         $instance->addListener('kernel.request', [=> function () {
  1954.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener'] ?? $this->getMaintenancePageListenerService());
  1955.         }, => 'onKernelRequest'], 620);
  1956.         $instance->addListener('kernel.request', [=> function () {
  1957.             return ($this->services['pimcore.event_listener.frontend.activity_url_tracker'] ?? $this->getPimcore_EventListener_Frontend_ActivityUrlTrackerService());
  1958.         }, => 'onKernelRequest'], -200);
  1959.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  1960.             return ($this->services['cmf.event_listener.pimcore_object'] ?? $this->load('getCmf_EventListener_PimcoreObjectService'));
  1961.         }, => 'onPreUpdate'], 0);
  1962.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  1963.             return ($this->services['cmf.event_listener.pimcore_object'] ?? $this->load('getCmf_EventListener_PimcoreObjectService'));
  1964.         }, => 'onPostUpdate'], 0);
  1965.         $instance->addListener('pimcore.dataobject.preAdd', [=> function () {
  1966.             return ($this->services['cmf.event_listener.pimcore_object'] ?? $this->load('getCmf_EventListener_PimcoreObjectService'));
  1967.         }, => 'onPreAdd'], 0);
  1968.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  1969.             return ($this->services['cmf.event_listener.pimcore_object'] ?? $this->load('getCmf_EventListener_PimcoreObjectService'));
  1970.         }, => 'onPostAdd'], 0);
  1971.         $instance->addListener('pimcore.dataobject.preDelete', [=> function () {
  1972.             return ($this->services['cmf.event_listener.pimcore_object'] ?? $this->load('getCmf_EventListener_PimcoreObjectService'));
  1973.         }, => 'onPreDelete'], 0);
  1974.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  1975.             return ($this->services['cmf.event_listener.pimcore_object'] ?? $this->load('getCmf_EventListener_PimcoreObjectService'));
  1976.         }, => 'onPostDelete'], 0);
  1977.         $instance->addListener('pimcore.dataobject.import.preSave', [=> function () {
  1978.             return ($this->services['cmf.event_listener.pimcore_object'] ?? $this->load('getCmf_EventListener_PimcoreObjectService'));
  1979.         }, => 'onPreSave'], 0);
  1980.         $instance->addListener('plugin.ObjectMerger.postMerge', [=> function () {
  1981.             return ($this->services['cmf.event_listener.object_merger'] ?? $this->load('getCmf_EventListener_ObjectMergerService'));
  1982.         }, => 'onPostMerge'], 0);
  1983.         $instance->addListener('plugin.ObjectMerger.preMerge', [=> function () {
  1984.             return ($this->services['cmf.event_listener.object_merger'] ?? $this->load('getCmf_EventListener_ObjectMergerService'));
  1985.         }, => 'onPreMerge'], 0);
  1986.         $instance->addListener('pimcore.system.maintenance', [=> function () {
  1987.             return ($this->services['cmf.event_listener.maintenance'] ?? ($this->services['cmf.event_listener.maintenance'] = new \CustomerManagementFrameworkBundle\Event\MaintenanceEventListener()));
  1988.         }, => 'onMaintenance'], 0);
  1989.         $instance->addListener('plugin.cmf.new-activity', [=> function () {
  1990.             return ($this->services['cmf.event_listener.action_trigger'] ?? $this->load('getCmf_EventListener_ActionTriggerService'));
  1991.         }, => 'handleEvent'], 0);
  1992.         $instance->addListener('plugin.cmf.execute-segment-builders', [=> function () {
  1993.             return ($this->services['cmf.event_listener.action_trigger'] ?? $this->load('getCmf_EventListener_ActionTriggerService'));
  1994.         }, => 'handleEvent'], 0);
  1995.         $instance->addListener('plugin.cmf.after-track-activity', [=> function () {
  1996.             return ($this->services['cmf.event_listener.action_trigger'] ?? $this->load('getCmf_EventListener_ActionTriggerService'));
  1997.         }, => 'handleEvent'], 0);
  1998.         $instance->addListener('plugin.cmf.segment-tracked', [=> function () {
  1999.             return ($this->services['cmf.event_listener.action_trigger'] ?? $this->load('getCmf_EventListener_ActionTriggerService'));
  2000.         }, => 'handleEvent'], 0);
  2001.         $instance->addListener('plugin.cmf.target-group-assigned', [=> function () {
  2002.             return ($this->services['cmf.event_listener.action_trigger'] ?? $this->load('getCmf_EventListener_ActionTriggerService'));
  2003.         }, => 'handleEvent'], 0);
  2004.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2005.             return ($this->services['CustomerManagementFrameworkBundle\\Event\\PimcoreElementRemovalListenerInterface'] ?? $this->load('getPimcoreElementRemovalListenerInterfaceService'));
  2006.         }, => 'onPostDelete'], 0);
  2007.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2008.             return ($this->services['CustomerManagementFrameworkBundle\\Event\\PimcoreElementRemovalListenerInterface'] ?? $this->load('getPimcoreElementRemovalListenerInterfaceService'));
  2009.         }, => 'onPostDelete'], 0);
  2010.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2011.             return ($this->services['CustomerManagementFrameworkBundle\\Event\\PimcoreElementRemovalListenerInterface'] ?? $this->load('getPimcoreElementRemovalListenerInterfaceService'));
  2012.         }, => 'onPostDelete'], 0);
  2013.         $instance->addListener('pimcore.targeting.assign_document_target_group', [=> function () {
  2014.             return ($this->services['CustomerManagementFrameworkBundle\\Event\\TargetingEventListener'] ?? $this->load('getTargetingEventListenerService'));
  2015.         }, => 'onAssignDocumentTargetGroup'], 0);
  2016.         $instance->addListener('pimcore.targeting.post_rule_actions', [=> function () {
  2017.             return ($this->services['CustomerManagementFrameworkBundle\\Event\\TargetingEventListener'] ?? $this->load('getTargetingEventListenerService'));
  2018.         }, => 'onPostRuleActions'], 0);
  2019.         $instance->addListener('pimcore.admin.indexAction.settings', [=> function () {
  2020.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\AdminListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\AdminListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\AdminListener()));
  2021.         }, => 'addIndexSettings'], 0);
  2022.         $instance->addListener('kernel.response', [=> function () {
  2023.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  2024.         }, => 'onKernelResponse'], 0);
  2025.         $instance->addListener('kernel.response', [=> function () {
  2026.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2027.         }, => 'onKernelResponse'], -1024);
  2028.         $instance->addListener('kernel.request', [=> function () {
  2029.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  2030.         }, => 'setDefaultLocale'], 100);
  2031.         $instance->addListener('kernel.request', [=> function () {
  2032.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  2033.         }, => 'onKernelRequest'], 16);
  2034.         $instance->addListener('kernel.finish_request', [=> function () {
  2035.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  2036.         }, => 'onKernelFinishRequest'], 0);
  2037.         $instance->addListener('kernel.request', [=> function () {
  2038.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2039.         }, => 'onKernelRequest'], 256);
  2040.         $instance->addListener('kernel.response', [=> function () {
  2041.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2042.         }, => 'onResponse'], -255);
  2043.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2044.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2045.         }, => 'onControllerArguments'], 0);
  2046.         $instance->addListener('kernel.exception', [=> function () {
  2047.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2048.         }, => 'logKernelException'], 0);
  2049.         $instance->addListener('kernel.exception', [=> function () {
  2050.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2051.         }, => 'onKernelException'], -128);
  2052.         $instance->addListener('kernel.response', [=> function () {
  2053.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2054.         }, => 'removeCspHeader'], -128);
  2055.         $instance->addListener('kernel.request', [=> function () {
  2056.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2057.         }, => 'onKernelRequest'], 15);
  2058.         $instance->addListener('kernel.finish_request', [=> function () {
  2059.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2060.         }, => 'onKernelFinishRequest'], -15);
  2061.         $instance->addListener('console.error', [=> function () {
  2062.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2063.         }, => 'onConsoleError'], -128);
  2064.         $instance->addListener('console.terminate', [=> function () {
  2065.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2066.         }, => 'onConsoleTerminate'], -128);
  2067.         $instance->addListener('console.error', [=> function () {
  2068.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2069.         }, => 'onConsoleError'], 0);
  2070.         $instance->addListener('kernel.request', [=> function () {
  2071.             return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
  2072.         }, => 'onKernelRequest'], 128);
  2073.         $instance->addListener('kernel.response', [=> function () {
  2074.             return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
  2075.         }, => 'onKernelResponse'], -1000);
  2076.         $instance->addListener('kernel.finish_request', [=> function () {
  2077.             return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
  2078.         }, => 'onFinishRequest'], 0);
  2079.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2080.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2081.         }, => 'onMessageFailed'], 100);
  2082.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2083.             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()));
  2084.         }, => 'onMessageFailed'], 200);
  2085.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2086.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  2087.         }, => 'onWorkerRunning'], 100);
  2088.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2089.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2090.         }, => 'onWorkerStarted'], 0);
  2091.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2092.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2093.         }, => 'onWorkerRunning'], 0);
  2094.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2095.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener()));
  2096.         }, => 'onWorkerStarted'], 100);
  2097.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2098.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2099.         }, => 'onMessage'], -255);
  2100.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2101.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2102.         }, => 'onMessage'], -255);
  2103.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2104.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2105.         }, => 'onNotification'], -255);
  2106.         $instance->addListener('kernel.response', [=> function () {
  2107.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2108.         }, => 'onKernelResponse'], -100);
  2109.         $instance->addListener('kernel.exception', [=> function () {
  2110.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2111.         }, => 'onKernelException'], 0);
  2112.         $instance->addListener('kernel.terminate', [=> function () {
  2113.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2114.         }, => 'onKernelTerminate'], -1024);
  2115.         $instance->addListener('kernel.controller', [=> function () {
  2116.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2117.         }, => 'onKernelController'], 0);
  2118.         $instance->addListener('kernel.response', [=> function () {
  2119.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2120.         }, => 'onKernelResponse'], 0);
  2121.         $instance->addListener('kernel.request', [=> function () {
  2122.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2123.         }, => 'configure'], 2048);
  2124.         $instance->addListener('console.command', [=> function () {
  2125.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2126.         }, => 'configure'], 2048);
  2127.         $instance->addListener('kernel.request', [=> function () {
  2128.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2129.         }, => 'onKernelRequest'], 32);
  2130.         $instance->addListener('kernel.finish_request', [=> function () {
  2131.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2132.         }, => 'onKernelFinishRequest'], 0);
  2133.         $instance->addListener('kernel.exception', [=> function () {
  2134.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2135.         }, => 'onKernelException'], -64);
  2136.         $instance->addListener('kernel.response', [=> function () {
  2137.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2138.         }, => 'onKernelResponse'], 0);
  2139.         $instance->addListener('kernel.response', [=> function () {
  2140.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2141.         }, => 'onKernelResponse'], 0);
  2142.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2143.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2144.         }, => 'onVoterVote'], 0);
  2145.         $instance->addListener('kernel.request', [=> function () {
  2146.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2147.         }, => 'configureLogoutUrlGenerator'], 8);
  2148.         $instance->addListener('kernel.request', [=> function () {
  2149.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2150.         }, => 'onKernelRequest'], 8);
  2151.         $instance->addListener('kernel.finish_request', [=> function () {
  2152.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2153.         }, => 'onKernelFinishRequest'], 0);
  2154.         $instance->addListener('kernel.exception', [=> function () {
  2155.             return ($this->privates['security.authentication.kernel_exception_listener.two_factor.pimcore_admin'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_PimcoreAdminService'));
  2156.         }, => 'onKernelException'], 2);
  2157.         $instance->addListener('kernel.request', [=> function () {
  2158.             return ($this->privates['security.authentication.form_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_PimcoreAdminService());
  2159.         }, => 'onKernelRequest'], 0);
  2160.         $instance->addListener('security.authentication.success', [=> function () {
  2161.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2162.         }, => 'onLogin'], 9223372036854775807);
  2163.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  2164.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2165.         }, => 'onAccessDenied'], 0);
  2166.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  2167.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2168.         }, => 'onTwoFactorForm'], 0);
  2169.         $instance->addListener('kernel.response', [=> function () {
  2170.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2171.         }, => 'onKernelResponse'], 1);
  2172.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2173.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2174.         }, => 'onMessage'], 0);
  2175.         $instance->addListener('console.command', [=> function () {
  2176.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2177.         }, => 'onCommand'], 255);
  2178.         $instance->addListener('console.terminate', [=> function () {
  2179.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2180.         }, => 'onTerminate'], -255);
  2181.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2182.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2183.         }, => 'onWorkerMessageHandled'], 0);
  2184.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2185.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2186.         }, => 'onWorkerMessageFailed'], 0);
  2187.         $instance->addListener('kernel.controller', [=> function () {
  2188.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2189.         }, => 'onKernelController'], 0);
  2190.         $instance->addListener('kernel.controller', [=> function () {
  2191.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2192.         }, => 'onKernelController'], 0);
  2193.         $instance->addListener('kernel.controller', [=> function () {
  2194.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2195.         }, => 'onKernelController'], -128);
  2196.         $instance->addListener('kernel.view', [=> function () {
  2197.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2198.         }, => 'onKernelView'], 0);
  2199.         $instance->addListener('kernel.controller', [=> function () {
  2200.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2201.         }, => 'onKernelController'], 0);
  2202.         $instance->addListener('kernel.response', [=> function () {
  2203.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2204.         }, => 'onKernelResponse'], 0);
  2205.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2206.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2207.         }, => 'onKernelControllerArguments'], 0);
  2208.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2209.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2210.         }, => 'onKernelControllerArguments'], 0);
  2211.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2212.             return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
  2213.         }, => 'registerRouteAnnotation'], 0);
  2214.         $instance->addListener('security.authentication.success', [=> function () {
  2215.             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()));
  2216.         }, => 'onLogin'], 9223372036854775806);
  2217.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2218.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  2219.         }, => 'checkPassport'], 0);
  2220.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2221.             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()));
  2222.         }, => 'onSuccessfulLogin'], -63);
  2223.         $instance->addListener('console.command', [=> function () {
  2224.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2225.         }, => 'configure'], 1024);
  2226.         $instance->addListener('kernel.response', [=> function () {
  2227.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2228.         }, => 'onKernelResponse'], -128);
  2229.         $instance->addListener('knp_pager.items', [=> function () {
  2230.             return ($this->privates['Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber'] ?? ($this->privates['Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber'] = new \Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber()));
  2231.         }, => 'items'], -5);
  2232.         $instance->addListener('knp_pager.before', [=> function () {
  2233.             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()));
  2234.         }, => 'before'], 0);
  2235.         $instance->addListener('knp_pager.pagination', [=> function () {
  2236.             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()));
  2237.         }, => 'pagination'], 0);
  2238.         $instance->addListener('workflow.completed', [=> function () {
  2239.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotificationSubscriber'] ?? $this->load('getNotificationSubscriberService'));
  2240.         }, => 'onWorkflowCompleted'], 0);
  2241.         $instance->addListener('workflow.completed', [=> function () {
  2242.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
  2243.         }, => 'onWorkflowCompleted'], 1);
  2244.         $instance->addListener('workflow.enter', [=> function () {
  2245.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
  2246.         }, => 'onWorkflowEnter'], 0);
  2247.         $instance->addListener('pimcore.workflow.preGlobalAction', [=> function () {
  2248.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
  2249.         }, => 'onPreGlobalAction'], 0);
  2250.         $instance->addListener('pimcore.workflow.postGlobalAction', [=> function () {
  2251.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
  2252.         }, => 'onPostGlobalAction'], 0);
  2253.         $instance->addListener('workflow.completed', [=> function () {
  2254.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\ChangePublishedStateSubscriber'] ?? ($this->privates['Pimcore\\Workflow\\EventSubscriber\\ChangePublishedStateSubscriber'] = new \Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber()));
  2255.         }, => 'onWorkflowCompleted'], 0);
  2256.         $instance->addListener('kernel.request', [=> function () {
  2257.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener'] ?? $this->getRoutingListenerService());
  2258.         }, => 'onKernelRequest'], 512);
  2259.         $instance->addListener('kernel.exception', [=> function () {
  2260.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener'] ?? $this->getRoutingListenerService());
  2261.         }, => 'onKernelException'], 64);
  2262.         $instance->addListener('kernel.request', [=> function () {
  2263.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener'] ?? $this->getPimcoreContextListenerService());
  2264.         }, => 'onKernelRequest'], 24);
  2265.         $instance->addListener('kernel.request', [=> function () {
  2266.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] ?? $this->getDocumentFallbackListenerService());
  2267.         }, => 'onKernelRequest'], 20);
  2268.         $instance->addListener('kernel.controller', [=> function () {
  2269.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] ?? $this->getDocumentFallbackListenerService());
  2270.         }, => 'onKernelController'], 50);
  2271.         $instance->addListener('kernel.response', [=> function () {
  2272.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener()));
  2273.         }, => 'onKernelResponse'], 0);
  2274.         $instance->addListener('kernel.request', [=> function () {
  2275.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] ?? $this->getLocaleListenerService());
  2276.         }, => 'onKernelRequest'], 1);
  2277.         $instance->addListener('kernel.response', [=> function () {
  2278.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] ?? $this->getLocaleListenerService());
  2279.         }, => 'onKernelResponse'], 0);
  2280.         $instance->addListener('kernel.request', [=> function () {
  2281.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener'] ?? $this->getTranslationDebugListenerService());
  2282.         }, => 'onKernelRequest'], 0);
  2283.         $instance->addListener('kernel.controller', [=> function () {
  2284.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener'] ?? $this->getElementListenerService());
  2285.         }, => 'onKernelController'], 30);
  2286.         $instance->addListener('kernel.controller', [=> function () {
  2287.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
  2288.         }, => 'onKernelController'], 15);
  2289.         $instance->addListener('kernel.response', [=> function () {
  2290.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
  2291.         }, => 'onKernelResponse'], 0);
  2292.         $instance->addListener('kernel.request', [=> function () {
  2293.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
  2294.         }, => 'onKernelRequest'], 700);
  2295.         $instance->addListener('kernel.response', [=> function () {
  2296.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener'] ?? $this->getHardlinkCanonicalListenerService());
  2297.         }, => 'onKernelResponse'], 0);
  2298.         $instance->addListener('kernel.request', [=> function () {
  2299.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener'] ?? $this->getBlockStateListenerService());
  2300.         }, => 'onKernelRequest'], 0);
  2301.         $instance->addListener('kernel.response', [=> function () {
  2302.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener'] ?? $this->getBlockStateListenerService());
  2303.         }, => 'onKernelResponse'], 0);
  2304.         $instance->addListener('kernel.request', [=> function () {
  2305.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener'] ?? $this->getDocumentMetaDataListenerService());
  2306.         }, => 'onKernelRequest'], 0);
  2307.         $instance->addListener('pimcore.document.renderer.pre_render', [=> function () {
  2308.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentRendererListener'] ?? $this->load('getDocumentRendererListenerService'));
  2309.         }, => 'onPreRender'], 0);
  2310.         $instance->addListener('pimcore.document.renderer.post_render', [=> function () {
  2311.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentRendererListener'] ?? $this->load('getDocumentRendererListenerService'));
  2312.         }, => 'onPostRender'], 0);
  2313.         $instance->addListener('kernel.request', [=> function () {
  2314.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentStackListener'] ?? $this->getDocumentStackListenerService());
  2315.         }, => 'onKernelRequest'], 0);
  2316.         $instance->addListener('kernel.response', [=> function () {
  2317.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentStackListener'] ?? $this->getDocumentStackListenerService());
  2318.         }, => 'onKernelResponse'], 0);
  2319.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2320.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2321.         }, => 'onPostAddUpdateDeleteDocument'], 0);
  2322.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2323.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2324.         }, => 'onPostAddUpdateDeleteDocument'], 0);
  2325.         $instance->addListener('pimcore.document.postUpdate', [=> function () {
  2326.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2327.         }, => 'onPostAddUpdateDeleteDocument'], 0);
  2328.         $instance->addListener('kernel.request', [=> function () {
  2329.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2330.         }, => 'onKernelRequest'], 580);
  2331.         $instance->addListener('kernel.response', [=> function () {
  2332.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2333.         }, => 'onKernelResponse'], -120);
  2334.         $instance->addListener('kernel.view', [=> function () {
  2335.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ContentTemplateListener'] ?? $this->load('getContentTemplateListenerService'));
  2336.         }, => 'onKernelView'], 16);
  2337.         $instance->addListener('kernel.controller', [=> function () {
  2338.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener()));
  2339.         }, => 'onKernelController'], 0);
  2340.         $instance->addListener('kernel.response', [=> function () {
  2341.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener()));
  2342.         }, => 'onKernelResponse'], 0);
  2343.         $instance->addListener('pimcore.dataobject.preAdd', [=> function () {
  2344.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2345.         }, => 'onElementPreAdd'], 0);
  2346.         $instance->addListener('pimcore.document.preAdd', [=> function () {
  2347.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2348.         }, => 'onElementPreAdd'], 0);
  2349.         $instance->addListener('pimcore.asset.preAdd', [=> function () {
  2350.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2351.         }, => 'onElementPreAdd'], 0);
  2352.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2353.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2354.         }, => 'onElementPostDelete'], 0);
  2355.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2356.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2357.         }, => 'onElementPostDelete'], 0);
  2358.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2359.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2360.         }, => 'onElementPostDelete'], 0);
  2361.         $instance->addListener('pimcore.admin.dataobject.get.preSendData', [=> function () {
  2362.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2363.         }, => 'onAdminElementGetPreSendData'], 0);
  2364.         $instance->addListener('pimcore.admin.asset.get.preSendData', [=> function () {
  2365.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2366.         }, => 'onAdminElementGetPreSendData'], 0);
  2367.         $instance->addListener('pimcore.admin.document.get.preSendData', [=> function () {
  2368.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2369.         }, => 'onAdminElementGetPreSendData'], 0);
  2370.         $instance->addListener('pimcore.dataobject.postCopy', [=> function () {
  2371.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2372.         }, => 'onPostCopy'], 0);
  2373.         $instance->addListener('pimcore.document.postCopy', [=> function () {
  2374.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2375.         }, => 'onPostCopy'], 0);
  2376.         $instance->addListener('pimcore.asset.postCopy', [=> function () {
  2377.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2378.         }, => 'onPostCopy'], 0);
  2379.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2380.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2381.         }, => 'onPostAssetDelete'], -9999);
  2382.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2383.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2384.         }, => 'onPostAddElement'], 0);
  2385.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2386.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2387.         }, => 'onPostAddElement'], 0);
  2388.         $instance->addListener('pimcore.asset.postAdd', [=> function () {
  2389.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2390.         }, => 'onPostAddElement'], 0);
  2391.         $instance->addListener('pimcore.dataobject.preDelete', [=> function () {
  2392.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2393.         }, => 'onPreDeleteElement'], 0);
  2394.         $instance->addListener('pimcore.document.preDelete', [=> function () {
  2395.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2396.         }, => 'onPreDeleteElement'], 0);
  2397.         $instance->addListener('pimcore.asset.preDelete', [=> function () {
  2398.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2399.         }, => 'onPreDeleteElement'], 0);
  2400.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2401.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2402.         }, => 'onPostUpdateElement'], 0);
  2403.         $instance->addListener('pimcore.document.postUpdate', [=> function () {
  2404.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2405.         }, => 'onPostUpdateElement'], 0);
  2406.         $instance->addListener('pimcore.asset.postUpdate', [=> function () {
  2407.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2408.         }, => 'onPostUpdateElement'], 0);
  2409.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2410.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2411.         }, => 'onPostAdd'], 0);
  2412.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2413.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2414.         }, => 'onPostAdd'], 0);
  2415.         $instance->addListener('pimcore.asset.postAdd', [=> function () {
  2416.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2417.         }, => 'onPostAdd'], 0);
  2418.         $instance->addListener('pimcore.class.postAdd', [=> function () {
  2419.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2420.         }, => 'onPostAdd'], 0);
  2421.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2422.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2423.         }, => 'onPostDelete'], 0);
  2424.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2425.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2426.         }, => 'onPostDelete'], 0);
  2427.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2428.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2429.         }, => 'onPostDelete'], 0);
  2430.         $instance->addListener('pimcore.class.postDelete', [=> function () {
  2431.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2432.         }, => 'onPostDelete'], 0);
  2433.         $instance->addListener('kernel.exception', [=> function () {
  2434.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseExceptionListener'] ?? $this->load('getResponseExceptionListenerService'));
  2435.         }, => 'onKernelException'], 0);
  2436.         $instance->addListener('kernel.response', [=> function () {
  2437.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener'] ?? $this->getResponseHeaderListenerService());
  2438.         }, => 'onKernelResponse'], 32);
  2439.         $instance->addListener('kernel.request', [=> function () {
  2440.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] ?? $this->getEditmodeListenerService());
  2441.         }, => 'onKernelRequest'], 0);
  2442.         $instance->addListener('kernel.response', [=> function () {
  2443.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] ?? $this->getEditmodeListenerService());
  2444.         }, => 'onKernelResponse'], 0);
  2445.         $instance->addListener('kernel.response', [=> function () {
  2446.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener'] ?? $this->getResponseStackListenerService());
  2447.         }, => 'onKernelResponse'], 24);
  2448.         $instance->addListener('kernel.response', [=> function () {
  2449.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener'] ?? $this->getInternalWysiwygHtmlAttributeFilterListenerService());
  2450.         }, => 'onKernelResponse'], 0);
  2451.         $instance->addListener('kernel.request', [=> function () {
  2452.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener'] ?? $this->getGoogleSearchConsoleVerificationListenerService());
  2453.         }, => 'onKernelRequest'], 64);
  2454.         $instance->addListener('kernel.request', [=> function () {
  2455.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener'] ?? $this->getOutputTimestampListenerService());
  2456.         }, => 'onKernelRequest'], 0);
  2457.         $instance->addListener('kernel.request', [=> function () {
  2458.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'] ?? $this->getWebDebugToolbarListenerService());
  2459.         }, => 'onKernelResponse'], -118);
  2460.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2461.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MessengerClearRuntimeCacheListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MessengerClearRuntimeCacheListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener()));
  2462.         }, => 'handle'], 0);
  2463.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2464.             return ($this->privates['Pimcore\\Sitemap\\EventListener\\SitemapGeneratorListener'] ?? $this->load('getSitemapGeneratorListenerService'));
  2465.         }, => 'onPopulateSitemap'], 0);
  2466.         $instance->addListener('kernel.request', [=> function () {
  2467.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
  2468.         }, => 'onKernelRequest'], 7);
  2469.         $instance->addListener('kernel.response', [=> function () {
  2470.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
  2471.         }, => 'onKernelResponse'], -115);
  2472.         $instance->addListener('pimcore.targeting.pre_resolve', [=> function () {
  2473.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
  2474.         }, => 'onPreResolve'], 0);
  2475.         $instance->addListener('pimcore.targeting.pre_resolve', [=> function () {
  2476.             return ($this->privates['Pimcore\\Targeting\\EventListener\\DocumentTargetGroupListener'] ?? $this->load('getDocumentTargetGroupListenerService'));
  2477.         }, => 'onVisitorInfoResolve'], 0);
  2478.         $instance->addListener('pimcore.cache.full_page.prepare_response', [=> function () {
  2479.             return ($this->privates['Pimcore\\Targeting\\EventListener\\FullPageCacheCookieCleanupListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\FullPageCacheCookieCleanupListener'] = new \Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener()));
  2480.         }, => 'onPrepareFullPageCacheResponse'], 0);
  2481.         $instance->addListener('pimcore.targeting.visited_pages_count_match', [=> function () {
  2482.             return ($this->privates['Pimcore\\Targeting\\EventListener\\VisitedPagesCountListener'] ?? $this->load('getVisitedPagesCountListenerService'));
  2483.         }, => 'onVisitedPagesCountMatch'], 0);
  2484.         $instance->addListener('pimcore.targeting.post_resolve', [=> function () {
  2485.             return ($this->privates['Pimcore\\Targeting\\EventListener\\VisitedPagesCountListener'] ?? $this->load('getVisitedPagesCountListenerService'));
  2486.         }, => 'onPostResolveVisitorInfo'], 0);
  2487.         $instance->addListener('pimcore.targeting.pre_resolve', [=> function () {
  2488.             return ($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] ?? $this->getToolbarListenerService());
  2489.         }, => 'onPreResolve'], -10);
  2490.         $instance->addListener('kernel.response', [=> function () {
  2491.             return ($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] ?? $this->getToolbarListenerService());
  2492.         }, => 'onKernelResponse'], -127);
  2493.         $instance->addListener('kernel.controller', [=> function () {
  2494.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\BruteforceProtectionListener'] ?? $this->getBruteforceProtectionListenerService());
  2495.         }, => 'onKernelController'], 0);
  2496.         $instance->addListener('kernel.exception', [=> function () {
  2497.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\BruteforceProtectionListener'] ?? $this->getBruteforceProtectionListenerService());
  2498.         }, => 'onKernelException'], 0);
  2499.         $instance->addListener('kernel.controller', [=> function () {
  2500.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener'] ?? $this->getAdminAuthenticationDoubleCheckListenerService());
  2501.         }, => 'onKernelController'], 0);
  2502.         $instance->addListener('kernel.request', [=> function () {
  2503.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
  2504.         }, => 'handleRequest'], 11);
  2505.         $instance->addListener('kernel.exception', [=> function () {
  2506.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminExceptionListener'] ?? $this->load('getAdminExceptionListenerService'));
  2507.         }, => 'onKernelException'], 0);
  2508.         $instance->addListener('pimcore.class.postDelete', [=> function () {
  2509.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
  2510.         }, => 'onClassDelete'], 0);
  2511.         $instance->addListener('pimcore.user.postDelete', [=> function () {
  2512.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
  2513.         }, => 'onUserDelete'], 0);
  2514.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2515.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
  2516.         }, => 'onObjectDelete'], 0);
  2517.         $instance->addListener('pimcore.class.postDelete', [=> function () {
  2518.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener()));
  2519.         }, => 'onClassDelete'], 0);
  2520.         $instance->addListener('pimcore.user.postDelete', [=> function () {
  2521.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener()));
  2522.         }, => 'onUserDelete'], 0);
  2523.         $instance->addListener('kernel.response', [=> function () {
  2524.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener'] ?? $this->getHttpCacheListenerService());
  2525.         }, => 'onKernelResponse'], 0);
  2526.         $instance->addListener('kernel.request', [=> function () {
  2527.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener'] ?? $this->getCustomAdminEntryPointCheckListenerService());
  2528.         }, => 'onKernelRequest'], 560);
  2529.         $instance->addListener('kernel.request', [=> function () {
  2530.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener'] ?? $this->getUserPerspectiveListenerService());
  2531.         }, => 'onKernelRequest'], 0);
  2532.         $instance->addListener('kernel.request', [=> function () {
  2533.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener'] ?? $this->getUsageStatisticsListenerService());
  2534.         }, => 'onKernelRequest'], 0);
  2535.         $instance->addListener('kernel.response', [=> function () {
  2536.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener'] ?? $this->getEnablePreviewTimeSliderListenerService());
  2537.         }, => 'onKernelResponse'], 0);
  2538.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2539.             return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\IndexUpdateListener'] ?? ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\IndexUpdateListener'] = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener()));
  2540.         }, => 'onObjectUpdate'], 0);
  2541.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2542.             return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\IndexUpdateListener'] ?? ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\IndexUpdateListener'] = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener()));
  2543.         }, => 'onObjectUpdate'], 0);
  2544.         $instance->addListener('pimcore.dataobject.preDelete', [=> function () {
  2545.             return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\IndexUpdateListener'] ?? ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\IndexUpdateListener'] = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener()));
  2546.         }, => 'onObjectDelete'], 0);
  2547.         $instance->addListener('kernel.request', [=> function () {
  2548.             return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] ?? $this->getTrackingCodeFlashMessageListenerService());
  2549.         }, => 'onKernelRequest'], 0);
  2550.         $instance->addListener('kernel.response', [=> function () {
  2551.             return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] ?? $this->getTrackingCodeFlashMessageListenerService());
  2552.         }, => 'onKernelResponse'], 0);
  2553.         $instance->addListener('pimcore.analytics.google.tag_manager.code_head', [=> function () {
  2554.             return ($this->privates['Pimcore\\Analytics\\GoogleTagManager\\EventSubscriber\\TrackingCodeSubscriber'] ?? $this->load('getTrackingCodeSubscriberService'));
  2555.         }, => 'onCodeHead'], 0);
  2556.         $instance->addListener('kernel.request', [=> function () {
  2557.             return ($this->services['pimcore.event_listener.frontend.activity_url_tracker'] ?? $this->getPimcore_EventListener_Frontend_ActivityUrlTrackerService());
  2558.         }, => 'onKernelRequest'], 0);
  2559.         $instance->addListener('pimcore.targeting.pre_resolve', [=> function () {
  2560.             return ($this->privates['CustomerManagementFrameworkBundle\\Targeting\\EventListener\\ElementSegmentsListener'] ?? $this->load('getElementSegmentsListenerService'));
  2561.         }, => 'onTargetingPreResolve'], 0);
  2562.         $instance->addListener('pimcore.targeting.render_toolbar', [=> function () {
  2563.             return ($this->privates['CustomerManagementFrameworkBundle\\Targeting\\EventListener\\TargetingToolbarListener'] ?? $this->load('getTargetingToolbarListenerService'));
  2564.         }, => 'onRenderToolbar'], 0);
  2565.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2566.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2567.         }, => 'onObjectUpdate'], 0);
  2568.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2569.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2570.         }, => 'onObjectDelete'], 0);
  2571.         $instance->addListener('pimcore.document.postUpdate', [=> function () {
  2572.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2573.         }, => 'onDocumentUpdate'], 0);
  2574.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2575.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2576.         }, => 'onDocumentDelete'], 0);
  2577.         $instance->addListener('pimcore.asset.postUpdate', [=> function () {
  2578.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2579.         }, => 'onAssetUpdate'], 0);
  2580.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2581.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2582.         }, => 'onAssetDelete'], 0);
  2583.         $instance->addListener('kernel.request', [=> function () {
  2584.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  2585.         }, => 'onEvent'], 1024);
  2586.         $instance->addListener('console.command', [=> function () {
  2587.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  2588.         }, => 'onEvent'], 1024);
  2589.         $instance->addListener('kernel.request', [=> function () {
  2590.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  2591.         }, => 'onEvent'], 1024);
  2592.         $instance->addListener('console.command', [=> function () {
  2593.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  2594.         }, => 'onEvent'], 1024);
  2595.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2596.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2597.         }, => 'onLogout'], 0);
  2598.         return $instance;
  2599.     }
  2600.     /**
  2601.      * Gets the public 'http_kernel' shared service.
  2602.      *
  2603.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2604.      */
  2605.     protected function getHttpKernelService()
  2606.     {
  2607.         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 () {
  2608.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2609.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2610.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2611.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2612.             yield => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\DocumentValueResolver'] ?? $this->load('getDocumentValueResolverService'));
  2613.             yield => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\EditmodeValueResolver'] ?? $this->load('getEditmodeValueResolverService'));
  2614.             yield => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\WebsiteConfigValueResolver'] ?? $this->load('getWebsiteConfigValueResolverService'));
  2615.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2616.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2617.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2618.             yield 10 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2619.         }, 11)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2620.     }
  2621.     /**
  2622.      * Gets the public 'hwi_oauth.resource_ownermap.demo_frontend' shared service.
  2623.      *
  2624.      * @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap
  2625.      */
  2626.     protected function getHwiOauth_ResourceOwnermap_DemoFrontendService()
  2627.     {
  2628.         $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']);
  2629.         $instance->setContainer($this);
  2630.         return $instance;
  2631.     }
  2632.     /**
  2633.      * Gets the public 'messenger.default_bus' shared service.
  2634.      *
  2635.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2636.      */
  2637.     protected function getMessenger_DefaultBusService()
  2638.     {
  2639.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2640.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2641.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  2642.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2643.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2644.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2645.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2646.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2647.         }, 7)));
  2648.     }
  2649.     /**
  2650.      * Gets the public 'monolog.logger.admin' shared service.
  2651.      *
  2652.      * @return \Symfony\Bridge\Monolog\Logger
  2653.      */
  2654.     protected function getMonolog_Logger_AdminService()
  2655.     {
  2656.         $this->services['monolog.logger.admin'] = $instance = new \Symfony\Bridge\Monolog\Logger('admin');
  2657.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2658.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2659.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2660.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2661.         return $instance;
  2662.     }
  2663.     /**
  2664.      * Gets the public 'monolog.logger.cache' shared service.
  2665.      *
  2666.      * @return \Symfony\Bridge\Monolog\Logger
  2667.      */
  2668.     protected function getMonolog_Logger_CacheService()
  2669.     {
  2670.         $this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2671.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2672.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  2673.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2674.         return $instance;
  2675.     }
  2676.     /**
  2677.      * Gets the public 'monolog.logger.doctrine' shared service.
  2678.      *
  2679.      * @return \Symfony\Bridge\Monolog\Logger
  2680.      */
  2681.     protected function getMonolog_Logger_DoctrineService()
  2682.     {
  2683.         $this->services['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2684.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2685.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  2686.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2687.         return $instance;
  2688.     }
  2689.     /**
  2690.      * Gets the public 'monolog.logger.event' shared service.
  2691.      *
  2692.      * @return \Symfony\Bridge\Monolog\Logger
  2693.      */
  2694.     protected function getMonolog_Logger_EventService()
  2695.     {
  2696.         $this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  2697.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2698.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  2699.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2700.         return $instance;
  2701.     }
  2702.     /**
  2703.      * Gets the public 'monolog.logger.http_client' shared service.
  2704.      *
  2705.      * @return \Symfony\Bridge\Monolog\Logger
  2706.      */
  2707.     protected function getMonolog_Logger_HttpClientService()
  2708.     {
  2709.         $this->services['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
  2710.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2711.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2712.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2713.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2714.         return $instance;
  2715.     }
  2716.     /**
  2717.      * Gets the public 'monolog.logger.init' shared service.
  2718.      *
  2719.      * @return \Symfony\Bridge\Monolog\Logger
  2720.      */
  2721.     protected function getMonolog_Logger_InitService()
  2722.     {
  2723.         $this->services['monolog.logger.init'] = $instance = new \Symfony\Bridge\Monolog\Logger('init');
  2724.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2725.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2726.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2727.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2728.         return $instance;
  2729.     }
  2730.     /**
  2731.      * Gets the public 'monolog.logger.php' shared service.
  2732.      *
  2733.      * @return \Symfony\Bridge\Monolog\Logger
  2734.      */
  2735.     protected function getMonolog_Logger_PhpService()
  2736.     {
  2737.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  2738.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2739.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2740.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2741.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2742.         return $instance;
  2743.     }
  2744.     /**
  2745.      * Gets the public 'monolog.logger.profiler' shared service.
  2746.      *
  2747.      * @return \Symfony\Bridge\Monolog\Logger
  2748.      */
  2749.     protected function getMonolog_Logger_ProfilerService()
  2750.     {
  2751.         $this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  2752.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2753.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2754.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2755.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2756.         return $instance;
  2757.     }
  2758.     /**
  2759.      * Gets the public 'monolog.logger.request' shared service.
  2760.      *
  2761.      * @return \Symfony\Bridge\Monolog\Logger
  2762.      */
  2763.     protected function getMonolog_Logger_RequestService()
  2764.     {
  2765.         $this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2766.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2767.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2768.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2769.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2770.         return $instance;
  2771.     }
  2772.     /**
  2773.      * Gets the public 'monolog.logger.router' shared service.
  2774.      *
  2775.      * @return \Symfony\Bridge\Monolog\Logger
  2776.      */
  2777.     protected function getMonolog_Logger_RouterService()
  2778.     {
  2779.         $this->services['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  2780.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2781.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2782.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2783.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2784.         return $instance;
  2785.     }
  2786.     /**
  2787.      * Gets the public 'monolog.logger.routing' shared service.
  2788.      *
  2789.      * @return \Symfony\Bridge\Monolog\Logger
  2790.      */
  2791.     protected function getMonolog_Logger_RoutingService()
  2792.     {
  2793.         $this->services['monolog.logger.routing'] = $instance = new \Symfony\Bridge\Monolog\Logger('routing');
  2794.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2795.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2796.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2797.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2798.         return $instance;
  2799.     }
  2800.     /**
  2801.      * Gets the public 'monolog.logger.security' shared service.
  2802.      *
  2803.      * @return \Symfony\Bridge\Monolog\Logger
  2804.      */
  2805.     protected function getMonolog_Logger_SecurityService()
  2806.     {
  2807.         $this->services['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2808.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2809.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2810.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2811.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2812.         return $instance;
  2813.     }
  2814.     /**
  2815.      * Gets the public 'pimcore.cache.pool' shared autowired service.
  2816.      *
  2817.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  2818.      */
  2819.     protected function getPimcore_Cache_PoolService()
  2820.     {
  2821.         $this->services['pimcore.cache.pool'] = $instance = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['pimcore.cache.adapter.pdo'] ?? $this->getPimcore_Cache_Adapter_PdoService()), NULL);
  2822.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2823.         return $instance;
  2824.     }
  2825.     /**
  2826.      * Gets the public 'pimcore.event_listener.frontend.activity_url_tracker' shared autowired service.
  2827.      *
  2828.      * @return \CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker
  2829.      */
  2830.     protected function getPimcore_EventListener_Frontend_ActivityUrlTrackerService()
  2831.     {
  2832.         $this->services['pimcore.event_listener.frontend.activity_url_tracker'] = $instance = new \CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker();
  2833.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  2834.         return $instance;
  2835.     }
  2836.     /**
  2837.      * Gets the public 'pimcore.model.factory' shared autowired service.
  2838.      *
  2839.      * @return \Pimcore\Model\Factory
  2840.      */
  2841.     protected function getPimcore_Model_FactoryService()
  2842.     {
  2843.         $this->services['pimcore.model.factory'] = $instance = new \Pimcore\Model\Factory();
  2844.         $instance->addLoader(new \Pimcore\Model\Factory\FallbackBuilder());
  2845.         $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']));
  2846.         return $instance;
  2847.     }
  2848.     /**
  2849.      * Gets the public 'pimcore.routing.router.request_context' shared service.
  2850.      *
  2851.      * @return \Symfony\Component\Routing\RequestContext
  2852.      */
  2853.     protected function getPimcore_Routing_Router_RequestContextService()
  2854.     {
  2855.         $this->services['pimcore.routing.router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2856.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2857.         return $instance;
  2858.     }
  2859.     /**
  2860.      * Gets the public 'pimcore.templating.engine.delegating' shared autowired service.
  2861.      *
  2862.      * @return \Pimcore\Templating\TwigDefaultDelegatingEngine
  2863.      */
  2864.     protected function getPimcore_Templating_Engine_DelegatingService()
  2865.     {
  2866.         return $this->services['pimcore.templating.engine.delegating'] = new \Pimcore\Templating\TwigDefaultDelegatingEngine(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2867.     }
  2868.     /**
  2869.      * Gets the public 'pimcore_admin.security.bruteforce_protection_handler' shared autowired service.
  2870.      *
  2871.      * @return \Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler
  2872.      */
  2873.     protected function getPimcoreAdmin_Security_BruteforceProtectionHandlerService()
  2874.     {
  2875.         $this->services['pimcore_admin.security.bruteforce_protection_handler'] = $instance = new \Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
  2876.         $a = ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  2877.         $instance->setLogger($a);
  2878.         $instance->setLogger($a);
  2879.         return $instance;
  2880.     }
  2881.     /**
  2882.      * Gets the public 'pimcore_admin.security.user_loader' shared autowired service.
  2883.      *
  2884.      * @return \Pimcore\Bundle\AdminBundle\Security\User\UserLoader
  2885.      */
  2886.     protected function getPimcoreAdmin_Security_UserLoaderService()
  2887.     {
  2888.         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()));
  2889.     }
  2890.     /**
  2891.      * Gets the public 'pimcore_ecommerce.environment' shared autowired service.
  2892.      *
  2893.      * @return \App\Ecommerce\Overrides\Environment
  2894.      */
  2895.     protected function getPimcoreEcommerce_EnvironmentService()
  2896.     {
  2897.         return $this->services['pimcore_ecommerce.environment'] = new \App\Ecommerce\Overrides\Environment(($this->services['session'] ?? $this->load('getSessionService')), ($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->getLocaleServiceInterfaceService()), []);
  2898.     }
  2899.     /**
  2900.      * Gets the public 'pimcore_ecommerce.tracking.tracking_manager' shared autowired service.
  2901.      *
  2902.      * @return \Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager
  2903.      */
  2904.     protected function getPimcoreEcommerce_Tracking_TrackingManagerService()
  2905.     {
  2906.         $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()));
  2907.         $a->setTracker(($this->privates['Pimcore\\Analytics\\Google\\Tracker'] ?? $this->getTrackerService()));
  2908.         $this->services['pimcore_ecommerce.tracking.tracking_manager'] = $instance = new \Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager(($this->services['pimcore_ecommerce.environment'] ?? $this->getPimcoreEcommerce_EnvironmentService()), [=> $a]);
  2909.         $instance->setSession(($this->services['session'] ?? $this->load('getSessionService')));
  2910.         return $instance;
  2911.     }
  2912.     /**
  2913.      * Gets the public 'profiler' shared service.
  2914.      *
  2915.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2916.      */
  2917.     protected function getProfilerService()
  2918.     {
  2919.         $a = ($this->services['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService());
  2920.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2921.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2922.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2923.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2924.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2925.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2926.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2927.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2928.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2929.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2930.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  2931.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  2932.         $d->addInstance('cache.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  2933.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2934.         $d->addInstance('pimcore.cache.adapter.redis_tag_aware', ($this->privates['pimcore.cache.adapter.redis_tag_aware'] ?? $this->getPimcore_Cache_Adapter_RedisTagAwareService()));
  2935.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  2936.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2937.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  2938.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2939.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  2940.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  2941.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2942.         if ($this->has('kernel')) {
  2943.             $h->setKernel($b);
  2944.         }
  2945.         $instance->add(($this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector'] ?? $this->getPimcoreDataCollectorService()));
  2946.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  2947.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2948.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2949.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  2950.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2951.         $instance->add(($this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'] ?? $this->getPimcoreTargetingDataCollectorService()));
  2952.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2953.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2954.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  2955.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2956.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2957.         $instance->add($d);
  2958.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
  2959.         $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));
  2960.         $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())));
  2961.         $instance->add($e);
  2962.         $instance->add($f);
  2963.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2964.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())));
  2965.         $instance->add($g);
  2966.         $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()))));
  2967.         $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()))));
  2968.         $instance->add($h);
  2969.         return $instance;
  2970.     }
  2971.     /**
  2972.      * Gets the public 'request_stack' shared service.
  2973.      *
  2974.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2975.      */
  2976.     protected function getRequestStackService()
  2977.     {
  2978.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2979.     }
  2980.     /**
  2981.      * Gets the public 'router' shared service.
  2982.      *
  2983.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  2984.      */
  2985.     protected function getRouterService()
  2986.     {
  2987.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2988.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  2989.         $b = ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService());
  2990.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2991.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2992.         ], [
  2993.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2994.         ]))->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');
  2995.         $c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2996.         $c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2997.         $d = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  2998.         $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);
  2999.         $e->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3000.         $e->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  3001.         $f = new \Pimcore\Routing\Staticroute\Router($b, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  3002.         $g = ($this->services['monolog.logger.routing'] ?? $this->getMonolog_Logger_RoutingService());
  3003.         $f->setLogger($g);
  3004.         $f->setLocaleParams([]);
  3005.         $f->setLogger($g);
  3006.         $instance->setContext($b);
  3007.         $instance->add($c'300');
  3008.         $instance->add($e'200');
  3009.         $instance->add(new \Pimcore\Routing\Element\Router($b, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService())), 110);
  3010.         $instance->add($f100);
  3011.         return $instance;
  3012.     }
  3013.     /**
  3014.      * Gets the public 'var_dumper.cloner' shared service.
  3015.      *
  3016.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3017.      */
  3018.     protected function getVarDumper_ClonerService()
  3019.     {
  3020.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3021.         $instance->setMaxItems(2500);
  3022.         $instance->setMinDepth(1);
  3023.         $instance->setMaxString(-1);
  3024.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3025.         return $instance;
  3026.     }
  3027.     /**
  3028.      * Gets the private '.debug.http_client' shared service.
  3029.      *
  3030.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3031.      */
  3032.     protected function get_Debug_HttpClientService()
  3033.     {
  3034.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3035.         if ($this->has('monolog.logger.http_client')) {
  3036.             $a->setLogger(($this->services['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
  3037.         }
  3038.         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))));
  3039.     }
  3040.     /**
  3041.      * Gets the private '.service_locator.DL2_VSJ' shared service.
  3042.      *
  3043.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3044.      */
  3045.     protected function get_ServiceLocator_DL2VSJService()
  3046.     {
  3047.         return $this->privates['.service_locator.DL2_VSJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3048.             'security.firewall.map.context.demo_frontend' => ['privates''security.firewall.map.context.demo_frontend''getSecurity_Firewall_Map_Context_DemoFrontendService'true],
  3049.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  3050.             'security.firewall.map.context.pimcore_admin' => ['privates''security.firewall.map.context.pimcore_admin''getSecurity_Firewall_Map_Context_PimcoreAdminService'true],
  3051.             'security.firewall.map.context.pimcore_admin_webdav' => ['privates''security.firewall.map.context.pimcore_admin_webdav''getSecurity_Firewall_Map_Context_PimcoreAdminWebdavService'true],
  3052.         ], [
  3053.             'security.firewall.map.context.demo_frontend' => '?',
  3054.             'security.firewall.map.context.dev' => '?',
  3055.             'security.firewall.map.context.pimcore_admin' => '?',
  3056.             'security.firewall.map.context.pimcore_admin_webdav' => '?',
  3057.         ]);
  3058.     }
  3059.     /**
  3060.      * Gets the private 'App\Ecommerce\IndexService\SegmentGetter' shared autowired service.
  3061.      *
  3062.      * @return \App\Ecommerce\IndexService\SegmentGetter
  3063.      */
  3064.     protected function getSegmentGetterService()
  3065.     {
  3066.         $a = ($this->services['CustomerManagementFrameworkBundle\\SegmentManager\\SegmentManagerInterface'] ?? $this->getSegmentManagerInterfaceService());
  3067.         if (isset($this->privates['App\\Ecommerce\\IndexService\\SegmentGetter'])) {
  3068.             return $this->privates['App\\Ecommerce\\IndexService\\SegmentGetter'];
  3069.         }
  3070.         return $this->privates['App\\Ecommerce\\IndexService\\SegmentGetter'] = new \App\Ecommerce\IndexService\SegmentGetter($a);
  3071.     }
  3072.     /**
  3073.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  3074.      *
  3075.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  3076.      */
  3077.     protected function getPluginClientFactoryListenerService()
  3078.     {
  3079.         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)))));
  3080.     }
  3081.     /**
  3082.      * Gets the private 'Pimcore\Analytics\Google\Tracker' shared autowired service.
  3083.      *
  3084.      * @return \Pimcore\Analytics\Google\Tracker
  3085.      */
  3086.     protected function getTrackerService()
  3087.     {
  3088.         $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()));
  3089.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3090.         return $instance;
  3091.     }
  3092.     /**
  3093.      * Gets the private 'Pimcore\Analytics\SiteId\SiteIdProvider' shared autowired service.
  3094.      *
  3095.      * @return \Pimcore\Analytics\SiteId\SiteIdProvider
  3096.      */
  3097.     protected function getSiteIdProviderService()
  3098.     {
  3099.         return $this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] = new \Pimcore\Analytics\SiteId\SiteIdProvider(($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()));
  3100.     }
  3101.     /**
  3102.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener' shared autowired service.
  3103.      *
  3104.      * @return \Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener
  3105.      */
  3106.     protected function getAdminAuthenticationDoubleCheckListenerService()
  3107.     {
  3108.         $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']);
  3109.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3110.         return $instance;
  3111.     }
  3112.     /**
  3113.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener' shared autowired service.
  3114.      *
  3115.      * @return \Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener
  3116.      */
  3117.     protected function getBruteforceProtectionListenerService()
  3118.     {
  3119.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\BruteforceProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener(($this->services['pimcore_admin.security.bruteforce_protection_handler'] ?? $this->getPimcoreAdmin_Security_BruteforceProtectionHandlerService()));
  3120.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3121.         return $instance;
  3122.     }
  3123.     /**
  3124.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener' shared autowired service.
  3125.      *
  3126.      * @return \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener
  3127.      */
  3128.     protected function getCsrfProtectionListenerService()
  3129.     {
  3130.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener(($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] ?? $this->getCsrfProtectionHandlerService()));
  3131.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3132.         return $instance;
  3133.     }
  3134.     /**
  3135.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener' shared autowired service.
  3136.      *
  3137.      * @return \Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener
  3138.      */
  3139.     protected function getCustomAdminEntryPointCheckListenerService()
  3140.     {
  3141.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener(NULL);
  3142.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3143.         return $instance;
  3144.     }
  3145.     /**
  3146.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener' shared autowired service.
  3147.      *
  3148.      * @return \Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener
  3149.      */
  3150.     protected function getEnablePreviewTimeSliderListenerService()
  3151.     {
  3152.         $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()));
  3153.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  3154.         return $instance;
  3155.     }
  3156.     /**
  3157.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener' shared autowired service.
  3158.      *
  3159.      * @return \Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener
  3160.      */
  3161.     protected function getHttpCacheListenerService()
  3162.     {
  3163.         $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())));
  3164.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3165.         return $instance;
  3166.     }
  3167.     /**
  3168.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener' shared autowired service.
  3169.      *
  3170.      * @return \Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener
  3171.      */
  3172.     protected function getUsageStatisticsListenerService()
  3173.     {
  3174.         $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())));
  3175.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3176.         return $instance;
  3177.     }
  3178.     /**
  3179.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener' shared autowired service.
  3180.      *
  3181.      * @return \Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener
  3182.      */
  3183.     protected function getUserPerspectiveListenerService()
  3184.     {
  3185.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener(($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()));
  3186.         $a = ($this->services['monolog.logger.admin'] ?? $this->getMonolog_Logger_AdminService());
  3187.         $instance->setLogger($a);
  3188.         $instance->setLogger($a);
  3189.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3190.         return $instance;
  3191.     }
  3192.     /**
  3193.      * Gets the private 'Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector' shared autowired service.
  3194.      *
  3195.      * @return \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector
  3196.      */
  3197.     protected function getPimcoreDataCollectorService()
  3198.     {
  3199.         return $this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector'] = new \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3200.     }
  3201.     /**
  3202.      * Gets the private 'Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector' shared autowired service.
  3203.      *
  3204.      * @return \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector
  3205.      */
  3206.     protected function getPimcoreTargetingDataCollectorService()
  3207.     {
  3208.         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()));
  3209.     }
  3210.     /**
  3211.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener' shared autowired service.
  3212.      *
  3213.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener
  3214.      */
  3215.     protected function getBlockStateListenerService()
  3216.     {
  3217.         $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())));
  3218.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3219.         $instance->setLogger($a);
  3220.         $instance->setLogger($a);
  3221.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3222.         return $instance;
  3223.     }
  3224.     /**
  3225.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener' shared autowired service.
  3226.      *
  3227.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener
  3228.      */
  3229.     protected function getDocumentFallbackListenerService()
  3230.     {
  3231.         $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())));
  3232.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3233.         return $instance;
  3234.     }
  3235.     /**
  3236.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener' shared autowired service.
  3237.      *
  3238.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener
  3239.      */
  3240.     protected function getDocumentMetaDataListenerService()
  3241.     {
  3242.         $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()));
  3243.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3244.         return $instance;
  3245.     }
  3246.     /**
  3247.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener' shared autowired service.
  3248.      *
  3249.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener
  3250.      */
  3251.     protected function getDocumentStackListenerService()
  3252.     {
  3253.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentStackListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener(($this->services['Pimcore\\Document\\DocumentStack'] ?? ($this->services['Pimcore\\Document\\DocumentStack'] = new \Pimcore\Document\DocumentStack())));
  3254.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3255.         return $instance;
  3256.     }
  3257.     /**
  3258.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener' shared autowired service.
  3259.      *
  3260.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener
  3261.      */
  3262.     protected function getEditmodeListenerService()
  3263.     {
  3264.         $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())));
  3265.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3266.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3267.         return $instance;
  3268.     }
  3269.     /**
  3270.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener' shared autowired service.
  3271.      *
  3272.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener
  3273.      */
  3274.     protected function getElementListenerService()
  3275.     {
  3276.         $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())));
  3277.         $a = ($this->services['monolog.logger.init'] ?? $this->getMonolog_Logger_InitService());
  3278.         $instance->setLogger($a);
  3279.         $instance->setLogger($a);
  3280.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3281.         return $instance;
  3282.     }
  3283.     /**
  3284.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener' shared autowired service.
  3285.      *
  3286.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener
  3287.      */
  3288.     protected function getGlobalTemplateVariablesListenerService()
  3289.     {
  3290.         $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()));
  3291.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3292.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3293.         return $instance;
  3294.     }
  3295.     /**
  3296.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener' shared autowired service.
  3297.      *
  3298.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener
  3299.      */
  3300.     protected function getGoogleSearchConsoleVerificationListenerService()
  3301.     {
  3302.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener();
  3303.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3304.         return $instance;
  3305.     }
  3306.     /**
  3307.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener' shared autowired service.
  3308.      *
  3309.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener
  3310.      */
  3311.     protected function getHardlinkCanonicalListenerService()
  3312.     {
  3313.         $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()));
  3314.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3315.         return $instance;
  3316.     }
  3317.     /**
  3318.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener' shared autowired service.
  3319.      *
  3320.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener
  3321.      */
  3322.     protected function getInternalWysiwygHtmlAttributeFilterListenerService()
  3323.     {
  3324.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener();
  3325.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  3326.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3327.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  3328.         return $instance;
  3329.     }
  3330.     /**
  3331.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener' shared autowired service.
  3332.      *
  3333.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener
  3334.      */
  3335.     protected function getLocaleListenerService()
  3336.     {
  3337.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener();
  3338.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3339.         return $instance;
  3340.     }
  3341.     /**
  3342.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener' shared autowired service.
  3343.      *
  3344.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener
  3345.      */
  3346.     protected function getOutputTimestampListenerService()
  3347.     {
  3348.         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()));
  3349.     }
  3350.     /**
  3351.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener' shared autowired service.
  3352.      *
  3353.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener
  3354.      */
  3355.     protected function getRoutingListenerService()
  3356.     {
  3357.         $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())));
  3358.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3359.         return $instance;
  3360.     }
  3361.     /**
  3362.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener' shared autowired service.
  3363.      *
  3364.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener
  3365.      */
  3366.     protected function getStaticPageGeneratorListenerService()
  3367.     {
  3368.         $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())));
  3369.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3370.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  3371.         return $instance;
  3372.     }
  3373.     /**
  3374.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener' shared autowired service.
  3375.      *
  3376.      * @return \Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener
  3377.      */
  3378.     protected function getMaintenancePageListenerService()
  3379.     {
  3380.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener(($this->services['kernel'] ?? $this->get('kernel'1)));
  3381.         $instance->loadTemplateFromResource('@PimcoreCoreBundle/Resources/misc/maintenance.html');
  3382.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  3383.         return $instance;
  3384.     }
  3385.     /**
  3386.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener' shared autowired service.
  3387.      *
  3388.      * @return \Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener
  3389.      */
  3390.     protected function getPimcoreContextListenerService()
  3391.     {
  3392.         $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())));
  3393.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3394.         $instance->setLogger($a);
  3395.         $instance->setLogger($a);
  3396.         return $instance;
  3397.     }
  3398.     /**
  3399.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener' shared autowired service.
  3400.      *
  3401.      * @return \Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener
  3402.      */
  3403.     protected function getResponseHeaderListenerService()
  3404.     {
  3405.         return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener(($this->services['Pimcore\\Http\\Request\\Resolver\\ResponseHeaderResolver'] ?? $this->getResponseHeaderResolverService()));
  3406.     }
  3407.     /**
  3408.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener' shared autowired service.
  3409.      *
  3410.      * @return \Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener
  3411.      */
  3412.     protected function getResponseStackListenerService()
  3413.     {
  3414.         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())));
  3415.     }
  3416.     /**
  3417.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener' shared autowired service.
  3418.      *
  3419.      * @return \Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener
  3420.      */
  3421.     protected function getTranslationDebugListenerService()
  3422.     {
  3423.         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');
  3424.     }
  3425.     /**
  3426.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener' shared autowired service.
  3427.      *
  3428.      * @return \Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener
  3429.      */
  3430.     protected function getWebDebugToolbarListenerService()
  3431.     {
  3432.         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']);
  3433.     }
  3434.     /**
  3435.      * Gets the private 'Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener' shared autowired service.
  3436.      *
  3437.      * @return \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener
  3438.      */
  3439.     protected function getTrackingCodeFlashMessageListenerService()
  3440.     {
  3441.         $this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] = $instance = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener(($this->services['session'] ?? $this->load('getSessionService')), ($this->services['pimcore_ecommerce.tracking.tracking_manager'] ?? $this->getPimcoreEcommerce_Tracking_TrackingManagerService()));
  3442.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3443.         return $instance;
  3444.     }
  3445.     /**
  3446.      * Gets the private 'Pimcore\Document\Editable\EditmodeEditableDefinitionCollector' shared autowired service.
  3447.      *
  3448.      * @return \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector
  3449.      */
  3450.     protected function getEditmodeEditableDefinitionCollectorService()
  3451.     {
  3452.         return $this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] = new \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector();
  3453.     }
  3454.     /**
  3455.      * Gets the private 'Pimcore\Http\Response\CodeInjector' shared autowired service.
  3456.      *
  3457.      * @return \Pimcore\Http\Response\CodeInjector
  3458.      */
  3459.     protected function getCodeInjectorService()
  3460.     {
  3461.         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())));
  3462.     }
  3463.     /**
  3464.      * Gets the private 'Pimcore\Routing\Dynamic\DocumentRouteHandler' shared autowired service.
  3465.      *
  3466.      * @return \Pimcore\Routing\Dynamic\DocumentRouteHandler
  3467.      */
  3468.     protected function getDocumentRouteHandlerService()
  3469.     {
  3470.         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()));
  3471.     }
  3472.     /**
  3473.      * Gets the private 'Pimcore\Routing\RedirectHandler' shared autowired service.
  3474.      *
  3475.      * @return \Pimcore\Routing\RedirectHandler
  3476.      */
  3477.     protected function getRedirectHandlerService()
  3478.     {
  3479.         $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()));
  3480.         $a = ($this->services['monolog.logger.routing'] ?? $this->getMonolog_Logger_RoutingService());
  3481.         $instance->setLogger($a);
  3482.         $instance->setLogger($a);
  3483.         return $instance;
  3484.     }
  3485.     /**
  3486.      * Gets the private 'Pimcore\Targeting\ActionHandler\DelegatingActionHandler' shared autowired service.
  3487.      *
  3488.      * @return \Pimcore\Targeting\ActionHandler\DelegatingActionHandler
  3489.      */
  3490.     protected function getDelegatingActionHandlerService()
  3491.     {
  3492.         return $this->privates['Pimcore\\Targeting\\ActionHandler\\DelegatingActionHandler'] = new \Pimcore\Targeting\ActionHandler\DelegatingActionHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3493.             'assign_target_group' => ['privates''CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\AssignTargetGroupAndSegment''getAssignTargetGroupAndSegmentService'true],
  3494.             'cmf_apply_target_groups_from_segments' => ['privates''CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\ApplyTargetGroupsFromSegments''getApplyTargetGroupsFromSegmentsService'true],
  3495.             'cmf_track_activity' => ['privates''CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\TrackActivity''getTrackActivityService'true],
  3496.             'cmf_track_segment' => ['privates''CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\TrackSegment''getTrackSegmentService'true],
  3497.             'codesnippet' => ['privates''Pimcore\\Targeting\\ActionHandler\\CodeSnippet''getCodeSnippetService'true],
  3498.             'redirect' => ['privates''Pimcore\\Targeting\\ActionHandler\\Redirect''getRedirectService'true],
  3499.         ], [
  3500.             'assign_target_group' => '?',
  3501.             'cmf_apply_target_groups_from_segments' => '?',
  3502.             'cmf_track_activity' => '?',
  3503.             'cmf_track_segment' => '?',
  3504.             'codesnippet' => '?',
  3505.             'redirect' => '?',
  3506.         ]), ($this->privates['Pimcore\\Targeting\\DataLoader'] ?? $this->getDataLoaderService()));
  3507.     }
  3508.     /**
  3509.      * Gets the private 'Pimcore\Targeting\ConditionMatcher' shared autowired service.
  3510.      *
  3511.      * @return \Pimcore\Targeting\ConditionMatcher
  3512.      */
  3513.     protected function getConditionMatcherService()
  3514.     {
  3515.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3516.         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()));
  3517.     }
  3518.     /**
  3519.      * Gets the private 'Pimcore\Targeting\DataLoader' shared autowired service.
  3520.      *
  3521.      * @return \Pimcore\Targeting\DataLoader
  3522.      */
  3523.     protected function getDataLoaderService()
  3524.     {
  3525.         $this->privates['Pimcore\\Targeting\\DataLoader'] = $instance = new \Pimcore\Targeting\DataLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3526.             'cmf_customer' => ['privates''CustomerManagementFrameworkBundle\\Targeting\\DataProvider\\Customer''getCustomerService'true],
  3527.             'cmf_customer_segments' => ['privates''CustomerManagementFrameworkBundle\\Targeting\\DataProvider\\CustomerSegments''getCustomerSegmentsService'true],
  3528.             'device' => ['privates''Pimcore\\Targeting\\DataProvider\\Device''getDeviceService'true],
  3529.             'geoip' => ['privates''Pimcore\\Targeting\\DataProvider\\GeoIp''getGeoIpService'true],
  3530.             'geolocation' => ['privates''Pimcore\\Targeting\\DataProvider\\GeoLocation''getGeoLocationService'true],
  3531.             'targeting_storage' => ['privates''Pimcore\\Targeting\\DataProvider\\TargetingStorage''getTargetingStorageService'true],
  3532.             'visited_pages_counter' => ['privates''Pimcore\\Targeting\\DataProvider\\VisitedPagesCounter''getVisitedPagesCounterService'true],
  3533.         ], [
  3534.             'cmf_customer' => '?',
  3535.             'cmf_customer_segments' => '?',
  3536.             'device' => '?',
  3537.             'geoip' => '?',
  3538.             'geolocation' => '?',
  3539.             'targeting_storage' => '?',
  3540.             'visited_pages_counter' => '?',
  3541.         ]));
  3542.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3543.         return $instance;
  3544.     }
  3545.     /**
  3546.      * Gets the private 'Pimcore\Targeting\Debug\OverrideHandler' shared autowired service.
  3547.      *
  3548.      * @return \Pimcore\Targeting\Debug\OverrideHandler
  3549.      */
  3550.     protected function getOverrideHandlerService($lazyLoad true)
  3551.     {
  3552.         if ($lazyLoad) {
  3553.             return $this->privates['Pimcore\\Targeting\\Debug\\OverrideHandler'] = $this->createProxy('OverrideHandler_fb58919', function () {
  3554.                 return \OverrideHandler_fb58919::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3555.                     $wrappedInstance $this->getOverrideHandlerService(false);
  3556.                     $proxy->setProxyInitializer(null);
  3557.                     return true;
  3558.                 });
  3559.             });
  3560.         }
  3561.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/OverrideHandler.php';
  3562.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/OverrideHandlerInterface.php';
  3563.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/DocumentTargetingOverrideHandler.php';
  3564.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/LanguageOverrideHandler.php';
  3565.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/DeviceOverrideHandler.php';
  3566.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/LocationOverrideHandler.php';
  3567.         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()]);
  3568.     }
  3569.     /**
  3570.      * Gets the private 'Pimcore\Targeting\Debug\TargetingDataCollector' shared autowired service.
  3571.      *
  3572.      * @return \Pimcore\Targeting\Debug\TargetingDataCollector
  3573.      */
  3574.     protected function getTargetingDataCollectorService()
  3575.     {
  3576.         $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()));
  3577.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3578.         return $instance;
  3579.     }
  3580.     /**
  3581.      * Gets the private 'Pimcore\Targeting\EventListener\TargetingListener' shared autowired service.
  3582.      *
  3583.      * @return \Pimcore\Targeting\EventListener\TargetingListener
  3584.      */
  3585.     protected function getTargetingListenerService()
  3586.     {
  3587.         $a = ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage()));
  3588.         $b = ($this->privates['Pimcore\\Targeting\\ActionHandler\\DelegatingActionHandler'] ?? $this->getDelegatingActionHandlerService());
  3589.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3590.         $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);
  3591.         $e = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3592.         $d->setStopwatch($e);
  3593.         $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())));
  3594.         $instance->setStopwatch($e);
  3595.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3596.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  3597.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  3598.         return $instance;
  3599.     }
  3600.     /**
  3601.      * Gets the private 'Pimcore\Targeting\EventListener\ToolbarListener' shared autowired service.
  3602.      *
  3603.      * @return \Pimcore\Targeting\EventListener\ToolbarListener
  3604.      */
  3605.     protected function getToolbarListenerService()
  3606.     {
  3607.         $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()));
  3608.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3609.         return $instance;
  3610.     }
  3611.     /**
  3612.      * Gets the private 'Pimcore\Targeting\Storage\CookieStorage' shared autowired service.
  3613.      *
  3614.      * @return \Pimcore\Targeting\Storage\CookieStorage
  3615.      */
  3616.     protected function getCookieStorageService()
  3617.     {
  3618.         return $this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] = new \Pimcore\Targeting\Storage\CookieStorage(new \Pimcore\Targeting\Storage\Cookie\JWTCookieSaveHandler('UsfPbFVUtArrXO8YvVgHtZ5fkWUvsMx+B+Is8qXV8uQ=', [], NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3619.     }
  3620.     /**
  3621.      * Gets the private 'Pimcore\Templating\Renderer\ActionRenderer' shared autowired service.
  3622.      *
  3623.      * @return \Pimcore\Templating\Renderer\ActionRenderer
  3624.      */
  3625.     protected function getActionRendererService()
  3626.     {
  3627.         return $this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] = new \Pimcore\Templating\Renderer\ActionRenderer(($this->privates['twig.runtime.httpkernel'] ?? $this->getTwig_Runtime_HttpkernelService()));
  3628.     }
  3629.     /**
  3630.      * Gets the private 'Pimcore\Twig\Extension\SubrequestExtension' shared autowired service.
  3631.      *
  3632.      * @return \Pimcore\Twig\Extension\SubrequestExtension
  3633.      */
  3634.     protected function getSubrequestExtensionService($lazyLoad true)
  3635.     {
  3636.         if ($lazyLoad) {
  3637.             return $this->privates['Pimcore\\Twig\\Extension\\SubrequestExtension'] = $this->createProxy('SubrequestExtension_ac4dffd', function () {
  3638.                 return \SubrequestExtension_ac4dffd::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3639.                     $wrappedInstance $this->getSubrequestExtensionService(false);
  3640.                     $proxy->setProxyInitializer(null);
  3641.                     return true;
  3642.                 });
  3643.             });
  3644.         }
  3645.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/SubrequestExtension.php';
  3646.         return new \Pimcore\Twig\Extension\SubrequestExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'] ?? $this->getIncService()));
  3647.     }
  3648.     /**
  3649.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadLink' shared autowired service.
  3650.      *
  3651.      * @return \Pimcore\Twig\Extension\Templating\HeadLink
  3652.      */
  3653.     protected function getHeadLinkService()
  3654.     {
  3655.         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()));
  3656.     }
  3657.     /**
  3658.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadMeta' shared autowired service.
  3659.      *
  3660.      * @return \Pimcore\Twig\Extension\Templating\HeadMeta
  3661.      */
  3662.     protected function getHeadMetaService()
  3663.     {
  3664.         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())));
  3665.     }
  3666.     /**
  3667.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadScript' shared autowired service.
  3668.      *
  3669.      * @return \Pimcore\Twig\Extension\Templating\HeadScript
  3670.      */
  3671.     protected function getHeadScriptService()
  3672.     {
  3673.         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()));
  3674.     }
  3675.     /**
  3676.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadStyle' shared autowired service.
  3677.      *
  3678.      * @return \Pimcore\Twig\Extension\Templating\HeadStyle
  3679.      */
  3680.     protected function getHeadStyleService()
  3681.     {
  3682.         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())));
  3683.     }
  3684.     /**
  3685.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadTitle' shared autowired service.
  3686.      *
  3687.      * @return \Pimcore\Twig\Extension\Templating\HeadTitle
  3688.      */
  3689.     protected function getHeadTitleService()
  3690.     {
  3691.         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())));
  3692.     }
  3693.     /**
  3694.      * Gets the private 'Pimcore\Twig\Extension\Templating\Inc' shared autowired service.
  3695.      *
  3696.      * @return \Pimcore\Twig\Extension\Templating\Inc
  3697.      */
  3698.     protected function getIncService()
  3699.     {
  3700.         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()));
  3701.     }
  3702.     /**
  3703.      * Gets the private 'Pimcore\Twig\Extension\Templating\InlineScript' shared autowired service.
  3704.      *
  3705.      * @return \Pimcore\Twig\Extension\Templating\InlineScript
  3706.      */
  3707.     protected function getInlineScriptService()
  3708.     {
  3709.         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()));
  3710.     }
  3711.     /**
  3712.      * Gets the private 'Pimcore\Twig\Extension\Templating\Navigation' shared autowired service.
  3713.      *
  3714.      * @return \Pimcore\Twig\Extension\Templating\Navigation
  3715.      */
  3716.     protected function getNavigationService($lazyLoad true)
  3717.     {
  3718.         if ($lazyLoad) {
  3719.             return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Navigation'] = $this->createProxy('Navigation_62d2b4b', function () {
  3720.                 return \Navigation_62d2b4b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3721.                     $wrappedInstance $this->getNavigationService(false);
  3722.                     $proxy->setProxyInitializer(null);
  3723.                     return true;
  3724.                 });
  3725.             });
  3726.         }
  3727.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Navigation.php';
  3728.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Navigation/Builder.php';
  3729.         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, [
  3730.             'breadcrumbs' => ['privates''Pimcore\\Navigation\\Renderer\\Breadcrumbs''getBreadcrumbsService'true],
  3731.             'menu' => ['privates''Pimcore\\Navigation\\Renderer\\Menu''getMenuService'true],
  3732.         ], [
  3733.             'breadcrumbs' => '?',
  3734.             'menu' => '?',
  3735.         ]));
  3736.     }
  3737.     /**
  3738.      * Gets the private 'Pimcore\Twig\Extension\Templating\PimcoreUrl' shared autowired service.
  3739.      *
  3740.      * @return \App\Website\Tool\PimcoreUrl
  3741.      */
  3742.     protected function getPimcoreUrlService()
  3743.     {
  3744.         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()));
  3745.     }
  3746.     /**
  3747.      * Gets the private 'Pimcore\Twig\Extension\Templating\Placeholder' shared autowired service.
  3748.      *
  3749.      * @return \Pimcore\Twig\Extension\Templating\Placeholder
  3750.      */
  3751.     protected function getPlaceholderService()
  3752.     {
  3753.         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())));
  3754.     }
  3755.     /**
  3756.      * Gets the private 'annotations.cache_adapter' shared service.
  3757.      *
  3758.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3759.      */
  3760.     protected function getAnnotations_CacheAdapterService()
  3761.     {
  3762.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3763.     }
  3764.     /**
  3765.      * Gets the private 'annotations.cached_reader' shared service.
  3766.      *
  3767.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3768.      */
  3769.     protected function getAnnotations_CachedReaderService()
  3770.     {
  3771.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3772.     }
  3773.     /**
  3774.      * Gets the private 'annotations.reader' shared service.
  3775.      *
  3776.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3777.      */
  3778.     protected function getAnnotations_ReaderService()
  3779.     {
  3780.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3781.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3782.         $a->registerUniqueLoader('class_exists');
  3783.         $instance->addGlobalIgnoredName('required'$a);
  3784.         return $instance;
  3785.     }
  3786.     /**
  3787.      * Gets the private 'cache.annotations' shared service.
  3788.      *
  3789.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3790.      */
  3791.     protected function getCache_AnnotationsService()
  3792.     {
  3793.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HhX6ZBUxol'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3794.     }
  3795.     /**
  3796.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3797.      *
  3798.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3799.      */
  3800.     protected function getCache_Messenger_RestartWorkersSignalService()
  3801.     {
  3802.         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'));
  3803.     }
  3804.     /**
  3805.      * Gets the private 'cache.property_info' shared service.
  3806.      *
  3807.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3808.      */
  3809.     protected function getCache_PropertyInfoService()
  3810.     {
  3811.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wIXpkr8-Sc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3812.     }
  3813.     /**
  3814.      * Gets the private 'cache.rate_limiter' shared service.
  3815.      *
  3816.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3817.      */
  3818.     protected function getCache_RateLimiterService()
  3819.     {
  3820.         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'));
  3821.     }
  3822.     /**
  3823.      * Gets the private 'cache.security_expression_language' shared service.
  3824.      *
  3825.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3826.      */
  3827.     protected function getCache_SecurityExpressionLanguageService()
  3828.     {
  3829.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-exFMjeidX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3830.     }
  3831.     /**
  3832.      * Gets the private 'cache.serializer' shared service.
  3833.      *
  3834.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3835.      */
  3836.     protected function getCache_SerializerService()
  3837.     {
  3838.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TP2S87pGd3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3839.     }
  3840.     /**
  3841.      * Gets the private 'cache.validator' shared service.
  3842.      *
  3843.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3844.      */
  3845.     protected function getCache_ValidatorService()
  3846.     {
  3847.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5ThLuQ3YzH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3848.     }
  3849.     /**
  3850.      * Gets the private 'config_cache_factory' shared service.
  3851.      *
  3852.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3853.      */
  3854.     protected function getConfigCacheFactoryService()
  3855.     {
  3856.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3857.             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)));
  3858.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3859.         }, 2));
  3860.     }
  3861.     /**
  3862.      * Gets the private 'data_collector.form' shared service.
  3863.      *
  3864.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3865.      */
  3866.     protected function getDataCollector_FormService()
  3867.     {
  3868.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3869.     }
  3870.     /**
  3871.      * Gets the private 'data_collector.request' shared service.
  3872.      *
  3873.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3874.      */
  3875.     protected function getDataCollector_RequestService()
  3876.     {
  3877.         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())));
  3878.     }
  3879.     /**
  3880.      * Gets the private 'debug.controller_resolver' shared service.
  3881.      *
  3882.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3883.      */
  3884.     protected function getDebug_ControllerResolverService()
  3885.     {
  3886.         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))));
  3887.     }
  3888.     /**
  3889.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3890.      *
  3891.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3892.      */
  3893.     protected function getDebug_DebugHandlersListenerService()
  3894.     {
  3895.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ($this->services['monolog.logger.php'] ?? $this->getMonolog_Logger_PhpService()), NULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), trueNULL);
  3896.     }
  3897.     /**
  3898.      * Gets the private 'debug.file_link_formatter' shared service.
  3899.      *
  3900.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3901.      */
  3902.     protected function getDebug_FileLinkFormatterService()
  3903.     {
  3904.         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 () {
  3905.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3906.         });
  3907.     }
  3908.     /**
  3909.      * Gets the private 'debug.log_processor' shared service.
  3910.      *
  3911.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3912.      */
  3913.     protected function getDebug_LogProcessorService()
  3914.     {
  3915.         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())));
  3916.     }
  3917.     /**
  3918.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3919.      *
  3920.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3921.      */
  3922.     protected function getDebug_Security_Access_DecisionManagerService()
  3923.     {
  3924.         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 () {
  3925.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3926.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  3927.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3928.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3929.         }, 4), 'affirmative'falsetrue));
  3930.     }
  3931.     /**
  3932.      * Gets the private 'debug.security.firewall' shared service.
  3933.      *
  3934.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3935.      */
  3936.     protected function getDebug_Security_FirewallService()
  3937.     {
  3938.         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()));
  3939.     }
  3940.     /**
  3941.      * Gets the private 'exception_listener' shared service.
  3942.      *
  3943.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3944.      */
  3945.     protected function getExceptionListenerService()
  3946.     {
  3947.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->services['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  3948.     }
  3949.     /**
  3950.      * Gets the private 'form.registry' shared service.
  3951.      *
  3952.      * @return \Symfony\Component\Form\FormRegistry
  3953.      */
  3954.     protected function getForm_RegistryService()
  3955.     {
  3956.         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, [
  3957.             'App\\Form\\CarSubmitFormType' => ['privates''App\\Form\\CarSubmitFormType''getCarSubmitFormTypeService'true],
  3958.             'App\\Form\\DeliveryAddressFormType' => ['privates''App\\Form\\DeliveryAddressFormType''getDeliveryAddressFormTypeService'true],
  3959.             'App\\Form\\LoginFormType' => ['privates''App\\Form\\LoginFormType''getLoginFormTypeService'true],
  3960.             'App\\Form\\RegistrationFormType' => ['privates''App\\Form\\RegistrationFormType''getRegistrationFormTypeService'true],
  3961.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  3962.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  3963.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  3964.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  3965.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  3966.         ], [
  3967.             'App\\Form\\CarSubmitFormType' => '?',
  3968.             'App\\Form\\DeliveryAddressFormType' => '?',
  3969.             'App\\Form\\LoginFormType' => '?',
  3970.             'App\\Form\\RegistrationFormType' => '?',
  3971.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  3972.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3973.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  3974.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3975.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3976.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3977.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  3978.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  3979.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  3980.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  3981.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  3982.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  3983.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3984.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3985.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3986.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3987.         }, 1)], new RewindableGenerator(function () {
  3988.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  3989.         }, 1))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3990.     }
  3991.     /**
  3992.      * Gets the private 'fragment.renderer.inline' shared service.
  3993.      *
  3994.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  3995.      */
  3996.     protected function getFragment_Renderer_InlineService()
  3997.     {
  3998.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3999.         $instance->setFragmentPath('/_fragment');
  4000.         return $instance;
  4001.     }
  4002.     /**
  4003.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4004.      *
  4005.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4006.      */
  4007.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4008.     {
  4009.         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())));
  4010.     }
  4011.     /**
  4012.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4013.      *
  4014.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4015.      */
  4016.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4017.     {
  4018.         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()));
  4019.     }
  4020.     /**
  4021.      * Gets the private 'hwi_oauth.security.oauth_utils' shared service.
  4022.      *
  4023.      * @return \CustomerManagementFrameworkBundle\Security\OAuth\OAuthUtils
  4024.      */
  4025.     protected function getHwiOauth_Security_OauthUtilsService()
  4026.     {
  4027.         $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');
  4028.         $instance->addResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.demo_frontend'] ?? $this->getHwiOauth_ResourceOwnermap_DemoFrontendService()));
  4029.         return $instance;
  4030.     }
  4031.     /**
  4032.      * Gets the private 'locale_aware_listener' shared service.
  4033.      *
  4034.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4035.      */
  4036.     protected function getLocaleAwareListenerService()
  4037.     {
  4038.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4039.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4040.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4041.             yield => ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService());
  4042.             yield => ($this->privates['Pimcore\\Bundle\\AdminBundle\\Translation\\AdminUserTranslator'] ?? $this->load('getAdminUserTranslatorService'));
  4043.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4044.     }
  4045.     /**
  4046.      * Gets the private 'locale_listener' shared service.
  4047.      *
  4048.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4049.      */
  4050.     protected function getLocaleListener2Service()
  4051.     {
  4052.         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()));
  4053.     }
  4054.     /**
  4055.      * Gets the private 'monolog.handler.console' shared service.
  4056.      *
  4057.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4058.      */
  4059.     protected function getMonolog_Handler_ConsoleService()
  4060.     {
  4061.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4062.     }
  4063.     /**
  4064.      * Gets the private 'monolog.handler.main' shared service.
  4065.      *
  4066.      * @return \Monolog\Handler\StreamHandler
  4067.      */
  4068.     protected function getMonolog_Handler_MainService()
  4069.     {
  4070.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  4071.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4072.         return $instance;
  4073.     }
  4074.     /**
  4075.      * Gets the private 'monolog.logger' shared service.
  4076.      *
  4077.      * @return \Symfony\Bridge\Monolog\Logger
  4078.      */
  4079.     protected function getMonolog_LoggerService()
  4080.     {
  4081.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4082.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4083.         $instance->useMicrosecondTimestamps(true);
  4084.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4085.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4086.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4087.         return $instance;
  4088.     }
  4089.     /**
  4090.      * Gets the private 'parameter_bag' shared service.
  4091.      *
  4092.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4093.      */
  4094.     protected function getParameterBagService()
  4095.     {
  4096.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4097.     }
  4098.     /**
  4099.      * Gets the private 'pimcore.cache.adapter.pdo' shared autowired service.
  4100.      *
  4101.      * @return \Symfony\Component\Cache\Adapter\PdoAdapter
  4102.      */
  4103.     protected function getPimcore_Cache_Adapter_PdoService()
  4104.     {
  4105.         $this->privates['pimcore.cache.adapter.pdo'] = $instance = new \Symfony\Component\Cache\Adapter\PdoAdapter(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ''31536000);
  4106.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4107.         return $instance;
  4108.     }
  4109.     /**
  4110.      * Gets the private 'pimcore.cache.adapter.redis_tag_aware' shared service.
  4111.      *
  4112.      * @return \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter
  4113.      */
  4114.     protected function getPimcore_Cache_Adapter_RedisTagAwareService()
  4115.     {
  4116.         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()));
  4117.     }
  4118.     /**
  4119.      * Gets the private 'pimcore.cache.adapter.redis_tag_aware.recorder_inner' shared autowired service.
  4120.      *
  4121.      * @return \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter
  4122.      */
  4123.     protected function getPimcore_Cache_Adapter_RedisTagAware_RecorderInnerService($lazyLoad true)
  4124.     {
  4125.         if ($lazyLoad) {
  4126.             return $this->privates['pimcore.cache.adapter.redis_tag_aware.recorder_inner'] = $this->createProxy('RedisTagAwareAdapter_310208a', function () {
  4127.                 return \RedisTagAwareAdapter_310208a::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4128.                     $wrappedInstance $this->getPimcore_Cache_Adapter_RedisTagAware_RecorderInnerService(false);
  4129.                     $proxy->setProxyInitializer(null);
  4130.                     return true;
  4131.                 });
  4132.             });
  4133.         }
  4134.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  4136.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php';
  4137.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  4138.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  4139.         $instance = new \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://localhost', ['lazy' => true]), 'bB1O0Ngu8C'0, new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  4140.         $a = ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4141.         $instance->setLogger($a);
  4142.         $instance->setLogger($a);
  4143.         return $instance;
  4144.     }
  4145.     /**
  4146.      * Gets the private 'profiler_listener' shared service.
  4147.      *
  4148.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4149.      */
  4150.     protected function getProfilerListenerService()
  4151.     {
  4152.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  4153.     }
  4154.     /**
  4155.      * Gets the private 'property_info' shared service.
  4156.      *
  4157.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4158.      */
  4159.     protected function getPropertyInfoService()
  4160.     {
  4161.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4162.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4163.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4164.         }, 2), new RewindableGenerator(function () {
  4165.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4166.         }, 1), new RewindableGenerator(function () {
  4167.             return new \EmptyIterator();
  4168.         }, 0), new RewindableGenerator(function () {
  4169.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4170.         }, 1), new RewindableGenerator(function () {
  4171.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4172.         }, 1));
  4173.     }
  4174.     /**
  4175.      * Gets the private 'router.expression_language_provider' shared service.
  4176.      *
  4177.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4178.      */
  4179.     protected function getRouter_ExpressionLanguageProviderService()
  4180.     {
  4181.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4182.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4183.         ], [
  4184.             'env' => 'Closure',
  4185.         ]));
  4186.     }
  4187.     /**
  4188.      * Gets the private 'router_listener' shared service.
  4189.      *
  4190.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4191.      */
  4192.     protected function getRouterListenerService()
  4193.     {
  4194.         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);
  4195.     }
  4196.     /**
  4197.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  4198.      *
  4199.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  4200.      */
  4201.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  4202.     {
  4203.         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()));
  4204.     }
  4205.     /**
  4206.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  4207.      *
  4208.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  4209.      */
  4210.     protected function getSchebTwoFactor_ProviderRegistryService()
  4211.     {
  4212.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  4213.             yield 'google' => ($this->privates['scheb_two_factor.security.google.provider'] ?? $this->load('getSchebTwoFactor_Security_Google_ProviderService'));
  4214.         }, 1));
  4215.     }
  4216.     /**
  4217.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  4218.      *
  4219.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  4220.      */
  4221.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  4222.     {
  4223.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  4224.     }
  4225.     /**
  4226.      * Gets the private 'security.authentication.form_listener.two_factor.pimcore_admin' shared service.
  4227.      *
  4228.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  4229.      */
  4230.     protected function getSecurity_Authentication_FormListener_TwoFactor_PimcoreAdminService()
  4231.     {
  4232.         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()));
  4233.     }
  4234.     /**
  4235.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.pimcore_admin' shared service.
  4236.      *
  4237.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  4238.      */
  4239.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService()
  4240.     {
  4241.         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);
  4242.     }
  4243.     /**
  4244.      * Gets the private 'security.firewall.map' shared service.
  4245.      *
  4246.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4247.      */
  4248.     protected function getSecurity_Firewall_MapService()
  4249.     {
  4250.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.DL2_VSJ'] ?? $this->get_ServiceLocator_DL2VSJService()), new RewindableGenerator(function () {
  4251.             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)/')));
  4252.             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')));
  4253.             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(/.*)?$')));
  4254.             yield 'security.firewall.map.context.demo_frontend' => NULL;
  4255.         }, 4));
  4256.     }
  4257.     /**
  4258.      * Gets the private 'security.firewall_config.two_factor.pimcore_admin' shared service.
  4259.      *
  4260.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  4261.      */
  4262.     protected function getSecurity_FirewallConfig_TwoFactor_PimcoreAdminService()
  4263.     {
  4264.         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()), new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
  4265.     }
  4266.     /**
  4267.      * Gets the private 'security.http_utils' shared service.
  4268.      *
  4269.      * @return \Symfony\Component\Security\Http\HttpUtils
  4270.      */
  4271.     protected function getSecurity_HttpUtilsService()
  4272.     {
  4273.         $a = ($this->services['router'] ?? $this->getRouterService());
  4274.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL);
  4275.     }
  4276.     /**
  4277.      * Gets the private 'security.logout_url_generator' shared service.
  4278.      *
  4279.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4280.      */
  4281.     protected function getSecurity_LogoutUrlGeneratorService()
  4282.     {
  4283.         $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()));
  4284.         $instance->registerListener('pimcore_admin''/admin/logout''logout''_csrf_token'NULLNULL);
  4285.         $instance->registerListener('demo_frontend''account-logout''logout''_csrf_token'NULLNULL);
  4286.         return $instance;
  4287.     }
  4288.     /**
  4289.      * Gets the private 'security.role_hierarchy' shared service.
  4290.      *
  4291.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4292.      */
  4293.     protected function getSecurity_RoleHierarchyService()
  4294.     {
  4295.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4296.     }
  4297.     /**
  4298.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4299.      *
  4300.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4301.      */
  4302.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4303.     {
  4304.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4305.     }
  4306.     /**
  4307.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4308.      *
  4309.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4310.      */
  4311.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4312.     {
  4313.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4314.         $b = new \Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter();
  4315.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4316.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4317.         $a->add($b, -2'data_object_converter');
  4318.         $a->add($b0NULL);
  4319.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4320.     }
  4321.     /**
  4322.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4323.      *
  4324.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4325.      */
  4326.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4327.     {
  4328.         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()));
  4329.     }
  4330.     /**
  4331.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4332.      *
  4333.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4334.      */
  4335.     protected function getSensioFrameworkExtra_View_ListenerService()
  4336.     {
  4337.         $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))));
  4338.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4339.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4340.         ], [
  4341.             'twig' => '?',
  4342.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4343.         return $instance;
  4344.     }
  4345.     /**
  4346.      * Gets the private 'translator.data_collector' shared service.
  4347.      *
  4348.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4349.      */
  4350.     protected function getTranslator_DataCollectorService()
  4351.     {
  4352.         return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4353.     }
  4354.     /**
  4355.      * Gets the private 'translator.default' shared service.
  4356.      *
  4357.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4358.      */
  4359.     protected function getTranslator_DefaultService()
  4360.     {
  4361.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4362.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4363.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4364.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4365.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4366.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4367.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4368.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4369.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4370.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4371.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4372.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4373.         ], [
  4374.             'translation.loader.csv' => '?',
  4375.             'translation.loader.dat' => '?',
  4376.             'translation.loader.ini' => '?',
  4377.             'translation.loader.json' => '?',
  4378.             'translation.loader.mo' => '?',
  4379.             'translation.loader.php' => '?',
  4380.             'translation.loader.po' => '?',
  4381.             'translation.loader.qt' => '?',
  4382.             'translation.loader.res' => '?',
  4383.             'translation.loader.xliff' => '?',
  4384.             'translation.loader.yml' => '?',
  4385.         ]), 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/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/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')], '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/hwi/oauth-bundle/Resources/translations'), 11 => (\dirname(__DIR__4).'/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/pimcore/payment-provider-unzer/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/pimcore/number-sequence-generator/src/translations'), 29 => (\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/hwi/oauth-bundle/Resources/translations'11 => 'translations'12 => 'vendor/symfony/framework-bundle/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/symfony/twig-bundle/translations'15 => 'vendor/symfony/monolog-bundle/translations'16 => 'vendor/doctrine/doctrine-bundle/translations'17 => 'vendor/doctrine/doctrine-migrations-bundle/translations'18 => 'vendor/sensio/framework-extra-bundle/src/translations'19 => 'vendor/symfony-cmf/routing-bundle/src/translations'20 => 'vendor/presta/sitemap-bundle/translations'21 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'22 => 'vendor/league/flysystem-bundle/src/translations'23 => 'vendor/symfony/debug-bundle/translations'24 => 'vendor/symfony/web-profiler-bundle/translations'25 => 'vendor/pimcore/pimcore/bundles/AdminBundle/translations'26 => 'vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/translations'27 => 'vendor/pimcore/payment-provider-unzer/src/translations'28 => 'vendor/pimcore/number-sequence-generator/src/translations'29 => 'vendor/php-http/httplug-bundle/src/translations']]], []);
  4386.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4387.         $instance->setFallbackLocales([=> 'en']);
  4388.         return $instance;
  4389.     }
  4390.     /**
  4391.      * Gets the private 'twig.loader.native_filesystem' shared service.
  4392.      *
  4393.      * @return \Twig\Loader\FilesystemLoader
  4394.      */
  4395.     protected function getTwig_Loader_NativeFilesystemService()
  4396.     {
  4397.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  4398.         $instance->addPath((\dirname(__DIR__4).'/templates'), 'App');
  4399.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4400.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4401.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4402.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4403.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  4404.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  4405.         $instance->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  4406.         $instance->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  4407.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4408.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4409.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4410.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4411.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/views'), 'PimcoreCore');
  4412.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/views'), '!PimcoreCore');
  4413.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Resources/views'), 'PimcoreAdmin');
  4414.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Resources/views'), '!PimcoreAdmin');
  4415.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Resources/views'), 'PimcoreEcommerceFramework');
  4416.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle/Resources/views'), '!PimcoreEcommerceFramework');
  4417.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Resources/views'), 'PimcoreCustomerManagementFramework');
  4418.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Resources/views'), '!PimcoreCustomerManagementFramework');
  4419.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/data-hub/src/Resources/views'), 'PimcoreDataHub');
  4420.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/data-hub/src/Resources/views'), '!PimcoreDataHub');
  4421.         $instance->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  4422.         $instance->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  4423.         $instance->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), 'HWIOAuth');
  4424.         $instance->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), '!HWIOAuth');
  4425.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  4426.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4427.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4428.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4429.         return $instance;
  4430.     }
  4431.     /**
  4432.      * Gets the private 'twig.runtime.httpkernel' shared service.
  4433.      *
  4434.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  4435.      */
  4436.     protected function getTwig_Runtime_HttpkernelService()
  4437.     {
  4438.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4439.         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, [
  4440.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  4441.         ], [
  4442.             'inline' => '?',
  4443.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner('UsfPbFVUtArrXO8YvVgHtZ5fkWUvsMx+B+Is8qXV8uQ='), $a));
  4444.     }
  4445.     /**
  4446.      * Gets the private 'validator.builder' shared service.
  4447.      *
  4448.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4449.      */
  4450.     protected function getValidator_BuilderService()
  4451.     {
  4452.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4453.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4454.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4455.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  4456.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4457.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4458.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4459.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4460.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  4461.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4462.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4463.         ], [
  4464.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  4465.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4466.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4467.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4468.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4469.             'cmf_routing.validator.route_defaults' => '?',
  4470.             'security.validator.user_password' => '?',
  4471.             'validator.expression' => '?',
  4472.         ])));
  4473.         if ($this->has('Symfony\\Contracts\\Translation\\TranslatorInterface')) {
  4474.             $instance->setTranslator(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
  4475.         }
  4476.         $instance->setTranslationDomain('validators');
  4477.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4478.         $instance->enableAnnotationMapping(true);
  4479.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4480.         $instance->addMethodMapping('loadValidatorMetadata');
  4481.         $instance->addObjectInitializers([]);
  4482.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4483.         return $instance;
  4484.     }
  4485.     /**
  4486.      * Gets the private 'var_dumper.html_dumper' shared service.
  4487.      *
  4488.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4489.      */
  4490.     protected function getVarDumper_HtmlDumperService()
  4491.     {
  4492.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4493.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4494.         return $instance;
  4495.     }
  4496.     /**
  4497.      * Gets the private 'web_profiler.csp.handler' shared service.
  4498.      *
  4499.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4500.      */
  4501.     protected function getWebProfiler_Csp_HandlerService()
  4502.     {
  4503.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4504.     }
  4505.     /**
  4506.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4507.      *
  4508.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4509.      */
  4510.     protected function getWebProfiler_DebugToolbarService()
  4511.     {
  4512.         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()));
  4513.     }
  4514.     /**
  4515.      * Gets the public 'cache_clearer' alias.
  4516.      *
  4517.      * @return object The ".container.private.cache_clearer" service.
  4518.      */
  4519.     protected function getCacheClearerService()
  4520.     {
  4521.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4522.         return $this->get('.container.private.cache_clearer');
  4523.     }
  4524.     /**
  4525.      * Gets the public 'filesystem' alias.
  4526.      *
  4527.      * @return object The ".container.private.filesystem" service.
  4528.      */
  4529.     protected function getFilesystemService()
  4530.     {
  4531.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4532.         return $this->get('.container.private.filesystem');
  4533.     }
  4534.     /**
  4535.      * Gets the public 'security.csrf.token_manager' alias.
  4536.      *
  4537.      * @return object The ".container.private.security.csrf.token_manager" service.
  4538.      */
  4539.     protected function getSecurity_Csrf_TokenManagerService()
  4540.     {
  4541.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4542.         return $this->get('.container.private.security.csrf.token_manager');
  4543.     }
  4544.     /**
  4545.      * Gets the public 'form.factory' alias.
  4546.      *
  4547.      * @return object The ".container.private.form.factory" service.
  4548.      */
  4549.     protected function getForm_FactoryService()
  4550.     {
  4551.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4552.         return $this->get('.container.private.form.factory');
  4553.     }
  4554.     /**
  4555.      * Gets the public 'form.type.file' alias.
  4556.      *
  4557.      * @return object The ".container.private.form.type.file" service.
  4558.      */
  4559.     protected function getForm_Type_FileService()
  4560.     {
  4561.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4562.         return $this->get('.container.private.form.type.file');
  4563.     }
  4564.     /**
  4565.      * Gets the public 'serializer' alias.
  4566.      *
  4567.      * @return object The ".container.private.serializer" service.
  4568.      */
  4569.     protected function getSerializerService()
  4570.     {
  4571.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4572.         return $this->get('.container.private.serializer');
  4573.     }
  4574.     /**
  4575.      * Gets the public 'security.authorization_checker' alias.
  4576.      *
  4577.      * @return object The ".container.private.security.authorization_checker" service.
  4578.      */
  4579.     protected function getSecurity_AuthorizationCheckerService()
  4580.     {
  4581.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4582.         return $this->get('.container.private.security.authorization_checker');
  4583.     }
  4584.     /**
  4585.      * Gets the public 'security.token_storage' alias.
  4586.      *
  4587.      * @return object The ".container.private.security.token_storage" service.
  4588.      */
  4589.     protected function getSecurity_TokenStorageService()
  4590.     {
  4591.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4592.         return $this->get('.container.private.security.token_storage');
  4593.     }
  4594.     /**
  4595.      * Gets the public 'twig' alias.
  4596.      *
  4597.      * @return object The ".container.private.twig" service.
  4598.      */
  4599.     protected function getTwigService()
  4600.     {
  4601.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4602.         return $this->get('.container.private.twig');
  4603.     }
  4604.     /**
  4605.      * Gets the public 'validator' alias.
  4606.      *
  4607.      * @return object The ".container.private.validator" service.
  4608.      */
  4609.     protected function getValidatorService()
  4610.     {
  4611.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4612.         return $this->get('.container.private.validator');
  4613.     }
  4614.     /**
  4615.      * @return array|bool|float|int|string|null
  4616.      */
  4617.     public function getParameter(string $name)
  4618.     {
  4619.         if (isset($this->buildParameters[$name])) {
  4620.             return $this->buildParameters[$name];
  4621.         }
  4622.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4623.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4624.         }
  4625.         if (isset($this->loadedDynamicParameters[$name])) {
  4626.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4627.         }
  4628.         return $this->parameters[$name];
  4629.     }
  4630.     public function hasParameter(string $name): bool
  4631.     {
  4632.         if (isset($this->buildParameters[$name])) {
  4633.             return true;
  4634.         }
  4635.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4636.     }
  4637.     public function setParameter(string $name$value): void
  4638.     {
  4639.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4640.     }
  4641.     public function getParameterBag(): ParameterBagInterface
  4642.     {
  4643.         if (null === $this->parameterBag) {
  4644.             $parameters $this->parameters;
  4645.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4646.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4647.             }
  4648.             foreach ($this->buildParameters as $name => $value) {
  4649.                 $parameters[$name] = $value;
  4650.             }
  4651.             $this->parameterBag = new FrozenParameterBag($parameters);
  4652.         }
  4653.         return $this->parameterBag;
  4654.     }
  4655.     private $loadedDynamicParameters = [
  4656.         'kernel.runtime_environment' => false,
  4657.         'kernel.build_dir' => false,
  4658.         'kernel.cache_dir' => false,
  4659.         'session.save_path' => false,
  4660.         'validator.mapping.cache.file' => false,
  4661.         'profiler.storage.dsn' => false,
  4662.         'debug.container.dump' => false,
  4663.         'serializer.mapping.cache.file' => false,
  4664.     ];
  4665.     private $dynamicParameters = [];
  4666.     private function getDynamicParameter(string $name)
  4667.     {
  4668.         switch ($name) {
  4669.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4670.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4671.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4672.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  4673.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4674.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4675.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4676.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4677.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4678.         }
  4679.         $this->loadedDynamicParameters[$name] = true;
  4680.         return $this->dynamicParameters[$name] = $value;
  4681.     }
  4682.     protected function getDefaultParameters(): array
  4683.     {
  4684.         return [
  4685.             'kernel.project_dir' => \dirname(__DIR__4),
  4686.             'kernel.environment' => 'dev',
  4687.             'kernel.debug' => true,
  4688.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4689.             'kernel.bundles' => [
  4690.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4691.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4692.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4693.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4694.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4695.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4696.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4697.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  4698.                 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  4699.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  4700.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  4701.                 'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
  4702.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4703.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4704.                 'PimcoreCoreBundle' => 'Pimcore\\Bundle\\CoreBundle\\PimcoreCoreBundle',
  4705.                 'PimcoreAdminBundle' => 'Pimcore\\Bundle\\AdminBundle\\PimcoreAdminBundle',
  4706.                 'PimcoreEcommerceFrameworkBundle' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\PimcoreEcommerceFrameworkBundle',
  4707.                 'PimcoreCustomerManagementFrameworkBundle' => 'CustomerManagementFrameworkBundle\\PimcoreCustomerManagementFrameworkBundle',
  4708.                 'OutputDataConfigToolkitBundle' => 'OutputDataConfigToolkitBundle\\OutputDataConfigToolkitBundle',
  4709.                 'Web2PrintToolsBundle' => 'Web2PrintToolsBundle\\Web2PrintToolsBundle',
  4710.                 'PimcoreDataHubBundle' => 'Pimcore\\Bundle\\DataHubBundle\\PimcoreDataHubBundle',
  4711.                 'ObjectMergerBundle' => 'Pimcore\\Bundle\\ObjectMergerBundle\\ObjectMergerBundle',
  4712.                 'PimcorePaymentProviderUnzerBundle' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\PimcorePaymentProviderUnzerBundle',
  4713.                 'NumberSequenceGeneratorBundle' => 'Pimcore\\Bundle\\NumberSequenceGeneratorBundle\\NumberSequenceGeneratorBundle',
  4714.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  4715.                 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  4716.             ],
  4717.             'kernel.bundles_metadata' => [
  4718.                 'FrameworkBundle' => [
  4719.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4720.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4721.                 ],
  4722.                 'SecurityBundle' => [
  4723.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4724.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4725.                 ],
  4726.                 'TwigBundle' => [
  4727.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4728.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4729.                 ],
  4730.                 'MonologBundle' => [
  4731.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4732.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4733.                 ],
  4734.                 'DoctrineBundle' => [
  4735.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4736.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4737.                 ],
  4738.                 'DoctrineMigrationsBundle' => [
  4739.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4740.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4741.                 ],
  4742.                 'SensioFrameworkExtraBundle' => [
  4743.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4744.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4745.                 ],
  4746.                 'CmfRoutingBundle' => [
  4747.                     'path' => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src'),
  4748.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  4749.                 ],
  4750.                 'PrestaSitemapBundle' => [
  4751.                     'path' => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle'),
  4752.                     'namespace' => 'Presta\\SitemapBundle',
  4753.                 ],
  4754.                 'SchebTwoFactorBundle' => [
  4755.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  4756.                     'namespace' => 'Scheb\\TwoFactorBundle',
  4757.                 ],
  4758.                 'FOSJsRoutingBundle' => [
  4759.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  4760.                     'namespace' => 'FOS\\JsRoutingBundle',
  4761.                 ],
  4762.                 'FlysystemBundle' => [
  4763.                     'path' => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src'),
  4764.                     'namespace' => 'League\\FlysystemBundle',
  4765.                 ],
  4766.                 'DebugBundle' => [
  4767.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4768.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4769.                 ],
  4770.                 'WebProfilerBundle' => [
  4771.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4772.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4773.                 ],
  4774.                 'PimcoreCoreBundle' => [
  4775.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle'),
  4776.                     'namespace' => 'Pimcore\\Bundle\\CoreBundle',
  4777.                 ],
  4778.                 'PimcoreAdminBundle' => [
  4779.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle'),
  4780.                     'namespace' => 'Pimcore\\Bundle\\AdminBundle',
  4781.                 ],
  4782.                 'PimcoreEcommerceFrameworkBundle' => [
  4783.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/EcommerceFrameworkBundle'),
  4784.                     'namespace' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle',
  4785.                 ],
  4786.                 'PimcoreCustomerManagementFrameworkBundle' => [
  4787.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src'),
  4788.                     'namespace' => 'CustomerManagementFrameworkBundle',
  4789.                 ],
  4790.                 'OutputDataConfigToolkitBundle' => [
  4791.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/output-data-config-toolkit-bundle/src'),
  4792.                     'namespace' => 'OutputDataConfigToolkitBundle',
  4793.                 ],
  4794.                 'Web2PrintToolsBundle' => [
  4795.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/web2print-tools-bundle/src'),
  4796.                     'namespace' => 'Web2PrintToolsBundle',
  4797.                 ],
  4798.                 'PimcoreDataHubBundle' => [
  4799.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/data-hub/src'),
  4800.                     'namespace' => 'Pimcore\\Bundle\\DataHubBundle',
  4801.                 ],
  4802.                 'ObjectMergerBundle' => [
  4803.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/object-merger/src'),
  4804.                     'namespace' => 'Pimcore\\Bundle\\ObjectMergerBundle',
  4805.                 ],
  4806.                 'PimcorePaymentProviderUnzerBundle' => [
  4807.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/payment-provider-unzer/src'),
  4808.                     'namespace' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle',
  4809.                 ],
  4810.                 'NumberSequenceGeneratorBundle' => [
  4811.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/number-sequence-generator/src'),
  4812.                     'namespace' => 'Pimcore\\Bundle\\NumberSequenceGeneratorBundle',
  4813.                 ],
  4814.                 'HttplugBundle' => [
  4815.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  4816.                     'namespace' => 'Http\\HttplugBundle',
  4817.                 ],
  4818.                 'HWIOAuthBundle' => [
  4819.                     'path' => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle'),
  4820.                     'namespace' => 'HWI\\Bundle\\OAuthBundle',
  4821.                 ],
  4822.             ],
  4823.             'kernel.charset' => 'UTF-8',
  4824.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4825.             'locale' => 'en',
  4826.             'customer_management_framework.firewall_settings' => [
  4827.                 'pattern' => '^/__customermanagementframework/webservice(/.*)?$',
  4828.                 'stateless' => true,
  4829.                 'provider' => 'pimcore_admin',
  4830.                 'guard' => [
  4831.                     'authenticators' => [
  4832.                         => 'CustomerManagementFrameworkBundle\\Security\\Guard\\WebserviceAuthenticator',
  4833.                     ],
  4834.                 ],
  4835.             ],
  4836.             'secret' => 'UsfPbFVUtArrXO8YvVgHtZ5fkWUvsMx+B+Is8qXV8uQ=',
  4837.             'google_client_id' => '<google_client_id>',
  4838.             'google_client_secret' => '<google_client_secret>',
  4839.             'twitter_client_id' => '<twitter_client_id>',
  4840.             'twitter_client_secret' => '<twitter_client_secret>',
  4841.             'app_encryption_secret' => 'KNvRv0JR+wJXDE44klkcsGbcbiARrQuxBkoC1ZrgORo=',
  4842.             'event_dispatcher.event_aliases' => [
  4843.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4844.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4845.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4846.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4847.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4848.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4849.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4850.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4851.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4852.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4853.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4854.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4855.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4856.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4857.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4858.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4859.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4860.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  4861.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  4862.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  4863.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  4864.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  4865.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  4866.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  4867.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4868.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4869.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4870.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4871.             ],
  4872.             'fragment.renderer.hinclude.global_template' => NULL,
  4873.             'fragment.path' => '/_fragment',
  4874.             'kernel.secret' => 'UsfPbFVUtArrXO8YvVgHtZ5fkWUvsMx+B+Is8qXV8uQ=',
  4875.             'kernel.http_method_override' => true,
  4876.             'kernel.trusted_hosts' => [
  4877.             ],
  4878.             'kernel.default_locale' => 'en',
  4879.             'kernel.error_controller' => 'error_controller',
  4880.             'debug.file_link_format' => NULL,
  4881.             'session.metadata.storage_key' => '_sf2_meta',
  4882.             'session.storage.options' => [
  4883.                 'cache_limiter' => '0',
  4884.                 'cookie_httponly' => true,
  4885.                 'cookie_samesite' => 'strict',
  4886.                 'gc_probability' => 1,
  4887.             ],
  4888.             'session.metadata.update_threshold' => 0,
  4889.             'form.type_extension.csrf.enabled' => true,
  4890.             'form.type_extension.csrf.field_name' => '_token',
  4891.             'asset.request_context.base_path' => NULL,
  4892.             'asset.request_context.secure' => NULL,
  4893.             'validator.translation_domain' => 'validators',
  4894.             'translator.logging' => false,
  4895.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4896.             'profiler_listener.only_exceptions' => false,
  4897.             'profiler_listener.only_main_requests' => false,
  4898.             'debug.error_handler.throw_at' => -1,
  4899.             'router.request_context.host' => 'localhost',
  4900.             'router.request_context.scheme' => 'http',
  4901.             'router.request_context.base_url' => '',
  4902.             'router.resource' => 'kernel::loadRoutes',
  4903.             'request_listener.http_port' => 80,
  4904.             'request_listener.https_port' => 443,
  4905.             'security.role_hierarchy.roles' => [
  4906.                 'ROLE_PIMCORE_ADMIN' => [
  4907.                     => 'ROLE_PIMCORE_USER',
  4908.                 ],
  4909.             ],
  4910.             'security.access.denied_url' => NULL,
  4911.             'security.authentication.manager.erase_credentials' => true,
  4912.             'security.authentication.session_strategy.strategy' => 'migrate',
  4913.             'security.access.always_authenticate_before_granting' => false,
  4914.             'security.authentication.hide_user_not_found' => true,
  4915.             'security.firewalls' => [
  4916.                 => 'dev',
  4917.                 => 'pimcore_admin_webdav',
  4918.                 => 'pimcore_admin',
  4919.                 => 'demo_frontend',
  4920.             ],
  4921.             'security.pimcore_admin_webdav._indexed_authenticators' => [
  4922.             ],
  4923.             'security.pimcore_admin._indexed_authenticators' => [
  4924.             ],
  4925.             'hwi_oauth.resource_ownermap.configured.demo_frontend' => [
  4926.                 'google' => 'app_auth_oauth_check_google',
  4927.                 'twitter' => 'app_auth_oauth_check_twitter',
  4928.             ],
  4929.             'security.demo_frontend._indexed_authenticators' => [
  4930.             ],
  4931.             'twig.form.resources' => [
  4932.                 => 'form_div_layout.html.twig',
  4933.             ],
  4934.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4935.             'monolog.use_microseconds' => true,
  4936.             'monolog.swift_mailer.handlers' => [
  4937.             ],
  4938.             'monolog.handlers_to_channels' => [
  4939.                 'monolog.handler.console' => [
  4940.                     'type' => 'exclusive',
  4941.                     'elements' => [
  4942.                         => 'event',
  4943.                         => 'doctrine',
  4944.                         => 'console',
  4945.                         => 'cache',
  4946.                     ],
  4947.                 ],
  4948.                 'monolog.handler.main' => [
  4949.                     'type' => 'exclusive',
  4950.                     'elements' => [
  4951.                         => 'event',
  4952.                         => 'doctrine',
  4953.                         => 'cache',
  4954.                     ],
  4955.                 ],
  4956.             ],
  4957.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  4958.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  4959.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  4960.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4961.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4962.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4963.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4964.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4965.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4966.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4967.             'doctrine.entity_managers' => [
  4968.             ],
  4969.             'doctrine.default_entity_manager' => '',
  4970.             'doctrine.dbal.connection_factory.types' => [
  4971.                 'uuid' => [
  4972.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  4973.                 ],
  4974.                 'ulid' => [
  4975.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4976.                 ],
  4977.             ],
  4978.             'doctrine.connections' => [
  4979.                 'default' => 'doctrine.dbal.default_connection',
  4980.             ],
  4981.             'doctrine.default_connection' => 'default',
  4982.             'doctrine.migrations.preferred_em' => NULL,
  4983.             'doctrine.migrations.preferred_connection' => 'default',
  4984.             'cmf_routing.uri_filter_regexp' => '',
  4985.             'cmf_routing.default_controller' => NULL,
  4986.             'cmf_routing.generic_controller' => NULL,
  4987.             'cmf_routing.controllers_by_type' => [
  4988.             ],
  4989.             'cmf_routing.controllers_by_class' => [
  4990.             ],
  4991.             'cmf_routing.templates_by_class' => [
  4992.             ],
  4993.             'cmf_routing.route_collection_limit' => 0,
  4994.             'cmf_routing.dynamic.limit_candidates' => 20,
  4995.             'cmf_routing.dynamic.locales' => [
  4996.             ],
  4997.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  4998.             'cmf_routing.replace_symfony_router' => true,
  4999.             'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  5000.             'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  5001.             'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  5002.             'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  5003.             'presta_sitemap.dump_directory' => (\dirname(__DIR__4).'/public'),
  5004.             'presta_sitemap.timetolive' => 3600,
  5005.             'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  5006.             'presta_sitemap.items_by_set' => 50000,
  5007.             'presta_sitemap.defaults' => [
  5008.                 'lastmod' => NULL,
  5009.                 'priority' => NULL,
  5010.                 'changefreq' => NULL,
  5011.             ],
  5012.             'presta_sitemap.default_section' => 'default',
  5013.             'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  5014.             'scheb_two_factor.model_manager_name' => NULL,
  5015.             'scheb_two_factor.security_tokens' => [
  5016.                 => 'Pimcore\\Bundle\\AdminBundle\\Security\\Authentication\\Token\\TwoFactorRequiredToken',
  5017.             ],
  5018.             'scheb_two_factor.ip_whitelist' => [
  5019.             ],
  5020.             'scheb_two_factor.google.server_name' => 'Pimcore',
  5021.             'scheb_two_factor.google.issuer' => 'Pimcore 2 Factor Authentication',
  5022.             'scheb_two_factor.google.template' => '@SchebTwoFactor/Authentication/form.html.twig',
  5023.             'scheb_two_factor.google.digits' => 6,
  5024.             'scheb_two_factor.google.window' => 1,
  5025.             'scheb_two_factor.trusted_device.enabled' => false,
  5026.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  5027.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  5028.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  5029.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  5030.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  5031.             'fos_js_routing.request_context_base_url' => NULL,
  5032.             'fos_js_routing.cache_control' => [
  5033.                 'enabled' => false,
  5034.             ],
  5035.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5036.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5037.             'web_profiler.debug_toolbar.mode' => 2,
  5038.             'container.dumper.inline_class_loader' => true,
  5039.             'pimcore.extensions.bundles.search_paths' => [
  5040.                 => 'src',
  5041.                 => 'vendor/pimcore/pimcore/bundles',
  5042.             ],
  5043.             'pimcore.extensions.bundles.handle_composer' => true,
  5044.             'pimcore.admin.unauthenticated_routes' => [
  5045.                 => [
  5046.                     'route' => 'pimcore_settings_display_custom_logo',
  5047.                     'path' => false,
  5048.                     'host' => false,
  5049.                     'methods' => [
  5050.                     ],
  5051.                 ],
  5052.                 => [
  5053.                     'route' => 'pimcore_admin_login',
  5054.                     'path' => false,
  5055.                     'host' => false,
  5056.                     'methods' => [
  5057.                     ],
  5058.                 ],
  5059.                 => [
  5060.                     'route' => 'pimcore_admin_webdav',
  5061.                     'path' => false,
  5062.                     'host' => false,
  5063.                     'methods' => [
  5064.                     ],
  5065.                 ],
  5066.             ],
  5067.             'pimcore.encryption.secret' => NULL,
  5068.             'pimcore.admin.session.attribute_bags' => [
  5069.                 'pimcore_admin' => [
  5070.                     'storage_key' => '_pimcore_admin',
  5071.                 ],
  5072.                 'pimcore_objects' => [
  5073.                     'storage_key' => '_pimcore_objects',
  5074.                 ],
  5075.                 'pimcore_copy' => [
  5076.                     'storage_key' => '_pimcore_copy',
  5077.                 ],
  5078.                 'pimcore_gridconfig' => [
  5079.                     'storage_key' => '_pimcore_gridconfig',
  5080.                 ],
  5081.                 'pimcore_importconfig' => [
  5082.                     'storage_key' => '_pimcore_importconfig',
  5083.                 ],
  5084.             ],
  5085.             'pimcore.admin.translations.path' => '@PimcoreCoreBundle/Resources/translations',
  5086.             'pimcore.translations.admin_translation_mapping' => [
  5087.             ],
  5088.             'pimcore.web_profiler.toolbar.excluded_routes' => [
  5089.                 => [
  5090.                     'path' => '^/admin/asset/image-editor',
  5091.                     'route' => false,
  5092.                     'host' => false,
  5093.                     'methods' => [
  5094.                     ],
  5095.                 ],
  5096.             ],
  5097.             'pimcore.response_exception_listener.render_error_document' => true,
  5098.             'pimcore.maintenance.housekeeping.cleanup_tmp_files_atime_older_than' => 7776000,
  5099.             'pimcore.maintenance.housekeeping.cleanup_profiler_files_atime_older_than' => 1800,
  5100.             'pimcore.documents.default_controller' => 'App\\Controller\\DefaultController::defaultAction',
  5101.             'pimcore.documents.web_to_print.default_controller_print_page' => 'App\\Controller\\Web2printController::defaultAction',
  5102.             'pimcore.documents.web_to_print.default_controller_print_container' => 'App\\Controller\\Web2printController::containerAction',
  5103.             'pimcore.config' => [
  5104.                 'web_profiler' => [
  5105.                     'toolbar' => [
  5106.                         'excluded_routes' => [
  5107.                             => [
  5108.                                 'path' => '^/admin/asset/image-editor',
  5109.                                 'route' => false,
  5110.                                 'host' => false,
  5111.                                 'methods' => [
  5112.                                 ],
  5113.                             ],
  5114.                         ],
  5115.                     ],
  5116.                 ],
  5117.                 'security' => [
  5118.                     'encoder_factories' => [
  5119.                         'Pimcore\\Bundle\\AdminBundle\\Security\\User\\User' => [
  5120.                             'id' => 'pimcore_admin.security.password_encoder_factory',
  5121.                         ],
  5122.                         'Pimcore\\Model\\DataObject\\Customer' => [
  5123.                             'id' => 'cmf.security.user_password_encoder_factory',
  5124.                         ],
  5125.                     ],
  5126.                     'factory_type' => 'encoder',
  5127.                     'password_hasher_factories' => [
  5128.                     ],
  5129.                 ],
  5130.                 'bundles' => [
  5131.                     'search_paths' => [
  5132.                         => 'src',
  5133.                         => 'vendor/pimcore/pimcore/bundles',
  5134.                     ],
  5135.                     'handle_composer' => true,
  5136.                 ],
  5137.                 'assets' => [
  5138.                     'metadata' => [
  5139.                         'class_definitions' => [
  5140.                             'data' => [
  5141.                                 'map' => [
  5142.                                     'asset' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Asset',
  5143.                                     'checkbox' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Checkbox',
  5144.                                     'date' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Date',
  5145.                                     'document' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Document',
  5146.                                     'input' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Input',
  5147.                                     'object' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\DataObject',
  5148.                                     'select' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Select',
  5149.                                     'textarea' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Textarea',
  5150.                                 ],
  5151.                                 'prefixes' => [
  5152.                                 ],
  5153.                             ],
  5154.                         ],
  5155.                     ],
  5156.                     'versions' => [
  5157.                         'days' => NULL,
  5158.                         'steps' => 2,
  5159.                         'use_hardlinks' => true,
  5160.                         'disable_stack_trace' => false,
  5161.                     ],
  5162.                     'hide_edit_image' => false,
  5163.                     'disable_tree_preview' => false,
  5164.                     'image' => [
  5165.                         'thumbnails' => [
  5166.                             'definitions' => [
  5167.                                 'galleryLightbox' => [
  5168.                                     'items' => [
  5169.                                         => [
  5170.                                             'method' => 'scaleByWidth',
  5171.                                             'arguments' => [
  5172.                                                 'width' => 900,
  5173.                                                 'forceResize' => true,
  5174.                                             ],
  5175.                                         ],
  5176.                                         => [
  5177.                                             'method' => 'scaleByHeight',
  5178.                                             'arguments' => [
  5179.                                                 'height' => 1000,
  5180.                                                 'forceResize' => true,
  5181.                                             ],
  5182.                                         ],
  5183.                                     ],
  5184.                                     'medias' => [
  5185.                                     ],
  5186.                                     'name' => 'galleryLightbox',
  5187.                                     'description' => '',
  5188.                                     'group' => 'Areas',
  5189.                                     'format' => 'SOURCE',
  5190.                                     'quality' => 85,
  5191.                                     'highResolution' => 0.0,
  5192.                                     'preserveColor' => false,
  5193.                                     'preserveMetaData' => false,
  5194.                                     'rasterizeSVG' => false,
  5195.                                     'downloadable' => false,
  5196.                                     'modificationDate' => 1642315714,
  5197.                                     'creationDate' => 1563541426,
  5198.                                     'preserveAnimation' => false,
  5199.                                 ],
  5200.                                 'product_detail' => [
  5201.                                     'items' => [
  5202.                                         => [
  5203.                                             'method' => 'scaleByWidth',
  5204.                                             'arguments' => [
  5205.                                                 'width' => 700,
  5206.                                                 'forceResize' => true,
  5207.                                             ],
  5208.                                         ],
  5209.                                         => [
  5210.                                             'method' => 'scaleByHeight',
  5211.                                             'arguments' => [
  5212.                                                 'height' => 700,
  5213.                                                 'forceResize' => true,
  5214.                                             ],
  5215.                                         ],
  5216.                                     ],
  5217.                                     'medias' => [
  5218.                                     ],
  5219.                                     'name' => 'product_detail',
  5220.                                     'description' => '',
  5221.                                     'group' => 'E-Commerce',
  5222.                                     'format' => 'SOURCE',
  5223.                                     'quality' => 85,
  5224.                                     'highResolution' => 0.0,
  5225.                                     'preserveColor' => false,
  5226.                                     'preserveMetaData' => false,
  5227.                                     'rasterizeSVG' => false,
  5228.                                     'downloadable' => false,
  5229.                                     'modificationDate' => 1642315775,
  5230.                                     'creationDate' => 1565167920,
  5231.                                     'preserveAnimation' => false,
  5232.                                 ],
  5233.                             ],
  5234.                             'clip_auto_support' => true,
  5235.                             'auto_formats' => [
  5236.                                 'avif' => [
  5237.                                     'enabled' => true,
  5238.                                     'quality' => 15,
  5239.                                 ],
  5240.                                 'webp' => [
  5241.                                     'enabled' => true,
  5242.                                     'quality' => NULL,
  5243.                                 ],
  5244.                             ],
  5245.                             'auto_clear_temp_files' => true,
  5246.                         ],
  5247.                         'max_pixels' => 40000000,
  5248.                         'low_quality_image_preview' => [
  5249.                             'enabled' => true,
  5250.                         ],
  5251.                         'focal_point_detection' => [
  5252.                             'enabled' => true,
  5253.                         ],
  5254.                     ],
  5255.                     'video' => [
  5256.                         'thumbnails' => [
  5257.                             'definitions' => [
  5258.                                 'content' => [
  5259.                                     'items' => [
  5260.                                         => [
  5261.                                             'method' => 'scaleByWidth',
  5262.                                             'arguments' => [
  5263.                                                 'width' => 300,
  5264.                                             ],
  5265.                                         ],
  5266.                                     ],
  5267.                                     'medias' => [
  5268.                                     ],
  5269.                                     'name' => 'content',
  5270.                                     'description' => '',
  5271.                                     'group' => '',
  5272.                                     'videoBitrate' => 450,
  5273.                                     'audioBitrate' => 128,
  5274.                                     'modificationDate' => 1638159011,
  5275.                                     'creationDate' => 1565353556,
  5276.                                 ],
  5277.                             ],
  5278.                             'auto_clear_temp_files' => true,
  5279.                         ],
  5280.                     ],
  5281.                     'frontend_prefixes' => [
  5282.                         'source' => '',
  5283.                         'thumbnail' => '',
  5284.                         'thumbnail_deferred' => '',
  5285.                     ],
  5286.                     'preview_image_thumbnail' => NULL,
  5287.                     'default_upload_path' => '_default_upload_bucket',
  5288.                     'tree_paging_limit' => 100,
  5289.                     'icc_rgb_profile' => NULL,
  5290.                     'icc_cmyk_profile' => NULL,
  5291.                 ],
  5292.                 'objects' => [
  5293.                     'class_definitions' => [
  5294.                         'data' => [
  5295.                             'map' => [
  5296.                                 'block' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Block',
  5297.                                 'calculatedValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\CalculatedValue',
  5298.                                 'checkbox' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Checkbox',
  5299.                                 'classificationstore' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Classificationstore',
  5300.                                 'consent' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Consent',
  5301.                                 'country' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Country',
  5302.                                 'countrymultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Countrymultiselect',
  5303.                                 'date' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Date',
  5304.                                 'datetime' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Datetime',
  5305.                                 'email' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Email',
  5306.                                 'encryptedField' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\EncryptedField',
  5307.                                 'externalImage' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ExternalImage',
  5308.                                 'fieldcollections' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Fieldcollections',
  5309.                                 'firstname' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Firstname',
  5310.                                 'gender' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Gender',
  5311.                                 'geobounds' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geobounds',
  5312.                                 'geopoint' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopoint',
  5313.                                 'geopolygon' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopolygon',
  5314.                                 'geopolyline' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopolyline',
  5315.                                 'hotspotimage' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Hotspotimage',
  5316.                                 'manyToOneRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToOneRelation',
  5317.                                 'image' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Image',
  5318.                                 'imageGallery' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ImageGallery',
  5319.                                 'input' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Input',
  5320.                                 'language' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Language',
  5321.                                 'languagemultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Languagemultiselect',
  5322.                                 'lastname' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Lastname',
  5323.                                 'link' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Link',
  5324.                                 'localizedfields' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Localizedfields',
  5325.                                 'manyToManyRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToManyRelation',
  5326.                                 'advancedManyToManyRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\AdvancedManyToManyRelation',
  5327.                                 'multiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Multiselect',
  5328.                                 'newsletterActive' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\NewsletterActive',
  5329.                                 'reverseObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ReverseObjectRelation',
  5330.                                 'urlSlug' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\UrlSlug',
  5331.                                 'numeric' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Numeric',
  5332.                                 'objectbricks' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Objectbricks',
  5333.                                 'manyToManyObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToManyObjectRelation',
  5334.                                 'advancedManyToManyObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\AdvancedManyToManyObjectRelation',
  5335.                                 'password' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Password',
  5336.                                 'rgbaColor' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\RgbaColor',
  5337.                                 'targetGroup' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\TargetGroup',
  5338.                                 'targetGroupMultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\TargetGroupMultiselect',
  5339.                                 'quantityValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\QuantityValue',
  5340.                                 'inputQuantityValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\InputQuantityValue',
  5341.                                 'select' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Select',
  5342.                                 'slider' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Slider',
  5343.                                 'structuredTable' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\StructuredTable',
  5344.                                 'table' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Table',
  5345.                                 'textarea' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Textarea',
  5346.                                 'time' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Time',
  5347.                                 'user' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\User',
  5348.                                 'video' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Video',
  5349.                                 'wysiwyg' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Wysiwyg',
  5350.                                 'indexFieldSelection' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\CoreExtensions\\ClassDefinition\\IndexFieldSelection',
  5351.                                 'indexFieldSelectionCombo' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\CoreExtensions\\ClassDefinition\\IndexFieldSelectionCombo',
  5352.                                 'indexFieldSelectionField' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\CoreExtensions\\ClassDefinition\\IndexFieldSelectionField',
  5353.                             ],
  5354.                             'prefixes' => [
  5355.                                 => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\',
  5356.                                 => '\\Object_Class_Data_',
  5357.                             ],
  5358.                         ],
  5359.                         'layout' => [
  5360.                             'prefixes' => [
  5361.                                 => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Layout\\',
  5362.                                 => '\\Object_Class_Layout_',
  5363.                             ],
  5364.                             'map' => [
  5365.                             ],
  5366.                         ],
  5367.                     ],
  5368.                     'versions' => [
  5369.                         'days' => NULL,
  5370.                         'steps' => 2,
  5371.                         'disable_stack_trace' => false,
  5372.                     ],
  5373.                     'ignore_localized_query_fallback' => false,
  5374.                     'tree_paging_limit' => 30,
  5375.                     'auto_save_interval' => 60,
  5376.                 ],
  5377.                 'documents' => [
  5378.                     'editables' => [
  5379.                         'prefixes' => [
  5380.                             => '\\Pimcore\\Model\\Document\\Editable\\',
  5381.                         ],
  5382.                         'map' => [
  5383.                             'outputchanneltable' => 'Web2PrintToolsBundle\\Model\\Document\\Editable\\Outputchanneltable',
  5384.                         ],
  5385.                     ],
  5386.                     'types' => [
  5387.                         => 'folder',
  5388.                         => 'page',
  5389.                         => 'snippet',
  5390.                         => 'link',
  5391.                         => 'hardlink',
  5392.                         => 'email',
  5393.                         => 'newsletter',
  5394.                         => 'printpage',
  5395.                         => 'printcontainer',
  5396.                     ],
  5397.                     'valid_tables' => [
  5398.                         => 'email',
  5399.                         => 'newsletter',
  5400.                         => 'hardlink',
  5401.                         => 'link',
  5402.                         => 'page',
  5403.                         => 'snippet',
  5404.                     ],
  5405.                     'versions' => [
  5406.                         'days' => NULL,
  5407.                         'steps' => 5,
  5408.                         'disable_stack_trace' => false,
  5409.                     ],
  5410.                     'error_pages' => [
  5411.                         'default' => '/en/Error-Page',
  5412.                         'localized' => [
  5413.                             'en' => '',
  5414.                             'mn' => '',
  5415.                         ],
  5416.                     ],
  5417.                     'doc_types' => [
  5418.                         'definitions' => [
  5419.                         ],
  5420.                     ],
  5421.                     'default_controller' => 'App\\Controller\\DefaultController::defaultAction',
  5422.                     'allow_trailing_slash' => 'no',
  5423.                     'generate_preview' => false,
  5424.                     'tree_paging_limit' => 50,
  5425.                     'areas' => [
  5426.                         'autoload' => true,
  5427.                     ],
  5428.                     'newsletter' => [
  5429.                         'defaultUrlPrefix' => NULL,
  5430.                     ],
  5431.                     'web_to_print' => [
  5432.                         'pdf_creation_php_memory_limit' => '2048M',
  5433.                         'default_controller_print_page' => 'App\\Controller\\Web2printController::defaultAction',
  5434.                         'default_controller_print_container' => 'App\\Controller\\Web2printController::containerAction',
  5435.                     ],
  5436.                     'auto_save_interval' => 60,
  5437.                     'static_page_router' => [
  5438.                         'enabled' => false,
  5439.                         'route_pattern' => NULL,
  5440.                     ],
  5441.                 ],
  5442.                 'routing' => [
  5443.                     'direct_route_document_types' => [
  5444.                         => 'page',
  5445.                         => 'snippet',
  5446.                         => 'email',
  5447.                         => 'newsletter',
  5448.                         => 'printpage',
  5449.                         => 'printcontainer',
  5450.                     ],
  5451.                     'allow_processing_unpublished_fallback_document' => false,
  5452.                     'static' => [
  5453.                         'locale_params' => [
  5454.                         ],
  5455.                     ],
  5456.                 ],
  5457.                 'newsletter' => [
  5458.                     'source_adapters' => [
  5459.                         'defaultAdapter' => 'pimcore.document.newsletter.factory.default',
  5460.                         'csvList' => 'pimcore.document.newsletter.factory.csv',
  5461.                         'reportAdapter' => 'pimcore.document.newsletter.factory.report',
  5462.                         'SegmentAddressSource' => 'cmf.document.newsletter.factory.segmentAddressSource',
  5463.                     ],
  5464.                     'method' => NULL,
  5465.                 ],
  5466.                 'custom_report' => [
  5467.                     'adapters' => [
  5468.                         'sql' => 'pimcore.custom_report.adapter.factory.sql',
  5469.                         'analytics' => 'pimcore.custom_report.adapter.factory.analytics',
  5470.                         'termSegmentBuilder' => 'cmf.custom_report.adapter.term_segment_builder',
  5471.                     ],
  5472.                     'definitions' => [
  5473.                     ],
  5474.                 ],
  5475.                 'targeting' => [
  5476.                     'data_providers' => [
  5477.                         'device' => 'Pimcore\\Targeting\\DataProvider\\Device',
  5478.                         'geoip' => 'Pimcore\\Targeting\\DataProvider\\GeoIp',
  5479.                         'geolocation' => 'Pimcore\\Targeting\\DataProvider\\GeoLocation',
  5480.                         'targeting_storage' => 'Pimcore\\Targeting\\DataProvider\\TargetingStorage',
  5481.                         'visited_pages_counter' => 'Pimcore\\Targeting\\DataProvider\\VisitedPagesCounter',
  5482.                         'cmf_customer' => 'CustomerManagementFrameworkBundle\\Targeting\\DataProvider\\Customer',
  5483.                         'cmf_customer_segments' => 'CustomerManagementFrameworkBundle\\Targeting\\DataProvider\\CustomerSegments',
  5484.                     ],
  5485.                     'conditions' => [
  5486.                         'browser' => 'Pimcore\\Targeting\\Condition\\Browser',
  5487.                         'country' => 'Pimcore\\Targeting\\Condition\\Country',
  5488.                         'geopoint' => 'Pimcore\\Targeting\\Condition\\GeoPoint',
  5489.                         'hardwareplatform' => 'Pimcore\\Targeting\\Condition\\HardwarePlatform',
  5490.                         'language' => 'Pimcore\\Targeting\\Condition\\Language',
  5491.                         'operatingsystem' => 'Pimcore\\Targeting\\Condition\\OperatingSystem',
  5492.                         'referringsite' => 'Pimcore\\Targeting\\Condition\\ReferringSite',
  5493.                         'searchengine' => 'Pimcore\\Targeting\\Condition\\SearchEngine',
  5494.                         'target_group' => 'Pimcore\\Targeting\\Condition\\TargetGroup',
  5495.                         'timeonsite' => 'Pimcore\\Targeting\\Condition\\TimeOnSite',
  5496.                         'url' => 'Pimcore\\Targeting\\Condition\\Url',
  5497.                         'visitedpagesbefore' => 'Pimcore\\Targeting\\Condition\\VisitedPagesBefore',
  5498.                         'cmf_has_segment' => 'CustomerManagementFrameworkBundle\\Targeting\\Condition\\HasSegment',
  5499.                         'cmf_customer_is_loggedin' => 'CustomerManagementFrameworkBundle\\Targeting\\Condition\\CustomerIsLoggedIn',
  5500.                         'cmf_customer_segments_have_changed' => 'CustomerManagementFrameworkBundle\\Targeting\\Condition\\CustomerSegmentsHaveChanged',
  5501.                     ],
  5502.                     'action_handlers' => [
  5503.                         'assign_target_group' => 'CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\AssignTargetGroupAndSegment',
  5504.                         'codesnippet' => 'Pimcore\\Targeting\\ActionHandler\\CodeSnippet',
  5505.                         'redirect' => 'Pimcore\\Targeting\\ActionHandler\\Redirect',
  5506.                         'cmf_track_segment' => 'CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\TrackSegment',
  5507.                         'cmf_apply_target_groups_from_segments' => 'CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\ApplyTargetGroupsFromSegments',
  5508.                         'cmf_track_activity' => 'CustomerManagementFrameworkBundle\\Targeting\\ActionHandler\\TrackActivity',
  5509.                     ],
  5510.                     'enabled' => true,
  5511.                     'storage_id' => 'Pimcore\\Targeting\\Storage\\CookieStorage',
  5512.                     'session' => [
  5513.                         'enabled' => false,
  5514.                     ],
  5515.                 ],
  5516.                 'context' => [
  5517.                     'profiler' => [
  5518.                         'routes' => [
  5519.                             => [
  5520.                                 'path' => '^/_(profiler|wdt)(/.*)?$',
  5521.                                 'route' => false,
  5522.                                 'host' => false,
  5523.                                 'methods' => [
  5524.                                 ],
  5525.                             ],
  5526.                         ],
  5527.                     ],
  5528.                     'admin' => [
  5529.                         'routes' => [
  5530.                             => [
  5531.                                 'path' => '^/admin(/.*)?$',
  5532.                                 'route' => false,
  5533.                                 'host' => false,
  5534.                                 'methods' => [
  5535.                                 ],
  5536.                             ],
  5537.                             => [
  5538.                                 'route' => '^pimcore_admin_',
  5539.                                 'path' => false,
  5540.                                 'host' => false,
  5541.                                 'methods' => [
  5542.                                 ],
  5543.                             ],
  5544.                         ],
  5545.                     ],
  5546.                     'plugin' => [
  5547.                         'routes' => [
  5548.                             => [
  5549.                                 'path' => '^/plugin(/.*)?$',
  5550.                                 'route' => false,
  5551.                                 'host' => false,
  5552.                                 'methods' => [
  5553.                                 ],
  5554.                             ],
  5555.                         ],
  5556.                     ],
  5557.                 ],
  5558.                 'admin' => [
  5559.                     'session' => [
  5560.                         'attribute_bags' => [
  5561.                             'pimcore_admin' => [
  5562.                                 'storage_key' => '_pimcore_admin',
  5563.                             ],
  5564.                             'pimcore_objects' => [
  5565.                                 'storage_key' => '_pimcore_objects',
  5566.                             ],
  5567.                             'pimcore_copy' => [
  5568.                                 'storage_key' => '_pimcore_copy',
  5569.                             ],
  5570.                             'pimcore_gridconfig' => [
  5571.                                 'storage_key' => '_pimcore_gridconfig',
  5572.                             ],
  5573.                             'pimcore_importconfig' => [
  5574.                                 'storage_key' => '_pimcore_importconfig',
  5575.                             ],
  5576.                         ],
  5577.                     ],
  5578.                     'unauthenticated_routes' => [
  5579.                         => [
  5580.                             'route' => 'pimcore_settings_display_custom_logo',
  5581.                             'path' => false,
  5582.                             'host' => false,
  5583.                             'methods' => [
  5584.                             ],
  5585.                         ],
  5586.                         => [
  5587.                             'route' => 'pimcore_admin_login',
  5588.                             'path' => false,
  5589.                             'host' => false,
  5590.                             'methods' => [
  5591.                             ],
  5592.                         ],
  5593.                         => [
  5594.                             'route' => 'pimcore_admin_webdav',
  5595.                             'path' => false,
  5596.                             'host' => false,
  5597.                             'methods' => [
  5598.                             ],
  5599.                         ],
  5600.                     ],
  5601.                     'translations' => [
  5602.                         'path' => '@PimcoreCoreBundle/Resources/translations',
  5603.                     ],
  5604.                 ],
  5605.                 'sitemaps' => [
  5606.                     'generators' => [
  5607.                         'pimcore_documents' => [
  5608.                             'enabled' => true,
  5609.                             'priority' => 100,
  5610.                             'generator_id' => 'Pimcore\\Sitemap\\Document\\DocumentTreeGenerator',
  5611.                         ],
  5612.                     ],
  5613.                 ],
  5614.                 'translations' => [
  5615.                     'debugging' => [
  5616.                         'enabled' => true,
  5617.                         'parameter' => 'pimcore_debug_translations',
  5618.                     ],
  5619.                     'admin_translation_mapping' => [
  5620.                     ],
  5621.                     'data_object' => [
  5622.                     ],
  5623.                 ],
  5624.                 'models' => [
  5625.                     'class_overrides' => [
  5626.                         'Pimcore\\Model\\DataObject\\Car' => 'App\\Model\\Product\\Car',
  5627.                         'Pimcore\\Model\\DataObject\\AccessoryPart' => 'App\\Model\\Product\\AccessoryPart',
  5628.                         'Pimcore\\Model\\DataObject\\Category' => 'App\\Model\\Product\\Category',
  5629.                         'Pimcore\\Model\\DataObject\\Customer' => 'App\\Model\\Customer',
  5630.                     ],
  5631.                 ],
  5632.                 'workflows' => [
  5633.                     'simple_asset_workflow' => [
  5634.                         'label' => 'Simple Asset Workflow',
  5635.                         'type' => 'state_machine',
  5636.                         'support_strategy' => [
  5637.                             'type' => 'expression',
  5638.                             'arguments' => [
  5639.                                 => '\\Pimcore\\Model\\Asset',
  5640.                                 => 'is_fully_authenticated()',
  5641.                             ],
  5642.                         ],
  5643.                         'initial_markings' => [
  5644.                             => 'start',
  5645.                         ],
  5646.                         'places' => [
  5647.                             'start' => [
  5648.                                 'label' => 'Start Place of the Workflow',
  5649.                                 'title' => 'Start checking this asset',
  5650.                                 'color' => '#3572b0',
  5651.                                 'visibleInHeader' => true,
  5652.                                 'colorInverted' => false,
  5653.                                 'permissions' => [
  5654.                                 ],
  5655.                             ],
  5656.                             'review_license' => [
  5657.                                 'label' => 'Review License',
  5658.                                 'color' => 'orange',
  5659.                                 'visibleInHeader' => true,
  5660.                                 'title' => '',
  5661.                                 'colorInverted' => false,
  5662.                                 'permissions' => [
  5663.                                 ],
  5664.                             ],
  5665.                             'finished' => [
  5666.                                 'label' => 'Asset Reviewed',
  5667.                                 'color' => 'green',
  5668.                                 'visibleInHeader' => true,
  5669.                                 'title' => '',
  5670.                                 'colorInverted' => false,
  5671.                                 'permissions' => [
  5672.                                 ],
  5673.                             ],
  5674.                         ],
  5675.                         'transitions' => [
  5676.                             'start_workflow' => [
  5677.                                 'from' => [
  5678.                                     => 'start',
  5679.                                 ],
  5680.                                 'to' => [
  5681.                                     => 'review_license',
  5682.                                 ],
  5683.                                 'options' => [
  5684.                                     'label' => 'Start Workflow',
  5685.                                     'objectLayout' => false,
  5686.                                     'notificationSettings' => [
  5687.                                     ],
  5688.                                     'changePublishedState' => 'no_change',
  5689.                                 ],
  5690.                                 'name' => 'start_workflow',
  5691.                             ],
  5692.                             'finish_review' => [
  5693.                                 'from' => [
  5694.                                     => 'review_license',
  5695.                                 ],
  5696.                                 'to' => [
  5697.                                     => 'finished',
  5698.                                 ],
  5699.                                 'options' => [
  5700.                                     'label' => 'Finish Review',
  5701.                                     'objectLayout' => false,
  5702.                                     'notificationSettings' => [
  5703.                                     ],
  5704.                                     'changePublishedState' => 'no_change',
  5705.                                 ],
  5706.                                 'name' => 'finish_review',
  5707.                             ],
  5708.                             'restart_review' => [
  5709.                                 'from' => [
  5710.                                     => 'finished',
  5711.                                 ],
  5712.                                 'to' => [
  5713.                                     => 'review_license',
  5714.                                 ],
  5715.                                 'options' => [
  5716.                                     'label' => 'Restart Review',
  5717.                                     'objectLayout' => false,
  5718.                                     'notificationSettings' => [
  5719.                                     ],
  5720.                                     'changePublishedState' => 'no_change',
  5721.                                 ],
  5722.                                 'name' => 'restart_review',
  5723.                             ],
  5724.                         ],
  5725.                         'placeholders' => [
  5726.                         ],
  5727.                         'enabled' => true,
  5728.                         'priority' => 0,
  5729.                         'audit_trail' => [
  5730.                             'enabled' => false,
  5731.                         ],
  5732.                         'supports' => [
  5733.                         ],
  5734.                         'globalActions' => [
  5735.                         ],
  5736.                     ],
  5737.                     'product_data_enrichment' => [
  5738.                         'label' => 'Product Data Enrichment Workflow',
  5739.                         'support_strategy' => [
  5740.                             'service' => 'App\\Workflow\\SupportsStrategy',
  5741.                             'arguments' => [
  5742.                             ],
  5743.                         ],
  5744.                         'initial_markings' => [
  5745.                             => 'todo',
  5746.                         ],
  5747.                         'places' => [
  5748.                             'todo' => [
  5749.                                 'label' => 'ToDo',
  5750.                                 'title' => 'Product Magic did not start',
  5751.                                 'color' => '#3572b0',
  5752.                                 'colorInverted' => true,
  5753.                                 'permissions' => [
  5754.                                     => [
  5755.                                         'objectLayout' => 'CarTodo',
  5756.                                         'publish' => false,
  5757.                                         'unpublish' => false,
  5758.                                     ],
  5759.                                 ],
  5760.                                 'visibleInHeader' => true,
  5761.                             ],
  5762.                             'edit_text' => [
  5763.                                 'label' => 'Edit Text',
  5764.                                 'color' => 'orange',
  5765.                                 'permissions' => [
  5766.                                     => [
  5767.                                         'publish' => false,
  5768.                                         'unpublish' => false,
  5769.                                     ],
  5770.                                 ],
  5771.                                 'title' => '',
  5772.                                 'colorInverted' => false,
  5773.                                 'visibleInHeader' => true,
  5774.                             ],
  5775.                             'edit_images' => [
  5776.                                 'label' => 'Edit Images',
  5777.                                 'color' => 'orange',
  5778.                                 'permissions' => [
  5779.                                     => [
  5780.                                         'publish' => false,
  5781.                                         'unpublish' => false,
  5782.                                     ],
  5783.                                 ],
  5784.                                 'title' => '',
  5785.                                 'colorInverted' => false,
  5786.                                 'visibleInHeader' => true,
  5787.                             ],
  5788.                             'done_text' => [
  5789.                                 'label' => 'Done Text',
  5790.                                 'color' => 'green',
  5791.                                 'permissions' => [
  5792.                                     => [
  5793.                                         'publish' => false,
  5794.                                         'unpublish' => false,
  5795.                                     ],
  5796.                                 ],
  5797.                                 'title' => '',
  5798.                                 'colorInverted' => false,
  5799.                                 'visibleInHeader' => true,
  5800.                             ],
  5801.                             'done_images' => [
  5802.                                 'label' => 'Done Images',
  5803.                                 'color' => 'green',
  5804.                                 'permissions' => [
  5805.                                     => [
  5806.                                         'publish' => false,
  5807.                                         'unpublish' => false,
  5808.                                     ],
  5809.                                 ],
  5810.                                 'title' => '',
  5811.                                 'colorInverted' => false,
  5812.                                 'visibleInHeader' => true,
  5813.                             ],
  5814.                             'done_all' => [
  5815.                                 'label' => 'Product is ready',
  5816.                                 'color' => '#009900',
  5817.                                 'permissions' => [
  5818.                                     => [
  5819.                                         'condition' => 'is_fully_authenticated() and \'ROLE_PIMCORE_ADMIN\' in role_names',
  5820.                                         'objectLayout' => 'CarReview',
  5821.                                     ],
  5822.                                     => [
  5823.                                         'objectLayout' => 'CarReview',
  5824.                                     ],
  5825.                                 ],
  5826.                                 'title' => '',
  5827.                                 'colorInverted' => false,
  5828.                                 'visibleInHeader' => true,
  5829.                             ],
  5830.                         ],
  5831.                         'transitions' => [
  5832.                             'start_work' => [
  5833.                                 'from' => [
  5834.                                     => 'todo',
  5835.                                 ],
  5836.                                 'to' => [
  5837.                                     => 'edit_text',
  5838.                                     => 'edit_images',
  5839.                                 ],
  5840.                                 'options' => [
  5841.                                     'label' => 'Start Work',
  5842.                                     'objectLayout' => false,
  5843.                                     'notificationSettings' => [
  5844.                                     ],
  5845.                                     'changePublishedState' => 'no_change',
  5846.                                 ],
  5847.                                 'name' => 'start_work',
  5848.                             ],
  5849.                             'mark_text_done' => [
  5850.                                 'from' => [
  5851.                                     => 'edit_text',
  5852.                                 ],
  5853.                                 'to' => [
  5854.                                     => 'done_text',
  5855.                                 ],
  5856.                                 'options' => [
  5857.                                     'label' => 'Mark Text Done',
  5858.                                     'objectLayout' => false,
  5859.                                     'notificationSettings' => [
  5860.                                     ],
  5861.                                     'changePublishedState' => 'no_change',
  5862.                                 ],
  5863.                                 'name' => 'mark_text_done',
  5864.                             ],
  5865.                             'mark_images_done' => [
  5866.                                 'from' => [
  5867.                                     => 'edit_images',
  5868.                                 ],
  5869.                                 'to' => [
  5870.                                     => 'done_images',
  5871.                                 ],
  5872.                                 'options' => [
  5873.                                     'label' => 'Mark Images Done',
  5874.                                     'notificationSettings' => [
  5875.                                         => [
  5876.                                             'notifyUsers' => [
  5877.                                                 => 'admin',
  5878.                                             ],
  5879.                                             'notifyRoles' => [
  5880.                                                 => 'projectmanagers',
  5881.                                                 => 'admins',
  5882.                                             ],
  5883.                                             'channelType' => [
  5884.                                                 => 'mail',
  5885.                                                 => 'pimcore_notification',
  5886.                                             ],
  5887.                                             'mailType' => 'template',
  5888.                                             'mailPath' => '@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig',
  5889.                                         ],
  5890.                                     ],
  5891.                                     'objectLayout' => false,
  5892.                                     'changePublishedState' => 'no_change',
  5893.                                 ],
  5894.                                 'name' => 'mark_images_done',
  5895.                             ],
  5896.                             'mark_done_all' => [
  5897.                                 'from' => [
  5898.                                     => 'done_text',
  5899.                                     => 'done_images',
  5900.                                 ],
  5901.                                 'to' => [
  5902.                                     => 'done_all',
  5903.                                 ],
  5904.                                 'options' => [
  5905.                                     'label' => 'Mark Product Done',
  5906.                                     'changePublishedState' => 'force_published',
  5907.                                     'notes' => [
  5908.                                         'commentEnabled' => true,
  5909.                                         'customHtml' => [
  5910.                                             'service' => 'App\\Services\\Workflow\\CustomHtmlService',
  5911.                                             'position' => 'top',
  5912.                                         ],
  5913.                                         'commentRequired' => false,
  5914.                                         'type' => 'Status update',
  5915.                                         'additionalFields' => [
  5916.                                         ],
  5917.                                     ],
  5918.                                     'notificationSettings' => [
  5919.                                         => [
  5920.                                             'notifyUsers' => [
  5921.                                                 => 'admin',
  5922.                                             ],
  5923.                                             'notifyRoles' => [
  5924.                                                 => 'projectmanagers',
  5925.                                                 => 'admins',
  5926.                                             ],
  5927.                                             'channelType' => [
  5928.                                                 => 'mail',
  5929.                                                 => 'pimcore_notification',
  5930.                                             ],
  5931.                                             'mailType' => 'template',
  5932.                                             'mailPath' => '@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig',
  5933.                                         ],
  5934.                                     ],
  5935.                                     'objectLayout' => false,
  5936.                                 ],
  5937.                                 'name' => 'mark_done_all',
  5938.                             ],
  5939.                             'reopen_issue' => [
  5940.                                 'from' => [
  5941.                                     => 'done_all',
  5942.                                 ],
  5943.                                 'to' => [
  5944.                                     => 'todo',
  5945.                                 ],
  5946.                                 'options' => [
  5947.                                     'label' => 'Reopen Product',
  5948.                                     'notes' => [
  5949.                                         'commentEnabled' => true,
  5950.                                         'commentRequired' => true,
  5951.                                         'type' => 'Status update',
  5952.                                         'additionalFields' => [
  5953.                                         ],
  5954.                                     ],
  5955.                                     'objectLayout' => false,
  5956.                                     'notificationSettings' => [
  5957.                                     ],
  5958.                                     'changePublishedState' => 'no_change',
  5959.                                 ],
  5960.                                 'name' => 'reopen_issue',
  5961.                             ],
  5962.                         ],
  5963.                         'globalActions' => [
  5964.                             'log_time' => [
  5965.                                 'label' => 'Log Time',
  5966.                                 'guard' => 'is_fully_authenticated()',
  5967.                                 'notes' => [
  5968.                                     'commentEnabled' => true,
  5969.                                     'commentRequired' => true,
  5970.                                     'type' => 'Worklog',
  5971.                                     'title' => 'Time Logged',
  5972.                                     'additionalFields' => [
  5973.                                         => [
  5974.                                             'name' => 'timeWorked',
  5975.                                             'fieldType' => 'input',
  5976.                                             'title' => 'Time spent',
  5977.                                             'required' => true,
  5978.                                             'fieldTypeSettings' => [
  5979.                                             ],
  5980.                                         ],
  5981.                                     ],
  5982.                                 ],
  5983.                                 'objectLayout' => false,
  5984.                                 'to' => [
  5985.                                 ],
  5986.                             ],
  5987.                         ],
  5988.                         'placeholders' => [
  5989.                         ],
  5990.                         'enabled' => true,
  5991.                         'priority' => 0,
  5992.                         'audit_trail' => [
  5993.                             'enabled' => false,
  5994.                         ],
  5995.                         'supports' => [
  5996.                         ],
  5997.                     ],
  5998.                 ],
  5999.                 'full_page_cache' => [
  6000.                     'enabled' => false,
  6001.                     'lifetime' => NULL,
  6002.                     'exclude_cookie' => '',
  6003.                     'exclude_patterns' => '',
  6004.                 ],
  6005.                 'general' => [
  6006.                     'domain' => '',
  6007.                     'redirect_to_maindomain' => false,
  6008.                     'language' => 'en',
  6009.                     'valid_languages' => 'en,mn',
  6010.                     'fallback_languages' => [
  6011.                         'en' => '',
  6012.                         'mn' => '',
  6013.                     ],
  6014.                     'default_language' => 'mn',
  6015.                     'debug_admin_translations' => false,
  6016.                     'timezone' => '',
  6017.                     'path_variable' => NULL,
  6018.                     'disable_usage_statistics' => false,
  6019.                     'instance_identifier' => NULL,
  6020.                 ],
  6021.                 'error_handling' => [
  6022.                     'render_error_document' => true,
  6023.                 ],
  6024.                 'flags' => [
  6025.                 ],
  6026.                 'maps' => [
  6027.                     'tile_layer_url_template' => 'https://a.tile.openstreetmap.org/{z}/{x}/{y}.png',
  6028.                     'geocoding_url_template' => 'https://nominatim.openstreetmap.org/search?q={q}&addressdetails=1&format=json&limit=1',
  6029.                     'reverse_geocoding_url_template' => 'https://nominatim.openstreetmap.org/reverse?format=json&lat={lat}&lon={lon}&addressdetails=1',
  6030.                 ],
  6031.                 'maintenance' => [
  6032.                     'housekeeping' => [
  6033.                         'cleanup_tmp_files_atime_older_than' => 7776000,
  6034.                         'cleanup_profiler_files_atime_older_than' => 1800,
  6035.                     ],
  6036.                 ],
  6037.                 'services' => [
  6038.                     'google' => [
  6039.                         'client_id' => NULL,
  6040.                         'email' => NULL,
  6041.                         'simple_api_key' => NULL,
  6042.                         'browser_api_key' => NULL,
  6043.                     ],
  6044.                 ],
  6045.                 'encryption' => [
  6046.                     'secret' => NULL,
  6047.                 ],
  6048.                 'email' => [
  6049.                     'sender' => [
  6050.                         'name' => '',
  6051.                         'email' => '',
  6052.                     ],
  6053.                     'return' => [
  6054.                         'name' => '',
  6055.                         'email' => '',
  6056.                     ],
  6057.                     'debug' => [
  6058.                         'email_addresses' => '',
  6059.                     ],
  6060.                     'usespecific' => false,
  6061.                 ],
  6062.                 'httpclient' => [
  6063.                     'adapter' => 'Socket',
  6064.                     'proxy_host' => NULL,
  6065.                     'proxy_port' => NULL,
  6066.                     'proxy_user' => NULL,
  6067.                     'proxy_pass' => NULL,
  6068.                 ],
  6069.                 'applicationlog' => [
  6070.                     'archive_treshold' => 30,
  6071.                     'archive_alternative_database' => '',
  6072.                     'delete_archive_threshold' => '6',
  6073.                 ],
  6074.                 'properties' => [
  6075.                     'predefined' => [
  6076.                         'definitions' => [
  6077.                         ],
  6078.                     ],
  6079.                 ],
  6080.                 'staticroutes' => [
  6081.                     'definitions' => [
  6082.                     ],
  6083.                 ],
  6084.                 'perspectives' => [
  6085.                     'definitions' => [
  6086.                     ],
  6087.                 ],
  6088.                 'custom_views' => [
  6089.                     'definitions' => [
  6090.                     ],
  6091.                 ],
  6092.             ],
  6093.             'pimcore.routing.static.locale_params' => [
  6094.             ],
  6095.             'pimcore.targeting.enabled' => true,
  6096.             'pimcore.targeting.conditions' => [
  6097.                 'browser' => 'Pimcore\\Targeting\\Condition\\Browser',
  6098.                 'country' => 'Pimcore\\Targeting\\Condition\\Country',
  6099.                 'geopoint' => 'Pimcore\\Targeting\\Condition\\GeoPoint',
  6100.                 'hardwareplatform' => 'Pimcore\\Targeting\\Condition\\HardwarePlatform',
  6101.                 'language' => 'Pimcore\\Targeting\\Condition\\Language',
  6102.                 'operatingsystem' => 'Pimcore\\Targeting\\Condition\\OperatingSystem',
  6103.                 'referringsite' => 'Pimcore\\Targeting\\Condition\\ReferringSite',
  6104.                 'searchengine' => 'Pimcore\\Targeting\\Condition\\SearchEngine',
  6105.                 'target_group' => 'Pimcore\\Targeting\\Condition\\TargetGroup',
  6106.                 'timeonsite' => 'Pimcore\\Targeting\\Condition\\TimeOnSite',
  6107.                 'url' => 'Pimcore\\Targeting\\Condition\\Url',
  6108.                 'visitedpagesbefore' => 'Pimcore\\Targeting\\Condition\\VisitedPagesBefore',
  6109.                 'cmf_has_segment' => 'CustomerManagementFrameworkBundle\\Targeting\\Condition\\HasSegment',
  6110.                 'cmf_customer_is_loggedin' => 'CustomerManagementFrameworkBundle\\Targeting\\Condition\\CustomerIsLoggedIn',
  6111.                 'cmf_customer_segments_have_changed' => 'CustomerManagementFrameworkBundle\\Targeting\\Condition\\CustomerSegmentsHaveChanged',
  6112.             ],
  6113.             'pimcore.geoip.db_file' => '',
  6114.             'pimcore.workflow' => [
  6115.                 'simple_asset_workflow' => [
  6116.                     'label' => 'Simple Asset Workflow',
  6117.                     'type' => 'state_machine',
  6118.                     'support_strategy' => [
  6119.                         'type' => 'expression',
  6120.                         'arguments' => [
  6121.                             => '\\Pimcore\\Model\\Asset',
  6122.                             => 'is_fully_authenticated()',
  6123.                         ],
  6124.                     ],
  6125.                     'initial_markings' => [
  6126.                         => 'start',
  6127.                     ],
  6128.                     'places' => [
  6129.                         'start' => [
  6130.                             'label' => 'Start Place of the Workflow',
  6131.                             'title' => 'Start checking this asset',
  6132.                             'color' => '#3572b0',
  6133.                             'visibleInHeader' => true,
  6134.                             'colorInverted' => false,
  6135.                             'permissions' => [
  6136.                             ],
  6137.                         ],
  6138.                         'review_license' => [
  6139.                             'label' => 'Review License',
  6140.                             'color' => 'orange',
  6141.                             'visibleInHeader' => true,
  6142.                             'title' => '',
  6143.                             'colorInverted' => false,
  6144.                             'permissions' => [
  6145.                             ],
  6146.                         ],
  6147.                         'finished' => [
  6148.                             'label' => 'Asset Reviewed',
  6149.                             'color' => 'green',
  6150.                             'visibleInHeader' => true,
  6151.                             'title' => '',
  6152.                             'colorInverted' => false,
  6153.                             'permissions' => [
  6154.                             ],
  6155.                         ],
  6156.                     ],
  6157.                     'transitions' => [
  6158.                         'start_workflow' => [
  6159.                             'from' => [
  6160.                                 => 'start',
  6161.                             ],
  6162.                             'to' => [
  6163.                                 => 'review_license',
  6164.                             ],
  6165.                             'options' => [
  6166.                                 'label' => 'Start Workflow',
  6167.                                 'objectLayout' => false,
  6168.                                 'notificationSettings' => [
  6169.                                 ],
  6170.                                 'changePublishedState' => 'no_change',
  6171.                             ],
  6172.                             'name' => 'start_workflow',
  6173.                         ],
  6174.                         'finish_review' => [
  6175.                             'from' => [
  6176.                                 => 'review_license',
  6177.                             ],
  6178.                             'to' => [
  6179.                                 => 'finished',
  6180.                             ],
  6181.                             'options' => [
  6182.                                 'label' => 'Finish Review',
  6183.                                 'objectLayout' => false,
  6184.                                 'notificationSettings' => [
  6185.                                 ],
  6186.                                 'changePublishedState' => 'no_change',
  6187.                             ],
  6188.                             'name' => 'finish_review',
  6189.                         ],
  6190.                         'restart_review' => [
  6191.                             'from' => [
  6192.                                 => 'finished',
  6193.                             ],
  6194.                             'to' => [
  6195.                                 => 'review_license',
  6196.                             ],
  6197.                             'options' => [
  6198.                                 'label' => 'Restart Review',
  6199.                                 'objectLayout' => false,
  6200.                                 'notificationSettings' => [
  6201.                                 ],
  6202.                                 'changePublishedState' => 'no_change',
  6203.                             ],
  6204.                             'name' => 'restart_review',
  6205.                         ],
  6206.                     ],
  6207.                     'placeholders' => [
  6208.                     ],
  6209.                     'enabled' => true,
  6210.                     'priority' => 0,
  6211.                     'audit_trail' => [
  6212.                         'enabled' => false,
  6213.                     ],
  6214.                     'supports' => [
  6215.                     ],
  6216.                     'globalActions' => [
  6217.                     ],
  6218.                 ],
  6219.                 'product_data_enrichment' => [
  6220.                     'label' => 'Product Data Enrichment Workflow',
  6221.                     'support_strategy' => [
  6222.                         'service' => 'App\\Workflow\\SupportsStrategy',
  6223.                         'arguments' => [
  6224.                         ],
  6225.                     ],
  6226.                     'initial_markings' => [
  6227.                         => 'todo',
  6228.                     ],
  6229.                     'places' => [
  6230.                         'todo' => [
  6231.                             'label' => 'ToDo',
  6232.                             'title' => 'Product Magic did not start',
  6233.                             'color' => '#3572b0',
  6234.                             'colorInverted' => true,
  6235.                             'permissions' => [
  6236.                                 => [
  6237.                                     'objectLayout' => 'CarTodo',
  6238.                                     'publish' => false,
  6239.                                     'unpublish' => false,
  6240.                                 ],
  6241.                             ],
  6242.                             'visibleInHeader' => true,
  6243.                         ],
  6244.                         'edit_text' => [
  6245.                             'label' => 'Edit Text',
  6246.                             'color' => 'orange',
  6247.                             'permissions' => [
  6248.                                 => [
  6249.                                     'publish' => false,
  6250.                                     'unpublish' => false,
  6251.                                 ],
  6252.                             ],
  6253.                             'title' => '',
  6254.                             'colorInverted' => false,
  6255.                             'visibleInHeader' => true,
  6256.                         ],
  6257.                         'edit_images' => [
  6258.                             'label' => 'Edit Images',
  6259.                             'color' => 'orange',
  6260.                             'permissions' => [
  6261.                                 => [
  6262.                                     'publish' => false,
  6263.                                     'unpublish' => false,
  6264.                                 ],
  6265.                             ],
  6266.                             'title' => '',
  6267.                             'colorInverted' => false,
  6268.                             'visibleInHeader' => true,
  6269.                         ],
  6270.                         'done_text' => [
  6271.                             'label' => 'Done Text',
  6272.                             'color' => 'green',
  6273.                             'permissions' => [
  6274.                                 => [
  6275.                                     'publish' => false,
  6276.                                     'unpublish' => false,
  6277.                                 ],
  6278.                             ],
  6279.                             'title' => '',
  6280.                             'colorInverted' => false,
  6281.                             'visibleInHeader' => true,
  6282.                         ],
  6283.                         'done_images' => [
  6284.                             'label' => 'Done Images',
  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_all' => [
  6297.                             'label' => 'Product is ready',
  6298.                             'color' => '#009900',
  6299.                             'permissions' => [
  6300.                                 => [
  6301.                                     'condition' => 'is_fully_authenticated() and \'ROLE_PIMCORE_ADMIN\' in role_names',
  6302.                                     'objectLayout' => 'CarReview',
  6303.                                 ],
  6304.                                 => [
  6305.                                     'objectLayout' => 'CarReview',
  6306.                                 ],
  6307.                             ],
  6308.                             'title' => '',
  6309.                             'colorInverted' => false,
  6310.                             'visibleInHeader' => true,
  6311.                         ],
  6312.                     ],
  6313.                     'transitions' => [
  6314.                         'start_work' => [
  6315.                             'from' => [
  6316.                                 => 'todo',
  6317.                             ],
  6318.                             'to' => [
  6319.                                 => 'edit_text',
  6320.                                 => 'edit_images',
  6321.                             ],
  6322.                             'options' => [
  6323.                                 'label' => 'Start Work',
  6324.                                 'objectLayout' => false,
  6325.                                 'notificationSettings' => [
  6326.                                 ],
  6327.                                 'changePublishedState' => 'no_change',
  6328.                             ],
  6329.                             'name' => 'start_work',
  6330.                         ],
  6331.                         'mark_text_done' => [
  6332.                             'from' => [
  6333.                                 => 'edit_text',
  6334.                             ],
  6335.                             'to' => [
  6336.                                 => 'done_text',
  6337.                             ],
  6338.                             'options' => [
  6339.                                 'label' => 'Mark Text Done',
  6340.                                 'objectLayout' => false,
  6341.                                 'notificationSettings' => [
  6342.                                 ],
  6343.                                 'changePublishedState' => 'no_change',
  6344.                             ],
  6345.                             'name' => 'mark_text_done',
  6346.                         ],
  6347.                         'mark_images_done' => [
  6348.                             'from' => [
  6349.                                 => 'edit_images',
  6350.                             ],
  6351.                             'to' => [
  6352.                                 => 'done_images',
  6353.                             ],
  6354.                             'options' => [
  6355.                                 'label' => 'Mark Images Done',
  6356.                                 'notificationSettings' => [
  6357.                                     => [
  6358.                                         'notifyUsers' => [
  6359.                                             => 'admin',
  6360.                                         ],
  6361.                                         'notifyRoles' => [
  6362.                                             => 'projectmanagers',
  6363.                                             => 'admins',
  6364.                                         ],
  6365.                                         'channelType' => [
  6366.                                             => 'mail',
  6367.                                             => 'pimcore_notification',
  6368.                                         ],
  6369.                                         'mailType' => 'template',
  6370.                                         'mailPath' => '@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig',
  6371.                                     ],
  6372.                                 ],
  6373.                                 'objectLayout' => false,
  6374.                                 'changePublishedState' => 'no_change',
  6375.                             ],
  6376.                             'name' => 'mark_images_done',
  6377.                         ],
  6378.                         'mark_done_all' => [
  6379.                             'from' => [
  6380.                                 => 'done_text',
  6381.                                 => 'done_images',
  6382.                             ],
  6383.                             'to' => [
  6384.                                 => 'done_all',
  6385.                             ],
  6386.                             'options' => [
  6387.                                 'label' => 'Mark Product Done',
  6388.                                 'changePublishedState' => 'force_published',
  6389.                                 'notes' => [
  6390.                                     'commentEnabled' => true,
  6391.                                     'customHtml' => [
  6392.                                         'service' => 'App\\Services\\Workflow\\CustomHtmlService',
  6393.                                         'position' => 'top',
  6394.                                     ],
  6395.                                     'commentRequired' => false,
  6396.                                     'type' => 'Status update',
  6397.                                     'additionalFields' => [
  6398.                                     ],
  6399.                                 ],
  6400.                                 'notificationSettings' => [
  6401.                                     => [
  6402.                                         'notifyUsers' => [
  6403.                                             => 'admin',
  6404.                                         ],
  6405.                                         'notifyRoles' => [
  6406.                                             => 'projectmanagers',
  6407.                                             => 'admins',
  6408.                                         ],
  6409.                                         'channelType' => [
  6410.                                             => 'mail',
  6411.                                             => 'pimcore_notification',
  6412.                                         ],
  6413.                                         'mailType' => 'template',
  6414.                                         'mailPath' => '@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig',
  6415.                                     ],
  6416.                                 ],
  6417.                                 'objectLayout' => false,
  6418.                             ],
  6419.                             'name' => 'mark_done_all',
  6420.                         ],
  6421.                         'reopen_issue' => [
  6422.                             'from' => [
  6423.                                 => 'done_all',
  6424.                             ],
  6425.                             'to' => [
  6426.                                 => 'todo',
  6427.                             ],
  6428.                             'options' => [
  6429.                                 'label' => 'Reopen Product',
  6430.                                 'notes' => [
  6431.                                     'commentEnabled' => true,
  6432.                                     'commentRequired' => true,
  6433.                                     'type' => 'Status update',
  6434.                                     'additionalFields' => [
  6435.                                     ],
  6436.                                 ],
  6437.                                 'objectLayout' => false,
  6438.                                 'notificationSettings' => [
  6439.                                 ],
  6440.                                 'changePublishedState' => 'no_change',
  6441.                             ],
  6442.                             'name' => 'reopen_issue',
  6443.                         ],
  6444.                     ],
  6445.                     'globalActions' => [
  6446.                         'log_time' => [
  6447.                             'label' => 'Log Time',
  6448.                             'guard' => 'is_fully_authenticated()',
  6449.                             'notes' => [
  6450.                                 'commentEnabled' => true,
  6451.                                 'commentRequired' => true,
  6452.                                 'type' => 'Worklog',
  6453.                                 'title' => 'Time Logged',
  6454.                                 'additionalFields' => [
  6455.                                     => [
  6456.                                         'name' => 'timeWorked',
  6457.                                         'fieldType' => 'input',
  6458.                                         'title' => 'Time spent',
  6459.                                         'required' => true,
  6460.                                         'fieldTypeSettings' => [
  6461.                                         ],
  6462.                                     ],
  6463.                                 ],
  6464.                             ],
  6465.                             'objectLayout' => false,
  6466.                             'to' => [
  6467.                             ],
  6468.                         ],
  6469.                     ],
  6470.                     'placeholders' => [
  6471.                     ],
  6472.                     'enabled' => true,
  6473.                     'priority' => 0,
  6474.                     'audit_trail' => [
  6475.                         'enabled' => false,
  6476.                     ],
  6477.                     'supports' => [
  6478.                     ],
  6479.                 ],
  6480.             ],
  6481.             'pimcore.gdpr-data-extrator.dataobjects' => [
  6482.                 'classes' => [
  6483.                 ],
  6484.             ],
  6485.             'pimcore.gdpr-data-extrator.assets' => [
  6486.                 'types' => [
  6487.                 ],
  6488.             ],
  6489.             'pimcore_admin.dataObjects.notes_events.types' => [
  6490.                 => '',
  6491.                 => 'content',
  6492.                 => 'seo',
  6493.                 => 'warning',
  6494.                 => 'notice',
  6495.             ],
  6496.             'pimcore_admin.assets.notes_events.types' => [
  6497.                 => '',
  6498.                 => 'content',
  6499.                 => 'seo',
  6500.                 => 'warning',
  6501.                 => 'notice',
  6502.             ],
  6503.             'pimcore_admin.documents.notes_events.types' => [
  6504.                 => '',
  6505.                 => 'content',
  6506.                 => 'seo',
  6507.                 => 'warning',
  6508.                 => 'notice',
  6509.             ],
  6510.             'pimcore_admin.csrf_protection.excluded_routes' => [
  6511.             ],
  6512.             'pimcore_admin.admin_languages' => [
  6513.             ],
  6514.             'pimcore_admin.custom_admin_path_identifier' => NULL,
  6515.             'pimcore_admin.config' => [
  6516.                 'branding' => [
  6517.                     'login_screen_invert_colors' => false,
  6518.                     'color_login_screen' => '',
  6519.                     'color_admin_interface' => '',
  6520.                     'login_screen_custom_image' => '',
  6521.                 ],
  6522.                 'gdpr_data_extractor' => [
  6523.                     'dataObjects' => [
  6524.                         'classes' => [
  6525.                         ],
  6526.                     ],
  6527.                     'assets' => [
  6528.                         'types' => [
  6529.                         ],
  6530.                     ],
  6531.                 ],
  6532.                 'objects' => [
  6533.                     'notes_events' => [
  6534.                         'types' => [
  6535.                             => '',
  6536.                             => 'content',
  6537.                             => 'seo',
  6538.                             => 'warning',
  6539.                             => 'notice',
  6540.                         ],
  6541.                     ],
  6542.                 ],
  6543.                 'assets' => [
  6544.                     'notes_events' => [
  6545.                         'types' => [
  6546.                             => '',
  6547.                             => 'content',
  6548.                             => 'seo',
  6549.                             => 'warning',
  6550.                             => 'notice',
  6551.                         ],
  6552.                     ],
  6553.                 ],
  6554.                 'documents' => [
  6555.                     'notes_events' => [
  6556.                         'types' => [
  6557.                             => '',
  6558.                             => 'content',
  6559.                             => 'seo',
  6560.                             => 'warning',
  6561.                             => 'notice',
  6562.                         ],
  6563.                     ],
  6564.                 ],
  6565.                 'admin_languages' => [
  6566.                 ],
  6567.                 'csrf_protection' => [
  6568.                     'excluded_routes' => [
  6569.                     ],
  6570.                 ],
  6571.                 'custom_admin_path_identifier' => NULL,
  6572.             ],
  6573.             'pimcore_ecommerce.pimcore.config' => [
  6574.                 'menu' => [
  6575.                     'pricing_rules' => [
  6576.                         'enabled' => true,
  6577.                     ],
  6578.                     'order_list' => [
  6579.                         'enabled' => true,
  6580.                         'route' => 'pimcore_ecommerce_backend_admin-order_list',
  6581.                         'path' => NULL,
  6582.                     ],
  6583.                 ],
  6584.             ],
  6585.             'pimcore_ecommerce.decimal_scale' => 4,
  6586.             'pimcore_ecommerce.factory.strict_tenants' => false,
  6587.             'pimcore_ecommerce.environment.options' => [
  6588.             ],
  6589.             'pimcore_ecommerce.pricing_manager.condition_mapping' => [
  6590.                 'Bracket' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\Bracket',
  6591.                 'DateRange' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\DateRange',
  6592.                 'CartAmount' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\CartAmount',
  6593.                 'CatalogProduct' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\CatalogProduct',
  6594.                 'CatalogCategory' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\CatalogCategory',
  6595.                 'Token' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\Token',
  6596.                 'Sold' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\Sold',
  6597.                 'Sales' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\Sales',
  6598.                 'ClientIp' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\ClientIp',
  6599.                 'VoucherToken' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\VoucherToken',
  6600.                 'Tenant' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\Tenant',
  6601.                 'TargetGroup' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Condition\\TargetGroup',
  6602.             ],
  6603.             'pimcore_ecommerce.pricing_manager.action_mapping' => [
  6604.                 'ProductDiscount' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Action\\ProductDiscount',
  6605.                 'CartDiscount' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Action\\CartDiscount',
  6606.                 'Gift' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Action\\Gift',
  6607.                 'FreeShipping' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\PricingManager\\Action\\FreeShipping',
  6608.             ],
  6609.             'pimcore_ecommerce.index_service.default_tenant' => 'default',
  6610.             'pimcore_ecommerce.voucher_service.options' => [
  6611.                 'reservation_minutes_threshold' => 5,
  6612.                 'statistics_days_threshold' => 30,
  6613.             ],
  6614.             'pimcore_ecommerce.voucher_service.token_manager.mapping' => [
  6615.                 'VoucherTokenTypePattern' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\VoucherService\\TokenManager\\Pattern',
  6616.                 'VoucherTokenTypeSingle' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\VoucherService\\TokenManager\\Single',
  6617.             ],
  6618.             'pimcore_ecommerce.offer_tool.order_storage.offer_class' => 'Pimcore\\Model\\DataObject\\OfferToolOffer',
  6619.             'pimcore_ecommerce.offer_tool.order_storage.offer_item_class' => 'Pimcore\\Model\\DataObject\\OfferToolOfferItem',
  6620.             'pimcore_ecommerce.offer_tool.order_storage.parent_folder_path' => '/offertool/offers/%Y/%m',
  6621.             'cmf.customer_export.items_per_request' => 500,
  6622.             'cmf.segmentAssignment.table.raw' => 'plugin_cmf_segment_assignment',
  6623.             'cmf.segmentAssignment.table.index' => 'plugin_cmf_segment_assignment_index',
  6624.             'cmf.segmentAssignment.table.queue' => 'plugin_cmf_segment_assignment_queue',
  6625.             'pimcore_customer_management_framework.general.customerPimcoreClass' => 'Customer',
  6626.             'pimcore_customer_management_framework.general.mailBlackListFile' => (\dirname(__DIR__3).'/config/cmf/mail-blacklist.txt'),
  6627.             'pimcore_customer_management_framework.encryption.secret' => 'KNvRv0JR+wJXDE44klkcsGbcbiARrQuxBkoC1ZrgORo=',
  6628.             'pimcore_customer_management_framework.customer_save_manager.enableAutomaticObjectNamingScheme' => true,
  6629.             'pimcore_customer_management_framework.customer_save_validator.requiredFields' => [
  6630.                 => [
  6631.                     => 'email',
  6632.                 ],
  6633.                 => [
  6634.                     => 'firstname',
  6635.                     => 'lastname',
  6636.                 ],
  6637.             ],
  6638.             'pimcore_customer_management_framework.customer_save_validator.checkForDuplicates' => true,
  6639.             'pimcore_customer_management_framework.segment_manager.segmentFolder.calculated' => '/Customer Management/segments/calculated',
  6640.             'pimcore_customer_management_framework.segment_manager.segmentFolder.manual' => '/Customer Management/segments/manual',
  6641.             'pimcore_customer_management_framework.customer_provider.namingScheme' => '{countryCode}/{zip}/{firstname}-{lastname}',
  6642.             'pimcore_customer_management_framework.customer_provider.parentPath' => '/Customer Management/customers',
  6643.             'pimcore_customer_management_framework.customer_provider.archiveDir' => '/Customer Management/customers/_archive',
  6644.             'pimcore_customer_management_framework.customer_provider.newCustomersTempDir' => '/Customer Management/customers/_temp',
  6645.             'pimcore_customer_management_framework.customer_list.exporters' => [
  6646.                 'csv' => [
  6647.                     'name' => 'CSV',
  6648.                     'icon' => 'fa fa-file-text-o',
  6649.                     'exporter' => 'CustomerManagementFrameworkBundle\\CustomerList\\Exporter\\Csv',
  6650.                     'properties' => [
  6651.                         => 'id',
  6652.                         => 'active',
  6653.                         => 'gender',
  6654.                         => 'email',
  6655.                         => 'phone',
  6656.                         => 'firstname',
  6657.                         => 'lastname',
  6658.                         => 'street',
  6659.                         => 'zip',
  6660.                         => 'city',
  6661.                         10 => 'countryCode',
  6662.                         11 => 'idEncoded',
  6663.                     ],
  6664.                     'exportSegmentsAsColumns' => true,
  6665.                 ],
  6666.                 'xlsx' => [
  6667.                     'name' => 'XLSX',
  6668.                     'icon' => 'fa fa-file-excel-o',
  6669.                     'exporter' => 'CustomerManagementFrameworkBundle\\CustomerList\\Exporter\\Xlsx',
  6670.                     'properties' => [
  6671.                         => 'id',
  6672.                         => 'active',
  6673.                         => 'gender',
  6674.                         => 'email',
  6675.                         => 'phone',
  6676.                         => 'firstname',
  6677.                         => 'lastname',
  6678.                         => 'street',
  6679.                         => 'zip',
  6680.                         => 'city',
  6681.                         10 => 'countryCode',
  6682.                         11 => 'idEncoded',
  6683.                     ],
  6684.                     'exportSegmentsAsColumns' => true,
  6685.                 ],
  6686.             ],
  6687.             'pimcore_customer_management_framework.customer_list.filter_properties' => [
  6688.                 'equals' => [
  6689.                     'id' => 'o_id',
  6690.                     'active' => 'active',
  6691.                 ],
  6692.                 'search' => [
  6693.                     'email' => [
  6694.                         => 'email',
  6695.                     ],
  6696.                     'firstname' => [
  6697.                         => 'firstname',
  6698.                     ],
  6699.                     'lastname' => [
  6700.                         => 'lastname',
  6701.                     ],
  6702.                     'search' => [
  6703.                         => 'o_id',
  6704.                         => 'idEncoded',
  6705.                         => 'firstname',
  6706.                         => 'lastname',
  6707.                         => 'email',
  6708.                         => 'zip',
  6709.                         => 'city',
  6710.                     ],
  6711.                 ],
  6712.             ],
  6713.             'pimcore_customer_management_framework.customer_duplicates_services.duplicateCheckFields' => [
  6714.                 => [
  6715.                     => 'email',
  6716.                 ],
  6717.                 => [
  6718.                     => 'firstname',
  6719.                     => 'lastname',
  6720.                     => 'zip',
  6721.                     => 'street',
  6722.                 ],
  6723.             ],
  6724.             'pimcore_customer_management_framework.customer_duplicates_services.duplicateCheckTrimmedFields' => [
  6725.             ],
  6726.             'pimcore_customer_management_framework.customer_duplicates_services.duplicates_view.listFields' => [
  6727.                 => [
  6728.                     => 'id',
  6729.                 ],
  6730.                 => [
  6731.                     => 'email',
  6732.                 ],
  6733.                 => [
  6734.                     => 'firstname',
  6735.                     => 'lastname',
  6736.                 ],
  6737.                 => [
  6738.                     => 'street',
  6739.                 ],
  6740.                 => [
  6741.                     => 'zip',
  6742.                     => 'city',
  6743.                 ],
  6744.                 => [
  6745.                     => 'countryCode',
  6746.                 ],
  6747.             ],
  6748.             'pimcore_customer_management_framework.customer_duplicates_services.duplicates_view.enabled' => true,
  6749.             'pimcore_customer_management_framework.customer_duplicates_services.duplicates_index.enableDuplicatesIndex' => true,
  6750.             'pimcore_customer_management_framework.customer_duplicates_services.duplicates_index.duplicateCheckFields' => [
  6751.                 => [
  6752.                     'lastname' => [
  6753.                         'soundex' => true,
  6754.                         'metaphone' => true,
  6755.                         'similarity' => '\\CustomerManagementFrameworkBundle\\DataSimilarityMatcher\\SimilarText',
  6756.                         'similarityThreshold' => NULL,
  6757.                     ],
  6758.                     'firstname' => [
  6759.                         'soundex' => true,
  6760.                         'metaphone' => true,
  6761.                         'similarity' => '\\CustomerManagementFrameworkBundle\\DataSimilarityMatcher\\SimilarText',
  6762.                         'similarityThreshold' => NULL,
  6763.                     ],
  6764.                     'zip' => [
  6765.                         'similarity' => '\\CustomerManagementFrameworkBundle\\DataSimilarityMatcher\\Zip',
  6766.                         'soundex' => false,
  6767.                         'metaphone' => false,
  6768.                         'similarityThreshold' => NULL,
  6769.                     ],
  6770.                     'city' => [
  6771.                         'soundex' => true,
  6772.                         'metaphone' => true,
  6773.                         'similarity' => '\\CustomerManagementFrameworkBundle\\DataSimilarityMatcher\\SimilarText',
  6774.                         'similarityThreshold' => NULL,
  6775.                     ],
  6776.                     'street' => [
  6777.                         'soundex' => true,
  6778.                         'metaphone' => true,
  6779.                         'similarity' => '\\CustomerManagementFrameworkBundle\\DataSimilarityMatcher\\SimilarText',
  6780.                         'similarityThreshold' => NULL,
  6781.                     ],
  6782.                 ],
  6783.                 => [
  6784.                     'email' => [
  6785.                         'metaphone' => true,
  6786.                         'similarity' => '\\CustomerManagementFrameworkBundle\\DataSimilarityMatcher\\SimilarText',
  6787.                         'similarityThreshold' => 90,
  6788.                         'soundex' => false,
  6789.                     ],
  6790.                 ],
  6791.             ],
  6792.             'pimcore_customer_management_framework.customer_duplicates_services.duplicates_index.dataTransformers' => [
  6793.                 'street' => '\\CustomerManagementFrameworkBundle\\DataTransformer\\DuplicateIndex\\Street',
  6794.                 'firstname' => '\\CustomerManagementFrameworkBundle\\DataTransformer\\DuplicateIndex\\Simplify',
  6795.                 'city' => '\\CustomerManagementFrameworkBundle\\DataTransformer\\DuplicateIndex\\Simplify',
  6796.                 'lastname' => '\\CustomerManagementFrameworkBundle\\DataTransformer\\DuplicateIndex\\Simplify',
  6797.             ],
  6798.             'pimcore_customer_management_framework.newsletter.newsletterSyncEnabled' => false,
  6799.             'pimcore_customer_management_framework.newsletter.newsletterQueueImmediateAsyncExecutionEnabled' => true,
  6800.             'pimcore_customer_management_framework.url_activity_tracker.enabled' => true,
  6801.             'pimcore_customer_management_framework.url_activity_tracker.linkCmfcPlaceholder' => '*|ID_ENCODED|*',
  6802.             'pimcore_customer_management_framework.segment_assignment_classes.types' => [
  6803.                 'document' => [
  6804.                     'page' => false,
  6805.                     'folder' => false,
  6806.                     'snippet' => false,
  6807.                     'link' => false,
  6808.                     'hardlink' => false,
  6809.                     'email' => false,
  6810.                     'newsletter' => false,
  6811.                     'printpage' => false,
  6812.                     'printcontainer' => false,
  6813.                 ],
  6814.                 'object' => [
  6815.                     'object' => [
  6816.                         'News' => false,
  6817.                         'Category' => false,
  6818.                     ],
  6819.                     'folder' => false,
  6820.                     'variant' => [
  6821.                     ],
  6822.                 ],
  6823.                 'asset' => [
  6824.                     'folder' => false,
  6825.                     'image' => false,
  6826.                     'text' => false,
  6827.                     'audio' => false,
  6828.                     'video' => false,
  6829.                     'document' => false,
  6830.                     'archive' => false,
  6831.                     'unknown' => false,
  6832.                 ],
  6833.             ],
  6834.             'pimcore.gdpr-data-extrator.customers' => [
  6835.                 'allowDelete' => false,
  6836.                 'includedRelations' => [
  6837.                 ],
  6838.             ],
  6839.             'pimcore_data_hub' => [
  6840.                 'configurations' => [
  6841.                     'shop' => [
  6842.                         'general' => [
  6843.                             'active' => true,
  6844.                             'type' => 'graphql',
  6845.                             'name' => 'shop',
  6846.                             'description' => 'Shop related information like Orders, OrderItems, Vouchers.',
  6847.                             'sqlObjectCondition' => '',
  6848.                             'path' => NULL,
  6849.                             'modificationDate' => 1641828559,
  6850.                             'createDate' => 1641828546,
  6851.                         ],
  6852.                         'schema' => [
  6853.                             'queryEntities' => [
  6854.                                 'OnlineShopOrder' => [
  6855.                                     'id' => 'OnlineShopOrder',
  6856.                                     'name' => 'OnlineShopOrder',
  6857.                                     'columnConfig' => [
  6858.                                         'columns' => [
  6859.                                             => [
  6860.                                                 'attributes' => [
  6861.                                                     'attribute' => 'ordernumber',
  6862.                                                     'label' => 'Ordernumber',
  6863.                                                     'dataType' => 'input',
  6864.                                                     'layout' => [
  6865.                                                         'fieldtype' => 'input',
  6866.                                                         'width' => 400,
  6867.                                                         'queryColumnType' => 'varchar',
  6868.                                                         'columnType' => 'varchar',
  6869.                                                         'columnLength' => 255,
  6870.                                                         'phpdocType' => 'string',
  6871.                                                         'regex' => '',
  6872.                                                         'unique' => NULL,
  6873.                                                         'showCharCount' => NULL,
  6874.                                                         'name' => 'ordernumber',
  6875.                                                         'title' => 'Ordernumber',
  6876.                                                         'tooltip' => '',
  6877.                                                         'mandatory' => false,
  6878.                                                         'noteditable' => true,
  6879.                                                         'index' => false,
  6880.                                                         'locked' => false,
  6881.                                                         'style' => '',
  6882.                                                         'permissions' => '',
  6883.                                                         'datatype' => 'data',
  6884.                                                         'relationType' => false,
  6885.                                                         'invisible' => false,
  6886.                                                         'visibleGridView' => true,
  6887.                                                         'visibleSearch' => true,
  6888.                                                     ],
  6889.                                                 ],
  6890.                                                 'isOperator' => false,
  6891.                                             ],
  6892.                                             => [
  6893.                                                 'attributes' => [
  6894.                                                     'attribute' => 'orderState',
  6895.                                                     'label' => 'OrderState',
  6896.                                                     'dataType' => 'select',
  6897.                                                     'layout' => [
  6898.                                                         'fieldtype' => 'select',
  6899.                                                         'options' => [
  6900.                                                             => [
  6901.                                                                 'key' => 'Committed',
  6902.                                                                 'value' => 'committed',
  6903.                                                             ],
  6904.                                                             => [
  6905.                                                                 'key' => 'Cancelled',
  6906.                                                                 'value' => 'cancelled',
  6907.                                                             ],
  6908.                                                             => [
  6909.                                                                 'key' => 'Payment Pending',
  6910.                                                                 'value' => 'paymentPending',
  6911.                                                             ],
  6912.                                                             => [
  6913.                                                                 'key' => 'Aborted',
  6914.                                                                 'value' => 'aborted',
  6915.                                                             ],
  6916.                                                         ],
  6917.                                                         'width' => 400,
  6918.                                                         'defaultValue' => '',
  6919.                                                         'optionsProviderClass' => '',
  6920.                                                         'optionsProviderData' => '',
  6921.                                                         'queryColumnType' => 'varchar',
  6922.                                                         'columnType' => 'varchar',
  6923.                                                         'columnLength' => 190,
  6924.                                                         'phpdocType' => 'string',
  6925.                                                         'dynamicOptions' => false,
  6926.                                                         'name' => 'orderState',
  6927.                                                         'title' => 'OrderState',
  6928.                                                         'tooltip' => '',
  6929.                                                         'mandatory' => false,
  6930.                                                         'noteditable' => true,
  6931.                                                         'index' => false,
  6932.                                                         'locked' => false,
  6933.                                                         'style' => '',
  6934.                                                         'permissions' => NULL,
  6935.                                                         'datatype' => 'data',
  6936.                                                         'relationType' => false,
  6937.                                                         'invisible' => false,
  6938.                                                         'visibleGridView' => true,
  6939.                                                         'visibleSearch' => true,
  6940.                                                     ],
  6941.                                                 ],
  6942.                                                 'isOperator' => false,
  6943.                                             ],
  6944.                                             => [
  6945.                                                 'attributes' => [
  6946.                                                     'attribute' => 'orderdate',
  6947.                                                     'label' => 'Orderdate',
  6948.                                                     'dataType' => 'datetime',
  6949.                                                     'layout' => [
  6950.                                                         'fieldtype' => 'datetime',
  6951.                                                         'queryColumnType' => 'bigint(20)',
  6952.                                                         'columnType' => 'bigint(20)',
  6953.                                                         'phpdocType' => '\\Carbon\\Carbon',
  6954.                                                         'defaultValue' => NULL,
  6955.                                                         'useCurrentDate' => false,
  6956.                                                         'name' => 'orderdate',
  6957.                                                         'title' => 'Orderdate',
  6958.                                                         'tooltip' => '',
  6959.                                                         'mandatory' => false,
  6960.                                                         'noteditable' => true,
  6961.                                                         'index' => false,
  6962.                                                         'locked' => false,
  6963.                                                         'style' => '',
  6964.                                                         'permissions' => '',
  6965.                                                         'datatype' => 'data',
  6966.                                                         'relationType' => false,
  6967.                                                         'invisible' => false,
  6968.                                                         'visibleGridView' => true,
  6969.                                                         'visibleSearch' => true,
  6970.                                                     ],
  6971.                                                 ],
  6972.                                                 'isOperator' => false,
  6973.                                             ],
  6974.                                             => [
  6975.                                                 'attributes' => [
  6976.                                                     'attribute' => 'items',
  6977.                                                     'label' => 'Items',
  6978.                                                     'dataType' => 'manyToManyObjectRelation',
  6979.                                                     'layout' => [
  6980.                                                         'fieldtype' => 'manyToManyObjectRelation',
  6981.                                                         'width' => '',
  6982.                                                         'height' => '',
  6983.                                                         'maxItems' => '',
  6984.                                                         'queryColumnType' => 'text',
  6985.                                                         'phpdocType' => 'array',
  6986.                                                         'relationType' => true,
  6987.                                                         'visibleFields' => NULL,
  6988.                                                         'optimizedAdminLoading' => false,
  6989.                                                         'visibleFieldDefinitions' => [
  6990.                                                         ],
  6991.                                                         'lazyLoading' => false,
  6992.                                                         'classes' => [
  6993.                                                             => [
  6994.                                                                 'classes' => 'OnlineShopOrderItem',
  6995.                                                             ],
  6996.                                                         ],
  6997.                                                         'pathFormatterClass' => '',
  6998.                                                         'name' => 'items',
  6999.                                                         'title' => 'Items',
  7000.                                                         'tooltip' => '',
  7001.                                                         'mandatory' => false,
  7002.                                                         'noteditable' => true,
  7003.                                                         'index' => false,
  7004.                                                         'locked' => false,
  7005.                                                         'style' => '',
  7006.                                                         'permissions' => '',
  7007.                                                         'datatype' => 'data',
  7008.                                                         'invisible' => false,
  7009.                                                         'visibleGridView' => false,
  7010.                                                         'visibleSearch' => false,
  7011.                                                     ],
  7012.                                                 ],
  7013.                                                 'isOperator' => false,
  7014.                                             ],
  7015.                                             => [
  7016.                                                 'attributes' => [
  7017.                                                     'attribute' => 'comment',
  7018.                                                     'label' => 'Comment',
  7019.                                                     'dataType' => 'textarea',
  7020.                                                     'layout' => [
  7021.                                                         'fieldtype' => 'textarea',
  7022.                                                         'width' => 400,
  7023.                                                         'height' => 200,
  7024.                                                         'maxLength' => NULL,
  7025.                                                         'showCharCount' => NULL,
  7026.                                                         'excludeFromSearchIndex' => false,
  7027.                                                         'queryColumnType' => 'longtext',
  7028.                                                         'columnType' => 'longtext',
  7029.                                                         'phpdocType' => 'string',
  7030.                                                         'name' => 'comment',
  7031.                                                         'title' => 'Comment',
  7032.                                                         'tooltip' => '',
  7033.                                                         'mandatory' => false,
  7034.                                                         'noteditable' => true,
  7035.                                                         'index' => false,
  7036.                                                         'locked' => false,
  7037.                                                         'style' => '',
  7038.                                                         'permissions' => NULL,
  7039.                                                         'datatype' => 'data',
  7040.                                                         'relationType' => false,
  7041.                                                         'invisible' => false,
  7042.                                                         'visibleGridView' => false,
  7043.                                                         'visibleSearch' => false,
  7044.                                                     ],
  7045.                                                 ],
  7046.                                                 'isOperator' => false,
  7047.                                             ],
  7048.                                             => [
  7049.                                                 'attributes' => [
  7050.                                                     'attribute' => 'customerOrderData',
  7051.                                                     'label' => 'Customer Order Data',
  7052.                                                     'dataType' => 'input',
  7053.                                                     'layout' => [
  7054.                                                         'fieldtype' => 'input',
  7055.                                                         'width' => 400,
  7056.                                                         'queryColumnType' => 'varchar',
  7057.                                                         'columnType' => 'varchar',
  7058.                                                         'columnLength' => 255,
  7059.                                                         'phpdocType' => 'string',
  7060.                                                         'regex' => '',
  7061.                                                         'unique' => NULL,
  7062.                                                         'showCharCount' => NULL,
  7063.                                                         'name' => 'customerOrderData',
  7064.                                                         'title' => 'Customer Order Data',
  7065.                                                         'tooltip' => '',
  7066.                                                         'mandatory' => false,
  7067.                                                         'noteditable' => true,
  7068.                                                         'index' => false,
  7069.                                                         'locked' => false,
  7070.                                                         'style' => '',
  7071.                                                         'permissions' => NULL,
  7072.                                                         'datatype' => 'data',
  7073.                                                         'relationType' => false,
  7074.                                                         'invisible' => false,
  7075.                                                         'visibleGridView' => false,
  7076.                                                         'visibleSearch' => false,
  7077.                                                     ],
  7078.                                                 ],
  7079.                                                 'isOperator' => false,
  7080.                                             ],
  7081.                                             => [
  7082.                                                 'attributes' => [
  7083.                                                     'attribute' => 'voucherTokens',
  7084.                                                     'label' => 'Voucher Tokens',
  7085.                                                     'dataType' => 'manyToManyObjectRelation',
  7086.                                                     'layout' => [
  7087.                                                         'fieldtype' => 'manyToManyObjectRelation',
  7088.                                                         'width' => '',
  7089.                                                         'height' => '',
  7090.                                                         'maxItems' => '',
  7091.                                                         'queryColumnType' => 'text',
  7092.                                                         'phpdocType' => 'array',
  7093.                                                         'relationType' => true,
  7094.                                                         'visibleFields' => NULL,
  7095.                                                         'optimizedAdminLoading' => false,
  7096.                                                         'visibleFieldDefinitions' => [
  7097.                                                         ],
  7098.                                                         'lazyLoading' => false,
  7099.                                                         'classes' => [
  7100.                                                             => [
  7101.                                                                 'classes' => 'OnlineShopVoucherToken',
  7102.                                                             ],
  7103.                                                         ],
  7104.                                                         'pathFormatterClass' => NULL,
  7105.                                                         'name' => 'voucherTokens',
  7106.                                                         'title' => 'Voucher Tokens',
  7107.                                                         'tooltip' => '',
  7108.                                                         'mandatory' => false,
  7109.                                                         'noteditable' => true,
  7110.                                                         'index' => false,
  7111.                                                         'locked' => false,
  7112.                                                         'style' => '',
  7113.                                                         'permissions' => NULL,
  7114.                                                         'datatype' => 'data',
  7115.                                                         'invisible' => false,
  7116.                                                         'visibleGridView' => false,
  7117.                                                         'visibleSearch' => false,
  7118.                                                     ],
  7119.                                                 ],
  7120.                                                 'isOperator' => false,
  7121.                                             ],
  7122.                                             => [
  7123.                                                 'attributes' => [
  7124.                                                     'attribute' => 'giftItems',
  7125.                                                     'label' => 'Gift Items',
  7126.                                                     'dataType' => 'manyToManyObjectRelation',
  7127.                                                     'layout' => [
  7128.                                                         'fieldtype' => 'manyToManyObjectRelation',
  7129.                                                         'width' => '',
  7130.                                                         'height' => '',
  7131.                                                         'maxItems' => '',
  7132.                                                         'queryColumnType' => 'text',
  7133.                                                         'phpdocType' => 'array',
  7134.                                                         'relationType' => true,
  7135.                                                         'visibleFields' => NULL,
  7136.                                                         'optimizedAdminLoading' => false,
  7137.                                                         'visibleFieldDefinitions' => [
  7138.                                                         ],
  7139.                                                         'lazyLoading' => true,
  7140.                                                         'classes' => [
  7141.                                                             => [
  7142.                                                                 'classes' => 'OnlineShopOrderItem',
  7143.                                                             ],
  7144.                                                         ],
  7145.                                                         'pathFormatterClass' => '',
  7146.                                                         'name' => 'giftItems',
  7147.                                                         'title' => 'Gift Items',
  7148.                                                         'tooltip' => '',
  7149.                                                         'mandatory' => false,
  7150.                                                         'noteditable' => true,
  7151.                                                         'index' => false,
  7152.                                                         'locked' => false,
  7153.                                                         'style' => '',
  7154.                                                         'permissions' => NULL,
  7155.                                                         'datatype' => 'data',
  7156.                                                         'invisible' => false,
  7157.                                                         'visibleGridView' => false,
  7158.                                                         'visibleSearch' => false,
  7159.                                                     ],
  7160.                                                 ],
  7161.                                                 'isOperator' => false,
  7162.                                             ],
  7163.                                             => [
  7164.                                                 'attributes' => [
  7165.                                                     'attribute' => 'subTotalNetPrice',
  7166.                                                     'label' => 'SubTotalNetPrice',
  7167.                                                     'dataType' => 'numeric',
  7168.                                                     'layout' => [
  7169.                                                         'fieldtype' => 'numeric',
  7170.                                                         'width' => 400,
  7171.                                                         'defaultValue' => NULL,
  7172.                                                         'queryColumnType' => 'double',
  7173.                                                         'columnType' => 'double',
  7174.                                                         'phpdocType' => 'float',
  7175.                                                         'integer' => false,
  7176.                                                         'unsigned' => false,
  7177.                                                         'minValue' => NULL,
  7178.                                                         'maxValue' => NULL,
  7179.                                                         'unique' => NULL,
  7180.                                                         'decimalSize' => 19,
  7181.                                                         'decimalPrecision' => 4,
  7182.                                                         'name' => 'subTotalNetPrice',
  7183.                                                         'title' => 'SubTotalNetPrice',
  7184.                                                         'tooltip' => '',
  7185.                                                         'mandatory' => false,
  7186.                                                         'noteditable' => true,
  7187.                                                         'index' => false,
  7188.                                                         'locked' => false,
  7189.                                                         'style' => '',
  7190.                                                         'permissions' => NULL,
  7191.                                                         'datatype' => 'data',
  7192.                                                         'relationType' => false,
  7193.                                                         'invisible' => false,
  7194.                                                         'visibleGridView' => false,
  7195.                                                         'visibleSearch' => false,
  7196.                                                     ],
  7197.                                                 ],
  7198.                                                 'isOperator' => false,
  7199.                                             ],
  7200.                                             => [
  7201.                                                 'attributes' => [
  7202.                                                     'attribute' => 'subTotalPrice',
  7203.                                                     'label' => 'SubTotalPrice',
  7204.                                                     'dataType' => 'numeric',
  7205.                                                     'layout' => [
  7206.                                                         'fieldtype' => 'numeric',
  7207.                                                         'width' => 400,
  7208.                                                         'defaultValue' => NULL,
  7209.                                                         'queryColumnType' => 'double',
  7210.                                                         'columnType' => 'double',
  7211.                                                         'phpdocType' => 'float',
  7212.                                                         'integer' => false,
  7213.                                                         'unsigned' => false,
  7214.                                                         'minValue' => NULL,
  7215.                                                         'maxValue' => NULL,
  7216.                                                         'unique' => NULL,
  7217.                                                         'decimalSize' => 19,
  7218.                                                         'decimalPrecision' => 4,
  7219.                                                         'name' => 'subTotalPrice',
  7220.                                                         'title' => 'SubTotalPrice',
  7221.                                                         'tooltip' => '',
  7222.                                                         'mandatory' => false,
  7223.                                                         'noteditable' => true,
  7224.                                                         'index' => false,
  7225.                                                         'locked' => false,
  7226.                                                         'style' => '',
  7227.                                                         'permissions' => '',
  7228.                                                         'datatype' => 'data',
  7229.                                                         'relationType' => false,
  7230.                                                         'invisible' => false,
  7231.                                                         'visibleGridView' => false,
  7232.                                                         'visibleSearch' => false,
  7233.                                                     ],
  7234.                                                 ],
  7235.                                                 'isOperator' => false,
  7236.                                             ],
  7237.                                             10 => [
  7238.                                                 'attributes' => [
  7239.                                                     'attribute' => 'totalNetPrice',
  7240.                                                     'label' => 'TotalNetPrice',
  7241.                                                     'dataType' => 'numeric',
  7242.                                                     'layout' => [
  7243.                                                         'fieldtype' => 'numeric',
  7244.                                                         'width' => 400,
  7245.                                                         'defaultValue' => NULL,
  7246.                                                         'queryColumnType' => 'double',
  7247.                                                         'columnType' => 'double',
  7248.                                                         'phpdocType' => 'float',
  7249.                                                         'integer' => false,
  7250.                                                         'unsigned' => false,
  7251.                                                         'minValue' => NULL,
  7252.                                                         'maxValue' => NULL,
  7253.                                                         'unique' => NULL,
  7254.                                                         'decimalSize' => 19,
  7255.                                                         'decimalPrecision' => 4,
  7256.                                                         'name' => 'totalNetPrice',
  7257.                                                         'title' => 'TotalNetPrice',
  7258.                                                         'tooltip' => '',
  7259.                                                         'mandatory' => false,
  7260.                                                         'noteditable' => true,
  7261.                                                         'index' => false,
  7262.                                                         'locked' => false,
  7263.                                                         'style' => '',
  7264.                                                         'permissions' => NULL,
  7265.                                                         'datatype' => 'data',
  7266.                                                         'relationType' => false,
  7267.                                                         'invisible' => false,
  7268.                                                         'visibleGridView' => false,
  7269.                                                         'visibleSearch' => false,
  7270.                                                     ],
  7271.                                                 ],
  7272.                                                 'isOperator' => false,
  7273.                                             ],
  7274.                                             11 => [
  7275.                                                 'attributes' => [
  7276.                                                     'attribute' => 'totalPrice',
  7277.                                                     'label' => 'TotalPrice',
  7278.                                                     'dataType' => 'numeric',
  7279.                                                     'layout' => [
  7280.                                                         'fieldtype' => 'numeric',
  7281.                                                         'width' => 400,
  7282.                                                         'defaultValue' => NULL,
  7283.                                                         'queryColumnType' => 'double',
  7284.                                                         'columnType' => 'double',
  7285.                                                         'phpdocType' => 'float',
  7286.                                                         'integer' => false,
  7287.                                                         'unsigned' => false,
  7288.                                                         'minValue' => NULL,
  7289.                                                         'maxValue' => NULL,
  7290.                                                         'unique' => NULL,
  7291.                                                         'decimalSize' => 19,
  7292.                                                         'decimalPrecision' => 4,
  7293.                                                         'name' => 'totalPrice',
  7294.                                                         'title' => 'TotalPrice',
  7295.                                                         'tooltip' => '',
  7296.                                                         'mandatory' => false,
  7297.                                                         'noteditable' => true,
  7298.                                                         'index' => false,
  7299.                                                         'locked' => false,
  7300.                                                         'style' => '',
  7301.                                                         'permissions' => '',
  7302.                                                         'datatype' => 'data',
  7303.                                                         'relationType' => false,
  7304.                                                         'invisible' => false,
  7305.                                                         'visibleGridView' => false,
  7306.                                                         'visibleSearch' => false,
  7307.                                                     ],
  7308.                                                 ],
  7309.                                                 'isOperator' => false,
  7310.                                             ],
  7311.                                             12 => [
  7312.                                                 'attributes' => [
  7313.                                                     'attribute' => 'currency',
  7314.                                                     'label' => 'Currency',
  7315.                                                     'dataType' => 'input',
  7316.                                                     'layout' => [
  7317.                                                         'fieldtype' => 'input',
  7318.                                                         'width' => NULL,
  7319.                                                         'queryColumnType' => 'varchar',
  7320.                                                         'columnType' => 'varchar',
  7321.                                                         'columnLength' => 255,
  7322.                                                         'phpdocType' => 'string',
  7323.                                                         'regex' => '',
  7324.                                                         'unique' => NULL,
  7325.                                                         'showCharCount' => NULL,
  7326.                                                         'name' => 'currency',
  7327.                                                         'title' => 'Currency',
  7328.                                                         'tooltip' => '',
  7329.                                                         'mandatory' => false,
  7330.                                                         'noteditable' => true,
  7331.                                                         'index' => false,
  7332.                                                         'locked' => false,
  7333.                                                         'style' => '',
  7334.                                                         'permissions' => NULL,
  7335.                                                         'datatype' => 'data',
  7336.                                                         'relationType' => false,
  7337.                                                         'invisible' => false,
  7338.                                                         'visibleGridView' => false,
  7339.                                                         'visibleSearch' => false,
  7340.                                                     ],
  7341.                                                 ],
  7342.                                                 'isOperator' => false,
  7343.                                             ],
  7344.                                             13 => [
  7345.                                                 'attributes' => [
  7346.                                                     'attribute' => 'customer',
  7347.                                                     'label' => 'Customer',
  7348.                                                     'dataType' => 'manyToOneRelation',
  7349.                                                     'layout' => [
  7350.                                                         'fieldtype' => 'manyToOneRelation',
  7351.                                                         'width' => 400,
  7352.                                                         'assetUploadPath' => '',
  7353.                                                         'relationType' => true,
  7354.                                                         'queryColumnType' => [
  7355.                                                             'id' => 'int(11)',
  7356.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  7357.                                                         ],
  7358.                                                         'phpdocType' => '\\Pimcore\\Model\\Document\\Page | \\Pimcore\\Model\\Document\\Snippet | \\Pimcore\\Model\\Document | \\Pimcore\\Model\\Asset | \\Pimcore\\Model\\DataObject\\AbstractObject',
  7359.                                                         'objectsAllowed' => true,
  7360.                                                         'assetsAllowed' => false,
  7361.                                                         'assetTypes' => [
  7362.                                                         ],
  7363.                                                         'documentsAllowed' => false,
  7364.                                                         'documentTypes' => [
  7365.                                                         ],
  7366.                                                         'lazyLoading' => true,
  7367.                                                         'classes' => [
  7368.                                                             => [
  7369.                                                                 'classes' => 'Customer',
  7370.                                                             ],
  7371.                                                         ],
  7372.                                                         'pathFormatterClass' => '',
  7373.                                                         'name' => 'customer',
  7374.                                                         'title' => 'Customer',
  7375.                                                         'tooltip' => '',
  7376.                                                         'mandatory' => false,
  7377.                                                         'noteditable' => true,
  7378.                                                         'index' => false,
  7379.                                                         'locked' => false,
  7380.                                                         'style' => '',
  7381.                                                         'permissions' => NULL,
  7382.                                                         'datatype' => 'data',
  7383.                                                         'invisible' => false,
  7384.                                                         'visibleGridView' => false,
  7385.                                                         'visibleSearch' => false,
  7386.                                                     ],
  7387.                                                 ],
  7388.                                                 'isOperator' => false,
  7389.                                             ],
  7390.                                             14 => [
  7391.                                                 'attributes' => [
  7392.                                                     'attribute' => 'deliveryFirstname',
  7393.                                                     'label' => 'Firstname',
  7394.                                                     'dataType' => 'input',
  7395.                                                     'layout' => [
  7396.                                                         'fieldtype' => 'input',
  7397.                                                         'width' => 400,
  7398.                                                         'queryColumnType' => 'varchar',
  7399.                                                         'columnType' => 'varchar',
  7400.                                                         'columnLength' => 255,
  7401.                                                         'phpdocType' => 'string',
  7402.                                                         'regex' => '',
  7403.                                                         'unique' => NULL,
  7404.                                                         'showCharCount' => NULL,
  7405.                                                         'name' => 'deliveryFirstname',
  7406.                                                         'title' => 'Firstname',
  7407.                                                         'tooltip' => '',
  7408.                                                         'mandatory' => false,
  7409.                                                         'noteditable' => true,
  7410.                                                         'index' => false,
  7411.                                                         'locked' => false,
  7412.                                                         'style' => '',
  7413.                                                         'permissions' => NULL,
  7414.                                                         'datatype' => 'data',
  7415.                                                         'relationType' => false,
  7416.                                                         'invisible' => false,
  7417.                                                         'visibleGridView' => false,
  7418.                                                         'visibleSearch' => false,
  7419.                                                     ],
  7420.                                                 ],
  7421.                                                 'isOperator' => false,
  7422.                                             ],
  7423.                                             15 => [
  7424.                                                 'attributes' => [
  7425.                                                     'attribute' => 'deliveryLastname',
  7426.                                                     'label' => 'Lastname',
  7427.                                                     'dataType' => 'input',
  7428.                                                     'layout' => [
  7429.                                                         'fieldtype' => 'input',
  7430.                                                         'width' => 400,
  7431.                                                         'queryColumnType' => 'varchar',
  7432.                                                         'columnType' => 'varchar',
  7433.                                                         'columnLength' => 255,
  7434.                                                         'phpdocType' => 'string',
  7435.                                                         'regex' => '',
  7436.                                                         'unique' => NULL,
  7437.                                                         'showCharCount' => NULL,
  7438.                                                         'name' => 'deliveryLastname',
  7439.                                                         'title' => 'Lastname',
  7440.                                                         'tooltip' => '',
  7441.                                                         'mandatory' => false,
  7442.                                                         'noteditable' => true,
  7443.                                                         'index' => false,
  7444.                                                         'locked' => false,
  7445.                                                         'style' => '',
  7446.                                                         'permissions' => NULL,
  7447.                                                         'datatype' => 'data',
  7448.                                                         'relationType' => false,
  7449.                                                         'invisible' => false,
  7450.                                                         'visibleGridView' => false,
  7451.                                                         'visibleSearch' => false,
  7452.                                                     ],
  7453.                                                 ],
  7454.                                                 'isOperator' => false,
  7455.                                             ],
  7456.                                             16 => [
  7457.                                                 'attributes' => [
  7458.                                                     'attribute' => 'deliveryCompany',
  7459.                                                     'label' => 'Company',
  7460.                                                     'dataType' => 'input',
  7461.                                                     'layout' => [
  7462.                                                         'fieldtype' => 'input',
  7463.                                                         'width' => 400,
  7464.                                                         'queryColumnType' => 'varchar',
  7465.                                                         'columnType' => 'varchar',
  7466.                                                         'columnLength' => 255,
  7467.                                                         'phpdocType' => 'string',
  7468.                                                         'regex' => '',
  7469.                                                         'unique' => NULL,
  7470.                                                         'showCharCount' => NULL,
  7471.                                                         'name' => 'deliveryCompany',
  7472.                                                         'title' => 'Company',
  7473.                                                         'tooltip' => '',
  7474.                                                         'mandatory' => false,
  7475.                                                         'noteditable' => true,
  7476.                                                         'index' => false,
  7477.                                                         'locked' => false,
  7478.                                                         'style' => '',
  7479.                                                         'permissions' => NULL,
  7480.                                                         'datatype' => 'data',
  7481.                                                         'relationType' => false,
  7482.                                                         'invisible' => false,
  7483.                                                         'visibleGridView' => false,
  7484.                                                         'visibleSearch' => false,
  7485.                                                     ],
  7486.                                                 ],
  7487.                                                 'isOperator' => false,
  7488.                                             ],
  7489.                                             17 => [
  7490.                                                 'attributes' => [
  7491.                                                     'attribute' => 'deliveryStreet',
  7492.                                                     'label' => 'Street',
  7493.                                                     'dataType' => 'input',
  7494.                                                     'layout' => [
  7495.                                                         'fieldtype' => 'input',
  7496.                                                         'width' => 400,
  7497.                                                         'queryColumnType' => 'varchar',
  7498.                                                         'columnType' => 'varchar',
  7499.                                                         'columnLength' => 255,
  7500.                                                         'phpdocType' => 'string',
  7501.                                                         'regex' => '',
  7502.                                                         'unique' => NULL,
  7503.                                                         'showCharCount' => NULL,
  7504.                                                         'name' => 'deliveryStreet',
  7505.                                                         'title' => 'Street',
  7506.                                                         'tooltip' => '',
  7507.                                                         'mandatory' => false,
  7508.                                                         'noteditable' => true,
  7509.                                                         'index' => false,
  7510.                                                         'locked' => false,
  7511.                                                         'style' => '',
  7512.                                                         'permissions' => NULL,
  7513.                                                         'datatype' => 'data',
  7514.                                                         'relationType' => false,
  7515.                                                         'invisible' => false,
  7516.                                                         'visibleGridView' => false,
  7517.                                                         'visibleSearch' => false,
  7518.                                                     ],
  7519.                                                 ],
  7520.                                                 'isOperator' => false,
  7521.                                             ],
  7522.                                             18 => [
  7523.                                                 'attributes' => [
  7524.                                                     'attribute' => 'deliveryZip',
  7525.                                                     'label' => 'Zip',
  7526.                                                     'dataType' => 'input',
  7527.                                                     'layout' => [
  7528.                                                         'fieldtype' => 'input',
  7529.                                                         'width' => 400,
  7530.                                                         'queryColumnType' => 'varchar',
  7531.                                                         'columnType' => 'varchar',
  7532.                                                         'columnLength' => 255,
  7533.                                                         'phpdocType' => 'string',
  7534.                                                         'regex' => '',
  7535.                                                         'unique' => NULL,
  7536.                                                         'showCharCount' => NULL,
  7537.                                                         'name' => 'deliveryZip',
  7538.                                                         'title' => 'Zip',
  7539.                                                         'tooltip' => '',
  7540.                                                         'mandatory' => false,
  7541.                                                         'noteditable' => true,
  7542.                                                         'index' => false,
  7543.                                                         'locked' => false,
  7544.                                                         'style' => '',
  7545.                                                         'permissions' => NULL,
  7546.                                                         'datatype' => 'data',
  7547.                                                         'relationType' => false,
  7548.                                                         'invisible' => false,
  7549.                                                         'visibleGridView' => false,
  7550.                                                         'visibleSearch' => false,
  7551.                                                     ],
  7552.                                                 ],
  7553.                                                 'isOperator' => false,
  7554.                                             ],
  7555.                                             19 => [
  7556.                                                 'attributes' => [
  7557.                                                     'attribute' => 'deliveryCity',
  7558.                                                     'label' => 'City',
  7559.                                                     'dataType' => 'input',
  7560.                                                     'layout' => [
  7561.                                                         'fieldtype' => 'input',
  7562.                                                         'width' => 400,
  7563.                                                         'queryColumnType' => 'varchar',
  7564.                                                         'columnType' => 'varchar',
  7565.                                                         'columnLength' => 255,
  7566.                                                         'phpdocType' => 'string',
  7567.                                                         'regex' => '',
  7568.                                                         'unique' => NULL,
  7569.                                                         'showCharCount' => NULL,
  7570.                                                         'name' => 'deliveryCity',
  7571.                                                         'title' => 'City',
  7572.                                                         'tooltip' => '',
  7573.                                                         'mandatory' => false,
  7574.                                                         'noteditable' => true,
  7575.                                                         'index' => false,
  7576.                                                         'locked' => false,
  7577.                                                         'style' => '',
  7578.                                                         'permissions' => NULL,
  7579.                                                         'datatype' => 'data',
  7580.                                                         'relationType' => false,
  7581.                                                         'invisible' => false,
  7582.                                                         'visibleGridView' => false,
  7583.                                                         'visibleSearch' => false,
  7584.                                                     ],
  7585.                                                 ],
  7586.                                                 'isOperator' => false,
  7587.                                             ],
  7588.                                             20 => [
  7589.                                                 'attributes' => [
  7590.                                                     'attribute' => 'paymentInfo',
  7591.                                                     'label' => 'Payment Informations',
  7592.                                                     'dataType' => 'fieldcollections',
  7593.                                                     'layout' => [
  7594.                                                         'fieldtype' => 'fieldcollections',
  7595.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Fieldcollection',
  7596.                                                         'allowedTypes' => [
  7597.                                                             => 'PaymentInfo',
  7598.                                                         ],
  7599.                                                         'lazyLoading' => false,
  7600.                                                         'maxItems' => '',
  7601.                                                         'disallowAddRemove' => true,
  7602.                                                         'disallowReorder' => true,
  7603.                                                         'collapsed' => false,
  7604.                                                         'collapsible' => false,
  7605.                                                         'border' => false,
  7606.                                                         'name' => 'paymentInfo',
  7607.                                                         'title' => 'Payment Informations',
  7608.                                                         'tooltip' => '',
  7609.                                                         'mandatory' => false,
  7610.                                                         'noteditable' => false,
  7611.                                                         'index' => false,
  7612.                                                         'locked' => false,
  7613.                                                         'style' => '',
  7614.                                                         'permissions' => NULL,
  7615.                                                         'datatype' => 'data',
  7616.                                                         'relationType' => false,
  7617.                                                         'invisible' => false,
  7618.                                                         'visibleGridView' => false,
  7619.                                                         'visibleSearch' => false,
  7620.                                                     ],
  7621.                                                 ],
  7622.                                                 'isOperator' => false,
  7623.                                             ],
  7624.                                             21 => [
  7625.                                                 'attributes' => [
  7626.                                                     'attribute' => 'paymentReference',
  7627.                                                     'label' => 'Payment Ref.',
  7628.                                                     'dataType' => 'input',
  7629.                                                     'layout' => [
  7630.                                                         'fieldtype' => 'input',
  7631.                                                         'width' => 400,
  7632.                                                         'queryColumnType' => 'varchar',
  7633.                                                         'columnType' => 'varchar',
  7634.                                                         'columnLength' => 255,
  7635.                                                         'phpdocType' => 'string',
  7636.                                                         'regex' => '',
  7637.                                                         'unique' => NULL,
  7638.                                                         'showCharCount' => NULL,
  7639.                                                         'name' => 'paymentReference',
  7640.                                                         'title' => 'Payment Ref.',
  7641.                                                         'tooltip' => '',
  7642.                                                         'mandatory' => false,
  7643.                                                         'noteditable' => true,
  7644.                                                         'index' => false,
  7645.                                                         'locked' => false,
  7646.                                                         'style' => '',
  7647.                                                         'permissions' => NULL,
  7648.                                                         'datatype' => 'data',
  7649.                                                         'relationType' => false,
  7650.                                                         'invisible' => false,
  7651.                                                         'visibleGridView' => false,
  7652.                                                         'visibleSearch' => false,
  7653.                                                     ],
  7654.                                                 ],
  7655.                                                 'isOperator' => false,
  7656.                                             ],
  7657.                                         ],
  7658.                                     ],
  7659.                                 ],
  7660.                                 'OnlineShopOrderItem' => [
  7661.                                     'id' => 'OnlineShopOrderItem',
  7662.                                     'name' => 'OnlineShopOrderItem',
  7663.                                     'columnConfig' => [
  7664.                                         'columns' => [
  7665.                                             => [
  7666.                                                 'attributes' => [
  7667.                                                     'attribute' => 'orderState',
  7668.                                                     'label' => 'Order Item State',
  7669.                                                     'dataType' => 'select',
  7670.                                                     'layout' => [
  7671.                                                         'fieldtype' => 'select',
  7672.                                                         'options' => [
  7673.                                                             => [
  7674.                                                                 'key' => 'Committed',
  7675.                                                                 'value' => 'committed',
  7676.                                                             ],
  7677.                                                             => [
  7678.                                                                 'key' => 'Cancelled',
  7679.                                                                 'value' => 'cancelled',
  7680.                                                             ],
  7681.                                                         ],
  7682.                                                         'width' => 400,
  7683.                                                         'defaultValue' => '',
  7684.                                                         'optionsProviderClass' => NULL,
  7685.                                                         'optionsProviderData' => NULL,
  7686.                                                         'queryColumnType' => 'varchar',
  7687.                                                         'columnType' => 'varchar',
  7688.                                                         'columnLength' => 190,
  7689.                                                         'phpdocType' => 'string',
  7690.                                                         'dynamicOptions' => false,
  7691.                                                         'name' => 'orderState',
  7692.                                                         'title' => 'Order Item State',
  7693.                                                         'tooltip' => '',
  7694.                                                         'mandatory' => false,
  7695.                                                         'noteditable' => false,
  7696.                                                         'index' => false,
  7697.                                                         'locked' => false,
  7698.                                                         'style' => '',
  7699.                                                         'permissions' => NULL,
  7700.                                                         'datatype' => 'data',
  7701.                                                         'relationType' => false,
  7702.                                                         'invisible' => false,
  7703.                                                         'visibleGridView' => false,
  7704.                                                         'visibleSearch' => false,
  7705.                                                     ],
  7706.                                                 ],
  7707.                                                 'isOperator' => false,
  7708.                                             ],
  7709.                                             => [
  7710.                                                 'attributes' => [
  7711.                                                     'attribute' => 'productNumber',
  7712.                                                     'label' => 'Produktnummer',
  7713.                                                     'dataType' => 'input',
  7714.                                                     'layout' => [
  7715.                                                         'fieldtype' => 'input',
  7716.                                                         'width' => 400,
  7717.                                                         'queryColumnType' => 'varchar',
  7718.                                                         'columnType' => 'varchar',
  7719.                                                         'columnLength' => 255,
  7720.                                                         'phpdocType' => 'string',
  7721.                                                         'regex' => '',
  7722.                                                         'unique' => false,
  7723.                                                         'showCharCount' => false,
  7724.                                                         'name' => 'productNumber',
  7725.                                                         'title' => 'Produktnummer',
  7726.                                                         'tooltip' => '',
  7727.                                                         'mandatory' => false,
  7728.                                                         'noteditable' => true,
  7729.                                                         'index' => false,
  7730.                                                         'locked' => false,
  7731.                                                         'style' => '',
  7732.                                                         'permissions' => '',
  7733.                                                         'datatype' => 'data',
  7734.                                                         'relationType' => false,
  7735.                                                         'invisible' => false,
  7736.                                                         'visibleGridView' => true,
  7737.                                                         'visibleSearch' => true,
  7738.                                                     ],
  7739.                                                 ],
  7740.                                                 'isOperator' => false,
  7741.                                             ],
  7742.                                             => [
  7743.                                                 'attributes' => [
  7744.                                                     'attribute' => 'productName',
  7745.                                                     'label' => 'Produktname',
  7746.                                                     'dataType' => 'input',
  7747.                                                     'layout' => [
  7748.                                                         'fieldtype' => 'input',
  7749.                                                         'width' => 400,
  7750.                                                         'queryColumnType' => 'varchar',
  7751.                                                         'columnType' => 'varchar',
  7752.                                                         'columnLength' => 255,
  7753.                                                         'phpdocType' => 'string',
  7754.                                                         'regex' => '',
  7755.                                                         'unique' => false,
  7756.                                                         'showCharCount' => false,
  7757.                                                         'name' => 'productName',
  7758.                                                         'title' => 'Produktname',
  7759.                                                         'tooltip' => '',
  7760.                                                         'mandatory' => false,
  7761.                                                         'noteditable' => true,
  7762.                                                         'index' => false,
  7763.                                                         'locked' => false,
  7764.                                                         'style' => '',
  7765.                                                         'permissions' => '',
  7766.                                                         'datatype' => 'data',
  7767.                                                         'relationType' => false,
  7768.                                                         'invisible' => false,
  7769.                                                         'visibleGridView' => true,
  7770.                                                         'visibleSearch' => true,
  7771.                                                     ],
  7772.                                                 ],
  7773.                                                 'isOperator' => false,
  7774.                                             ],
  7775.                                             => [
  7776.                                                 'attributes' => [
  7777.                                                     'attribute' => 'amount',
  7778.                                                     'label' => 'Amount',
  7779.                                                     'dataType' => 'numeric',
  7780.                                                     'layout' => [
  7781.                                                         'fieldtype' => 'numeric',
  7782.                                                         'width' => 400,
  7783.                                                         'defaultValue' => NULL,
  7784.                                                         'queryColumnType' => 'double',
  7785.                                                         'columnType' => 'double',
  7786.                                                         'phpdocType' => 'float',
  7787.                                                         'integer' => false,
  7788.                                                         'unsigned' => false,
  7789.                                                         'minValue' => NULL,
  7790.                                                         'maxValue' => NULL,
  7791.                                                         'unique' => false,
  7792.                                                         'decimalSize' => NULL,
  7793.                                                         'decimalPrecision' => NULL,
  7794.                                                         'name' => 'amount',
  7795.                                                         'title' => 'Amount',
  7796.                                                         'tooltip' => '',
  7797.                                                         'mandatory' => false,
  7798.                                                         'noteditable' => true,
  7799.                                                         'index' => false,
  7800.                                                         'locked' => false,
  7801.                                                         'style' => '',
  7802.                                                         'permissions' => '',
  7803.                                                         'datatype' => 'data',
  7804.                                                         'relationType' => false,
  7805.                                                         'invisible' => false,
  7806.                                                         'visibleGridView' => true,
  7807.                                                         'visibleSearch' => true,
  7808.                                                     ],
  7809.                                                 ],
  7810.                                                 'isOperator' => false,
  7811.                                             ],
  7812.                                             => [
  7813.                                                 'attributes' => [
  7814.                                                     'attribute' => 'totalNetPrice',
  7815.                                                     'label' => 'NetPrice',
  7816.                                                     'dataType' => 'numeric',
  7817.                                                     'layout' => [
  7818.                                                         'fieldtype' => 'numeric',
  7819.                                                         'width' => 400,
  7820.                                                         'defaultValue' => NULL,
  7821.                                                         'queryColumnType' => 'double',
  7822.                                                         'columnType' => 'double',
  7823.                                                         'phpdocType' => 'float',
  7824.                                                         'integer' => false,
  7825.                                                         'unsigned' => false,
  7826.                                                         'minValue' => NULL,
  7827.                                                         'maxValue' => NULL,
  7828.                                                         'unique' => NULL,
  7829.                                                         'decimalSize' => NULL,
  7830.                                                         'decimalPrecision' => NULL,
  7831.                                                         'name' => 'totalNetPrice',
  7832.                                                         'title' => 'NetPrice',
  7833.                                                         'tooltip' => '',
  7834.                                                         'mandatory' => false,
  7835.                                                         'noteditable' => true,
  7836.                                                         'index' => false,
  7837.                                                         'locked' => false,
  7838.                                                         'style' => '',
  7839.                                                         'permissions' => NULL,
  7840.                                                         'datatype' => 'data',
  7841.                                                         'relationType' => false,
  7842.                                                         'invisible' => false,
  7843.                                                         'visibleGridView' => false,
  7844.                                                         'visibleSearch' => false,
  7845.                                                     ],
  7846.                                                 ],
  7847.                                                 'isOperator' => false,
  7848.                                             ],
  7849.                                             => [
  7850.                                                 'attributes' => [
  7851.                                                     'attribute' => 'totalPrice',
  7852.                                                     'label' => 'Price',
  7853.                                                     'dataType' => 'numeric',
  7854.                                                     'layout' => [
  7855.                                                         'fieldtype' => 'numeric',
  7856.                                                         'width' => 400,
  7857.                                                         'defaultValue' => NULL,
  7858.                                                         'queryColumnType' => 'double',
  7859.                                                         'columnType' => 'double',
  7860.                                                         'phpdocType' => 'float',
  7861.                                                         'integer' => false,
  7862.                                                         'unsigned' => false,
  7863.                                                         'minValue' => NULL,
  7864.                                                         'maxValue' => NULL,
  7865.                                                         'unique' => NULL,
  7866.                                                         'decimalSize' => NULL,
  7867.                                                         'decimalPrecision' => NULL,
  7868.                                                         'name' => 'totalPrice',
  7869.                                                         'title' => 'Price',
  7870.                                                         'tooltip' => '',
  7871.                                                         'mandatory' => false,
  7872.                                                         'noteditable' => true,
  7873.                                                         'index' => false,
  7874.                                                         'locked' => false,
  7875.                                                         'style' => '',
  7876.                                                         'permissions' => '',
  7877.                                                         'datatype' => 'data',
  7878.                                                         'relationType' => false,
  7879.                                                         'invisible' => false,
  7880.                                                         'visibleGridView' => false,
  7881.                                                         'visibleSearch' => false,
  7882.                                                     ],
  7883.                                                 ],
  7884.                                                 'isOperator' => false,
  7885.                                             ],
  7886.                                             => [
  7887.                                                 'attributes' => [
  7888.                                                     'attribute' => 'pricingRules',
  7889.                                                     'label' => 'Pricing Rules',
  7890.                                                     'dataType' => 'fieldcollections',
  7891.                                                     'layout' => [
  7892.                                                         'fieldtype' => 'fieldcollections',
  7893.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Fieldcollection',
  7894.                                                         'allowedTypes' => [
  7895.                                                             => 'PricingRule',
  7896.                                                         ],
  7897.                                                         'lazyLoading' => true,
  7898.                                                         'maxItems' => '',
  7899.                                                         'disallowAddRemove' => false,
  7900.                                                         'disallowReorder' => false,
  7901.                                                         'collapsed' => false,
  7902.                                                         'collapsible' => false,
  7903.                                                         'border' => false,
  7904.                                                         'name' => 'pricingRules',
  7905.                                                         'title' => 'Pricing Rules',
  7906.                                                         'tooltip' => '',
  7907.                                                         'mandatory' => false,
  7908.                                                         'noteditable' => true,
  7909.                                                         'index' => false,
  7910.                                                         'locked' => false,
  7911.                                                         'style' => '',
  7912.                                                         'permissions' => NULL,
  7913.                                                         'datatype' => 'data',
  7914.                                                         'relationType' => false,
  7915.                                                         'invisible' => false,
  7916.                                                         'visibleGridView' => false,
  7917.                                                         'visibleSearch' => false,
  7918.                                                     ],
  7919.                                                 ],
  7920.                                                 'isOperator' => false,
  7921.                                             ],
  7922.                                             => [
  7923.                                                 'attributes' => [
  7924.                                                     'attribute' => 'comment',
  7925.                                                     'label' => 'Comment',
  7926.                                                     'dataType' => 'textarea',
  7927.                                                     'layout' => [
  7928.                                                         'fieldtype' => 'textarea',
  7929.                                                         'width' => 400,
  7930.                                                         'height' => '',
  7931.                                                         'maxLength' => NULL,
  7932.                                                         'showCharCount' => NULL,
  7933.                                                         'excludeFromSearchIndex' => false,
  7934.                                                         'queryColumnType' => 'longtext',
  7935.                                                         'columnType' => 'longtext',
  7936.                                                         'phpdocType' => 'string',
  7937.                                                         'name' => 'comment',
  7938.                                                         'title' => 'Comment',
  7939.                                                         'tooltip' => '',
  7940.                                                         'mandatory' => false,
  7941.                                                         'noteditable' => true,
  7942.                                                         'index' => false,
  7943.                                                         'locked' => false,
  7944.                                                         'style' => '',
  7945.                                                         'permissions' => NULL,
  7946.                                                         'datatype' => 'data',
  7947.                                                         'relationType' => false,
  7948.                                                         'invisible' => false,
  7949.                                                         'visibleGridView' => false,
  7950.                                                         'visibleSearch' => false,
  7951.                                                     ],
  7952.                                                 ],
  7953.                                                 'isOperator' => false,
  7954.                                             ],
  7955.                                         ],
  7956.                                     ],
  7957.                                 ],
  7958.                                 'OnlineShopVoucherToken' => [
  7959.                                     'id' => 'OnlineShopVoucherToken',
  7960.                                     'name' => 'OnlineShopVoucherToken',
  7961.                                     'columnConfig' => [
  7962.                                         'columns' => [
  7963.                                             => [
  7964.                                                 'attributes' => [
  7965.                                                     'attribute' => 'tokenId',
  7966.                                                     'label' => 'Token ID',
  7967.                                                     'dataType' => 'numeric',
  7968.                                                     'layout' => [
  7969.                                                         'fieldtype' => 'numeric',
  7970.                                                         'width' => 500,
  7971.                                                         'defaultValue' => NULL,
  7972.                                                         'queryColumnType' => 'double',
  7973.                                                         'columnType' => 'double',
  7974.                                                         'phpdocType' => 'float',
  7975.                                                         'integer' => false,
  7976.                                                         'unsigned' => false,
  7977.                                                         'minValue' => NULL,
  7978.                                                         'maxValue' => NULL,
  7979.                                                         'unique' => false,
  7980.                                                         'decimalSize' => NULL,
  7981.                                                         'decimalPrecision' => NULL,
  7982.                                                         'name' => 'tokenId',
  7983.                                                         'title' => 'Token ID',
  7984.                                                         'tooltip' => '',
  7985.                                                         'mandatory' => true,
  7986.                                                         'noteditable' => true,
  7987.                                                         'index' => false,
  7988.                                                         'locked' => false,
  7989.                                                         'style' => '',
  7990.                                                         'permissions' => NULL,
  7991.                                                         'datatype' => 'data',
  7992.                                                         'relationType' => false,
  7993.                                                         'invisible' => false,
  7994.                                                         'visibleGridView' => true,
  7995.                                                         'visibleSearch' => true,
  7996.                                                     ],
  7997.                                                 ],
  7998.                                                 'isOperator' => false,
  7999.                                             ],
  8000.                                             => [
  8001.                                                 'attributes' => [
  8002.                                                     'attribute' => 'token',
  8003.                                                     'label' => 'Token',
  8004.                                                     'dataType' => 'input',
  8005.                                                     'layout' => [
  8006.                                                         'fieldtype' => 'input',
  8007.                                                         'width' => 500,
  8008.                                                         'queryColumnType' => 'varchar',
  8009.                                                         'columnType' => 'varchar',
  8010.                                                         'columnLength' => 255,
  8011.                                                         'phpdocType' => 'string',
  8012.                                                         'regex' => '',
  8013.                                                         'unique' => false,
  8014.                                                         'showCharCount' => false,
  8015.                                                         'name' => 'token',
  8016.                                                         'title' => 'Token',
  8017.                                                         'tooltip' => '',
  8018.                                                         'mandatory' => true,
  8019.                                                         'noteditable' => true,
  8020.                                                         'index' => false,
  8021.                                                         'locked' => false,
  8022.                                                         'style' => '',
  8023.                                                         'permissions' => NULL,
  8024.                                                         'datatype' => 'data',
  8025.                                                         'relationType' => false,
  8026.                                                         'invisible' => false,
  8027.                                                         'visibleGridView' => true,
  8028.                                                         'visibleSearch' => true,
  8029.                                                     ],
  8030.                                                 ],
  8031.                                                 'isOperator' => false,
  8032.                                             ],
  8033.                                             => [
  8034.                                                 'attributes' => [
  8035.                                                     'attribute' => 'voucherSeries',
  8036.                                                     'label' => 'Voucher Series',
  8037.                                                     'dataType' => 'manyToOneRelation',
  8038.                                                     'layout' => [
  8039.                                                         'fieldtype' => 'manyToOneRelation',
  8040.                                                         'width' => 500,
  8041.                                                         'assetUploadPath' => '',
  8042.                                                         'relationType' => true,
  8043.                                                         'queryColumnType' => [
  8044.                                                             'id' => 'int(11)',
  8045.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  8046.                                                         ],
  8047.                                                         'phpdocType' => '\\Pimcore\\Model\\Document\\Page | \\Pimcore\\Model\\Document\\Snippet | \\Pimcore\\Model\\Document | \\Pimcore\\Model\\Asset | \\Pimcore\\Model\\DataObject\\AbstractObject',
  8048.                                                         'objectsAllowed' => true,
  8049.                                                         'assetsAllowed' => false,
  8050.                                                         'assetTypes' => [
  8051.                                                         ],
  8052.                                                         'documentsAllowed' => false,
  8053.                                                         'documentTypes' => [
  8054.                                                         ],
  8055.                                                         'lazyLoading' => false,
  8056.                                                         'classes' => [
  8057.                                                             => [
  8058.                                                                 'classes' => 'OnlineShopVoucherSeries',
  8059.                                                             ],
  8060.                                                         ],
  8061.                                                         'pathFormatterClass' => NULL,
  8062.                                                         'name' => 'voucherSeries',
  8063.                                                         'title' => 'Voucher Series',
  8064.                                                         'tooltip' => '',
  8065.                                                         'mandatory' => true,
  8066.                                                         'noteditable' => true,
  8067.                                                         'index' => false,
  8068.                                                         'locked' => false,
  8069.                                                         'style' => '',
  8070.                                                         'permissions' => NULL,
  8071.                                                         'datatype' => 'data',
  8072.                                                         'invisible' => false,
  8073.                                                         'visibleGridView' => false,
  8074.                                                         'visibleSearch' => false,
  8075.                                                     ],
  8076.                                                 ],
  8077.                                                 'isOperator' => false,
  8078.                                             ],
  8079.                                         ],
  8080.                                     ],
  8081.                                 ],
  8082.                                 'Customer' => [
  8083.                                     'id' => 'Customer',
  8084.                                     'name' => 'Customer',
  8085.                                     'columnConfig' => [
  8086.                                         'columns' => [
  8087.                                             => [
  8088.                                                 'attributes' => [
  8089.                                                     'attribute' => 'gender',
  8090.                                                     'label' => 'Gender',
  8091.                                                     'dataType' => 'gender',
  8092.                                                     'layout' => [
  8093.                                                         'fieldtype' => 'gender',
  8094.                                                         'options' => [
  8095.                                                             => [
  8096.                                                                 'key' => 'male',
  8097.                                                                 'value' => 'male',
  8098.                                                             ],
  8099.                                                             => [
  8100.                                                                 'key' => 'female',
  8101.                                                                 'value' => 'female',
  8102.                                                             ],
  8103.                                                             => [
  8104.                                                                 'key' => '',
  8105.                                                                 'value' => 'unknown',
  8106.                                                             ],
  8107.                                                         ],
  8108.                                                         'width' => '',
  8109.                                                         'defaultValue' => NULL,
  8110.                                                         'optionsProviderClass' => NULL,
  8111.                                                         'optionsProviderData' => NULL,
  8112.                                                         'queryColumnType' => 'varchar',
  8113.                                                         'columnType' => 'varchar',
  8114.                                                         'columnLength' => '190',
  8115.                                                         'phpdocType' => 'string',
  8116.                                                         'dynamicOptions' => false,
  8117.                                                         'name' => 'gender',
  8118.                                                         'title' => 'Gender',
  8119.                                                         'tooltip' => '',
  8120.                                                         'mandatory' => false,
  8121.                                                         'noteditable' => false,
  8122.                                                         'index' => false,
  8123.                                                         'locked' => false,
  8124.                                                         'style' => '',
  8125.                                                         'permissions' => NULL,
  8126.                                                         'datatype' => 'data',
  8127.                                                         'relationType' => false,
  8128.                                                         'invisible' => false,
  8129.                                                         'visibleGridView' => true,
  8130.                                                         'visibleSearch' => true,
  8131.                                                     ],
  8132.                                                 ],
  8133.                                                 'isOperator' => false,
  8134.                                             ],
  8135.                                             => [
  8136.                                                 'attributes' => [
  8137.                                                     'attribute' => 'firstname',
  8138.                                                     'label' => 'Firstname',
  8139.                                                     'dataType' => 'firstname',
  8140.                                                     'layout' => [
  8141.                                                         'fieldtype' => 'firstname',
  8142.                                                         'width' => 400,
  8143.                                                         'queryColumnType' => 'varchar',
  8144.                                                         'columnType' => 'varchar',
  8145.                                                         'columnLength' => 190,
  8146.                                                         'phpdocType' => 'string',
  8147.                                                         'regex' => '',
  8148.                                                         'unique' => false,
  8149.                                                         'showCharCount' => NULL,
  8150.                                                         'name' => 'firstname',
  8151.                                                         'title' => 'Firstname',
  8152.                                                         'tooltip' => '',
  8153.                                                         'mandatory' => false,
  8154.                                                         'noteditable' => false,
  8155.                                                         'index' => false,
  8156.                                                         'locked' => false,
  8157.                                                         'style' => '',
  8158.                                                         'permissions' => NULL,
  8159.                                                         'datatype' => 'data',
  8160.                                                         'relationType' => false,
  8161.                                                         'invisible' => false,
  8162.                                                         'visibleGridView' => true,
  8163.                                                         'visibleSearch' => true,
  8164.                                                     ],
  8165.                                                 ],
  8166.                                                 'isOperator' => false,
  8167.                                             ],
  8168.                                             => [
  8169.                                                 'attributes' => [
  8170.                                                     'attribute' => 'lastname',
  8171.                                                     'label' => 'Lastname',
  8172.                                                     'dataType' => 'lastname',
  8173.                                                     'layout' => [
  8174.                                                         'fieldtype' => 'lastname',
  8175.                                                         'width' => 400,
  8176.                                                         'queryColumnType' => 'varchar',
  8177.                                                         'columnType' => 'varchar',
  8178.                                                         'columnLength' => 190,
  8179.                                                         'phpdocType' => 'string',
  8180.                                                         'regex' => '',
  8181.                                                         'unique' => false,
  8182.                                                         'showCharCount' => NULL,
  8183.                                                         'name' => 'lastname',
  8184.                                                         'title' => 'Lastname',
  8185.                                                         'tooltip' => '',
  8186.                                                         'mandatory' => false,
  8187.                                                         'noteditable' => false,
  8188.                                                         'index' => false,
  8189.                                                         'locked' => false,
  8190.                                                         'style' => '',
  8191.                                                         'permissions' => NULL,
  8192.                                                         'datatype' => 'data',
  8193.                                                         'relationType' => false,
  8194.                                                         'invisible' => false,
  8195.                                                         'visibleGridView' => true,
  8196.                                                         'visibleSearch' => true,
  8197.                                                     ],
  8198.                                                 ],
  8199.                                                 'isOperator' => false,
  8200.                                             ],
  8201.                                             => [
  8202.                                                 'attributes' => [
  8203.                                                     'attribute' => 'company',
  8204.                                                     'label' => 'Company',
  8205.                                                     'dataType' => 'input',
  8206.                                                     'layout' => [
  8207.                                                         'fieldtype' => 'input',
  8208.                                                         'width' => NULL,
  8209.                                                         'queryColumnType' => 'varchar',
  8210.                                                         'columnType' => 'varchar',
  8211.                                                         'columnLength' => 190,
  8212.                                                         'phpdocType' => 'string',
  8213.                                                         'regex' => '',
  8214.                                                         'unique' => false,
  8215.                                                         'showCharCount' => false,
  8216.                                                         'name' => 'company',
  8217.                                                         'title' => 'Company',
  8218.                                                         'tooltip' => '',
  8219.                                                         'mandatory' => false,
  8220.                                                         'noteditable' => false,
  8221.                                                         'index' => false,
  8222.                                                         'locked' => false,
  8223.                                                         'style' => '',
  8224.                                                         'permissions' => NULL,
  8225.                                                         'datatype' => 'data',
  8226.                                                         'relationType' => false,
  8227.                                                         'invisible' => false,
  8228.                                                         'visibleGridView' => false,
  8229.                                                         'visibleSearch' => false,
  8230.                                                     ],
  8231.                                                 ],
  8232.                                                 'isOperator' => false,
  8233.                                             ],
  8234.                                             => [
  8235.                                                 'attributes' => [
  8236.                                                     'attribute' => 'email',
  8237.                                                     'label' => 'Email',
  8238.                                                     'dataType' => 'email',
  8239.                                                     'layout' => [
  8240.                                                         'fieldtype' => 'email',
  8241.                                                         'width' => 400,
  8242.                                                         'queryColumnType' => 'varchar',
  8243.                                                         'columnType' => 'varchar',
  8244.                                                         'columnLength' => 190,
  8245.                                                         'phpdocType' => 'string',
  8246.                                                         'regex' => '',
  8247.                                                         'unique' => false,
  8248.                                                         'showCharCount' => NULL,
  8249.                                                         'name' => 'email',
  8250.                                                         'title' => 'Email',
  8251.                                                         'tooltip' => '',
  8252.                                                         'mandatory' => false,
  8253.                                                         'noteditable' => false,
  8254.                                                         'index' => false,
  8255.                                                         'locked' => false,
  8256.                                                         'style' => '',
  8257.                                                         'permissions' => NULL,
  8258.                                                         'datatype' => 'data',
  8259.                                                         'relationType' => false,
  8260.                                                         'invisible' => false,
  8261.                                                         'visibleGridView' => true,
  8262.                                                         'visibleSearch' => true,
  8263.                                                     ],
  8264.                                                 ],
  8265.                                                 'isOperator' => false,
  8266.                                             ],
  8267.                                             => [
  8268.                                                 'attributes' => [
  8269.                                                     'attribute' => 'street',
  8270.                                                     'label' => 'Street',
  8271.                                                     'dataType' => 'input',
  8272.                                                     'layout' => [
  8273.                                                         'fieldtype' => 'input',
  8274.                                                         'width' => 400,
  8275.                                                         'queryColumnType' => 'varchar',
  8276.                                                         'columnType' => 'varchar',
  8277.                                                         'columnLength' => 190,
  8278.                                                         'phpdocType' => 'string',
  8279.                                                         'regex' => '',
  8280.                                                         'unique' => false,
  8281.                                                         'showCharCount' => NULL,
  8282.                                                         'name' => 'street',
  8283.                                                         'title' => 'Street',
  8284.                                                         'tooltip' => '',
  8285.                                                         'mandatory' => false,
  8286.                                                         'noteditable' => false,
  8287.                                                         'index' => false,
  8288.                                                         'locked' => false,
  8289.                                                         'style' => '',
  8290.                                                         'permissions' => NULL,
  8291.                                                         'datatype' => 'data',
  8292.                                                         'relationType' => false,
  8293.                                                         'invisible' => false,
  8294.                                                         'visibleGridView' => false,
  8295.                                                         'visibleSearch' => false,
  8296.                                                     ],
  8297.                                                 ],
  8298.                                                 'isOperator' => false,
  8299.                                             ],
  8300.                                             => [
  8301.                                                 'attributes' => [
  8302.                                                     'attribute' => 'zip',
  8303.                                                     'label' => 'Zip',
  8304.                                                     'dataType' => 'input',
  8305.                                                     'layout' => [
  8306.                                                         'fieldtype' => 'input',
  8307.                                                         'width' => 400,
  8308.                                                         'queryColumnType' => 'varchar',
  8309.                                                         'columnType' => 'varchar',
  8310.                                                         'columnLength' => 190,
  8311.                                                         'phpdocType' => 'string',
  8312.                                                         'regex' => '',
  8313.                                                         'unique' => false,
  8314.                                                         'showCharCount' => NULL,
  8315.                                                         'name' => 'zip',
  8316.                                                         'title' => 'Zip',
  8317.                                                         'tooltip' => '',
  8318.                                                         'mandatory' => false,
  8319.                                                         'noteditable' => false,
  8320.                                                         'index' => false,
  8321.                                                         'locked' => false,
  8322.                                                         'style' => '',
  8323.                                                         'permissions' => NULL,
  8324.                                                         'datatype' => 'data',
  8325.                                                         'relationType' => false,
  8326.                                                         'invisible' => false,
  8327.                                                         'visibleGridView' => false,
  8328.                                                         'visibleSearch' => false,
  8329.                                                     ],
  8330.                                                 ],
  8331.                                                 'isOperator' => false,
  8332.                                             ],
  8333.                                             => [
  8334.                                                 'attributes' => [
  8335.                                                     'attribute' => 'countryCode',
  8336.                                                     'label' => 'Country',
  8337.                                                     'dataType' => 'country',
  8338.                                                     'layout' => [
  8339.                                                         'fieldtype' => 'country',
  8340.                                                         'restrictTo' => '',
  8341.                                                         'options' => [
  8342.                                                             => [
  8343.                                                                 'key' => 'Afghanistan',
  8344.                                                                 'value' => 'AF',
  8345.                                                             ],
  8346.                                                             => [
  8347.                                                                 'key' => 'Albania',
  8348.                                                                 'value' => 'AL',
  8349.                                                             ],
  8350.                                                             => [
  8351.                                                                 'key' => 'Algeria',
  8352.                                                                 'value' => 'DZ',
  8353.                                                             ],
  8354.                                                             => [
  8355.                                                                 'key' => 'American Samoa',
  8356.                                                                 'value' => 'AS',
  8357.                                                             ],
  8358.                                                             => [
  8359.                                                                 'key' => 'Andorra',
  8360.                                                                 'value' => 'AD',
  8361.                                                             ],
  8362.                                                             => [
  8363.                                                                 'key' => 'Angola',
  8364.                                                                 'value' => 'AO',
  8365.                                                             ],
  8366.                                                             => [
  8367.                                                                 'key' => 'Anguilla',
  8368.                                                                 'value' => 'AI',
  8369.                                                             ],
  8370.                                                             => [
  8371.                                                                 'key' => 'Antigua and Barbuda',
  8372.                                                                 'value' => 'AG',
  8373.                                                             ],
  8374.                                                             => [
  8375.                                                                 'key' => 'Argentina',
  8376.                                                                 'value' => 'AR',
  8377.                                                             ],
  8378.                                                             => [
  8379.                                                                 'key' => 'Armenia',
  8380.                                                                 'value' => 'AM',
  8381.                                                             ],
  8382.                                                             10 => [
  8383.                                                                 'key' => 'Aruba',
  8384.                                                                 'value' => 'AW',
  8385.                                                             ],
  8386.                                                             11 => [
  8387.                                                                 'key' => 'Australia',
  8388.                                                                 'value' => 'AU',
  8389.                                                             ],
  8390.                                                             12 => [
  8391.                                                                 'key' => 'Austria',
  8392.                                                                 'value' => 'AT',
  8393.                                                             ],
  8394.                                                             13 => [
  8395.                                                                 'key' => 'Azerbaijan',
  8396.                                                                 'value' => 'AZ',
  8397.                                                             ],
  8398.                                                             14 => [
  8399.                                                                 'key' => 'Bahamas',
  8400.                                                                 'value' => 'BS',
  8401.                                                             ],
  8402.                                                             15 => [
  8403.                                                                 'key' => 'Bahrain',
  8404.                                                                 'value' => 'BH',
  8405.                                                             ],
  8406.                                                             16 => [
  8407.                                                                 'key' => 'Bangladesh',
  8408.                                                                 'value' => 'BD',
  8409.                                                             ],
  8410.                                                             17 => [
  8411.                                                                 'key' => 'Barbados',
  8412.                                                                 'value' => 'BB',
  8413.                                                             ],
  8414.                                                             18 => [
  8415.                                                                 'key' => 'Belarus',
  8416.                                                                 'value' => 'BY',
  8417.                                                             ],
  8418.                                                             19 => [
  8419.                                                                 'key' => 'Belgium',
  8420.                                                                 'value' => 'BE',
  8421.                                                             ],
  8422.                                                             20 => [
  8423.                                                                 'key' => 'Belize',
  8424.                                                                 'value' => 'BZ',
  8425.                                                             ],
  8426.                                                             21 => [
  8427.                                                                 'key' => 'Benin',
  8428.                                                                 'value' => 'BJ',
  8429.                                                             ],
  8430.                                                             22 => [
  8431.                                                                 'key' => 'Bermuda',
  8432.                                                                 'value' => 'BM',
  8433.                                                             ],
  8434.                                                             23 => [
  8435.                                                                 'key' => 'Bhutan',
  8436.                                                                 'value' => 'BT',
  8437.                                                             ],
  8438.                                                             24 => [
  8439.                                                                 'key' => 'Bolivia',
  8440.                                                                 'value' => 'BO',
  8441.                                                             ],
  8442.                                                             25 => [
  8443.                                                                 'key' => 'Bosnia and Herzegovina',
  8444.                                                                 'value' => 'BA',
  8445.                                                             ],
  8446.                                                             26 => [
  8447.                                                                 'key' => 'Botswana',
  8448.                                                                 'value' => 'BW',
  8449.                                                             ],
  8450.                                                             27 => [
  8451.                                                                 'key' => 'Brazil',
  8452.                                                                 'value' => 'BR',
  8453.                                                             ],
  8454.                                                             28 => [
  8455.                                                                 'key' => 'British Indian Ocean Territory',
  8456.                                                                 'value' => 'IO',
  8457.                                                             ],
  8458.                                                             29 => [
  8459.                                                                 'key' => 'British Virgin Islands',
  8460.                                                                 'value' => 'VG',
  8461.                                                             ],
  8462.                                                             30 => [
  8463.                                                                 'key' => 'Brunei',
  8464.                                                                 'value' => 'BN',
  8465.                                                             ],
  8466.                                                             31 => [
  8467.                                                                 'key' => 'Bulgaria',
  8468.                                                                 'value' => 'BG',
  8469.                                                             ],
  8470.                                                             32 => [
  8471.                                                                 'key' => 'Burkina Faso',
  8472.                                                                 'value' => 'BF',
  8473.                                                             ],
  8474.                                                             33 => [
  8475.                                                                 'key' => 'Burundi',
  8476.                                                                 'value' => 'BI',
  8477.                                                             ],
  8478.                                                             34 => [
  8479.                                                                 'key' => 'Cambodia',
  8480.                                                                 'value' => 'KH',
  8481.                                                             ],
  8482.                                                             35 => [
  8483.                                                                 'key' => 'Cameroon',
  8484.                                                                 'value' => 'CM',
  8485.                                                             ],
  8486.                                                             36 => [
  8487.                                                                 'key' => 'Canada',
  8488.                                                                 'value' => 'CA',
  8489.                                                             ],
  8490.                                                             37 => [
  8491.                                                                 'key' => 'Canary Islands',
  8492.                                                                 'value' => 'IC',
  8493.                                                             ],
  8494.                                                             38 => [
  8495.                                                                 'key' => 'Cape Verde',
  8496.                                                                 'value' => 'CV',
  8497.                                                             ],
  8498.                                                             39 => [
  8499.                                                                 'key' => 'Caribbean Netherlands',
  8500.                                                                 'value' => 'BQ',
  8501.                                                             ],
  8502.                                                             40 => [
  8503.                                                                 'key' => 'Cayman Islands',
  8504.                                                                 'value' => 'KY',
  8505.                                                             ],
  8506.                                                             41 => [
  8507.                                                                 'key' => 'Central African Republic',
  8508.                                                                 'value' => 'CF',
  8509.                                                             ],
  8510.                                                             42 => [
  8511.                                                                 'key' => 'Ceuta and Melilla',
  8512.                                                                 'value' => 'EA',
  8513.                                                             ],
  8514.                                                             43 => [
  8515.                                                                 'key' => 'Chad',
  8516.                                                                 'value' => 'TD',
  8517.                                                             ],
  8518.                                                             44 => [
  8519.                                                                 'key' => 'Chile',
  8520.                                                                 'value' => 'CL',
  8521.                                                             ],
  8522.                                                             45 => [
  8523.                                                                 'key' => 'China',
  8524.                                                                 'value' => 'CN',
  8525.                                                             ],
  8526.                                                             46 => [
  8527.                                                                 'key' => 'Christmas Island',
  8528.                                                                 'value' => 'CX',
  8529.                                                             ],
  8530.                                                             47 => [
  8531.                                                                 'key' => 'Cocos (Keeling) Islands',
  8532.                                                                 'value' => 'CC',
  8533.                                                             ],
  8534.                                                             48 => [
  8535.                                                                 'key' => 'Colombia',
  8536.                                                                 'value' => 'CO',
  8537.                                                             ],
  8538.                                                             49 => [
  8539.                                                                 'key' => 'Comoros',
  8540.                                                                 'value' => 'KM',
  8541.                                                             ],
  8542.                                                             50 => [
  8543.                                                                 'key' => 'Congo - Brazzaville',
  8544.                                                                 'value' => 'CG',
  8545.                                                             ],
  8546.                                                             51 => [
  8547.                                                                 'key' => 'Congo - Kinshasa',
  8548.                                                                 'value' => 'CD',
  8549.                                                             ],
  8550.                                                             52 => [
  8551.                                                                 'key' => 'Cook Islands',
  8552.                                                                 'value' => 'CK',
  8553.                                                             ],
  8554.                                                             53 => [
  8555.                                                                 'key' => 'Costa Rica',
  8556.                                                                 'value' => 'CR',
  8557.                                                             ],
  8558.                                                             54 => [
  8559.                                                                 'key' => 'Croatia',
  8560.                                                                 'value' => 'HR',
  8561.                                                             ],
  8562.                                                             55 => [
  8563.                                                                 'key' => 'Cuba',
  8564.                                                                 'value' => 'CU',
  8565.                                                             ],
  8566.                                                             56 => [
  8567.                                                                 'key' => 'Curaçao',
  8568.                                                                 'value' => 'CW',
  8569.                                                             ],
  8570.                                                             57 => [
  8571.                                                                 'key' => 'Cyprus',
  8572.                                                                 'value' => 'CY',
  8573.                                                             ],
  8574.                                                             58 => [
  8575.                                                                 'key' => 'Czech Republic',
  8576.                                                                 'value' => 'CZ',
  8577.                                                             ],
  8578.                                                             59 => [
  8579.                                                                 'key' => 'Côte d’Ivoire',
  8580.                                                                 'value' => 'CI',
  8581.                                                             ],
  8582.                                                             60 => [
  8583.                                                                 'key' => 'Denmark',
  8584.                                                                 'value' => 'DK',
  8585.                                                             ],
  8586.                                                             61 => [
  8587.                                                                 'key' => 'Diego Garcia',
  8588.                                                                 'value' => 'DG',
  8589.                                                             ],
  8590.                                                             62 => [
  8591.                                                                 'key' => 'Djibouti',
  8592.                                                                 'value' => 'DJ',
  8593.                                                             ],
  8594.                                                             63 => [
  8595.                                                                 'key' => 'Dominica',
  8596.                                                                 'value' => 'DM',
  8597.                                                             ],
  8598.                                                             64 => [
  8599.                                                                 'key' => 'Dominican Republic',
  8600.                                                                 'value' => 'DO',
  8601.                                                             ],
  8602.                                                             65 => [
  8603.                                                                 'key' => 'Ecuador',
  8604.                                                                 'value' => 'EC',
  8605.                                                             ],
  8606.                                                             66 => [
  8607.                                                                 'key' => 'Egypt',
  8608.                                                                 'value' => 'EG',
  8609.                                                             ],
  8610.                                                             67 => [
  8611.                                                                 'key' => 'El Salvador',
  8612.                                                                 'value' => 'SV',
  8613.                                                             ],
  8614.                                                             68 => [
  8615.                                                                 'key' => 'Equatorial Guinea',
  8616.                                                                 'value' => 'GQ',
  8617.                                                             ],
  8618.                                                             69 => [
  8619.                                                                 'key' => 'Eritrea',
  8620.                                                                 'value' => 'ER',
  8621.                                                             ],
  8622.                                                             70 => [
  8623.                                                                 'key' => 'Estonia',
  8624.                                                                 'value' => 'EE',
  8625.                                                             ],
  8626.                                                             71 => [
  8627.                                                                 'key' => 'Ethiopia',
  8628.                                                                 'value' => 'ET',
  8629.                                                             ],
  8630.                                                             72 => [
  8631.                                                                 'key' => 'Falkland Islands',
  8632.                                                                 'value' => 'FK',
  8633.                                                             ],
  8634.                                                             73 => [
  8635.                                                                 'key' => 'Faroe Islands',
  8636.                                                                 'value' => 'FO',
  8637.                                                             ],
  8638.                                                             74 => [
  8639.                                                                 'key' => 'Fiji',
  8640.                                                                 'value' => 'FJ',
  8641.                                                             ],
  8642.                                                             75 => [
  8643.                                                                 'key' => 'Finland',
  8644.                                                                 'value' => 'FI',
  8645.                                                             ],
  8646.                                                             76 => [
  8647.                                                                 'key' => 'France',
  8648.                                                                 'value' => 'FR',
  8649.                                                             ],
  8650.                                                             77 => [
  8651.                                                                 'key' => 'French Guiana',
  8652.                                                                 'value' => 'GF',
  8653.                                                             ],
  8654.                                                             78 => [
  8655.                                                                 'key' => 'French Polynesia',
  8656.                                                                 'value' => 'PF',
  8657.                                                             ],
  8658.                                                             79 => [
  8659.                                                                 'key' => 'Gabon',
  8660.                                                                 'value' => 'GA',
  8661.                                                             ],
  8662.                                                             80 => [
  8663.                                                                 'key' => 'Gambia',
  8664.                                                                 'value' => 'GM',
  8665.                                                             ],
  8666.                                                             81 => [
  8667.                                                                 'key' => 'Georgia',
  8668.                                                                 'value' => 'GE',
  8669.                                                             ],
  8670.                                                             82 => [
  8671.                                                                 'key' => 'Germany',
  8672.                                                                 'value' => 'DE',
  8673.                                                             ],
  8674.                                                             83 => [
  8675.                                                                 'key' => 'Ghana',
  8676.                                                                 'value' => 'GH',
  8677.                                                             ],
  8678.                                                             84 => [
  8679.                                                                 'key' => 'Gibraltar',
  8680.                                                                 'value' => 'GI',
  8681.                                                             ],
  8682.                                                             85 => [
  8683.                                                                 'key' => 'Greece',
  8684.                                                                 'value' => 'GR',
  8685.                                                             ],
  8686.                                                             86 => [
  8687.                                                                 'key' => 'Greenland',
  8688.                                                                 'value' => 'GL',
  8689.                                                             ],
  8690.                                                             87 => [
  8691.                                                                 'key' => 'Grenada',
  8692.                                                                 'value' => 'GD',
  8693.                                                             ],
  8694.                                                             88 => [
  8695.                                                                 'key' => 'Guadeloupe',
  8696.                                                                 'value' => 'GP',
  8697.                                                             ],
  8698.                                                             89 => [
  8699.                                                                 'key' => 'Guam',
  8700.                                                                 'value' => 'GU',
  8701.                                                             ],
  8702.                                                             90 => [
  8703.                                                                 'key' => 'Guatemala',
  8704.                                                                 'value' => 'GT',
  8705.                                                             ],
  8706.                                                             91 => [
  8707.                                                                 'key' => 'Guernsey',
  8708.                                                                 'value' => 'GG',
  8709.                                                             ],
  8710.                                                             92 => [
  8711.                                                                 'key' => 'Guinea',
  8712.                                                                 'value' => 'GN',
  8713.                                                             ],
  8714.                                                             93 => [
  8715.                                                                 'key' => 'Guinea-Bissau',
  8716.                                                                 'value' => 'GW',
  8717.                                                             ],
  8718.                                                             94 => [
  8719.                                                                 'key' => 'Guyana',
  8720.                                                                 'value' => 'GY',
  8721.                                                             ],
  8722.                                                             95 => [
  8723.                                                                 'key' => 'Haiti',
  8724.                                                                 'value' => 'HT',
  8725.                                                             ],
  8726.                                                             96 => [
  8727.                                                                 'key' => 'Honduras',
  8728.                                                                 'value' => 'HN',
  8729.                                                             ],
  8730.                                                             97 => [
  8731.                                                                 'key' => 'Hong Kong SAR China',
  8732.                                                                 'value' => 'HK',
  8733.                                                             ],
  8734.                                                             98 => [
  8735.                                                                 'key' => 'Hungary',
  8736.                                                                 'value' => 'HU',
  8737.                                                             ],
  8738.                                                             99 => [
  8739.                                                                 'key' => 'Iceland',
  8740.                                                                 'value' => 'IS',
  8741.                                                             ],
  8742.                                                             100 => [
  8743.                                                                 'key' => 'India',
  8744.                                                                 'value' => 'IN',
  8745.                                                             ],
  8746.                                                             101 => [
  8747.                                                                 'key' => 'Indonesia',
  8748.                                                                 'value' => 'ID',
  8749.                                                             ],
  8750.                                                             102 => [
  8751.                                                                 'key' => 'Iran',
  8752.                                                                 'value' => 'IR',
  8753.                                                             ],
  8754.                                                             103 => [
  8755.                                                                 'key' => 'Iraq',
  8756.                                                                 'value' => 'IQ',
  8757.                                                             ],
  8758.                                                             104 => [
  8759.                                                                 'key' => 'Ireland',
  8760.                                                                 'value' => 'IE',
  8761.                                                             ],
  8762.                                                             105 => [
  8763.                                                                 'key' => 'Isle of Man',
  8764.                                                                 'value' => 'IM',
  8765.                                                             ],
  8766.                                                             106 => [
  8767.                                                                 'key' => 'Israel',
  8768.                                                                 'value' => 'IL',
  8769.                                                             ],
  8770.                                                             107 => [
  8771.                                                                 'key' => 'Italy',
  8772.                                                                 'value' => 'IT',
  8773.                                                             ],
  8774.                                                             108 => [
  8775.                                                                 'key' => 'Jamaica',
  8776.                                                                 'value' => 'JM',
  8777.                                                             ],
  8778.                                                             109 => [
  8779.                                                                 'key' => 'Japan',
  8780.                                                                 'value' => 'JP',
  8781.                                                             ],
  8782.                                                             110 => [
  8783.                                                                 'key' => 'Jersey',
  8784.                                                                 'value' => 'JE',
  8785.                                                             ],
  8786.                                                             111 => [
  8787.                                                                 'key' => 'Jordan',
  8788.                                                                 'value' => 'JO',
  8789.                                                             ],
  8790.                                                             112 => [
  8791.                                                                 'key' => 'Kazakhstan',
  8792.                                                                 'value' => 'KZ',
  8793.                                                             ],
  8794.                                                             113 => [
  8795.                                                                 'key' => 'Kenya',
  8796.                                                                 'value' => 'KE',
  8797.                                                             ],
  8798.                                                             114 => [
  8799.                                                                 'key' => 'Kiribati',
  8800.                                                                 'value' => 'KI',
  8801.                                                             ],
  8802.                                                             115 => [
  8803.                                                                 'key' => 'Kosovo',
  8804.                                                                 'value' => 'XK',
  8805.                                                             ],
  8806.                                                             116 => [
  8807.                                                                 'key' => 'Kuwait',
  8808.                                                                 'value' => 'KW',
  8809.                                                             ],
  8810.                                                             117 => [
  8811.                                                                 'key' => 'Kyrgyzstan',
  8812.                                                                 'value' => 'KG',
  8813.                                                             ],
  8814.                                                             118 => [
  8815.                                                                 'key' => 'Laos',
  8816.                                                                 'value' => 'LA',
  8817.                                                             ],
  8818.                                                             119 => [
  8819.                                                                 'key' => 'Latvia',
  8820.                                                                 'value' => 'LV',
  8821.                                                             ],
  8822.                                                             120 => [
  8823.                                                                 'key' => 'Lebanon',
  8824.                                                                 'value' => 'LB',
  8825.                                                             ],
  8826.                                                             121 => [
  8827.                                                                 'key' => 'Lesotho',
  8828.                                                                 'value' => 'LS',
  8829.                                                             ],
  8830.                                                             122 => [
  8831.                                                                 'key' => 'Liberia',
  8832.                                                                 'value' => 'LR',
  8833.                                                             ],
  8834.                                                             123 => [
  8835.                                                                 'key' => 'Libya',
  8836.                                                                 'value' => 'LY',
  8837.                                                             ],
  8838.                                                             124 => [
  8839.                                                                 'key' => 'Liechtenstein',
  8840.                                                                 'value' => 'LI',
  8841.                                                             ],
  8842.                                                             125 => [
  8843.                                                                 'key' => 'Lithuania',
  8844.                                                                 'value' => 'LT',
  8845.                                                             ],
  8846.                                                             126 => [
  8847.                                                                 'key' => 'Luxembourg',
  8848.                                                                 'value' => 'LU',
  8849.                                                             ],
  8850.                                                             127 => [
  8851.                                                                 'key' => 'Macau SAR China',
  8852.                                                                 'value' => 'MO',
  8853.                                                             ],
  8854.                                                             128 => [
  8855.                                                                 'key' => 'Macedonia',
  8856.                                                                 'value' => 'MK',
  8857.                                                             ],
  8858.                                                             129 => [
  8859.                                                                 'key' => 'Madagascar',
  8860.                                                                 'value' => 'MG',
  8861.                                                             ],
  8862.                                                             130 => [
  8863.                                                                 'key' => 'Malawi',
  8864.                                                                 'value' => 'MW',
  8865.                                                             ],
  8866.                                                             131 => [
  8867.                                                                 'key' => 'Malaysia',
  8868.                                                                 'value' => 'MY',
  8869.                                                             ],
  8870.                                                             132 => [
  8871.                                                                 'key' => 'Mali',
  8872.                                                                 'value' => 'ML',
  8873.                                                             ],
  8874.                                                             133 => [
  8875.                                                                 'key' => 'Malta',
  8876.                                                                 'value' => 'MT',
  8877.                                                             ],
  8878.                                                             134 => [
  8879.                                                                 'key' => 'Marshall Islands',
  8880.                                                                 'value' => 'MH',
  8881.                                                             ],
  8882.                                                             135 => [
  8883.                                                                 'key' => 'Martinique',
  8884.                                                                 'value' => 'MQ',
  8885.                                                             ],
  8886.                                                             136 => [
  8887.                                                                 'key' => 'Mauritania',
  8888.                                                                 'value' => 'MR',
  8889.                                                             ],
  8890.                                                             137 => [
  8891.                                                                 'key' => 'Mauritius',
  8892.                                                                 'value' => 'MU',
  8893.                                                             ],
  8894.                                                             138 => [
  8895.                                                                 'key' => 'Mayotte',
  8896.                                                                 'value' => 'YT',
  8897.                                                             ],
  8898.                                                             139 => [
  8899.                                                                 'key' => 'Mexico',
  8900.                                                                 'value' => 'MX',
  8901.                                                             ],
  8902.                                                             140 => [
  8903.                                                                 'key' => 'Micronesia',
  8904.                                                                 'value' => 'FM',
  8905.                                                             ],
  8906.                                                             141 => [
  8907.                                                                 'key' => 'Moldova',
  8908.                                                                 'value' => 'MD',
  8909.                                                             ],
  8910.                                                             142 => [
  8911.                                                                 'key' => 'Monaco',
  8912.                                                                 'value' => 'MC',
  8913.                                                             ],
  8914.                                                             143 => [
  8915.                                                                 'key' => 'Mongolia',
  8916.                                                                 'value' => 'MN',
  8917.                                                             ],
  8918.                                                             144 => [
  8919.                                                                 'key' => 'Montenegro',
  8920.                                                                 'value' => 'ME',
  8921.                                                             ],
  8922.                                                             145 => [
  8923.                                                                 'key' => 'Montserrat',
  8924.                                                                 'value' => 'MS',
  8925.                                                             ],
  8926.                                                             146 => [
  8927.                                                                 'key' => 'Morocco',
  8928.                                                                 'value' => 'MA',
  8929.                                                             ],
  8930.                                                             147 => [
  8931.                                                                 'key' => 'Mozambique',
  8932.                                                                 'value' => 'MZ',
  8933.                                                             ],
  8934.                                                             148 => [
  8935.                                                                 'key' => 'Myanmar (Burma)',
  8936.                                                                 'value' => 'MM',
  8937.                                                             ],
  8938.                                                             149 => [
  8939.                                                                 'key' => 'Namibia',
  8940.                                                                 'value' => 'NA',
  8941.                                                             ],
  8942.                                                             150 => [
  8943.                                                                 'key' => 'Nauru',
  8944.                                                                 'value' => 'NR',
  8945.                                                             ],
  8946.                                                             151 => [
  8947.                                                                 'key' => 'Nepal',
  8948.                                                                 'value' => 'NP',
  8949.                                                             ],
  8950.                                                             152 => [
  8951.                                                                 'key' => 'Netherlands',
  8952.                                                                 'value' => 'NL',
  8953.                                                             ],
  8954.                                                             153 => [
  8955.                                                                 'key' => 'New Caledonia',
  8956.                                                                 'value' => 'NC',
  8957.                                                             ],
  8958.                                                             154 => [
  8959.                                                                 'key' => 'New Zealand',
  8960.                                                                 'value' => 'NZ',
  8961.                                                             ],
  8962.                                                             155 => [
  8963.                                                                 'key' => 'Nicaragua',
  8964.                                                                 'value' => 'NI',
  8965.                                                             ],
  8966.                                                             156 => [
  8967.                                                                 'key' => 'Niger',
  8968.                                                                 'value' => 'NE',
  8969.                                                             ],
  8970.                                                             157 => [
  8971.                                                                 'key' => 'Nigeria',
  8972.                                                                 'value' => 'NG',
  8973.                                                             ],
  8974.                                                             158 => [
  8975.                                                                 'key' => 'Niue',
  8976.                                                                 'value' => 'NU',
  8977.                                                             ],
  8978.                                                             159 => [
  8979.                                                                 'key' => 'Norfolk Island',
  8980.                                                                 'value' => 'NF',
  8981.                                                             ],
  8982.                                                             160 => [
  8983.                                                                 'key' => 'North Korea',
  8984.                                                                 'value' => 'KP',
  8985.                                                             ],
  8986.                                                             161 => [
  8987.                                                                 'key' => 'Northern Mariana Islands',
  8988.                                                                 'value' => 'MP',
  8989.                                                             ],
  8990.                                                             162 => [
  8991.                                                                 'key' => 'Norway',
  8992.                                                                 'value' => 'NO',
  8993.                                                             ],
  8994.                                                             163 => [
  8995.                                                                 'key' => 'Oman',
  8996.                                                                 'value' => 'OM',
  8997.                                                             ],
  8998.                                                             164 => [
  8999.                                                                 'key' => 'Pakistan',
  9000.                                                                 'value' => 'PK',
  9001.                                                             ],
  9002.                                                             165 => [
  9003.                                                                 'key' => 'Palau',
  9004.                                                                 'value' => 'PW',
  9005.                                                             ],
  9006.                                                             166 => [
  9007.                                                                 'key' => 'Palestinian Territories',
  9008.                                                                 'value' => 'PS',
  9009.                                                             ],
  9010.                                                             167 => [
  9011.                                                                 'key' => 'Panama',
  9012.                                                                 'value' => 'PA',
  9013.                                                             ],
  9014.                                                             168 => [
  9015.                                                                 'key' => 'Papua New Guinea',
  9016.                                                                 'value' => 'PG',
  9017.                                                             ],
  9018.                                                             169 => [
  9019.                                                                 'key' => 'Paraguay',
  9020.                                                                 'value' => 'PY',
  9021.                                                             ],
  9022.                                                             170 => [
  9023.                                                                 'key' => 'Peru',
  9024.                                                                 'value' => 'PE',
  9025.                                                             ],
  9026.                                                             171 => [
  9027.                                                                 'key' => 'Philippines',
  9028.                                                                 'value' => 'PH',
  9029.                                                             ],
  9030.                                                             172 => [
  9031.                                                                 'key' => 'Pitcairn Islands',
  9032.                                                                 'value' => 'PN',
  9033.                                                             ],
  9034.                                                             173 => [
  9035.                                                                 'key' => 'Poland',
  9036.                                                                 'value' => 'PL',
  9037.                                                             ],
  9038.                                                             174 => [
  9039.                                                                 'key' => 'Portugal',
  9040.                                                                 'value' => 'PT',
  9041.                                                             ],
  9042.                                                             175 => [
  9043.                                                                 'key' => 'Puerto Rico',
  9044.                                                                 'value' => 'PR',
  9045.                                                             ],
  9046.                                                             176 => [
  9047.                                                                 'key' => 'Qatar',
  9048.                                                                 'value' => 'QA',
  9049.                                                             ],
  9050.                                                             177 => [
  9051.                                                                 'key' => 'Romania',
  9052.                                                                 'value' => 'RO',
  9053.                                                             ],
  9054.                                                             178 => [
  9055.                                                                 'key' => 'Russia',
  9056.                                                                 'value' => 'RU',
  9057.                                                             ],
  9058.                                                             179 => [
  9059.                                                                 'key' => 'Rwanda',
  9060.                                                                 'value' => 'RW',
  9061.                                                             ],
  9062.                                                             180 => [
  9063.                                                                 'key' => 'Réunion',
  9064.                                                                 'value' => 'RE',
  9065.                                                             ],
  9066.                                                             181 => [
  9067.                                                                 'key' => 'Saint Barthélemy',
  9068.                                                                 'value' => 'BL',
  9069.                                                             ],
  9070.                                                             182 => [
  9071.                                                                 'key' => 'Saint Helena',
  9072.                                                                 'value' => 'SH',
  9073.                                                             ],
  9074.                                                             183 => [
  9075.                                                                 'key' => 'Saint Kitts and Nevis',
  9076.                                                                 'value' => 'KN',
  9077.                                                             ],
  9078.                                                             184 => [
  9079.                                                                 'key' => 'Saint Lucia',
  9080.                                                                 'value' => 'LC',
  9081.                                                             ],
  9082.                                                             185 => [
  9083.                                                                 'key' => 'Saint Martin',
  9084.                                                                 'value' => 'MF',
  9085.                                                             ],
  9086.                                                             186 => [
  9087.                                                                 'key' => 'Saint Pierre and Miquelon',
  9088.                                                                 'value' => 'PM',
  9089.                                                             ],
  9090.                                                             187 => [
  9091.                                                                 'key' => 'Samoa',
  9092.                                                                 'value' => 'WS',
  9093.                                                             ],
  9094.                                                             188 => [
  9095.                                                                 'key' => 'San Marino',
  9096.                                                                 'value' => 'SM',
  9097.                                                             ],
  9098.                                                             189 => [
  9099.                                                                 'key' => 'Saudi Arabia',
  9100.                                                                 'value' => 'SA',
  9101.                                                             ],
  9102.                                                             190 => [
  9103.                                                                 'key' => 'Senegal',
  9104.                                                                 'value' => 'SN',
  9105.                                                             ],
  9106.                                                             191 => [
  9107.                                                                 'key' => 'Serbia',
  9108.                                                                 'value' => 'RS',
  9109.                                                             ],
  9110.                                                             192 => [
  9111.                                                                 'key' => 'Seychelles',
  9112.                                                                 'value' => 'SC',
  9113.                                                             ],
  9114.                                                             193 => [
  9115.                                                                 'key' => 'Sierra Leone',
  9116.                                                                 'value' => 'SL',
  9117.                                                             ],
  9118.                                                             194 => [
  9119.                                                                 'key' => 'Singapore',
  9120.                                                                 'value' => 'SG',
  9121.                                                             ],
  9122.                                                             195 => [
  9123.                                                                 'key' => 'Sint Maarten',
  9124.                                                                 'value' => 'SX',
  9125.                                                             ],
  9126.                                                             196 => [
  9127.                                                                 'key' => 'Slovakia',
  9128.                                                                 'value' => 'SK',
  9129.                                                             ],
  9130.                                                             197 => [
  9131.                                                                 'key' => 'Slovenia',
  9132.                                                                 'value' => 'SI',
  9133.                                                             ],
  9134.                                                             198 => [
  9135.                                                                 'key' => 'Solomon Islands',
  9136.                                                                 'value' => 'SB',
  9137.                                                             ],
  9138.                                                             199 => [
  9139.                                                                 'key' => 'Somalia',
  9140.                                                                 'value' => 'SO',
  9141.                                                             ],
  9142.                                                             200 => [
  9143.                                                                 'key' => 'South Africa',
  9144.                                                                 'value' => 'ZA',
  9145.                                                             ],
  9146.                                                             201 => [
  9147.                                                                 'key' => 'South Korea',
  9148.                                                                 'value' => 'KR',
  9149.                                                             ],
  9150.                                                             202 => [
  9151.                                                                 'key' => 'South Sudan',
  9152.                                                                 'value' => 'SS',
  9153.                                                             ],
  9154.                                                             203 => [
  9155.                                                                 'key' => 'Spain',
  9156.                                                                 'value' => 'ES',
  9157.                                                             ],
  9158.                                                             204 => [
  9159.                                                                 'key' => 'Sri Lanka',
  9160.                                                                 'value' => 'LK',
  9161.                                                             ],
  9162.                                                             205 => [
  9163.                                                                 'key' => 'St. Vincent & Grenadines',
  9164.                                                                 'value' => 'VC',
  9165.                                                             ],
  9166.                                                             206 => [
  9167.                                                                 'key' => 'Sudan',
  9168.                                                                 'value' => 'SD',
  9169.                                                             ],
  9170.                                                             207 => [
  9171.                                                                 'key' => 'Suriname',
  9172.                                                                 'value' => 'SR',
  9173.                                                             ],
  9174.                                                             208 => [
  9175.                                                                 'key' => 'Svalbard and Jan Mayen',
  9176.                                                                 'value' => 'SJ',
  9177.                                                             ],
  9178.                                                             209 => [
  9179.                                                                 'key' => 'Swaziland',
  9180.                                                                 'value' => 'SZ',
  9181.                                                             ],
  9182.                                                             210 => [
  9183.                                                                 'key' => 'Sweden',
  9184.                                                                 'value' => 'SE',
  9185.                                                             ],
  9186.                                                             211 => [
  9187.                                                                 'key' => 'Switzerland',
  9188.                                                                 'value' => 'CH',
  9189.                                                             ],
  9190.                                                             212 => [
  9191.                                                                 'key' => 'Syria',
  9192.                                                                 'value' => 'SY',
  9193.                                                             ],
  9194.                                                             213 => [
  9195.                                                                 'key' => 'São Tomé and Príncipe',
  9196.                                                                 'value' => 'ST',
  9197.                                                             ],
  9198.                                                             214 => [
  9199.                                                                 'key' => 'Taiwan',
  9200.                                                                 'value' => 'TW',
  9201.                                                             ],
  9202.                                                             215 => [
  9203.                                                                 'key' => 'Tanzania',
  9204.                                                                 'value' => 'TZ',
  9205.                                                             ],
  9206.                                                             216 => [
  9207.                                                                 'key' => 'Thailand',
  9208.                                                                 'value' => 'TH',
  9209.                                                             ],
  9210.                                                             217 => [
  9211.                                                                 'key' => 'Timor-Leste',
  9212.                                                                 'value' => 'TL',
  9213.                                                             ],
  9214.                                                             218 => [
  9215.                                                                 'key' => 'Togo',
  9216.                                                                 'value' => 'TG',
  9217.                                                             ],
  9218.                                                             219 => [
  9219.                                                                 'key' => 'Tokelau',
  9220.                                                                 'value' => 'TK',
  9221.                                                             ],
  9222.                                                             220 => [
  9223.                                                                 'key' => 'Tonga',
  9224.                                                                 'value' => 'TO',
  9225.                                                             ],
  9226.                                                             221 => [
  9227.                                                                 'key' => 'Trinidad and Tobago',
  9228.                                                                 'value' => 'TT',
  9229.                                                             ],
  9230.                                                             222 => [
  9231.                                                                 'key' => 'Tunisia',
  9232.                                                                 'value' => 'TN',
  9233.                                                             ],
  9234.                                                             223 => [
  9235.                                                                 'key' => 'Turkey',
  9236.                                                                 'value' => 'TR',
  9237.                                                             ],
  9238.                                                             224 => [
  9239.                                                                 'key' => 'Turks and Caicos Islands',
  9240.                                                                 'value' => 'TC',
  9241.                                                             ],
  9242.                                                             225 => [
  9243.                                                                 'key' => 'Tuvalu',
  9244.                                                                 'value' => 'TV',
  9245.                                                             ],
  9246.                                                             226 => [
  9247.                                                                 'key' => 'U.S. Outlying Islands',
  9248.                                                                 'value' => 'UM',
  9249.                                                             ],
  9250.                                                             227 => [
  9251.                                                                 'key' => 'U.S. Virgin Islands',
  9252.                                                                 'value' => 'VI',
  9253.                                                             ],
  9254.                                                             228 => [
  9255.                                                                 'key' => 'Uganda',
  9256.                                                                 'value' => 'UG',
  9257.                                                             ],
  9258.                                                             229 => [
  9259.                                                                 'key' => 'Ukraine',
  9260.                                                                 'value' => 'UA',
  9261.                                                             ],
  9262.                                                             230 => [
  9263.                                                                 'key' => 'United Arab Emirates',
  9264.                                                                 'value' => 'AE',
  9265.                                                             ],
  9266.                                                             231 => [
  9267.                                                                 'key' => 'United Kingdom',
  9268.                                                                 'value' => 'GB',
  9269.                                                             ],
  9270.                                                             232 => [
  9271.                                                                 'key' => 'United States',
  9272.                                                                 'value' => 'US',
  9273.                                                             ],
  9274.                                                             233 => [
  9275.                                                                 'key' => 'Uruguay',
  9276.                                                                 'value' => 'UY',
  9277.                                                             ],
  9278.                                                             234 => [
  9279.                                                                 'key' => 'Uzbekistan',
  9280.                                                                 'value' => 'UZ',
  9281.                                                             ],
  9282.                                                             235 => [
  9283.                                                                 'key' => 'Vanuatu',
  9284.                                                                 'value' => 'VU',
  9285.                                                             ],
  9286.                                                             236 => [
  9287.                                                                 'key' => 'Venezuela',
  9288.                                                                 'value' => 'VE',
  9289.                                                             ],
  9290.                                                             237 => [
  9291.                                                                 'key' => 'Vietnam',
  9292.                                                                 'value' => 'VN',
  9293.                                                             ],
  9294.                                                             238 => [
  9295.                                                                 'key' => 'Wallis and Futuna',
  9296.                                                                 'value' => 'WF',
  9297.                                                             ],
  9298.                                                             239 => [
  9299.                                                                 'key' => 'Western Sahara',
  9300.                                                                 'value' => 'EH',
  9301.                                                             ],
  9302.                                                             240 => [
  9303.                                                                 'key' => 'Yemen',
  9304.                                                                 'value' => 'YE',
  9305.                                                             ],
  9306.                                                             241 => [
  9307.                                                                 'key' => 'Zambia',
  9308.                                                                 'value' => 'ZM',
  9309.                                                             ],
  9310.                                                             242 => [
  9311.                                                                 'key' => 'Zimbabwe',
  9312.                                                                 'value' => 'ZW',
  9313.                                                             ],
  9314.                                                             243 => [
  9315.                                                                 'key' => 'Ã…land Islands',
  9316.                                                                 'value' => 'AX',
  9317.                                                             ],
  9318.                                                         ],
  9319.                                                         'width' => '',
  9320.                                                         'defaultValue' => NULL,
  9321.                                                         'optionsProviderClass' => NULL,
  9322.                                                         'optionsProviderData' => NULL,
  9323.                                                         'queryColumnType' => 'varchar',
  9324.                                                         'columnType' => 'varchar',
  9325.                                                         'columnLength' => '190',
  9326.                                                         'phpdocType' => 'string',
  9327.                                                         'dynamicOptions' => false,
  9328.                                                         'name' => 'countryCode',
  9329.                                                         'title' => 'Country',
  9330.                                                         'tooltip' => '',
  9331.                                                         'mandatory' => false,
  9332.                                                         'noteditable' => false,
  9333.                                                         'index' => false,
  9334.                                                         'locked' => false,
  9335.                                                         'style' => '',
  9336.                                                         'permissions' => NULL,
  9337.                                                         'datatype' => 'data',
  9338.                                                         'relationType' => false,
  9339.                                                         'invisible' => false,
  9340.                                                         'visibleGridView' => false,
  9341.                                                         'visibleSearch' => false,
  9342.                                                     ],
  9343.                                                 ],
  9344.                                                 'isOperator' => false,
  9345.                                             ],
  9346.                                             => [
  9347.                                                 'attributes' => [
  9348.                                                     'attribute' => 'phone',
  9349.                                                     'label' => 'phone',
  9350.                                                     'dataType' => 'input',
  9351.                                                     'layout' => [
  9352.                                                         'fieldtype' => 'input',
  9353.                                                         'width' => 400,
  9354.                                                         'queryColumnType' => 'varchar',
  9355.                                                         'columnType' => 'varchar',
  9356.                                                         'columnLength' => 190,
  9357.                                                         'phpdocType' => 'string',
  9358.                                                         'regex' => '',
  9359.                                                         'unique' => false,
  9360.                                                         'showCharCount' => NULL,
  9361.                                                         'name' => 'phone',
  9362.                                                         'title' => 'phone',
  9363.                                                         'tooltip' => '',
  9364.                                                         'mandatory' => false,
  9365.                                                         'noteditable' => false,
  9366.                                                         'index' => false,
  9367.                                                         'locked' => false,
  9368.                                                         'style' => '',
  9369.                                                         'permissions' => NULL,
  9370.                                                         'datatype' => 'data',
  9371.                                                         'relationType' => false,
  9372.                                                         'invisible' => false,
  9373.                                                         'visibleGridView' => false,
  9374.                                                         'visibleSearch' => false,
  9375.                                                     ],
  9376.                                                 ],
  9377.                                                 'isOperator' => false,
  9378.                                             ],
  9379.                                         ],
  9380.                                     ],
  9381.                                 ],
  9382.                             ],
  9383.                             'mutationEntities' => [
  9384.                             ],
  9385.                             'specialEntities' => [
  9386.                                 'asset' => [
  9387.                                     'id' => 'asset',
  9388.                                     'create' => false,
  9389.                                     'read' => true,
  9390.                                 ],
  9391.                                 'asset_folder' => [
  9392.                                     'id' => 'asset_folder',
  9393.                                     'read' => true,
  9394.                                 ],
  9395.                                 'object_folder' => [
  9396.                                     'id' => 'object_folder',
  9397.                                     'read' => true,
  9398.                                 ],
  9399.                             ],
  9400.                         ],
  9401.                         'security' => [
  9402.                             'method' => 'datahub_apikey',
  9403.                             'apikey' => '295b86489dca91a4aafaac8315cdb84a',
  9404.                         ],
  9405.                         'workspaces' => [
  9406.                             'asset' => [
  9407.                                 => [
  9408.                                     'read' => true,
  9409.                                     'cpath' => '/1. Brand Logos',
  9410.                                     'create' => false,
  9411.                                     'update' => false,
  9412.                                     'delete' => false,
  9413.                                     'id' => 'extModel16109-1',
  9414.                                 ],
  9415.                             ],
  9416.                             'object' => [
  9417.                                 => [
  9418.                                     'read' => true,
  9419.                                     'cpath' => '/Shop',
  9420.                                     'create' => false,
  9421.                                     'update' => false,
  9422.                                     'delete' => false,
  9423.                                     'id' => 'extModel16141-1',
  9424.                                 ],
  9425.                             ],
  9426.                         ],
  9427.                     ],
  9428.                     'assets' => [
  9429.                         'general' => [
  9430.                             'active' => true,
  9431.                             'type' => 'graphql',
  9432.                             'name' => 'assets',
  9433.                             'description' => '',
  9434.                             'sqlObjectCondition' => '',
  9435.                             'path' => NULL,
  9436.                             'modificationDate' => 1641828559,
  9437.                             'createDate' => 1641828547,
  9438.                         ],
  9439.                         'schema' => [
  9440.                             'queryEntities' => [
  9441.                             ],
  9442.                             'mutationEntities' => [
  9443.                             ],
  9444.                             'specialEntities' => [
  9445.                                 'asset' => [
  9446.                                     'id' => 'asset',
  9447.                                     'read' => true,
  9448.                                 ],
  9449.                                 'asset_folder' => [
  9450.                                     'id' => 'asset_folder',
  9451.                                     'read' => true,
  9452.                                 ],
  9453.                                 'object_folder' => [
  9454.                                     'id' => 'object_folder',
  9455.                                 ],
  9456.                             ],
  9457.                         ],
  9458.                         'security' => [
  9459.                             'method' => 'datahub_apikey',
  9460.                             'apikey' => '9e265983fbd2dc42b8f7cdb841c82807',
  9461.                         ],
  9462.                         'workspaces' => [
  9463.                             'asset' => [
  9464.                                 => [
  9465.                                     'read' => true,
  9466.                                     'cpath' => '/1. Brand Logos',
  9467.                                     'create' => false,
  9468.                                     'update' => false,
  9469.                                     'delete' => false,
  9470.                                     'id' => 'extModel14963-1',
  9471.                                 ],
  9472.                             ],
  9473.                             'object' => [
  9474.                             ],
  9475.                         ],
  9476.                     ],
  9477.                     'products' => [
  9478.                         'general' => [
  9479.                             'active' => true,
  9480.                             'type' => 'graphql',
  9481.                             'name' => 'products',
  9482.                             'description' => 'Product related data like Cars, AccessoryParts, Categories etc.',
  9483.                             'sqlObjectCondition' => '',
  9484.                             'path' => NULL,
  9485.                             'modificationDate' => 1641828559,
  9486.                             'createDate' => 1641828546,
  9487.                         ],
  9488.                         'schema' => [
  9489.                             'queryEntities' => [
  9490.                                 'Car' => [
  9491.                                     'id' => 'Car',
  9492.                                     'name' => 'Car',
  9493.                                     'columnConfig' => [
  9494.                                         'columns' => [
  9495.                                             => [
  9496.                                                 'attributes' => [
  9497.                                                     'attribute' => 'name',
  9498.                                                     'label' => 'Name',
  9499.                                                     'dataType' => 'input',
  9500.                                                     'layout' => [
  9501.                                                         'fieldtype' => 'input',
  9502.                                                         'width' => NULL,
  9503.                                                         'queryColumnType' => 'varchar',
  9504.                                                         'columnType' => 'varchar',
  9505.                                                         'columnLength' => 190,
  9506.                                                         'phpdocType' => 'string',
  9507.                                                         'regex' => '',
  9508.                                                         'unique' => false,
  9509.                                                         'showCharCount' => false,
  9510.                                                         'name' => 'name',
  9511.                                                         'title' => 'Name',
  9512.                                                         'tooltip' => '',
  9513.                                                         'mandatory' => false,
  9514.                                                         'noteditable' => false,
  9515.                                                         'index' => false,
  9516.                                                         'locked' => false,
  9517.                                                         'style' => '',
  9518.                                                         'permissions' => NULL,
  9519.                                                         'datatype' => 'data',
  9520.                                                         'relationType' => false,
  9521.                                                         'invisible' => false,
  9522.                                                         'visibleGridView' => true,
  9523.                                                         'visibleSearch' => true,
  9524.                                                     ],
  9525.                                                 ],
  9526.                                                 'isOperator' => false,
  9527.                                             ],
  9528.                                             => [
  9529.                                                 'attributes' => [
  9530.                                                     'attribute' => 'description',
  9531.                                                     'label' => 'Description',
  9532.                                                     'dataType' => 'wysiwyg',
  9533.                                                     'layout' => [
  9534.                                                         'fieldtype' => 'wysiwyg',
  9535.                                                         'width' => '',
  9536.                                                         'height' => '',
  9537.                                                         'queryColumnType' => 'longtext',
  9538.                                                         'columnType' => 'longtext',
  9539.                                                         'phpdocType' => 'string',
  9540.                                                         'toolbarConfig' => '',
  9541.                                                         'excludeFromSearchIndex' => false,
  9542.                                                         'name' => 'description',
  9543.                                                         'title' => 'Description',
  9544.                                                         'tooltip' => '',
  9545.                                                         'mandatory' => false,
  9546.                                                         'noteditable' => false,
  9547.                                                         'index' => false,
  9548.                                                         'locked' => false,
  9549.                                                         'style' => '',
  9550.                                                         'permissions' => NULL,
  9551.                                                         'datatype' => 'data',
  9552.                                                         'relationType' => false,
  9553.                                                         'invisible' => false,
  9554.                                                         'visibleGridView' => false,
  9555.                                                         'visibleSearch' => false,
  9556.                                                     ],
  9557.                                                 ],
  9558.                                                 'isOperator' => false,
  9559.                                             ],
  9560.                                             => [
  9561.                                                 'attributes' => [
  9562.                                                     'attribute' => 'categories',
  9563.                                                     'label' => 'Categories',
  9564.                                                     'dataType' => 'manyToManyObjectRelation',
  9565.                                                     'layout' => [
  9566.                                                         'fieldtype' => 'manyToManyObjectRelation',
  9567.                                                         'width' => '',
  9568.                                                         'height' => '',
  9569.                                                         'maxItems' => '',
  9570.                                                         'queryColumnType' => 'text',
  9571.                                                         'phpdocType' => 'array',
  9572.                                                         'relationType' => true,
  9573.                                                         'visibleFields' => 'id,name,fullpath',
  9574.                                                         'optimizedAdminLoading' => false,
  9575.                                                         'visibleFieldDefinitions' => [
  9576.                                                         ],
  9577.                                                         'lazyLoading' => true,
  9578.                                                         'classes' => [
  9579.                                                             => [
  9580.                                                                 'classes' => 'Category',
  9581.                                                             ],
  9582.                                                         ],
  9583.                                                         'pathFormatterClass' => '',
  9584.                                                         'name' => 'categories',
  9585.                                                         'title' => 'Categories',
  9586.                                                         'tooltip' => '',
  9587.                                                         'mandatory' => false,
  9588.                                                         'noteditable' => false,
  9589.                                                         'index' => false,
  9590.                                                         'locked' => false,
  9591.                                                         'style' => '',
  9592.                                                         'permissions' => NULL,
  9593.                                                         'datatype' => 'data',
  9594.                                                         'invisible' => false,
  9595.                                                         'visibleGridView' => false,
  9596.                                                         'visibleSearch' => false,
  9597.                                                     ],
  9598.                                                 ],
  9599.                                                 'isOperator' => false,
  9600.                                             ],
  9601.                                             => [
  9602.                                                 'attributes' => [
  9603.                                                     'attribute' => 'manufacturer',
  9604.                                                     'label' => 'Manufacturer',
  9605.                                                     'dataType' => 'manyToOneRelation',
  9606.                                                     'layout' => [
  9607.                                                         'fieldtype' => 'manyToOneRelation',
  9608.                                                         'width' => 400,
  9609.                                                         'assetUploadPath' => '',
  9610.                                                         'relationType' => true,
  9611.                                                         'queryColumnType' => [
  9612.                                                             'id' => 'int(11)',
  9613.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  9614.                                                         ],
  9615.                                                         'phpdocType' => '\\Pimcore\\Model\\Document\\Page | \\Pimcore\\Model\\Document\\Snippet | \\Pimcore\\Model\\Document | \\Pimcore\\Model\\Asset | \\Pimcore\\Model\\DataObject\\AbstractObject',
  9616.                                                         'objectsAllowed' => true,
  9617.                                                         'assetsAllowed' => false,
  9618.                                                         'assetTypes' => [
  9619.                                                         ],
  9620.                                                         'documentsAllowed' => false,
  9621.                                                         'documentTypes' => [
  9622.                                                         ],
  9623.                                                         'lazyLoading' => true,
  9624.                                                         'classes' => [
  9625.                                                             => [
  9626.                                                                 'classes' => 'Manufacturer',
  9627.                                                             ],
  9628.                                                         ],
  9629.                                                         'pathFormatterClass' => '',
  9630.                                                         'name' => 'manufacturer',
  9631.                                                         'title' => 'Manufacturer',
  9632.                                                         'tooltip' => '',
  9633.                                                         'mandatory' => false,
  9634.                                                         'noteditable' => false,
  9635.                                                         'index' => false,
  9636.                                                         'locked' => false,
  9637.                                                         'style' => '',
  9638.                                                         'permissions' => NULL,
  9639.                                                         'datatype' => 'data',
  9640.                                                         'invisible' => false,
  9641.                                                         'visibleGridView' => false,
  9642.                                                         'visibleSearch' => false,
  9643.                                                     ],
  9644.                                                 ],
  9645.                                                 'isOperator' => false,
  9646.                                             ],
  9647.                                             => [
  9648.                                                 'attributes' => [
  9649.                                                     'attribute' => 'bodyStyle',
  9650.                                                     'label' => 'Body Style',
  9651.                                                     'dataType' => 'manyToOneRelation',
  9652.                                                     'layout' => [
  9653.                                                         'fieldtype' => 'manyToOneRelation',
  9654.                                                         'width' => 400,
  9655.                                                         'assetUploadPath' => '',
  9656.                                                         'relationType' => true,
  9657.                                                         'queryColumnType' => [
  9658.                                                             'id' => 'int(11)',
  9659.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  9660.                                                         ],
  9661.                                                         'phpdocType' => '\\Pimcore\\Model\\Document\\Page | \\Pimcore\\Model\\Document\\Snippet | \\Pimcore\\Model\\Document | \\Pimcore\\Model\\Asset | \\Pimcore\\Model\\DataObject\\AbstractObject',
  9662.                                                         'objectsAllowed' => true,
  9663.                                                         'assetsAllowed' => false,
  9664.                                                         'assetTypes' => [
  9665.                                                         ],
  9666.                                                         'documentsAllowed' => false,
  9667.                                                         'documentTypes' => [
  9668.                                                         ],
  9669.                                                         'lazyLoading' => true,
  9670.                                                         'classes' => [
  9671.                                                             => [
  9672.                                                                 'classes' => 'BodyStyle',
  9673.                                                             ],
  9674.                                                         ],
  9675.                                                         'pathFormatterClass' => '',
  9676.                                                         'name' => 'bodyStyle',
  9677.                                                         'title' => 'Body Style',
  9678.                                                         'tooltip' => '',
  9679.                                                         'mandatory' => false,
  9680.                                                         'noteditable' => false,
  9681.                                                         'index' => false,
  9682.                                                         'locked' => false,
  9683.                                                         'style' => '',
  9684.                                                         'permissions' => NULL,
  9685.                                                         'datatype' => 'data',
  9686.                                                         'invisible' => false,
  9687.                                                         'visibleGridView' => true,
  9688.                                                         'visibleSearch' => true,
  9689.                                                     ],
  9690.                                                 ],
  9691.                                                 'isOperator' => false,
  9692.                                             ],
  9693.                                             => [
  9694.                                                 'attributes' => [
  9695.                                                     'attribute' => 'carClass',
  9696.                                                     'label' => 'Class',
  9697.                                                     'dataType' => 'select',
  9698.                                                     'layout' => [
  9699.                                                         'fieldtype' => 'select',
  9700.                                                         'options' => [
  9701.                                                             => [
  9702.                                                                 'key' => 'Full-size luxury car',
  9703.                                                                 'value' => 'Full-size luxury car',
  9704.                                                             ],
  9705.                                                             => [
  9706.                                                                 'key' => 'Grand tourer',
  9707.                                                                 'value' => 'Grand tourer',
  9708.                                                             ],
  9709.                                                             => [
  9710.                                                                 'key' => 'Light commercial vehicle',
  9711.                                                                 'value' => 'Light commercial vehicle',
  9712.                                                             ],
  9713.                                                             => [
  9714.                                                                 'key' => 'Muscle Car',
  9715.                                                                 'value' => 'Muscle Car',
  9716.                                                             ],
  9717.                                                             => [
  9718.                                                                 'key' => 'City Car',
  9719.                                                                 'value' => 'City Car',
  9720.                                                             ],
  9721.                                                             => [
  9722.                                                                 'key' => 'Executive car',
  9723.                                                                 'value' => 'Executive car',
  9724.                                                             ],
  9725.                                                             => [
  9726.                                                                 'key' => 'Economy car',
  9727.                                                                 'value' => 'Economy car',
  9728.                                                             ],
  9729.                                                             => [
  9730.                                                                 'key' => 'Personal luxury car',
  9731.                                                                 'value' => 'Personal luxury car',
  9732.                                                             ],
  9733.                                                             => [
  9734.                                                                 'key' => 'Full-Size',
  9735.                                                                 'value' => 'Full-Size',
  9736.                                                             ],
  9737.                                                             => [
  9738.                                                                 'key' => 'Family car',
  9739.                                                                 'value' => 'Family car',
  9740.                                                             ],
  9741.                                                             10 => [
  9742.                                                                 'key' => 'Mid-size luxury',
  9743.                                                                 'value' => 'Mid-size luxury',
  9744.                                                             ],
  9745.                                                             11 => [
  9746.                                                                 'key' => 'sports car',
  9747.                                                                 'value' => 'sports car',
  9748.                                                             ],
  9749.                                                         ],
  9750.                                                         'width' => 300,
  9751.                                                         'defaultValue' => '',
  9752.                                                         'optionsProviderClass' => '',
  9753.                                                         'optionsProviderData' => '',
  9754.                                                         'queryColumnType' => 'varchar',
  9755.                                                         'columnType' => 'varchar',
  9756.                                                         'columnLength' => 190,
  9757.                                                         'phpdocType' => 'string',
  9758.                                                         'dynamicOptions' => false,
  9759.                                                         'name' => 'carClass',
  9760.                                                         'title' => 'Class',
  9761.                                                         'tooltip' => '',
  9762.                                                         'mandatory' => false,
  9763.                                                         'noteditable' => false,
  9764.                                                         'index' => false,
  9765.                                                         'locked' => false,
  9766.                                                         'style' => '',
  9767.                                                         'permissions' => NULL,
  9768.                                                         'datatype' => 'data',
  9769.                                                         'relationType' => false,
  9770.                                                         'invisible' => false,
  9771.                                                         'visibleGridView' => false,
  9772.                                                         'visibleSearch' => false,
  9773.                                                     ],
  9774.                                                 ],
  9775.                                                 'isOperator' => false,
  9776.                                             ],
  9777.                                             => [
  9778.                                                 'attributes' => [
  9779.                                                     'attribute' => 'color',
  9780.                                                     'label' => 'Color',
  9781.                                                     'dataType' => 'multiselect',
  9782.                                                     'layout' => [
  9783.                                                         'fieldtype' => 'multiselect',
  9784.                                                         'options' => [
  9785.                                                             => [
  9786.                                                                 'key' => 'grey',
  9787.                                                                 'value' => 'grey',
  9788.                                                             ],
  9789.                                                             => [
  9790.                                                                 'key' => 'beige',
  9791.                                                                 'value' => 'beige',
  9792.                                                             ],
  9793.                                                             => [
  9794.                                                                 'key' => 'silver',
  9795.                                                                 'value' => 'silver',
  9796.                                                             ],
  9797.                                                             => [
  9798.                                                                 'key' => 'brown',
  9799.                                                                 'value' => 'brown',
  9800.                                                             ],
  9801.                                                             => [
  9802.                                                                 'key' => 'orange',
  9803.                                                                 'value' => 'orange',
  9804.                                                             ],
  9805.                                                             => [
  9806.                                                                 'key' => 'yellow',
  9807.                                                                 'value' => 'yellow',
  9808.                                                             ],
  9809.                                                             => [
  9810.                                                                 'key' => 'blue',
  9811.                                                                 'value' => 'blue',
  9812.                                                             ],
  9813.                                                             => [
  9814.                                                                 'key' => 'black',
  9815.                                                                 'value' => 'black',
  9816.                                                             ],
  9817.                                                             => [
  9818.                                                                 'key' => 'green',
  9819.                                                                 'value' => 'green',
  9820.                                                             ],
  9821.                                                             => [
  9822.                                                                 'key' => 'red',
  9823.                                                                 'value' => 'red',
  9824.                                                             ],
  9825.                                                             10 => [
  9826.                                                                 'key' => 'white',
  9827.                                                                 'value' => 'white',
  9828.                                                             ],
  9829.                                                         ],
  9830.                                                         'width' => '',
  9831.                                                         'height' => '',
  9832.                                                         'maxItems' => '',
  9833.                                                         'renderType' => 'list',
  9834.                                                         'optionsProviderClass' => '',
  9835.                                                         'optionsProviderData' => '',
  9836.                                                         'queryColumnType' => 'text',
  9837.                                                         'columnType' => 'text',
  9838.                                                         'phpdocType' => 'array',
  9839.                                                         'dynamicOptions' => false,
  9840.                                                         'name' => 'color',
  9841.                                                         'title' => 'Color',
  9842.                                                         'tooltip' => '',
  9843.                                                         'mandatory' => false,
  9844.                                                         'noteditable' => false,
  9845.                                                         'index' => false,
  9846.                                                         'locked' => false,
  9847.                                                         'style' => '',
  9848.                                                         'permissions' => NULL,
  9849.                                                         'datatype' => 'data',
  9850.                                                         'relationType' => false,
  9851.                                                         'invisible' => false,
  9852.                                                         'visibleGridView' => true,
  9853.                                                         'visibleSearch' => true,
  9854.                                                     ],
  9855.                                                 ],
  9856.                                                 'isOperator' => false,
  9857.                                             ],
  9858.                                             => [
  9859.                                                 'attributes' => [
  9860.                                                     'attribute' => 'country',
  9861.                                                     'label' => 'Country',
  9862.                                                     'dataType' => 'country',
  9863.                                                     'layout' => [
  9864.                                                         'fieldtype' => 'country',
  9865.                                                         'restrictTo' => '',
  9866.                                                         'options' => [
  9867.                                                             => [
  9868.                                                                 'key' => 'Afghanistan',
  9869.                                                                 'value' => 'AF',
  9870.                                                             ],
  9871.                                                             => [
  9872.                                                                 'key' => 'Albania',
  9873.                                                                 'value' => 'AL',
  9874.                                                             ],
  9875.                                                             => [
  9876.                                                                 'key' => 'Algeria',
  9877.                                                                 'value' => 'DZ',
  9878.                                                             ],
  9879.                                                             => [
  9880.                                                                 'key' => 'American Samoa',
  9881.                                                                 'value' => 'AS',
  9882.                                                             ],
  9883.                                                             => [
  9884.                                                                 'key' => 'Andorra',
  9885.                                                                 'value' => 'AD',
  9886.                                                             ],
  9887.                                                             => [
  9888.                                                                 'key' => 'Angola',
  9889.                                                                 'value' => 'AO',
  9890.                                                             ],
  9891.                                                             => [
  9892.                                                                 'key' => 'Anguilla',
  9893.                                                                 'value' => 'AI',
  9894.                                                             ],
  9895.                                                             => [
  9896.                                                                 'key' => 'Antarctica',
  9897.                                                                 'value' => 'AQ',
  9898.                                                             ],
  9899.                                                             => [
  9900.                                                                 'key' => 'Antigua & Barbuda',
  9901.                                                                 'value' => 'AG',
  9902.                                                             ],
  9903.                                                             => [
  9904.                                                                 'key' => 'Argentina',
  9905.                                                                 'value' => 'AR',
  9906.                                                             ],
  9907.                                                             10 => [
  9908.                                                                 'key' => 'Armenia',
  9909.                                                                 'value' => 'AM',
  9910.                                                             ],
  9911.                                                             11 => [
  9912.                                                                 'key' => 'Aruba',
  9913.                                                                 'value' => 'AW',
  9914.                                                             ],
  9915.                                                             12 => [
  9916.                                                                 'key' => 'Ascension Island',
  9917.                                                                 'value' => 'AC',
  9918.                                                             ],
  9919.                                                             13 => [
  9920.                                                                 'key' => 'Australia',
  9921.                                                                 'value' => 'AU',
  9922.                                                             ],
  9923.                                                             14 => [
  9924.                                                                 'key' => 'Austria',
  9925.                                                                 'value' => 'AT',
  9926.                                                             ],
  9927.                                                             15 => [
  9928.                                                                 'key' => 'Azerbaijan',
  9929.                                                                 'value' => 'AZ',
  9930.                                                             ],
  9931.                                                             16 => [
  9932.                                                                 'key' => 'Bahamas',
  9933.                                                                 'value' => 'BS',
  9934.                                                             ],
  9935.                                                             17 => [
  9936.                                                                 'key' => 'Bahrain',
  9937.                                                                 'value' => 'BH',
  9938.                                                             ],
  9939.                                                             18 => [
  9940.                                                                 'key' => 'Bangladesh',
  9941.                                                                 'value' => 'BD',
  9942.                                                             ],
  9943.                                                             19 => [
  9944.                                                                 'key' => 'Barbados',
  9945.                                                                 'value' => 'BB',
  9946.                                                             ],
  9947.                                                             20 => [
  9948.                                                                 'key' => 'Belarus',
  9949.                                                                 'value' => 'BY',
  9950.                                                             ],
  9951.                                                             21 => [
  9952.                                                                 'key' => 'Belgium',
  9953.                                                                 'value' => 'BE',
  9954.                                                             ],
  9955.                                                             22 => [
  9956.                                                                 'key' => 'Belize',
  9957.                                                                 'value' => 'BZ',
  9958.                                                             ],
  9959.                                                             23 => [
  9960.                                                                 'key' => 'Benin',
  9961.                                                                 'value' => 'BJ',
  9962.                                                             ],
  9963.                                                             24 => [
  9964.                                                                 'key' => 'Bermuda',
  9965.                                                                 'value' => 'BM',
  9966.                                                             ],
  9967.                                                             25 => [
  9968.                                                                 'key' => 'Bhutan',
  9969.                                                                 'value' => 'BT',
  9970.                                                             ],
  9971.                                                             26 => [
  9972.                                                                 'key' => 'Bolivia',
  9973.                                                                 'value' => 'BO',
  9974.                                                             ],
  9975.                                                             27 => [
  9976.                                                                 'key' => 'Bosnia & Herzegovina',
  9977.                                                                 'value' => 'BA',
  9978.                                                             ],
  9979.                                                             28 => [
  9980.                                                                 'key' => 'Botswana',
  9981.                                                                 'value' => 'BW',
  9982.                                                             ],
  9983.                                                             29 => [
  9984.                                                                 'key' => 'Brazil',
  9985.                                                                 'value' => 'BR',
  9986.                                                             ],
  9987.                                                             30 => [
  9988.                                                                 'key' => 'British Indian Ocean Territory',
  9989.                                                                 'value' => 'IO',
  9990.                                                             ],
  9991.                                                             31 => [
  9992.                                                                 'key' => 'British Virgin Islands',
  9993.                                                                 'value' => 'VG',
  9994.                                                             ],
  9995.                                                             32 => [
  9996.                                                                 'key' => 'Brunei',
  9997.                                                                 'value' => 'BN',
  9998.                                                             ],
  9999.                                                             33 => [
  10000.                                                                 'key' => 'Bulgaria',
  10001.                                                                 'value' => 'BG',
  10002.                                                             ],
  10003.                                                             34 => [
  10004.                                                                 'key' => 'Burkina Faso',
  10005.                                                                 'value' => 'BF',
  10006.                                                             ],
  10007.                                                             35 => [
  10008.                                                                 'key' => 'Burundi',
  10009.                                                                 'value' => 'BI',
  10010.                                                             ],
  10011.                                                             36 => [
  10012.                                                                 'key' => 'Cambodia',
  10013.                                                                 'value' => 'KH',
  10014.                                                             ],
  10015.                                                             37 => [
  10016.                                                                 'key' => 'Cameroon',
  10017.                                                                 'value' => 'CM',
  10018.                                                             ],
  10019.                                                             38 => [
  10020.                                                                 'key' => 'Canada',
  10021.                                                                 'value' => 'CA',
  10022.                                                             ],
  10023.                                                             39 => [
  10024.                                                                 'key' => 'Canary Islands',
  10025.                                                                 'value' => 'IC',
  10026.                                                             ],
  10027.                                                             40 => [
  10028.                                                                 'key' => 'Cape Verde',
  10029.                                                                 'value' => 'CV',
  10030.                                                             ],
  10031.                                                             41 => [
  10032.                                                                 'key' => 'Caribbean Netherlands',
  10033.                                                                 'value' => 'BQ',
  10034.                                                             ],
  10035.                                                             42 => [
  10036.                                                                 'key' => 'Cayman Islands',
  10037.                                                                 'value' => 'KY',
  10038.                                                             ],
  10039.                                                             43 => [
  10040.                                                                 'key' => 'Central African Republic',
  10041.                                                                 'value' => 'CF',
  10042.                                                             ],
  10043.                                                             44 => [
  10044.                                                                 'key' => 'Ceuta & Melilla',
  10045.                                                                 'value' => 'EA',
  10046.                                                             ],
  10047.                                                             45 => [
  10048.                                                                 'key' => 'Chad',
  10049.                                                                 'value' => 'TD',
  10050.                                                             ],
  10051.                                                             46 => [
  10052.                                                                 'key' => 'Chile',
  10053.                                                                 'value' => 'CL',
  10054.                                                             ],
  10055.                                                             47 => [
  10056.                                                                 'key' => 'China',
  10057.                                                                 'value' => 'CN',
  10058.                                                             ],
  10059.                                                             48 => [
  10060.                                                                 'key' => 'Christmas Island',
  10061.                                                                 'value' => 'CX',
  10062.                                                             ],
  10063.                                                             49 => [
  10064.                                                                 'key' => 'Cocos (Keeling) Islands',
  10065.                                                                 'value' => 'CC',
  10066.                                                             ],
  10067.                                                             50 => [
  10068.                                                                 'key' => 'Colombia',
  10069.                                                                 'value' => 'CO',
  10070.                                                             ],
  10071.                                                             51 => [
  10072.                                                                 'key' => 'Comoros',
  10073.                                                                 'value' => 'KM',
  10074.                                                             ],
  10075.                                                             52 => [
  10076.                                                                 'key' => 'Congo - Brazzaville',
  10077.                                                                 'value' => 'CG',
  10078.                                                             ],
  10079.                                                             53 => [
  10080.                                                                 'key' => 'Congo - Kinshasa',
  10081.                                                                 'value' => 'CD',
  10082.                                                             ],
  10083.                                                             54 => [
  10084.                                                                 'key' => 'Cook Islands',
  10085.                                                                 'value' => 'CK',
  10086.                                                             ],
  10087.                                                             55 => [
  10088.                                                                 'key' => 'Costa Rica',
  10089.                                                                 'value' => 'CR',
  10090.                                                             ],
  10091.                                                             56 => [
  10092.                                                                 'key' => 'Croatia',
  10093.                                                                 'value' => 'HR',
  10094.                                                             ],
  10095.                                                             57 => [
  10096.                                                                 'key' => 'Cuba',
  10097.                                                                 'value' => 'CU',
  10098.                                                             ],
  10099.                                                             58 => [
  10100.                                                                 'key' => 'Curaçao',
  10101.                                                                 'value' => 'CW',
  10102.                                                             ],
  10103.                                                             59 => [
  10104.                                                                 'key' => 'Cyprus',
  10105.                                                                 'value' => 'CY',
  10106.                                                             ],
  10107.                                                             60 => [
  10108.                                                                 'key' => 'Czechia',
  10109.                                                                 'value' => 'CZ',
  10110.                                                             ],
  10111.                                                             61 => [
  10112.                                                                 'key' => 'Côte d’Ivoire',
  10113.                                                                 'value' => 'CI',
  10114.                                                             ],
  10115.                                                             62 => [
  10116.                                                                 'key' => 'Denmark',
  10117.                                                                 'value' => 'DK',
  10118.                                                             ],
  10119.                                                             63 => [
  10120.                                                                 'key' => 'Diego Garcia',
  10121.                                                                 'value' => 'DG',
  10122.                                                             ],
  10123.                                                             64 => [
  10124.                                                                 'key' => 'Djibouti',
  10125.                                                                 'value' => 'DJ',
  10126.                                                             ],
  10127.                                                             65 => [
  10128.                                                                 'key' => 'Dominica',
  10129.                                                                 'value' => 'DM',
  10130.                                                             ],
  10131.                                                             66 => [
  10132.                                                                 'key' => 'Dominican Republic',
  10133.                                                                 'value' => 'DO',
  10134.                                                             ],
  10135.                                                             67 => [
  10136.                                                                 'key' => 'Ecuador',
  10137.                                                                 'value' => 'EC',
  10138.                                                             ],
  10139.                                                             68 => [
  10140.                                                                 'key' => 'Egypt',
  10141.                                                                 'value' => 'EG',
  10142.                                                             ],
  10143.                                                             69 => [
  10144.                                                                 'key' => 'El Salvador',
  10145.                                                                 'value' => 'SV',
  10146.                                                             ],
  10147.                                                             70 => [
  10148.                                                                 'key' => 'Equatorial Guinea',
  10149.                                                                 'value' => 'GQ',
  10150.                                                             ],
  10151.                                                             71 => [
  10152.                                                                 'key' => 'Eritrea',
  10153.                                                                 'value' => 'ER',
  10154.                                                             ],
  10155.                                                             72 => [
  10156.                                                                 'key' => 'Estonia',
  10157.                                                                 'value' => 'EE',
  10158.                                                             ],
  10159.                                                             73 => [
  10160.                                                                 'key' => 'Ethiopia',
  10161.                                                                 'value' => 'ET',
  10162.                                                             ],
  10163.                                                             74 => [
  10164.                                                                 'key' => 'Eurozone',
  10165.                                                                 'value' => 'EZ',
  10166.                                                             ],
  10167.                                                             75 => [
  10168.                                                                 'key' => 'Falkland Islands',
  10169.                                                                 'value' => 'FK',
  10170.                                                             ],
  10171.                                                             76 => [
  10172.                                                                 'key' => 'Faroe Islands',
  10173.                                                                 'value' => 'FO',
  10174.                                                             ],
  10175.                                                             77 => [
  10176.                                                                 'key' => 'Fiji',
  10177.                                                                 'value' => 'FJ',
  10178.                                                             ],
  10179.                                                             78 => [
  10180.                                                                 'key' => 'Finland',
  10181.                                                                 'value' => 'FI',
  10182.                                                             ],
  10183.                                                             79 => [
  10184.                                                                 'key' => 'France',
  10185.                                                                 'value' => 'FR',
  10186.                                                             ],
  10187.                                                             80 => [
  10188.                                                                 'key' => 'French Guiana',
  10189.                                                                 'value' => 'GF',
  10190.                                                             ],
  10191.                                                             81 => [
  10192.                                                                 'key' => 'French Polynesia',
  10193.                                                                 'value' => 'PF',
  10194.                                                             ],
  10195.                                                             82 => [
  10196.                                                                 'key' => 'French Southern Territories',
  10197.                                                                 'value' => 'TF',
  10198.                                                             ],
  10199.                                                             83 => [
  10200.                                                                 'key' => 'Gabon',
  10201.                                                                 'value' => 'GA',
  10202.                                                             ],
  10203.                                                             84 => [
  10204.                                                                 'key' => 'Gambia',
  10205.                                                                 'value' => 'GM',
  10206.                                                             ],
  10207.                                                             85 => [
  10208.                                                                 'key' => 'Georgia',
  10209.                                                                 'value' => 'GE',
  10210.                                                             ],
  10211.                                                             86 => [
  10212.                                                                 'key' => 'Germany',
  10213.                                                                 'value' => 'DE',
  10214.                                                             ],
  10215.                                                             87 => [
  10216.                                                                 'key' => 'Ghana',
  10217.                                                                 'value' => 'GH',
  10218.                                                             ],
  10219.                                                             88 => [
  10220.                                                                 'key' => 'Gibraltar',
  10221.                                                                 'value' => 'GI',
  10222.                                                             ],
  10223.                                                             89 => [
  10224.                                                                 'key' => 'Greece',
  10225.                                                                 'value' => 'GR',
  10226.                                                             ],
  10227.                                                             90 => [
  10228.                                                                 'key' => 'Greenland',
  10229.                                                                 'value' => 'GL',
  10230.                                                             ],
  10231.                                                             91 => [
  10232.                                                                 'key' => 'Grenada',
  10233.                                                                 'value' => 'GD',
  10234.                                                             ],
  10235.                                                             92 => [
  10236.                                                                 'key' => 'Guadeloupe',
  10237.                                                                 'value' => 'GP',
  10238.                                                             ],
  10239.                                                             93 => [
  10240.                                                                 'key' => 'Guam',
  10241.                                                                 'value' => 'GU',
  10242.                                                             ],
  10243.                                                             94 => [
  10244.                                                                 'key' => 'Guatemala',
  10245.                                                                 'value' => 'GT',
  10246.                                                             ],
  10247.                                                             95 => [
  10248.                                                                 'key' => 'Guernsey',
  10249.                                                                 'value' => 'GG',
  10250.                                                             ],
  10251.                                                             96 => [
  10252.                                                                 'key' => 'Guinea',
  10253.                                                                 'value' => 'GN',
  10254.                                                             ],
  10255.                                                             97 => [
  10256.                                                                 'key' => 'Guinea-Bissau',
  10257.                                                                 'value' => 'GW',
  10258.                                                             ],
  10259.                                                             98 => [
  10260.                                                                 'key' => 'Guyana',
  10261.                                                                 'value' => 'GY',
  10262.                                                             ],
  10263.                                                             99 => [
  10264.                                                                 'key' => 'Haiti',
  10265.                                                                 'value' => 'HT',
  10266.                                                             ],
  10267.                                                             100 => [
  10268.                                                                 'key' => 'Honduras',
  10269.                                                                 'value' => 'HN',
  10270.                                                             ],
  10271.                                                             101 => [
  10272.                                                                 'key' => 'Hong Kong SAR China',
  10273.                                                                 'value' => 'HK',
  10274.                                                             ],
  10275.                                                             102 => [
  10276.                                                                 'key' => 'Hungary',
  10277.                                                                 'value' => 'HU',
  10278.                                                             ],
  10279.                                                             103 => [
  10280.                                                                 'key' => 'Iceland',
  10281.                                                                 'value' => 'IS',
  10282.                                                             ],
  10283.                                                             104 => [
  10284.                                                                 'key' => 'India',
  10285.                                                                 'value' => 'IN',
  10286.                                                             ],
  10287.                                                             105 => [
  10288.                                                                 'key' => 'Indonesia',
  10289.                                                                 'value' => 'ID',
  10290.                                                             ],
  10291.                                                             106 => [
  10292.                                                                 'key' => 'Iran',
  10293.                                                                 'value' => 'IR',
  10294.                                                             ],
  10295.                                                             107 => [
  10296.                                                                 'key' => 'Iraq',
  10297.                                                                 'value' => 'IQ',
  10298.                                                             ],
  10299.                                                             108 => [
  10300.                                                                 'key' => 'Ireland',
  10301.                                                                 'value' => 'IE',
  10302.                                                             ],
  10303.                                                             109 => [
  10304.                                                                 'key' => 'Isle of Man',
  10305.                                                                 'value' => 'IM',
  10306.                                                             ],
  10307.                                                             110 => [
  10308.                                                                 'key' => 'Israel',
  10309.                                                                 'value' => 'IL',
  10310.                                                             ],
  10311.                                                             111 => [
  10312.                                                                 'key' => 'Italy',
  10313.                                                                 'value' => 'IT',
  10314.                                                             ],
  10315.                                                             112 => [
  10316.                                                                 'key' => 'Jamaica',
  10317.                                                                 'value' => 'JM',
  10318.                                                             ],
  10319.                                                             113 => [
  10320.                                                                 'key' => 'Japan',
  10321.                                                                 'value' => 'JP',
  10322.                                                             ],
  10323.                                                             114 => [
  10324.                                                                 'key' => 'Jersey',
  10325.                                                                 'value' => 'JE',
  10326.                                                             ],
  10327.                                                             115 => [
  10328.                                                                 'key' => 'Jordan',
  10329.                                                                 'value' => 'JO',
  10330.                                                             ],
  10331.                                                             116 => [
  10332.                                                                 'key' => 'Kazakhstan',
  10333.                                                                 'value' => 'KZ',
  10334.                                                             ],
  10335.                                                             117 => [
  10336.                                                                 'key' => 'Kenya',
  10337.                                                                 'value' => 'KE',
  10338.                                                             ],
  10339.                                                             118 => [
  10340.                                                                 'key' => 'Kiribati',
  10341.                                                                 'value' => 'KI',
  10342.                                                             ],
  10343.                                                             119 => [
  10344.                                                                 'key' => 'Kosovo',
  10345.                                                                 'value' => 'XK',
  10346.                                                             ],
  10347.                                                             120 => [
  10348.                                                                 'key' => 'Kuwait',
  10349.                                                                 'value' => 'KW',
  10350.                                                             ],
  10351.                                                             121 => [
  10352.                                                                 'key' => 'Kyrgyzstan',
  10353.                                                                 'value' => 'KG',
  10354.                                                             ],
  10355.                                                             122 => [
  10356.                                                                 'key' => 'Laos',
  10357.                                                                 'value' => 'LA',
  10358.                                                             ],
  10359.                                                             123 => [
  10360.                                                                 'key' => 'Latvia',
  10361.                                                                 'value' => 'LV',
  10362.                                                             ],
  10363.                                                             124 => [
  10364.                                                                 'key' => 'Lebanon',
  10365.                                                                 'value' => 'LB',
  10366.                                                             ],
  10367.                                                             125 => [
  10368.                                                                 'key' => 'Lesotho',
  10369.                                                                 'value' => 'LS',
  10370.                                                             ],
  10371.                                                             126 => [
  10372.                                                                 'key' => 'Liberia',
  10373.                                                                 'value' => 'LR',
  10374.                                                             ],
  10375.                                                             127 => [
  10376.                                                                 'key' => 'Libya',
  10377.                                                                 'value' => 'LY',
  10378.                                                             ],
  10379.                                                             128 => [
  10380.                                                                 'key' => 'Liechtenstein',
  10381.                                                                 'value' => 'LI',
  10382.                                                             ],
  10383.                                                             129 => [
  10384.                                                                 'key' => 'Lithuania',
  10385.                                                                 'value' => 'LT',
  10386.                                                             ],
  10387.                                                             130 => [
  10388.                                                                 'key' => 'Luxembourg',
  10389.                                                                 'value' => 'LU',
  10390.                                                             ],
  10391.                                                             131 => [
  10392.                                                                 'key' => 'Macau SAR China',
  10393.                                                                 'value' => 'MO',
  10394.                                                             ],
  10395.                                                             132 => [
  10396.                                                                 'key' => 'Macedonia',
  10397.                                                                 'value' => 'MK',
  10398.                                                             ],
  10399.                                                             133 => [
  10400.                                                                 'key' => 'Madagascar',
  10401.                                                                 'value' => 'MG',
  10402.                                                             ],
  10403.                                                             134 => [
  10404.                                                                 'key' => 'Malawi',
  10405.                                                                 'value' => 'MW',
  10406.                                                             ],
  10407.                                                             135 => [
  10408.                                                                 'key' => 'Malaysia',
  10409.                                                                 'value' => 'MY',
  10410.                                                             ],
  10411.                                                             136 => [
  10412.                                                                 'key' => 'Maldives',
  10413.                                                                 'value' => 'MV',
  10414.                                                             ],
  10415.                                                             137 => [
  10416.                                                                 'key' => 'Mali',
  10417.                                                                 'value' => 'ML',
  10418.                                                             ],
  10419.                                                             138 => [
  10420.                                                                 'key' => 'Malta',
  10421.                                                                 'value' => 'MT',
  10422.                                                             ],
  10423.                                                             139 => [
  10424.                                                                 'key' => 'Marshall Islands',
  10425.                                                                 'value' => 'MH',
  10426.                                                             ],
  10427.                                                             140 => [
  10428.                                                                 'key' => 'Martinique',
  10429.                                                                 'value' => 'MQ',
  10430.                                                             ],
  10431.                                                             141 => [
  10432.                                                                 'key' => 'Mauritania',
  10433.                                                                 'value' => 'MR',
  10434.                                                             ],
  10435.                                                             142 => [
  10436.                                                                 'key' => 'Mauritius',
  10437.                                                                 'value' => 'MU',
  10438.                                                             ],
  10439.                                                             143 => [
  10440.                                                                 'key' => 'Mayotte',
  10441.                                                                 'value' => 'YT',
  10442.                                                             ],
  10443.                                                             144 => [
  10444.                                                                 'key' => 'Mexico',
  10445.                                                                 'value' => 'MX',
  10446.                                                             ],
  10447.                                                             145 => [
  10448.                                                                 'key' => 'Micronesia',
  10449.                                                                 'value' => 'FM',
  10450.                                                             ],
  10451.                                                             146 => [
  10452.                                                                 'key' => 'Moldova',
  10453.                                                                 'value' => 'MD',
  10454.                                                             ],
  10455.                                                             147 => [
  10456.                                                                 'key' => 'Monaco',
  10457.                                                                 'value' => 'MC',
  10458.                                                             ],
  10459.                                                             148 => [
  10460.                                                                 'key' => 'Mongolia',
  10461.                                                                 'value' => 'MN',
  10462.                                                             ],
  10463.                                                             149 => [
  10464.                                                                 'key' => 'Montenegro',
  10465.                                                                 'value' => 'ME',
  10466.                                                             ],
  10467.                                                             150 => [
  10468.                                                                 'key' => 'Montserrat',
  10469.                                                                 'value' => 'MS',
  10470.                                                             ],
  10471.                                                             151 => [
  10472.                                                                 'key' => 'Morocco',
  10473.                                                                 'value' => 'MA',
  10474.                                                             ],
  10475.                                                             152 => [
  10476.                                                                 'key' => 'Mozambique',
  10477.                                                                 'value' => 'MZ',
  10478.                                                             ],
  10479.                                                             153 => [
  10480.                                                                 'key' => 'Myanmar (Burma)',
  10481.                                                                 'value' => 'MM',
  10482.                                                             ],
  10483.                                                             154 => [
  10484.                                                                 'key' => 'Namibia',
  10485.                                                                 'value' => 'NA',
  10486.                                                             ],
  10487.                                                             155 => [
  10488.                                                                 'key' => 'Nauru',
  10489.                                                                 'value' => 'NR',
  10490.                                                             ],
  10491.                                                             156 => [
  10492.                                                                 'key' => 'Nepal',
  10493.                                                                 'value' => 'NP',
  10494.                                                             ],
  10495.                                                             157 => [
  10496.                                                                 'key' => 'Netherlands',
  10497.                                                                 'value' => 'NL',
  10498.                                                             ],
  10499.                                                             158 => [
  10500.                                                                 'key' => 'New Caledonia',
  10501.                                                                 'value' => 'NC',
  10502.                                                             ],
  10503.                                                             159 => [
  10504.                                                                 'key' => 'New Zealand',
  10505.                                                                 'value' => 'NZ',
  10506.                                                             ],
  10507.                                                             160 => [
  10508.                                                                 'key' => 'Nicaragua',
  10509.                                                                 'value' => 'NI',
  10510.                                                             ],
  10511.                                                             161 => [
  10512.                                                                 'key' => 'Niger',
  10513.                                                                 'value' => 'NE',
  10514.                                                             ],
  10515.                                                             162 => [
  10516.                                                                 'key' => 'Nigeria',
  10517.                                                                 'value' => 'NG',
  10518.                                                             ],
  10519.                                                             163 => [
  10520.                                                                 'key' => 'Niue',
  10521.                                                                 'value' => 'NU',
  10522.                                                             ],
  10523.                                                             164 => [
  10524.                                                                 'key' => 'Norfolk Island',
  10525.                                                                 'value' => 'NF',
  10526.                                                             ],
  10527.                                                             165 => [
  10528.                                                                 'key' => 'North Korea',
  10529.                                                                 'value' => 'KP',
  10530.                                                             ],
  10531.                                                             166 => [
  10532.                                                                 'key' => 'Northern Mariana Islands',
  10533.                                                                 'value' => 'MP',
  10534.                                                             ],
  10535.                                                             167 => [
  10536.                                                                 'key' => 'Norway',
  10537.                                                                 'value' => 'NO',
  10538.                                                             ],
  10539.                                                             168 => [
  10540.                                                                 'key' => 'Oman',
  10541.                                                                 'value' => 'OM',
  10542.                                                             ],
  10543.                                                             169 => [
  10544.                                                                 'key' => 'Pakistan',
  10545.                                                                 'value' => 'PK',
  10546.                                                             ],
  10547.                                                             170 => [
  10548.                                                                 'key' => 'Palau',
  10549.                                                                 'value' => 'PW',
  10550.                                                             ],
  10551.                                                             171 => [
  10552.                                                                 'key' => 'Palestinian Territories',
  10553.                                                                 'value' => 'PS',
  10554.                                                             ],
  10555.                                                             172 => [
  10556.                                                                 'key' => 'Panama',
  10557.                                                                 'value' => 'PA',
  10558.                                                             ],
  10559.                                                             173 => [
  10560.                                                                 'key' => 'Papua New Guinea',
  10561.                                                                 'value' => 'PG',
  10562.                                                             ],
  10563.                                                             174 => [
  10564.                                                                 'key' => 'Paraguay',
  10565.                                                                 'value' => 'PY',
  10566.                                                             ],
  10567.                                                             175 => [
  10568.                                                                 'key' => 'Peru',
  10569.                                                                 'value' => 'PE',
  10570.                                                             ],
  10571.                                                             176 => [
  10572.                                                                 'key' => 'Philippines',
  10573.                                                                 'value' => 'PH',
  10574.                                                             ],
  10575.                                                             177 => [
  10576.                                                                 'key' => 'Pitcairn Islands',
  10577.                                                                 'value' => 'PN',
  10578.                                                             ],
  10579.                                                             178 => [
  10580.                                                                 'key' => 'Poland',
  10581.                                                                 'value' => 'PL',
  10582.                                                             ],
  10583.                                                             179 => [
  10584.                                                                 'key' => 'Portugal',
  10585.                                                                 'value' => 'PT',
  10586.                                                             ],
  10587.                                                             180 => [
  10588.                                                                 'key' => 'Puerto Rico',
  10589.                                                                 'value' => 'PR',
  10590.                                                             ],
  10591.                                                             181 => [
  10592.                                                                 'key' => 'Qatar',
  10593.                                                                 'value' => 'QA',
  10594.                                                             ],
  10595.                                                             182 => [
  10596.                                                                 'key' => 'Romania',
  10597.                                                                 'value' => 'RO',
  10598.                                                             ],
  10599.                                                             183 => [
  10600.                                                                 'key' => 'Russia',
  10601.                                                                 'value' => 'RU',
  10602.                                                             ],
  10603.                                                             184 => [
  10604.                                                                 'key' => 'Rwanda',
  10605.                                                                 'value' => 'RW',
  10606.                                                             ],
  10607.                                                             185 => [
  10608.                                                                 'key' => 'Réunion',
  10609.                                                                 'value' => 'RE',
  10610.                                                             ],
  10611.                                                             186 => [
  10612.                                                                 'key' => 'Samoa',
  10613.                                                                 'value' => 'WS',
  10614.                                                             ],
  10615.                                                             187 => [
  10616.                                                                 'key' => 'San Marino',
  10617.                                                                 'value' => 'SM',
  10618.                                                             ],
  10619.                                                             188 => [
  10620.                                                                 'key' => 'Saudi Arabia',
  10621.                                                                 'value' => 'SA',
  10622.                                                             ],
  10623.                                                             189 => [
  10624.                                                                 'key' => 'Senegal',
  10625.                                                                 'value' => 'SN',
  10626.                                                             ],
  10627.                                                             190 => [
  10628.                                                                 'key' => 'Serbia',
  10629.                                                                 'value' => 'RS',
  10630.                                                             ],
  10631.                                                             191 => [
  10632.                                                                 'key' => 'Seychelles',
  10633.                                                                 'value' => 'SC',
  10634.                                                             ],
  10635.                                                             192 => [
  10636.                                                                 'key' => 'Sierra Leone',
  10637.                                                                 'value' => 'SL',
  10638.                                                             ],
  10639.                                                             193 => [
  10640.                                                                 'key' => 'Singapore',
  10641.                                                                 'value' => 'SG',
  10642.                                                             ],
  10643.                                                             194 => [
  10644.                                                                 'key' => 'Sint Maarten',
  10645.                                                                 'value' => 'SX',
  10646.                                                             ],
  10647.                                                             195 => [
  10648.                                                                 'key' => 'Slovakia',
  10649.                                                                 'value' => 'SK',
  10650.                                                             ],
  10651.                                                             196 => [
  10652.                                                                 'key' => 'Slovenia',
  10653.                                                                 'value' => 'SI',
  10654.                                                             ],
  10655.                                                             197 => [
  10656.                                                                 'key' => 'Solomon Islands',
  10657.                                                                 'value' => 'SB',
  10658.                                                             ],
  10659.                                                             198 => [
  10660.                                                                 'key' => 'Somalia',
  10661.                                                                 'value' => 'SO',
  10662.                                                             ],
  10663.                                                             199 => [
  10664.                                                                 'key' => 'South Africa',
  10665.                                                                 'value' => 'ZA',
  10666.                                                             ],
  10667.                                                             200 => [
  10668.                                                                 'key' => 'South Georgia & South Sandwich Islands',
  10669.                                                                 'value' => 'GS',
  10670.                                                             ],
  10671.                                                             201 => [
  10672.                                                                 'key' => 'South Korea',
  10673.                                                                 'value' => 'KR',
  10674.                                                             ],
  10675.                                                             202 => [
  10676.                                                                 'key' => 'South Sudan',
  10677.                                                                 'value' => 'SS',
  10678.                                                             ],
  10679.                                                             203 => [
  10680.                                                                 'key' => 'Spain',
  10681.                                                                 'value' => 'ES',
  10682.                                                             ],
  10683.                                                             204 => [
  10684.                                                                 'key' => 'Sri Lanka',
  10685.                                                                 'value' => 'LK',
  10686.                                                             ],
  10687.                                                             205 => [
  10688.                                                                 'key' => 'St. Barthélemy',
  10689.                                                                 'value' => 'BL',
  10690.                                                             ],
  10691.                                                             206 => [
  10692.                                                                 'key' => 'St. Helena',
  10693.                                                                 'value' => 'SH',
  10694.                                                             ],
  10695.                                                             207 => [
  10696.                                                                 'key' => 'St. Kitts & Nevis',
  10697.                                                                 'value' => 'KN',
  10698.                                                             ],
  10699.                                                             208 => [
  10700.                                                                 'key' => 'St. Lucia',
  10701.                                                                 'value' => 'LC',
  10702.                                                             ],
  10703.                                                             209 => [
  10704.                                                                 'key' => 'St. Martin',
  10705.                                                                 'value' => 'MF',
  10706.                                                             ],
  10707.                                                             210 => [
  10708.                                                                 'key' => 'St. Pierre & Miquelon',
  10709.                                                                 'value' => 'PM',
  10710.                                                             ],
  10711.                                                             211 => [
  10712.                                                                 'key' => 'St. Vincent & Grenadines',
  10713.                                                                 'value' => 'VC',
  10714.                                                             ],
  10715.                                                             212 => [
  10716.                                                                 'key' => 'Sudan',
  10717.                                                                 'value' => 'SD',
  10718.                                                             ],
  10719.                                                             213 => [
  10720.                                                                 'key' => 'Suriname',
  10721.                                                                 'value' => 'SR',
  10722.                                                             ],
  10723.                                                             214 => [
  10724.                                                                 'key' => 'Svalbard & Jan Mayen',
  10725.                                                                 'value' => 'SJ',
  10726.                                                             ],
  10727.                                                             215 => [
  10728.                                                                 'key' => 'Swaziland',
  10729.                                                                 'value' => 'SZ',
  10730.                                                             ],
  10731.                                                             216 => [
  10732.                                                                 'key' => 'Sweden',
  10733.                                                                 'value' => 'SE',
  10734.                                                             ],
  10735.                                                             217 => [
  10736.                                                                 'key' => 'Switzerland',
  10737.                                                                 'value' => 'CH',
  10738.                                                             ],
  10739.                                                             218 => [
  10740.                                                                 'key' => 'Syria',
  10741.                                                                 'value' => 'SY',
  10742.                                                             ],
  10743.                                                             219 => [
  10744.                                                                 'key' => 'São Tomé & Príncipe',
  10745.                                                                 'value' => 'ST',
  10746.                                                             ],
  10747.                                                             220 => [
  10748.                                                                 'key' => 'Taiwan',
  10749.                                                                 'value' => 'TW',
  10750.                                                             ],
  10751.                                                             221 => [
  10752.                                                                 'key' => 'Tajikistan',
  10753.                                                                 'value' => 'TJ',
  10754.                                                             ],
  10755.                                                             222 => [
  10756.                                                                 'key' => 'Tanzania',
  10757.                                                                 'value' => 'TZ',
  10758.                                                             ],
  10759.                                                             223 => [
  10760.                                                                 'key' => 'Thailand',
  10761.                                                                 'value' => 'TH',
  10762.                                                             ],
  10763.                                                             224 => [
  10764.                                                                 'key' => 'Timor-Leste',
  10765.                                                                 'value' => 'TL',
  10766.                                                             ],
  10767.                                                             225 => [
  10768.                                                                 'key' => 'Togo',
  10769.                                                                 'value' => 'TG',
  10770.                                                             ],
  10771.                                                             226 => [
  10772.                                                                 'key' => 'Tokelau',
  10773.                                                                 'value' => 'TK',
  10774.                                                             ],
  10775.                                                             227 => [
  10776.                                                                 'key' => 'Tonga',
  10777.                                                                 'value' => 'TO',
  10778.                                                             ],
  10779.                                                             228 => [
  10780.                                                                 'key' => 'Trinidad & Tobago',
  10781.                                                                 'value' => 'TT',
  10782.                                                             ],
  10783.                                                             229 => [
  10784.                                                                 'key' => 'Tristan da Cunha',
  10785.                                                                 'value' => 'TA',
  10786.                                                             ],
  10787.                                                             230 => [
  10788.                                                                 'key' => 'Tunisia',
  10789.                                                                 'value' => 'TN',
  10790.                                                             ],
  10791.                                                             231 => [
  10792.                                                                 'key' => 'Turkey',
  10793.                                                                 'value' => 'TR',
  10794.                                                             ],
  10795.                                                             232 => [
  10796.                                                                 'key' => 'Turkmenistan',
  10797.                                                                 'value' => 'TM',
  10798.                                                             ],
  10799.                                                             233 => [
  10800.                                                                 'key' => 'Turks & Caicos Islands',
  10801.                                                                 'value' => 'TC',
  10802.                                                             ],
  10803.                                                             234 => [
  10804.                                                                 'key' => 'Tuvalu',
  10805.                                                                 'value' => 'TV',
  10806.                                                             ],
  10807.                                                             235 => [
  10808.                                                                 'key' => 'U.S. Outlying Islands',
  10809.                                                                 'value' => 'UM',
  10810.                                                             ],
  10811.                                                             236 => [
  10812.                                                                 'key' => 'U.S. Virgin Islands',
  10813.                                                                 'value' => 'VI',
  10814.                                                             ],
  10815.                                                             237 => [
  10816.                                                                 'key' => 'Uganda',
  10817.                                                                 'value' => 'UG',
  10818.                                                             ],
  10819.                                                             238 => [
  10820.                                                                 'key' => 'Ukraine',
  10821.                                                                 'value' => 'UA',
  10822.                                                             ],
  10823.                                                             239 => [
  10824.                                                                 'key' => 'United Arab Emirates',
  10825.                                                                 'value' => 'AE',
  10826.                                                             ],
  10827.                                                             240 => [
  10828.                                                                 'key' => 'United Kingdom',
  10829.                                                                 'value' => 'GB',
  10830.                                                             ],
  10831.                                                             241 => [
  10832.                                                                 'key' => 'United Nations',
  10833.                                                                 'value' => 'UN',
  10834.                                                             ],
  10835.                                                             242 => [
  10836.                                                                 'key' => 'United States',
  10837.                                                                 'value' => 'US',
  10838.                                                             ],
  10839.                                                             243 => [
  10840.                                                                 'key' => 'Uruguay',
  10841.                                                                 'value' => 'UY',
  10842.                                                             ],
  10843.                                                             244 => [
  10844.                                                                 'key' => 'Uzbekistan',
  10845.                                                                 'value' => 'UZ',
  10846.                                                             ],
  10847.                                                             245 => [
  10848.                                                                 'key' => 'Vanuatu',
  10849.                                                                 'value' => 'VU',
  10850.                                                             ],
  10851.                                                             246 => [
  10852.                                                                 'key' => 'Vatican City',
  10853.                                                                 'value' => 'VA',
  10854.                                                             ],
  10855.                                                             247 => [
  10856.                                                                 'key' => 'Venezuela',
  10857.                                                                 'value' => 'VE',
  10858.                                                             ],
  10859.                                                             248 => [
  10860.                                                                 'key' => 'Vietnam',
  10861.                                                                 'value' => 'VN',
  10862.                                                             ],
  10863.                                                             249 => [
  10864.                                                                 'key' => 'Wallis & Futuna',
  10865.                                                                 'value' => 'WF',
  10866.                                                             ],
  10867.                                                             250 => [
  10868.                                                                 'key' => 'Western Sahara',
  10869.                                                                 'value' => 'EH',
  10870.                                                             ],
  10871.                                                             251 => [
  10872.                                                                 'key' => 'Yemen',
  10873.                                                                 'value' => 'YE',
  10874.                                                             ],
  10875.                                                             252 => [
  10876.                                                                 'key' => 'Zambia',
  10877.                                                                 'value' => 'ZM',
  10878.                                                             ],
  10879.                                                             253 => [
  10880.                                                                 'key' => 'Zimbabwe',
  10881.                                                                 'value' => 'ZW',
  10882.                                                             ],
  10883.                                                             254 => [
  10884.                                                                 'key' => 'Ã…land Islands',
  10885.                                                                 'value' => 'AX',
  10886.                                                             ],
  10887.                                                         ],
  10888.                                                         'width' => '',
  10889.                                                         'defaultValue' => NULL,
  10890.                                                         'optionsProviderClass' => NULL,
  10891.                                                         'optionsProviderData' => NULL,
  10892.                                                         'queryColumnType' => 'varchar',
  10893.                                                         'columnType' => 'varchar',
  10894.                                                         'columnLength' => 190,
  10895.                                                         'phpdocType' => 'string',
  10896.                                                         'dynamicOptions' => false,
  10897.                                                         'name' => 'country',
  10898.                                                         'title' => 'Country',
  10899.                                                         'tooltip' => '',
  10900.                                                         'mandatory' => false,
  10901.                                                         'noteditable' => false,
  10902.                                                         'index' => false,
  10903.                                                         'locked' => false,
  10904.                                                         'style' => '',
  10905.                                                         'permissions' => NULL,
  10906.                                                         'datatype' => 'data',
  10907.                                                         'relationType' => false,
  10908.                                                         'invisible' => false,
  10909.                                                         'visibleGridView' => false,
  10910.                                                         'visibleSearch' => false,
  10911.                                                     ],
  10912.                                                 ],
  10913.                                                 'isOperator' => false,
  10914.                                             ],
  10915.                                             => [
  10916.                                                 'attributes' => [
  10917.                                                     'attribute' => 'gallery',
  10918.                                                     'label' => 'Gallery',
  10919.                                                     'dataType' => 'imageGallery',
  10920.                                                     'layout' => [
  10921.                                                         'fieldtype' => 'imageGallery',
  10922.                                                         'queryColumnType' => [
  10923.                                                             'images' => 'text',
  10924.                                                             'hotspots' => 'text',
  10925.                                                         ],
  10926.                                                         'columnType' => [
  10927.                                                             'images' => 'text',
  10928.                                                             'hotspots' => 'text',
  10929.                                                         ],
  10930.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\ImageGallery',
  10931.                                                         'width' => 300,
  10932.                                                         'height' => 300,
  10933.                                                         'uploadPath' => '',
  10934.                                                         'ratioX' => NULL,
  10935.                                                         'ratioY' => NULL,
  10936.                                                         'predefinedDataTemplates' => '',
  10937.                                                         'name' => 'gallery',
  10938.                                                         'title' => 'Gallery',
  10939.                                                         'tooltip' => '',
  10940.                                                         'mandatory' => false,
  10941.                                                         'noteditable' => false,
  10942.                                                         'index' => false,
  10943.                                                         'locked' => false,
  10944.                                                         'style' => '',
  10945.                                                         'permissions' => NULL,
  10946.                                                         'datatype' => 'data',
  10947.                                                         'relationType' => false,
  10948.                                                         'invisible' => false,
  10949.                                                         'visibleGridView' => false,
  10950.                                                         'visibleSearch' => false,
  10951.                                                     ],
  10952.                                                 ],
  10953.                                                 'isOperator' => false,
  10954.                                             ],
  10955.                                             => [
  10956.                                                 'attributes' => [
  10957.                                                     'attribute' => 'productionYear',
  10958.                                                     'label' => 'Production Year',
  10959.                                                     'dataType' => 'numeric',
  10960.                                                     'layout' => [
  10961.                                                         'fieldtype' => 'numeric',
  10962.                                                         'width' => 300,
  10963.                                                         'defaultValue' => NULL,
  10964.                                                         'queryColumnType' => 'double',
  10965.                                                         'columnType' => 'double',
  10966.                                                         'phpdocType' => 'float',
  10967.                                                         'integer' => true,
  10968.                                                         'unsigned' => true,
  10969.                                                         'minValue' => NULL,
  10970.                                                         'maxValue' => NULL,
  10971.                                                         'unique' => false,
  10972.                                                         'decimalSize' => NULL,
  10973.                                                         'decimalPrecision' => NULL,
  10974.                                                         'name' => 'productionYear',
  10975.                                                         'title' => 'Production Year',
  10976.                                                         'tooltip' => '',
  10977.                                                         'mandatory' => false,
  10978.                                                         'noteditable' => false,
  10979.                                                         'index' => false,
  10980.                                                         'locked' => false,
  10981.                                                         'style' => '',
  10982.                                                         'permissions' => NULL,
  10983.                                                         'datatype' => 'data',
  10984.                                                         'relationType' => false,
  10985.                                                         'invisible' => false,
  10986.                                                         'visibleGridView' => false,
  10987.                                                         'visibleSearch' => false,
  10988.                                                     ],
  10989.                                                 ],
  10990.                                                 'isOperator' => false,
  10991.                                             ],
  10992.                                             10 => [
  10993.                                                 'attributes' => [
  10994.                                                     'attribute' => 'SaleInformation~priceInEUR',
  10995.                                                     'label' => 'Price in EUR',
  10996.                                                     'dataType' => 'numeric',
  10997.                                                     'layout' => [
  10998.                                                         'fieldtype' => 'numeric',
  10999.                                                         'width' => '',
  11000.                                                         'defaultValue' => NULL,
  11001.                                                         'queryColumnType' => 'double',
  11002.                                                         'columnType' => 'double',
  11003.                                                         'phpdocType' => 'float',
  11004.                                                         'integer' => false,
  11005.                                                         'unsigned' => false,
  11006.                                                         'minValue' => 0,
  11007.                                                         'maxValue' => NULL,
  11008.                                                         'unique' => false,
  11009.                                                         'decimalSize' => 10,
  11010.                                                         'decimalPrecision' => 2,
  11011.                                                         'name' => 'priceInEUR',
  11012.                                                         'title' => 'Price in EUR',
  11013.                                                         'tooltip' => '',
  11014.                                                         'mandatory' => false,
  11015.                                                         'noteditable' => false,
  11016.                                                         'index' => false,
  11017.                                                         'locked' => false,
  11018.                                                         'style' => '',
  11019.                                                         'permissions' => NULL,
  11020.                                                         'datatype' => 'data',
  11021.                                                         'relationType' => false,
  11022.                                                         'invisible' => false,
  11023.                                                         'visibleGridView' => false,
  11024.                                                         'visibleSearch' => false,
  11025.                                                     ],
  11026.                                                 ],
  11027.                                                 'isOperator' => false,
  11028.                                             ],
  11029.                                             11 => [
  11030.                                                 'attributes' => [
  11031.                                                     'attribute' => 'Engine~cylinders',
  11032.                                                     'label' => 'Cylinders',
  11033.                                                     'dataType' => 'numeric',
  11034.                                                     'layout' => [
  11035.                                                         'fieldtype' => 'numeric',
  11036.                                                         'width' => '',
  11037.                                                         'defaultValue' => NULL,
  11038.                                                         'queryColumnType' => 'double',
  11039.                                                         'columnType' => 'double',
  11040.                                                         'phpdocType' => 'float',
  11041.                                                         'integer' => true,
  11042.                                                         'unsigned' => true,
  11043.                                                         'minValue' => NULL,
  11044.                                                         'maxValue' => NULL,
  11045.                                                         'unique' => false,
  11046.                                                         'decimalSize' => NULL,
  11047.                                                         'decimalPrecision' => NULL,
  11048.                                                         'name' => 'cylinders',
  11049.                                                         'title' => 'Cylinders',
  11050.                                                         'tooltip' => '',
  11051.                                                         'mandatory' => false,
  11052.                                                         'noteditable' => false,
  11053.                                                         'index' => false,
  11054.                                                         'locked' => false,
  11055.                                                         'style' => '',
  11056.                                                         'permissions' => NULL,
  11057.                                                         'datatype' => 'data',
  11058.                                                         'relationType' => false,
  11059.                                                         'invisible' => false,
  11060.                                                         'visibleGridView' => false,
  11061.                                                         'visibleSearch' => false,
  11062.                                                     ],
  11063.                                                 ],
  11064.                                                 'isOperator' => false,
  11065.                                             ],
  11066.                                             12 => [
  11067.                                                 'attributes' => [
  11068.                                                     'attribute' => 'Bodywork~numberOfDoors',
  11069.                                                     'label' => 'Number Of Doors',
  11070.                                                     'dataType' => 'numeric',
  11071.                                                     'layout' => [
  11072.                                                         'fieldtype' => 'numeric',
  11073.                                                         'width' => '',
  11074.                                                         'defaultValue' => NULL,
  11075.                                                         'queryColumnType' => 'double',
  11076.                                                         'columnType' => 'double',
  11077.                                                         'phpdocType' => 'float',
  11078.                                                         'integer' => true,
  11079.                                                         'unsigned' => true,
  11080.                                                         'minValue' => NULL,
  11081.                                                         'maxValue' => NULL,
  11082.                                                         'unique' => false,
  11083.                                                         'decimalSize' => NULL,
  11084.                                                         'decimalPrecision' => NULL,
  11085.                                                         'name' => 'numberOfDoors',
  11086.                                                         'title' => 'Number Of Doors',
  11087.                                                         'tooltip' => '',
  11088.                                                         'mandatory' => false,
  11089.                                                         'noteditable' => false,
  11090.                                                         'index' => false,
  11091.                                                         'locked' => false,
  11092.                                                         'style' => '',
  11093.                                                         'permissions' => NULL,
  11094.                                                         'datatype' => 'data',
  11095.                                                         'relationType' => false,
  11096.                                                         'invisible' => false,
  11097.                                                         'visibleGridView' => false,
  11098.                                                         'visibleSearch' => false,
  11099.                                                     ],
  11100.                                                 ],
  11101.                                                 'isOperator' => false,
  11102.                                             ],
  11103.                                             13 => [
  11104.                                                 'attributes' => [
  11105.                                                     'attribute' => 'Bodywork~numberOfSeats',
  11106.                                                     'label' => 'Number Of Seats',
  11107.                                                     'dataType' => 'numeric',
  11108.                                                     'layout' => [
  11109.                                                         'fieldtype' => 'numeric',
  11110.                                                         'width' => '',
  11111.                                                         'defaultValue' => NULL,
  11112.                                                         'queryColumnType' => 'double',
  11113.                                                         'columnType' => 'double',
  11114.                                                         'phpdocType' => 'float',
  11115.                                                         'integer' => true,
  11116.                                                         'unsigned' => true,
  11117.                                                         'minValue' => NULL,
  11118.                                                         'maxValue' => NULL,
  11119.                                                         'unique' => false,
  11120.                                                         'decimalSize' => NULL,
  11121.                                                         'decimalPrecision' => NULL,
  11122.                                                         'name' => 'numberOfSeats',
  11123.                                                         'title' => 'Number Of Seats',
  11124.                                                         'tooltip' => '',
  11125.                                                         'mandatory' => false,
  11126.                                                         'noteditable' => false,
  11127.                                                         'index' => false,
  11128.                                                         'locked' => false,
  11129.                                                         'style' => '',
  11130.                                                         'permissions' => NULL,
  11131.                                                         'datatype' => 'data',
  11132.                                                         'relationType' => false,
  11133.                                                         'invisible' => false,
  11134.                                                         'visibleGridView' => false,
  11135.                                                         'visibleSearch' => false,
  11136.                                                     ],
  11137.                                                 ],
  11138.                                                 'isOperator' => false,
  11139.                                             ],
  11140.                                             14 => [
  11141.                                                 'attributes' => [
  11142.                                                     'attribute' => 'SaleInformation~milage',
  11143.                                                     'label' => 'Milage',
  11144.                                                     'dataType' => 'quantityValue',
  11145.                                                     'layout' => [
  11146.                                                         'fieldtype' => 'quantityValue',
  11147.                                                         'width' => NULL,
  11148.                                                         'unitWidth' => NULL,
  11149.                                                         'defaultValue' => NULL,
  11150.                                                         'defaultUnit' => '7',
  11151.                                                         'validUnits' => [
  11152.                                                             => '8',
  11153.                                                             => '7',
  11154.                                                         ],
  11155.                                                         'decimalPrecision' => NULL,
  11156.                                                         'autoConvert' => false,
  11157.                                                         'queryColumnType' => [
  11158.                                                             'value' => 'double',
  11159.                                                             'unit' => 'bigint(20)',
  11160.                                                         ],
  11161.                                                         'columnType' => [
  11162.                                                             'value' => 'double',
  11163.                                                             'unit' => 'bigint(20)',
  11164.                                                         ],
  11165.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\QuantityValue',
  11166.                                                         'name' => 'milage',
  11167.                                                         'title' => 'Milage',
  11168.                                                         'tooltip' => '',
  11169.                                                         'mandatory' => false,
  11170.                                                         'noteditable' => false,
  11171.                                                         'index' => false,
  11172.                                                         'locked' => false,
  11173.                                                         'style' => '',
  11174.                                                         'permissions' => NULL,
  11175.                                                         'datatype' => 'data',
  11176.                                                         'relationType' => false,
  11177.                                                         'invisible' => false,
  11178.                                                         'visibleGridView' => false,
  11179.                                                         'visibleSearch' => false,
  11180.                                                     ],
  11181.                                                 ],
  11182.                                                 'isOperator' => false,
  11183.                                             ],
  11184.                                             15 => [
  11185.                                                 'attributes' => [
  11186.                                                     'attribute' => 'Engine~power',
  11187.                                                     'label' => 'Power',
  11188.                                                     'dataType' => 'quantityValue',
  11189.                                                     'layout' => [
  11190.                                                         'fieldtype' => 'quantityValue',
  11191.                                                         'width' => NULL,
  11192.                                                         'unitWidth' => NULL,
  11193.                                                         'defaultValue' => NULL,
  11194.                                                         'defaultUnit' => '6',
  11195.                                                         'validUnits' => [
  11196.                                                             => '6',
  11197.                                                         ],
  11198.                                                         'decimalPrecision' => NULL,
  11199.                                                         'autoConvert' => false,
  11200.                                                         'queryColumnType' => [
  11201.                                                             'value' => 'double',
  11202.                                                             'unit' => 'bigint(20)',
  11203.                                                         ],
  11204.                                                         'columnType' => [
  11205.                                                             'value' => 'double',
  11206.                                                             'unit' => 'bigint(20)',
  11207.                                                         ],
  11208.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\QuantityValue',
  11209.                                                         'name' => 'power',
  11210.                                                         'title' => 'Power',
  11211.                                                         'tooltip' => '',
  11212.                                                         'mandatory' => false,
  11213.                                                         'noteditable' => false,
  11214.                                                         'index' => false,
  11215.                                                         'locked' => false,
  11216.                                                         'style' => '',
  11217.                                                         'permissions' => NULL,
  11218.                                                         'datatype' => 'data',
  11219.                                                         'relationType' => false,
  11220.                                                         'invisible' => false,
  11221.                                                         'visibleGridView' => false,
  11222.                                                         'visibleSearch' => false,
  11223.                                                     ],
  11224.                                                 ],
  11225.                                                 'isOperator' => false,
  11226.                                             ],
  11227.                                             16 => [
  11228.                                                 'attributes' => [
  11229.                                                     'attribute' => 'Engine~capacity',
  11230.                                                     'label' => 'Capacity',
  11231.                                                     'dataType' => 'quantityValue',
  11232.                                                     'layout' => [
  11233.                                                         'fieldtype' => 'quantityValue',
  11234.                                                         'width' => NULL,
  11235.                                                         'unitWidth' => NULL,
  11236.                                                         'defaultValue' => NULL,
  11237.                                                         'defaultUnit' => '5',
  11238.                                                         'validUnits' => [
  11239.                                                             => '5',
  11240.                                                         ],
  11241.                                                         'decimalPrecision' => NULL,
  11242.                                                         'autoConvert' => false,
  11243.                                                         'queryColumnType' => [
  11244.                                                             'value' => 'double',
  11245.                                                             'unit' => 'bigint(20)',
  11246.                                                         ],
  11247.                                                         'columnType' => [
  11248.                                                             'value' => 'double',
  11249.                                                             'unit' => 'bigint(20)',
  11250.                                                         ],
  11251.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\QuantityValue',
  11252.                                                         'name' => 'capacity',
  11253.                                                         'title' => 'Capacity',
  11254.                                                         'tooltip' => '',
  11255.                                                         'mandatory' => false,
  11256.                                                         'noteditable' => false,
  11257.                                                         'index' => false,
  11258.                                                         'locked' => false,
  11259.                                                         'style' => '',
  11260.                                                         'permissions' => NULL,
  11261.                                                         'datatype' => 'data',
  11262.                                                         'relationType' => false,
  11263.                                                         'invisible' => false,
  11264.                                                         'visibleGridView' => false,
  11265.                                                         'visibleSearch' => false,
  11266.                                                     ],
  11267.                                                 ],
  11268.                                                 'isOperator' => false,
  11269.                                             ],
  11270.                                             17 => [
  11271.                                                 'attributes' => [
  11272.                                                     'attribute' => 'Dimensions~length',
  11273.                                                     'label' => 'Length',
  11274.                                                     'dataType' => 'quantityValue',
  11275.                                                     'layout' => [
  11276.                                                         'fieldtype' => 'quantityValue',
  11277.                                                         'width' => NULL,
  11278.                                                         'unitWidth' => NULL,
  11279.                                                         'defaultValue' => NULL,
  11280.                                                         'defaultUnit' => '1',
  11281.                                                         'validUnits' => [
  11282.                                                             => '1',
  11283.                                                         ],
  11284.                                                         'decimalPrecision' => NULL,
  11285.                                                         'autoConvert' => false,
  11286.                                                         'queryColumnType' => [
  11287.                                                             'value' => 'double',
  11288.                                                             'unit' => 'bigint(20)',
  11289.                                                         ],
  11290.                                                         'columnType' => [
  11291.                                                             'value' => 'double',
  11292.                                                             'unit' => 'bigint(20)',
  11293.                                                         ],
  11294.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\QuantityValue',
  11295.                                                         'name' => 'length',
  11296.                                                         'title' => 'Length',
  11297.                                                         'tooltip' => '',
  11298.                                                         'mandatory' => false,
  11299.                                                         'noteditable' => false,
  11300.                                                         'index' => false,
  11301.                                                         'locked' => false,
  11302.                                                         'style' => '',
  11303.                                                         'permissions' => NULL,
  11304.                                                         'datatype' => 'data',
  11305.                                                         'relationType' => false,
  11306.                                                         'invisible' => false,
  11307.                                                         'visibleGridView' => false,
  11308.                                                         'visibleSearch' => false,
  11309.                                                     ],
  11310.                                                 ],
  11311.                                                 'isOperator' => false,
  11312.                                             ],
  11313.                                             18 => [
  11314.                                                 'attributes' => [
  11315.                                                     'attribute' => 'Dimensions~width',
  11316.                                                     'label' => 'Width',
  11317.                                                     'dataType' => 'quantityValue',
  11318.                                                     'layout' => [
  11319.                                                         'fieldtype' => 'quantityValue',
  11320.                                                         'width' => NULL,
  11321.                                                         'unitWidth' => NULL,
  11322.                                                         'defaultValue' => NULL,
  11323.                                                         'defaultUnit' => '1',
  11324.                                                         'validUnits' => [
  11325.                                                             => '1',
  11326.                                                         ],
  11327.                                                         'decimalPrecision' => NULL,
  11328.                                                         'autoConvert' => false,
  11329.                                                         'queryColumnType' => [
  11330.                                                             'value' => 'double',
  11331.                                                             'unit' => 'bigint(20)',
  11332.                                                         ],
  11333.                                                         'columnType' => [
  11334.                                                             'value' => 'double',
  11335.                                                             'unit' => 'bigint(20)',
  11336.                                                         ],
  11337.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\QuantityValue',
  11338.                                                         'name' => 'width',
  11339.                                                         'title' => 'Width',
  11340.                                                         'tooltip' => '',
  11341.                                                         'mandatory' => false,
  11342.                                                         'noteditable' => false,
  11343.                                                         'index' => false,
  11344.                                                         'locked' => false,
  11345.                                                         'style' => '',
  11346.                                                         'permissions' => NULL,
  11347.                                                         'datatype' => 'data',
  11348.                                                         'relationType' => false,
  11349.                                                         'invisible' => false,
  11350.                                                         'visibleGridView' => false,
  11351.                                                         'visibleSearch' => false,
  11352.                                                     ],
  11353.                                                 ],
  11354.                                                 'isOperator' => false,
  11355.                                             ],
  11356.                                             19 => [
  11357.                                                 'attributes' => [
  11358.                                                     'attribute' => 'Dimensions~wheelbase',
  11359.                                                     'label' => 'Wheelbase',
  11360.                                                     'dataType' => 'quantityValue',
  11361.                                                     'layout' => [
  11362.                                                         'fieldtype' => 'quantityValue',
  11363.                                                         'width' => NULL,
  11364.                                                         'unitWidth' => NULL,
  11365.                                                         'defaultValue' => NULL,
  11366.                                                         'defaultUnit' => '1',
  11367.                                                         'validUnits' => [
  11368.                                                             => '1',
  11369.                                                         ],
  11370.                                                         'decimalPrecision' => NULL,
  11371.                                                         'autoConvert' => false,
  11372.                                                         'queryColumnType' => [
  11373.                                                             'value' => 'double',
  11374.                                                             'unit' => 'bigint(20)',
  11375.                                                         ],
  11376.                                                         'columnType' => [
  11377.                                                             'value' => 'double',
  11378.                                                             'unit' => 'bigint(20)',
  11379.                                                         ],
  11380.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\QuantityValue',
  11381.                                                         'name' => 'wheelbase',
  11382.                                                         'title' => 'Wheelbase',
  11383.                                                         'tooltip' => '',
  11384.                                                         'mandatory' => false,
  11385.                                                         'noteditable' => false,
  11386.                                                         'index' => false,
  11387.                                                         'locked' => false,
  11388.                                                         'style' => '',
  11389.                                                         'permissions' => NULL,
  11390.                                                         'datatype' => 'data',
  11391.                                                         'relationType' => false,
  11392.                                                         'invisible' => false,
  11393.                                                         'visibleGridView' => false,
  11394.                                                         'visibleSearch' => false,
  11395.                                                     ],
  11396.                                                 ],
  11397.                                                 'isOperator' => false,
  11398.                                             ],
  11399.                                             20 => [
  11400.                                                 'attributes' => [
  11401.                                                     'attribute' => 'Dimensions~weight',
  11402.                                                     'label' => 'Weight',
  11403.                                                     'dataType' => 'quantityValue',
  11404.                                                     'layout' => [
  11405.                                                         'fieldtype' => 'quantityValue',
  11406.                                                         'width' => NULL,
  11407.                                                         'unitWidth' => NULL,
  11408.                                                         'defaultValue' => NULL,
  11409.                                                         'defaultUnit' => '3',
  11410.                                                         'validUnits' => [
  11411.                                                             => '3',
  11412.                                                         ],
  11413.                                                         'decimalPrecision' => NULL,
  11414.                                                         'autoConvert' => false,
  11415.                                                         'queryColumnType' => [
  11416.                                                             'value' => 'double',
  11417.                                                             'unit' => 'bigint(20)',
  11418.                                                         ],
  11419.                                                         'columnType' => [
  11420.                                                             'value' => 'double',
  11421.                                                             'unit' => 'bigint(20)',
  11422.                                                         ],
  11423.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\QuantityValue',
  11424.                                                         'name' => 'weight',
  11425.                                                         'title' => 'Weight',
  11426.                                                         'tooltip' => '',
  11427.                                                         'mandatory' => false,
  11428.                                                         'noteditable' => false,
  11429.                                                         'index' => false,
  11430.                                                         'locked' => false,
  11431.                                                         'style' => '',
  11432.                                                         'permissions' => NULL,
  11433.                                                         'datatype' => 'data',
  11434.                                                         'relationType' => false,
  11435.                                                         'invisible' => false,
  11436.                                                         'visibleGridView' => false,
  11437.                                                         'visibleSearch' => false,
  11438.                                                     ],
  11439.                                                 ],
  11440.                                                 'isOperator' => false,
  11441.                                             ],
  11442.                                         ],
  11443.                                     ],
  11444.                                 ],
  11445.                                 'AccessoryPart' => [
  11446.                                     'id' => 'AccessoryPart',
  11447.                                     'name' => 'AccessoryPart',
  11448.                                     'columnConfig' => [
  11449.                                         'columns' => [
  11450.                                             => [
  11451.                                                 'attributes' => [
  11452.                                                     'attribute' => 'generatedName',
  11453.                                                     'label' => 'Fullname',
  11454.                                                     'dataType' => 'calculatedValue',
  11455.                                                     'layout' => [
  11456.                                                         'fieldtype' => 'calculatedValue',
  11457.                                                         'width' => 500,
  11458.                                                         'calculatorClass' => '\\App\\Model\\Product\\CalculatedValue\\AccessoryPartName',
  11459.                                                         'queryColumnType' => 'varchar',
  11460.                                                         'columnLength' => 190,
  11461.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\CalculatedValue',
  11462.                                                         'name' => 'generatedName',
  11463.                                                         'title' => 'Fullname',
  11464.                                                         'tooltip' => '',
  11465.                                                         'mandatory' => false,
  11466.                                                         'noteditable' => false,
  11467.                                                         'index' => false,
  11468.                                                         'locked' => false,
  11469.                                                         'style' => '',
  11470.                                                         'permissions' => NULL,
  11471.                                                         'datatype' => 'data',
  11472.                                                         'relationType' => false,
  11473.                                                         'invisible' => false,
  11474.                                                         'visibleGridView' => true,
  11475.                                                         'visibleSearch' => true,
  11476.                                                     ],
  11477.                                                 ],
  11478.                                                 'isOperator' => false,
  11479.                                             ],
  11480.                                             => [
  11481.                                                 'attributes' => [
  11482.                                                     'attribute' => 'nameAddition',
  11483.                                                     'label' => 'Name Addition',
  11484.                                                     'dataType' => 'input',
  11485.                                                     'layout' => [
  11486.                                                         'fieldtype' => 'input',
  11487.                                                         'width' => NULL,
  11488.                                                         'queryColumnType' => 'varchar',
  11489.                                                         'columnType' => 'varchar',
  11490.                                                         'columnLength' => 190,
  11491.                                                         'phpdocType' => 'string',
  11492.                                                         'regex' => '',
  11493.                                                         'unique' => false,
  11494.                                                         'showCharCount' => false,
  11495.                                                         'name' => 'nameAddition',
  11496.                                                         'title' => 'Name Addition',
  11497.                                                         'tooltip' => '',
  11498.                                                         'mandatory' => false,
  11499.                                                         'noteditable' => false,
  11500.                                                         'index' => false,
  11501.                                                         'locked' => false,
  11502.                                                         'style' => '',
  11503.                                                         'permissions' => NULL,
  11504.                                                         'datatype' => 'data',
  11505.                                                         'relationType' => false,
  11506.                                                         'invisible' => false,
  11507.                                                         'visibleGridView' => false,
  11508.                                                         'visibleSearch' => false,
  11509.                                                     ],
  11510.                                                 ],
  11511.                                                 'isOperator' => false,
  11512.                                             ],
  11513.                                             => [
  11514.                                                 'attributes' => [
  11515.                                                     'attribute' => 'mainCategory',
  11516.                                                     'label' => 'Main Category',
  11517.                                                     'dataType' => 'manyToOneRelation',
  11518.                                                     'layout' => [
  11519.                                                         'fieldtype' => 'manyToOneRelation',
  11520.                                                         'width' => 500,
  11521.                                                         'assetUploadPath' => '',
  11522.                                                         'relationType' => true,
  11523.                                                         'queryColumnType' => [
  11524.                                                             'id' => 'int(11)',
  11525.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  11526.                                                         ],
  11527.                                                         'phpdocType' => '\\Pimcore\\Model\\Document\\Page | \\Pimcore\\Model\\Document\\Snippet | \\Pimcore\\Model\\Document | \\Pimcore\\Model\\Asset | \\Pimcore\\Model\\DataObject\\AbstractObject',
  11528.                                                         'objectsAllowed' => true,
  11529.                                                         'assetsAllowed' => false,
  11530.                                                         'assetTypes' => [
  11531.                                                         ],
  11532.                                                         'documentsAllowed' => false,
  11533.                                                         'documentTypes' => [
  11534.                                                         ],
  11535.                                                         'lazyLoading' => true,
  11536.                                                         'classes' => [
  11537.                                                             => [
  11538.                                                                 'classes' => 'Category',
  11539.                                                             ],
  11540.                                                         ],
  11541.                                                         'pathFormatterClass' => '',
  11542.                                                         'name' => 'mainCategory',
  11543.                                                         'title' => 'Main Category',
  11544.                                                         'tooltip' => '',
  11545.                                                         'mandatory' => false,
  11546.                                                         'noteditable' => false,
  11547.                                                         'index' => false,
  11548.                                                         'locked' => false,
  11549.                                                         'style' => '',
  11550.                                                         'permissions' => NULL,
  11551.                                                         'datatype' => 'data',
  11552.                                                         'invisible' => false,
  11553.                                                         'visibleGridView' => false,
  11554.                                                         'visibleSearch' => false,
  11555.                                                     ],
  11556.                                                 ],
  11557.                                                 'isOperator' => false,
  11558.                                             ],
  11559.                                             => [
  11560.                                                 'attributes' => [
  11561.                                                     'attribute' => 'additionalCategories',
  11562.                                                     'label' => 'Additional Categories',
  11563.                                                     'dataType' => 'manyToManyObjectRelation',
  11564.                                                     'layout' => [
  11565.                                                         'fieldtype' => 'manyToManyObjectRelation',
  11566.                                                         'width' => '',
  11567.                                                         'height' => '',
  11568.                                                         'maxItems' => '',
  11569.                                                         'queryColumnType' => 'text',
  11570.                                                         'phpdocType' => 'array',
  11571.                                                         'relationType' => true,
  11572.                                                         'visibleFields' => 'id,fullpath,name',
  11573.                                                         'optimizedAdminLoading' => false,
  11574.                                                         'visibleFieldDefinitions' => [
  11575.                                                         ],
  11576.                                                         'lazyLoading' => true,
  11577.                                                         'classes' => [
  11578.                                                             => [
  11579.                                                                 'classes' => 'Category',
  11580.                                                             ],
  11581.                                                         ],
  11582.                                                         'pathFormatterClass' => '',
  11583.                                                         'name' => 'additionalCategories',
  11584.                                                         'title' => 'Additional Categories',
  11585.                                                         'tooltip' => '',
  11586.                                                         'mandatory' => false,
  11587.                                                         'noteditable' => false,
  11588.                                                         'index' => false,
  11589.                                                         'locked' => false,
  11590.                                                         'style' => '',
  11591.                                                         'permissions' => NULL,
  11592.                                                         'datatype' => 'data',
  11593.                                                         'invisible' => false,
  11594.                                                         'visibleGridView' => false,
  11595.                                                         'visibleSearch' => false,
  11596.                                                     ],
  11597.                                                 ],
  11598.                                                 'isOperator' => false,
  11599.                                             ],
  11600.                                             => [
  11601.                                                 'attributes' => [
  11602.                                                     'attribute' => 'manufacturer',
  11603.                                                     'label' => 'Manufacturer',
  11604.                                                     'dataType' => 'manyToOneRelation',
  11605.                                                     'layout' => [
  11606.                                                         'fieldtype' => 'manyToOneRelation',
  11607.                                                         'width' => 500,
  11608.                                                         'assetUploadPath' => '',
  11609.                                                         'relationType' => true,
  11610.                                                         'queryColumnType' => [
  11611.                                                             'id' => 'int(11)',
  11612.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  11613.                                                         ],
  11614.                                                         'phpdocType' => '\\Pimcore\\Model\\Document\\Page | \\Pimcore\\Model\\Document\\Snippet | \\Pimcore\\Model\\Document | \\Pimcore\\Model\\Asset | \\Pimcore\\Model\\DataObject\\AbstractObject',
  11615.                                                         'objectsAllowed' => true,
  11616.                                                         'assetsAllowed' => false,
  11617.                                                         'assetTypes' => [
  11618.                                                         ],
  11619.                                                         'documentsAllowed' => false,
  11620.                                                         'documentTypes' => [
  11621.                                                         ],
  11622.                                                         'lazyLoading' => true,
  11623.                                                         'classes' => [
  11624.                                                             => [
  11625.                                                                 'classes' => 'Manufacturer',
  11626.                                                             ],
  11627.                                                         ],
  11628.                                                         'pathFormatterClass' => '',
  11629.                                                         'name' => 'manufacturer',
  11630.                                                         'title' => 'Manufacturer',
  11631.                                                         'tooltip' => '',
  11632.                                                         'mandatory' => false,
  11633.                                                         'noteditable' => false,
  11634.                                                         'index' => false,
  11635.                                                         'locked' => false,
  11636.                                                         'style' => '',
  11637.                                                         'permissions' => NULL,
  11638.                                                         'datatype' => 'data',
  11639.                                                         'invisible' => false,
  11640.                                                         'visibleGridView' => false,
  11641.                                                         'visibleSearch' => false,
  11642.                                                     ],
  11643.                                                 ],
  11644.                                                 'isOperator' => false,
  11645.                                             ],
  11646.                                             => [
  11647.                                                 'attributes' => [
  11648.                                                     'attribute' => 'series',
  11649.                                                     'label' => 'Series',
  11650.                                                     'dataType' => 'manyToOneRelation',
  11651.                                                     'layout' => [
  11652.                                                         'fieldtype' => 'manyToOneRelation',
  11653.                                                         'width' => 500,
  11654.                                                         'assetUploadPath' => '',
  11655.                                                         'relationType' => true,
  11656.                                                         'queryColumnType' => [
  11657.                                                             'id' => 'int(11)',
  11658.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  11659.                                                         ],
  11660.                                                         'phpdocType' => '\\Pimcore\\Model\\Document\\Page | \\Pimcore\\Model\\Document\\Snippet | \\Pimcore\\Model\\Document | \\Pimcore\\Model\\Asset | \\Pimcore\\Model\\DataObject\\AbstractObject',
  11661.                                                         'objectsAllowed' => true,
  11662.                                                         'assetsAllowed' => false,
  11663.                                                         'assetTypes' => [
  11664.                                                         ],
  11665.                                                         'documentsAllowed' => false,
  11666.                                                         'documentTypes' => [
  11667.                                                         ],
  11668.                                                         'lazyLoading' => true,
  11669.                                                         'classes' => [
  11670.                                                             => [
  11671.                                                                 'classes' => 'Car',
  11672.                                                             ],
  11673.                                                         ],
  11674.                                                         'pathFormatterClass' => '',
  11675.                                                         'name' => 'series',
  11676.                                                         'title' => 'Series',
  11677.                                                         'tooltip' => '',
  11678.                                                         'mandatory' => false,
  11679.                                                         'noteditable' => false,
  11680.                                                         'index' => false,
  11681.                                                         'locked' => false,
  11682.                                                         'style' => '',
  11683.                                                         'permissions' => NULL,
  11684.                                                         'datatype' => 'data',
  11685.                                                         'invisible' => false,
  11686.                                                         'visibleGridView' => false,
  11687.                                                         'visibleSearch' => false,
  11688.                                                     ],
  11689.                                                 ],
  11690.                                                 'isOperator' => false,
  11691.                                             ],
  11692.                                             => [
  11693.                                                 'attributes' => [
  11694.                                                     'attribute' => 'image',
  11695.                                                     'label' => 'image',
  11696.                                                     'dataType' => 'hotspotimage',
  11697.                                                     'layout' => [
  11698.                                                         'fieldtype' => 'hotspotimage',
  11699.                                                         'queryColumnType' => [
  11700.                                                             'image' => 'int(11)',
  11701.                                                             'hotspots' => 'text',
  11702.                                                         ],
  11703.                                                         'columnType' => [
  11704.                                                             'image' => 'int(11)',
  11705.                                                             'hotspots' => 'text',
  11706.                                                         ],
  11707.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\Hotspotimage',
  11708.                                                         'ratioX' => NULL,
  11709.                                                         'ratioY' => NULL,
  11710.                                                         'predefinedDataTemplates' => '',
  11711.                                                         'width' => '',
  11712.                                                         'height' => '',
  11713.                                                         'uploadPath' => '',
  11714.                                                         'name' => 'image',
  11715.                                                         'title' => 'image',
  11716.                                                         'tooltip' => '',
  11717.                                                         'mandatory' => false,
  11718.                                                         'noteditable' => false,
  11719.                                                         'index' => false,
  11720.                                                         'locked' => false,
  11721.                                                         'style' => '',
  11722.                                                         'permissions' => NULL,
  11723.                                                         'datatype' => 'data',
  11724.                                                         'relationType' => false,
  11725.                                                         'invisible' => false,
  11726.                                                         'visibleGridView' => false,
  11727.                                                         'visibleSearch' => false,
  11728.                                                     ],
  11729.                                                 ],
  11730.                                                 'isOperator' => false,
  11731.                                             ],
  11732.                                             => [
  11733.                                                 'attributes' => [
  11734.                                                     'attribute' => 'compatibleTo',
  11735.                                                     'label' => 'Compatible To',
  11736.                                                     'dataType' => 'manyToManyObjectRelation',
  11737.                                                     'layout' => [
  11738.                                                         'fieldtype' => 'manyToManyObjectRelation',
  11739.                                                         'width' => '',
  11740.                                                         'height' => '',
  11741.                                                         'maxItems' => '',
  11742.                                                         'queryColumnType' => 'text',
  11743.                                                         'phpdocType' => 'array',
  11744.                                                         'relationType' => true,
  11745.                                                         'visibleFields' => 'id,key,name,bodyStyle',
  11746.                                                         'optimizedAdminLoading' => false,
  11747.                                                         'visibleFieldDefinitions' => [
  11748.                                                         ],
  11749.                                                         'lazyLoading' => true,
  11750.                                                         'classes' => [
  11751.                                                             => [
  11752.                                                                 'classes' => 'Car',
  11753.                                                             ],
  11754.                                                         ],
  11755.                                                         'pathFormatterClass' => '',
  11756.                                                         'name' => 'compatibleTo',
  11757.                                                         'title' => 'Compatible To',
  11758.                                                         'tooltip' => '',
  11759.                                                         'mandatory' => false,
  11760.                                                         'noteditable' => false,
  11761.                                                         'index' => false,
  11762.                                                         'locked' => false,
  11763.                                                         'style' => '',
  11764.                                                         'permissions' => NULL,
  11765.                                                         'datatype' => 'data',
  11766.                                                         'invisible' => false,
  11767.                                                         'visibleGridView' => false,
  11768.                                                         'visibleSearch' => false,
  11769.                                                     ],
  11770.                                                 ],
  11771.                                                 'isOperator' => false,
  11772.                                             ],
  11773.                                             => [
  11774.                                                 'attributes' => [
  11775.                                                     'attribute' => 'erpNumber',
  11776.                                                     'label' => 'ERP Number',
  11777.                                                     'dataType' => 'input',
  11778.                                                     'layout' => [
  11779.                                                         'fieldtype' => 'input',
  11780.                                                         'width' => NULL,
  11781.                                                         'queryColumnType' => 'varchar',
  11782.                                                         'columnType' => 'varchar',
  11783.                                                         'columnLength' => 190,
  11784.                                                         'phpdocType' => 'string',
  11785.                                                         'regex' => '',
  11786.                                                         'unique' => false,
  11787.                                                         'showCharCount' => false,
  11788.                                                         'name' => 'erpNumber',
  11789.                                                         'title' => 'ERP Number',
  11790.                                                         'tooltip' => '',
  11791.                                                         'mandatory' => false,
  11792.                                                         'noteditable' => true,
  11793.                                                         'index' => false,
  11794.                                                         'locked' => false,
  11795.                                                         'style' => '',
  11796.                                                         'permissions' => NULL,
  11797.                                                         'datatype' => 'data',
  11798.                                                         'relationType' => false,
  11799.                                                         'invisible' => false,
  11800.                                                         'visibleGridView' => true,
  11801.                                                         'visibleSearch' => true,
  11802.                                                     ],
  11803.                                                 ],
  11804.                                                 'isOperator' => false,
  11805.                                             ],
  11806.                                             => [
  11807.                                                 'attributes' => [
  11808.                                                     'attribute' => 'categoryCode',
  11809.                                                     'label' => 'Category Code',
  11810.                                                     'dataType' => 'input',
  11811.                                                     'layout' => [
  11812.                                                         'fieldtype' => 'input',
  11813.                                                         'width' => NULL,
  11814.                                                         'queryColumnType' => 'varchar',
  11815.                                                         'columnType' => 'varchar',
  11816.                                                         'columnLength' => 190,
  11817.                                                         'phpdocType' => 'string',
  11818.                                                         'regex' => '',
  11819.                                                         'unique' => false,
  11820.                                                         'showCharCount' => false,
  11821.                                                         'name' => 'categoryCode',
  11822.                                                         'title' => 'Category Code',
  11823.                                                         'tooltip' => '',
  11824.                                                         'mandatory' => false,
  11825.                                                         'noteditable' => true,
  11826.                                                         'index' => false,
  11827.                                                         'locked' => false,
  11828.                                                         'style' => '',
  11829.                                                         'permissions' => NULL,
  11830.                                                         'datatype' => 'data',
  11831.                                                         'relationType' => false,
  11832.                                                         'invisible' => false,
  11833.                                                         'visibleGridView' => false,
  11834.                                                         'visibleSearch' => false,
  11835.                                                     ],
  11836.                                                 ],
  11837.                                                 'isOperator' => false,
  11838.                                             ],
  11839.                                             10 => [
  11840.                                                 'attributes' => [
  11841.                                                     'attribute' => 'owner',
  11842.                                                     'label' => 'Owner',
  11843.                                                     'dataType' => 'input',
  11844.                                                     'layout' => [
  11845.                                                         'fieldtype' => 'input',
  11846.                                                         'width' => NULL,
  11847.                                                         'queryColumnType' => 'varchar',
  11848.                                                         'columnType' => 'varchar',
  11849.                                                         'columnLength' => 190,
  11850.                                                         'phpdocType' => 'string',
  11851.                                                         'regex' => '',
  11852.                                                         'unique' => false,
  11853.                                                         'showCharCount' => false,
  11854.                                                         'name' => 'owner',
  11855.                                                         'title' => 'Owner',
  11856.                                                         'tooltip' => '',
  11857.                                                         'mandatory' => false,
  11858.                                                         'noteditable' => true,
  11859.                                                         'index' => false,
  11860.                                                         'locked' => false,
  11861.                                                         'style' => '',
  11862.                                                         'permissions' => NULL,
  11863.                                                         'datatype' => 'data',
  11864.                                                         'relationType' => false,
  11865.                                                         'invisible' => false,
  11866.                                                         'visibleGridView' => false,
  11867.                                                         'visibleSearch' => false,
  11868.                                                     ],
  11869.                                                 ],
  11870.                                                 'isOperator' => false,
  11871.                                             ],
  11872.                                             11 => [
  11873.                                                 'attributes' => [
  11874.                                                     'attribute' => 'SaleInformation~priceInEUR',
  11875.                                                     'label' => 'Price in EUR',
  11876.                                                     'dataType' => 'numeric',
  11877.                                                     'layout' => [
  11878.                                                         'fieldtype' => 'numeric',
  11879.                                                         'width' => '',
  11880.                                                         'defaultValue' => NULL,
  11881.                                                         'queryColumnType' => 'double',
  11882.                                                         'columnType' => 'double',
  11883.                                                         'phpdocType' => 'float',
  11884.                                                         'integer' => false,
  11885.                                                         'unsigned' => false,
  11886.                                                         'minValue' => 0,
  11887.                                                         'maxValue' => NULL,
  11888.                                                         'unique' => false,
  11889.                                                         'decimalSize' => 10,
  11890.                                                         'decimalPrecision' => 2,
  11891.                                                         'name' => 'priceInEUR',
  11892.                                                         'title' => 'Price in EUR',
  11893.                                                         'tooltip' => '',
  11894.                                                         'mandatory' => false,
  11895.                                                         'noteditable' => false,
  11896.                                                         'index' => false,
  11897.                                                         'locked' => false,
  11898.                                                         'style' => '',
  11899.                                                         'permissions' => NULL,
  11900.                                                         'datatype' => 'data',
  11901.                                                         'relationType' => false,
  11902.                                                         'invisible' => false,
  11903.                                                         'visibleGridView' => false,
  11904.                                                         'visibleSearch' => false,
  11905.                                                     ],
  11906.                                                 ],
  11907.                                                 'isOperator' => false,
  11908.                                             ],
  11909.                                             12 => [
  11910.                                                 'attributes' => [
  11911.                                                     'attribute' => 'SaleInformation~availabilityPieces',
  11912.                                                     'label' => 'Availability Pieces',
  11913.                                                     'dataType' => 'numeric',
  11914.                                                     'layout' => [
  11915.                                                         'fieldtype' => 'numeric',
  11916.                                                         'width' => '',
  11917.                                                         'defaultValue' => NULL,
  11918.                                                         'queryColumnType' => 'double',
  11919.                                                         'columnType' => 'double',
  11920.                                                         'phpdocType' => 'float',
  11921.                                                         'integer' => false,
  11922.                                                         'unsigned' => false,
  11923.                                                         'minValue' => NULL,
  11924.                                                         'maxValue' => NULL,
  11925.                                                         'unique' => false,
  11926.                                                         'decimalSize' => NULL,
  11927.                                                         'decimalPrecision' => NULL,
  11928.                                                         'name' => 'availabilityPieces',
  11929.                                                         'title' => 'Availability Pieces',
  11930.                                                         'tooltip' => '',
  11931.                                                         'mandatory' => false,
  11932.                                                         'noteditable' => false,
  11933.                                                         'index' => false,
  11934.                                                         'locked' => false,
  11935.                                                         'style' => '',
  11936.                                                         'permissions' => NULL,
  11937.                                                         'datatype' => 'data',
  11938.                                                         'relationType' => false,
  11939.                                                         'invisible' => false,
  11940.                                                         'visibleGridView' => false,
  11941.                                                         'visibleSearch' => false,
  11942.                                                     ],
  11943.                                                 ],
  11944.                                                 'isOperator' => false,
  11945.                                             ],
  11946.                                             13 => [
  11947.                                                 'attributes' => [
  11948.                                                     'attribute' => 'SaleInformation~availabilityType',
  11949.                                                     'label' => 'Availability Type',
  11950.                                                     'dataType' => 'select',
  11951.                                                     'layout' => [
  11952.                                                         'fieldtype' => 'select',
  11953.                                                         'options' => [
  11954.                                                             => [
  11955.                                                                 'key' => 'couple-weeks',
  11956.                                                                 'value' => 'couple-weeks',
  11957.                                                             ],
  11958.                                                             => [
  11959.                                                                 'key' => 'couple-days',
  11960.                                                                 'value' => 'couple-days',
  11961.                                                             ],
  11962.                                                             => [
  11963.                                                                 'key' => 'instant',
  11964.                                                                 'value' => 'instant',
  11965.                                                             ],
  11966.                                                         ],
  11967.                                                         'width' => '',
  11968.                                                         'defaultValue' => '',
  11969.                                                         'optionsProviderClass' => '',
  11970.                                                         'optionsProviderData' => '',
  11971.                                                         'queryColumnType' => 'varchar',
  11972.                                                         'columnType' => 'varchar',
  11973.                                                         'columnLength' => 190,
  11974.                                                         'phpdocType' => 'string',
  11975.                                                         'dynamicOptions' => false,
  11976.                                                         'name' => 'availabilityType',
  11977.                                                         'title' => 'Availability Type',
  11978.                                                         'tooltip' => '',
  11979.                                                         'mandatory' => false,
  11980.                                                         'noteditable' => false,
  11981.                                                         'index' => false,
  11982.                                                         'locked' => false,
  11983.                                                         'style' => '',
  11984.                                                         'permissions' => NULL,
  11985.                                                         'datatype' => 'data',
  11986.                                                         'relationType' => false,
  11987.                                                         'invisible' => false,
  11988.                                                         'visibleGridView' => false,
  11989.                                                         'visibleSearch' => false,
  11990.                                                     ],
  11991.                                                 ],
  11992.                                                 'isOperator' => false,
  11993.                                             ],
  11994.                                             14 => [
  11995.                                                 'attributes' => [
  11996.                                                     'attribute' => 'SaleInformation~condition',
  11997.                                                     'label' => 'Condition',
  11998.                                                     'dataType' => 'select',
  11999.                                                     'layout' => [
  12000.                                                         'fieldtype' => 'select',
  12001.                                                         'options' => [
  12002.                                                             => [
  12003.                                                                 'key' => 'broken',
  12004.                                                                 'value' => 'broken',
  12005.                                                             ],
  12006.                                                             => [
  12007.                                                                 'key' => 'reworked',
  12008.                                                                 'value' => 'reworked',
  12009.                                                             ],
  12010.                                                             => [
  12011.                                                                 'key' => 'used',
  12012.                                                                 'value' => 'used',
  12013.                                                             ],
  12014.                                                             => [
  12015.                                                                 'key' => 'new',
  12016.                                                                 'value' => 'new',
  12017.                                                             ],
  12018.                                                         ],
  12019.                                                         'width' => '',
  12020.                                                         'defaultValue' => '',
  12021.                                                         'optionsProviderClass' => '',
  12022.                                                         'optionsProviderData' => '',
  12023.                                                         'queryColumnType' => 'varchar',
  12024.                                                         'columnType' => 'varchar',
  12025.                                                         'columnLength' => 190,
  12026.                                                         'phpdocType' => 'string',
  12027.                                                         'dynamicOptions' => false,
  12028.                                                         'name' => 'condition',
  12029.                                                         'title' => 'Condition',
  12030.                                                         'tooltip' => '',
  12031.                                                         'mandatory' => false,
  12032.                                                         'noteditable' => false,
  12033.                                                         'index' => false,
  12034.                                                         'locked' => false,
  12035.                                                         'style' => '',
  12036.                                                         'permissions' => NULL,
  12037.                                                         'datatype' => 'data',
  12038.                                                         'relationType' => false,
  12039.                                                         'invisible' => false,
  12040.                                                         'visibleGridView' => false,
  12041.                                                         'visibleSearch' => false,
  12042.                                                     ],
  12043.                                                 ],
  12044.                                                 'isOperator' => false,
  12045.                                             ],
  12046.                                             15 => [
  12047.                                                 'attributes' => [
  12048.                                                     'attribute' => 'SaleInformation~milage',
  12049.                                                     'label' => 'Milage',
  12050.                                                     'dataType' => 'quantityValue',
  12051.                                                     'layout' => [
  12052.                                                         'fieldtype' => 'quantityValue',
  12053.                                                         'width' => NULL,
  12054.                                                         'unitWidth' => NULL,
  12055.                                                         'defaultValue' => NULL,
  12056.                                                         'defaultUnit' => '7',
  12057.                                                         'validUnits' => [
  12058.                                                             => '8',
  12059.                                                             => '7',
  12060.                                                         ],
  12061.                                                         'decimalPrecision' => NULL,
  12062.                                                         'autoConvert' => false,
  12063.                                                         'queryColumnType' => [
  12064.                                                             'value' => 'double',
  12065.                                                             'unit' => 'bigint(20)',
  12066.                                                         ],
  12067.                                                         'columnType' => [
  12068.                                                             'value' => 'double',
  12069.                                                             'unit' => 'bigint(20)',
  12070.                                                         ],
  12071.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\QuantityValue',
  12072.                                                         'name' => 'milage',
  12073.                                                         'title' => 'Milage',
  12074.                                                         'tooltip' => '',
  12075.                                                         'mandatory' => false,
  12076.                                                         'noteditable' => false,
  12077.                                                         'index' => false,
  12078.                                                         'locked' => false,
  12079.                                                         'style' => '',
  12080.                                                         'permissions' => NULL,
  12081.                                                         'datatype' => 'data',
  12082.                                                         'relationType' => false,
  12083.                                                         'invisible' => false,
  12084.                                                         'visibleGridView' => false,
  12085.                                                         'visibleSearch' => false,
  12086.                                                     ],
  12087.                                                 ],
  12088.                                                 'isOperator' => false,
  12089.                                             ],
  12090.                                         ],
  12091.                                     ],
  12092.                                 ],
  12093.                                 'Manufacturer' => [
  12094.                                     'id' => 'Manufacturer',
  12095.                                     'name' => 'Manufacturer',
  12096.                                     'columnConfig' => [
  12097.                                         'columns' => [
  12098.                                             => [
  12099.                                                 'attributes' => [
  12100.                                                     'attribute' => 'name',
  12101.                                                     'label' => 'Name',
  12102.                                                     'dataType' => 'input',
  12103.                                                     'layout' => [
  12104.                                                         'fieldtype' => 'input',
  12105.                                                         'width' => 400,
  12106.                                                         'queryColumnType' => 'varchar',
  12107.                                                         'columnType' => 'varchar',
  12108.                                                         'columnLength' => 190,
  12109.                                                         'phpdocType' => 'string',
  12110.                                                         'regex' => '',
  12111.                                                         'unique' => false,
  12112.                                                         'showCharCount' => false,
  12113.                                                         'name' => 'name',
  12114.                                                         'title' => 'Name',
  12115.                                                         'tooltip' => '',
  12116.                                                         'mandatory' => false,
  12117.                                                         'noteditable' => false,
  12118.                                                         'index' => false,
  12119.                                                         'locked' => false,
  12120.                                                         'style' => '',
  12121.                                                         'permissions' => NULL,
  12122.                                                         'datatype' => 'data',
  12123.                                                         'relationType' => false,
  12124.                                                         'invisible' => false,
  12125.                                                         'visibleGridView' => true,
  12126.                                                         'visibleSearch' => true,
  12127.                                                     ],
  12128.                                                 ],
  12129.                                                 'isOperator' => false,
  12130.                                             ],
  12131.                                             => [
  12132.                                                 'attributes' => [
  12133.                                                     'attribute' => 'logo',
  12134.                                                     'label' => 'Logo',
  12135.                                                     'dataType' => 'image',
  12136.                                                     'layout' => [
  12137.                                                         'fieldtype' => 'image',
  12138.                                                         'width' => 500,
  12139.                                                         'height' => '',
  12140.                                                         'uploadPath' => '',
  12141.                                                         'queryColumnType' => 'int(11)',
  12142.                                                         'columnType' => 'int(11)',
  12143.                                                         'phpdocType' => '\\Pimcore\\Model\\Asset\\Image',
  12144.                                                         'name' => 'logo',
  12145.                                                         'title' => 'Logo',
  12146.                                                         'tooltip' => '',
  12147.                                                         'mandatory' => false,
  12148.                                                         'noteditable' => false,
  12149.                                                         'index' => false,
  12150.                                                         'locked' => false,
  12151.                                                         'style' => '',
  12152.                                                         'permissions' => NULL,
  12153.                                                         'datatype' => 'data',
  12154.                                                         'relationType' => false,
  12155.                                                         'invisible' => false,
  12156.                                                         'visibleGridView' => false,
  12157.                                                         'visibleSearch' => false,
  12158.                                                     ],
  12159.                                                 ],
  12160.                                                 'isOperator' => false,
  12161.                                             ],
  12162.                                         ],
  12163.                                     ],
  12164.                                 ],
  12165.                                 'BodyStyle' => [
  12166.                                     'id' => 'BodyStyle',
  12167.                                     'name' => 'BodyStyle',
  12168.                                     'columnConfig' => [
  12169.                                         'columns' => [
  12170.                                             => [
  12171.                                                 'attributes' => [
  12172.                                                     'attribute' => 'name',
  12173.                                                     'label' => 'Name',
  12174.                                                     'dataType' => 'input',
  12175.                                                     'layout' => [
  12176.                                                         'fieldtype' => 'input',
  12177.                                                         'width' => NULL,
  12178.                                                         'queryColumnType' => 'varchar',
  12179.                                                         'columnType' => 'varchar',
  12180.                                                         'columnLength' => 190,
  12181.                                                         'phpdocType' => 'string',
  12182.                                                         'regex' => '',
  12183.                                                         'unique' => false,
  12184.                                                         'showCharCount' => false,
  12185.                                                         'name' => 'name',
  12186.                                                         'title' => 'Name',
  12187.                                                         'tooltip' => '',
  12188.                                                         'mandatory' => false,
  12189.                                                         'noteditable' => false,
  12190.                                                         'index' => false,
  12191.                                                         'locked' => false,
  12192.                                                         'style' => '',
  12193.                                                         'permissions' => NULL,
  12194.                                                         'datatype' => 'data',
  12195.                                                         'relationType' => false,
  12196.                                                         'invisible' => false,
  12197.                                                         'visibleGridView' => true,
  12198.                                                         'visibleSearch' => true,
  12199.                                                     ],
  12200.                                                 ],
  12201.                                                 'isOperator' => false,
  12202.                                             ],
  12203.                                         ],
  12204.                                     ],
  12205.                                 ],
  12206.                                 'Category' => [
  12207.                                     'id' => 'Category',
  12208.                                     'name' => 'Category',
  12209.                                     'columnConfig' => [
  12210.                                         'columns' => [
  12211.                                             => [
  12212.                                                 'attributes' => [
  12213.                                                     'attribute' => 'name',
  12214.                                                     'label' => 'Name',
  12215.                                                     'dataType' => 'input',
  12216.                                                     'layout' => [
  12217.                                                         'fieldtype' => 'input',
  12218.                                                         'width' => NULL,
  12219.                                                         'queryColumnType' => 'varchar',
  12220.                                                         'columnType' => 'varchar',
  12221.                                                         'columnLength' => 190,
  12222.                                                         'phpdocType' => 'string',
  12223.                                                         'regex' => '',
  12224.                                                         'unique' => false,
  12225.                                                         'showCharCount' => false,
  12226.                                                         'name' => 'name',
  12227.                                                         'title' => 'Name',
  12228.                                                         'tooltip' => '',
  12229.                                                         'mandatory' => false,
  12230.                                                         'noteditable' => false,
  12231.                                                         'index' => false,
  12232.                                                         'locked' => false,
  12233.                                                         'style' => '',
  12234.                                                         'permissions' => NULL,
  12235.                                                         'datatype' => 'data',
  12236.                                                         'relationType' => false,
  12237.                                                         'invisible' => false,
  12238.                                                         'visibleGridView' => true,
  12239.                                                         'visibleSearch' => true,
  12240.                                                     ],
  12241.                                                 ],
  12242.                                                 'isOperator' => false,
  12243.                                             ],
  12244.                                             => [
  12245.                                                 'attributes' => [
  12246.                                                     'attribute' => 'productNamePart',
  12247.                                                     'label' => 'Product Name Part',
  12248.                                                     'dataType' => 'input',
  12249.                                                     'layout' => [
  12250.                                                         'fieldtype' => 'input',
  12251.                                                         'width' => NULL,
  12252.                                                         'queryColumnType' => 'varchar',
  12253.                                                         'columnType' => 'varchar',
  12254.                                                         'columnLength' => 190,
  12255.                                                         'phpdocType' => 'string',
  12256.                                                         'regex' => '',
  12257.                                                         'unique' => false,
  12258.                                                         'showCharCount' => false,
  12259.                                                         'name' => 'productNamePart',
  12260.                                                         'title' => 'Product Name Part',
  12261.                                                         'tooltip' => '',
  12262.                                                         'mandatory' => false,
  12263.                                                         'noteditable' => false,
  12264.                                                         'index' => false,
  12265.                                                         'locked' => false,
  12266.                                                         'style' => '',
  12267.                                                         'permissions' => NULL,
  12268.                                                         'datatype' => 'data',
  12269.                                                         'relationType' => false,
  12270.                                                         'invisible' => false,
  12271.                                                         'visibleGridView' => false,
  12272.                                                         'visibleSearch' => false,
  12273.                                                     ],
  12274.                                                 ],
  12275.                                                 'isOperator' => false,
  12276.                                             ],
  12277.                                             => [
  12278.                                                 'attributes' => [
  12279.                                                     'attribute' => 'filterDefinition',
  12280.                                                     'label' => 'Filter Definition',
  12281.                                                     'dataType' => 'manyToOneRelation',
  12282.                                                     'layout' => [
  12283.                                                         'fieldtype' => 'manyToOneRelation',
  12284.                                                         'width' => 800,
  12285.                                                         'assetUploadPath' => '',
  12286.                                                         'relationType' => true,
  12287.                                                         'queryColumnType' => [
  12288.                                                             'id' => 'int(11)',
  12289.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  12290.                                                         ],
  12291.                                                         'phpdocType' => '\\Pimcore\\Model\\Document\\Page | \\Pimcore\\Model\\Document\\Snippet | \\Pimcore\\Model\\Document | \\Pimcore\\Model\\Asset | \\Pimcore\\Model\\DataObject\\AbstractObject',
  12292.                                                         'objectsAllowed' => true,
  12293.                                                         'assetsAllowed' => false,
  12294.                                                         'assetTypes' => [
  12295.                                                         ],
  12296.                                                         'documentsAllowed' => false,
  12297.                                                         'documentTypes' => [
  12298.                                                         ],
  12299.                                                         'lazyLoading' => true,
  12300.                                                         'classes' => [
  12301.                                                             => [
  12302.                                                                 'classes' => 'FilterDefinition',
  12303.                                                             ],
  12304.                                                         ],
  12305.                                                         'pathFormatterClass' => '',
  12306.                                                         'name' => 'filterDefinition',
  12307.                                                         'title' => 'Filter Definition',
  12308.                                                         'tooltip' => '',
  12309.                                                         'mandatory' => false,
  12310.                                                         'noteditable' => false,
  12311.                                                         'index' => false,
  12312.                                                         'locked' => false,
  12313.                                                         'style' => '',
  12314.                                                         'permissions' => NULL,
  12315.                                                         'datatype' => 'data',
  12316.                                                         'invisible' => false,
  12317.                                                         'visibleGridView' => false,
  12318.                                                         'visibleSearch' => false,
  12319.                                                     ],
  12320.                                                 ],
  12321.                                                 'isOperator' => false,
  12322.                                             ],
  12323.                                         ],
  12324.                                     ],
  12325.                                 ],
  12326.                             ],
  12327.                             'mutationEntities' => [
  12328.                                 'Car' => [
  12329.                                     'id' => 'Car',
  12330.                                     'name' => 'Car',
  12331.                                     'update' => true,
  12332.                                     'create' => true,
  12333.                                     'columnConfig' => [
  12334.                                         'columns' => [
  12335.                                             => [
  12336.                                                 'attributes' => [
  12337.                                                     'attribute' => 'name',
  12338.                                                     'label' => 'Name',
  12339.                                                     'dataType' => 'input',
  12340.                                                     'layout' => [
  12341.                                                         'fieldtype' => 'input',
  12342.                                                         'width' => NULL,
  12343.                                                         'defaultValue' => NULL,
  12344.                                                         'queryColumnType' => 'varchar',
  12345.                                                         'columnType' => 'varchar',
  12346.                                                         'columnLength' => 190,
  12347.                                                         'regex' => '',
  12348.                                                         'unique' => false,
  12349.                                                         'showCharCount' => false,
  12350.                                                         'name' => 'name',
  12351.                                                         'title' => 'Name',
  12352.                                                         'tooltip' => '',
  12353.                                                         'mandatory' => false,
  12354.                                                         'noteditable' => false,
  12355.                                                         'index' => false,
  12356.                                                         'locked' => false,
  12357.                                                         'style' => '',
  12358.                                                         'permissions' => NULL,
  12359.                                                         'datatype' => 'data',
  12360.                                                         'relationType' => false,
  12361.                                                         'invisible' => false,
  12362.                                                         'visibleGridView' => true,
  12363.                                                         'visibleSearch' => true,
  12364.                                                     ],
  12365.                                                 ],
  12366.                                                 'isOperator' => false,
  12367.                                             ],
  12368.                                             => [
  12369.                                                 'attributes' => [
  12370.                                                     'attribute' => 'description',
  12371.                                                     'label' => 'Description',
  12372.                                                     'dataType' => 'wysiwyg',
  12373.                                                     'layout' => [
  12374.                                                         'fieldtype' => 'wysiwyg',
  12375.                                                         'width' => '',
  12376.                                                         'height' => '',
  12377.                                                         'queryColumnType' => 'longtext',
  12378.                                                         'columnType' => 'longtext',
  12379.                                                         'toolbarConfig' => '',
  12380.                                                         'excludeFromSearchIndex' => false,
  12381.                                                         'name' => 'description',
  12382.                                                         'title' => 'Description',
  12383.                                                         'tooltip' => '',
  12384.                                                         'mandatory' => false,
  12385.                                                         'noteditable' => false,
  12386.                                                         'index' => false,
  12387.                                                         'locked' => false,
  12388.                                                         'style' => '',
  12389.                                                         'permissions' => NULL,
  12390.                                                         'datatype' => 'data',
  12391.                                                         'relationType' => false,
  12392.                                                         'invisible' => false,
  12393.                                                         'visibleGridView' => false,
  12394.                                                         'visibleSearch' => false,
  12395.                                                     ],
  12396.                                                 ],
  12397.                                                 'isOperator' => false,
  12398.                                             ],
  12399.                                             => [
  12400.                                                 'attributes' => [
  12401.                                                     'attribute' => 'series',
  12402.                                                     'label' => 'Series',
  12403.                                                     'dataType' => 'input',
  12404.                                                     'layout' => [
  12405.                                                         'fieldtype' => 'input',
  12406.                                                         'width' => NULL,
  12407.                                                         'defaultValue' => NULL,
  12408.                                                         'queryColumnType' => 'varchar',
  12409.                                                         'columnType' => 'varchar',
  12410.                                                         'columnLength' => 190,
  12411.                                                         'regex' => '',
  12412.                                                         'unique' => false,
  12413.                                                         'showCharCount' => false,
  12414.                                                         'name' => 'series',
  12415.                                                         'title' => 'Series',
  12416.                                                         'tooltip' => '',
  12417.                                                         'mandatory' => false,
  12418.                                                         'noteditable' => false,
  12419.                                                         'index' => false,
  12420.                                                         'locked' => false,
  12421.                                                         'style' => '',
  12422.                                                         'permissions' => NULL,
  12423.                                                         'datatype' => 'data',
  12424.                                                         'relationType' => false,
  12425.                                                         'invisible' => true,
  12426.                                                         'visibleGridView' => false,
  12427.                                                         'visibleSearch' => false,
  12428.                                                     ],
  12429.                                                 ],
  12430.                                                 'isOperator' => false,
  12431.                                             ],
  12432.                                             => [
  12433.                                                 'attributes' => [
  12434.                                                     'attribute' => 'manufacturer',
  12435.                                                     'label' => 'Manufacturer',
  12436.                                                     'dataType' => 'manyToOneRelation',
  12437.                                                     'layout' => [
  12438.                                                         'fieldtype' => 'manyToOneRelation',
  12439.                                                         'width' => 400,
  12440.                                                         'assetUploadPath' => '',
  12441.                                                         'relationType' => true,
  12442.                                                         'queryColumnType' => [
  12443.                                                             'id' => 'int(11)',
  12444.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  12445.                                                         ],
  12446.                                                         'objectsAllowed' => true,
  12447.                                                         'assetsAllowed' => false,
  12448.                                                         'assetTypes' => [
  12449.                                                         ],
  12450.                                                         'documentsAllowed' => false,
  12451.                                                         'documentTypes' => [
  12452.                                                         ],
  12453.                                                         'classes' => [
  12454.                                                             => [
  12455.                                                                 'classes' => 'Manufacturer',
  12456.                                                             ],
  12457.                                                         ],
  12458.                                                         'pathFormatterClass' => '',
  12459.                                                         'name' => 'manufacturer',
  12460.                                                         'title' => 'Manufacturer',
  12461.                                                         'tooltip' => '',
  12462.                                                         'mandatory' => false,
  12463.                                                         'noteditable' => false,
  12464.                                                         'index' => false,
  12465.                                                         'locked' => false,
  12466.                                                         'style' => '',
  12467.                                                         'permissions' => NULL,
  12468.                                                         'datatype' => 'data',
  12469.                                                         'invisible' => false,
  12470.                                                         'visibleGridView' => false,
  12471.                                                         'visibleSearch' => false,
  12472.                                                     ],
  12473.                                                 ],
  12474.                                                 'isOperator' => false,
  12475.                                             ],
  12476.                                             => [
  12477.                                                 'attributes' => [
  12478.                                                     'attribute' => 'bodyStyle',
  12479.                                                     'label' => 'Body Style',
  12480.                                                     'dataType' => 'manyToOneRelation',
  12481.                                                     'layout' => [
  12482.                                                         'fieldtype' => 'manyToOneRelation',
  12483.                                                         'width' => 400,
  12484.                                                         'assetUploadPath' => '',
  12485.                                                         'relationType' => true,
  12486.                                                         'queryColumnType' => [
  12487.                                                             'id' => 'int(11)',
  12488.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  12489.                                                         ],
  12490.                                                         'objectsAllowed' => true,
  12491.                                                         'assetsAllowed' => false,
  12492.                                                         'assetTypes' => [
  12493.                                                         ],
  12494.                                                         'documentsAllowed' => false,
  12495.                                                         'documentTypes' => [
  12496.                                                         ],
  12497.                                                         'classes' => [
  12498.                                                             => [
  12499.                                                                 'classes' => 'BodyStyle',
  12500.                                                             ],
  12501.                                                         ],
  12502.                                                         'pathFormatterClass' => '',
  12503.                                                         'name' => 'bodyStyle',
  12504.                                                         'title' => 'Body Style',
  12505.                                                         'tooltip' => '',
  12506.                                                         'mandatory' => false,
  12507.                                                         'noteditable' => false,
  12508.                                                         'index' => false,
  12509.                                                         'locked' => false,
  12510.                                                         'style' => '',
  12511.                                                         'permissions' => NULL,
  12512.                                                         'datatype' => 'data',
  12513.                                                         'invisible' => false,
  12514.                                                         'visibleGridView' => true,
  12515.                                                         'visibleSearch' => true,
  12516.                                                     ],
  12517.                                                 ],
  12518.                                                 'isOperator' => false,
  12519.                                             ],
  12520.                                             => [
  12521.                                                 'attributes' => [
  12522.                                                     'attribute' => 'carClass',
  12523.                                                     'label' => 'Class',
  12524.                                                     'dataType' => 'select',
  12525.                                                     'layout' => [
  12526.                                                         'fieldtype' => 'select',
  12527.                                                         'options' => [
  12528.                                                             => [
  12529.                                                                 'key' => 'Full-size luxury car',
  12530.                                                                 'value' => 'Full-size luxury car',
  12531.                                                             ],
  12532.                                                             => [
  12533.                                                                 'key' => 'Grand tourer',
  12534.                                                                 'value' => 'Grand tourer',
  12535.                                                             ],
  12536.                                                             => [
  12537.                                                                 'key' => 'Light commercial vehicle',
  12538.                                                                 'value' => 'Light commercial vehicle',
  12539.                                                             ],
  12540.                                                             => [
  12541.                                                                 'key' => 'Muscle Car',
  12542.                                                                 'value' => 'Muscle Car',
  12543.                                                             ],
  12544.                                                             => [
  12545.                                                                 'key' => 'City Car',
  12546.                                                                 'value' => 'City Car',
  12547.                                                             ],
  12548.                                                             => [
  12549.                                                                 'key' => 'Executive car',
  12550.                                                                 'value' => 'Executive car',
  12551.                                                             ],
  12552.                                                             => [
  12553.                                                                 'key' => 'Economy car',
  12554.                                                                 'value' => 'Economy car',
  12555.                                                             ],
  12556.                                                             => [
  12557.                                                                 'key' => 'Personal luxury car',
  12558.                                                                 'value' => 'Personal luxury car',
  12559.                                                             ],
  12560.                                                             => [
  12561.                                                                 'key' => 'Full-Size',
  12562.                                                                 'value' => 'Full-Size',
  12563.                                                             ],
  12564.                                                             => [
  12565.                                                                 'key' => 'Family car',
  12566.                                                                 'value' => 'Family car',
  12567.                                                             ],
  12568.                                                             10 => [
  12569.                                                                 'key' => 'Mid-size luxury',
  12570.                                                                 'value' => 'Mid-size luxury',
  12571.                                                             ],
  12572.                                                             11 => [
  12573.                                                                 'key' => 'sports car',
  12574.                                                                 'value' => 'sports car',
  12575.                                                             ],
  12576.                                                         ],
  12577.                                                         'width' => 300,
  12578.                                                         'defaultValue' => '',
  12579.                                                         'optionsProviderClass' => '',
  12580.                                                         'optionsProviderData' => '',
  12581.                                                         'queryColumnType' => 'varchar',
  12582.                                                         'columnType' => 'varchar',
  12583.                                                         'columnLength' => 190,
  12584.                                                         'dynamicOptions' => false,
  12585.                                                         'name' => 'carClass',
  12586.                                                         'title' => 'Class',
  12587.                                                         'tooltip' => '',
  12588.                                                         'mandatory' => false,
  12589.                                                         'noteditable' => false,
  12590.                                                         'index' => false,
  12591.                                                         'locked' => false,
  12592.                                                         'style' => '',
  12593.                                                         'permissions' => NULL,
  12594.                                                         'datatype' => 'data',
  12595.                                                         'relationType' => false,
  12596.                                                         'invisible' => false,
  12597.                                                         'visibleGridView' => false,
  12598.                                                         'visibleSearch' => false,
  12599.                                                     ],
  12600.                                                 ],
  12601.                                                 'isOperator' => false,
  12602.                                             ],
  12603.                                             => [
  12604.                                                 'attributes' => [
  12605.                                                     'attribute' => 'productionYear',
  12606.                                                     'label' => 'Production Year',
  12607.                                                     'dataType' => 'numeric',
  12608.                                                     'layout' => [
  12609.                                                         'fieldtype' => 'numeric',
  12610.                                                         'width' => 300,
  12611.                                                         'defaultValue' => NULL,
  12612.                                                         'queryColumnType' => 'double',
  12613.                                                         'columnType' => 'double',
  12614.                                                         'integer' => true,
  12615.                                                         'unsigned' => true,
  12616.                                                         'minValue' => NULL,
  12617.                                                         'maxValue' => NULL,
  12618.                                                         'unique' => false,
  12619.                                                         'decimalSize' => NULL,
  12620.                                                         'decimalPrecision' => NULL,
  12621.                                                         'name' => 'productionYear',
  12622.                                                         'title' => 'Production Year',
  12623.                                                         'tooltip' => '',
  12624.                                                         'mandatory' => false,
  12625.                                                         'noteditable' => false,
  12626.                                                         'index' => false,
  12627.                                                         'locked' => false,
  12628.                                                         'style' => '',
  12629.                                                         'permissions' => NULL,
  12630.                                                         'datatype' => 'data',
  12631.                                                         'relationType' => false,
  12632.                                                         'invisible' => false,
  12633.                                                         'visibleGridView' => false,
  12634.                                                         'visibleSearch' => false,
  12635.                                                     ],
  12636.                                                 ],
  12637.                                                 'isOperator' => false,
  12638.                                             ],
  12639.                                             => [
  12640.                                                 'attributes' => [
  12641.                                                     'attribute' => 'color',
  12642.                                                     'label' => 'Color',
  12643.                                                     'dataType' => 'multiselect',
  12644.                                                     'layout' => [
  12645.                                                         'fieldtype' => 'multiselect',
  12646.                                                         'options' => [
  12647.                                                             => [
  12648.                                                                 'key' => 'grey',
  12649.                                                                 'value' => 'grey',
  12650.                                                             ],
  12651.                                                             => [
  12652.                                                                 'key' => 'beige',
  12653.                                                                 'value' => 'beige',
  12654.                                                             ],
  12655.                                                             => [
  12656.                                                                 'key' => 'silver',
  12657.                                                                 'value' => 'silver',
  12658.                                                             ],
  12659.                                                             => [
  12660.                                                                 'key' => 'brown',
  12661.                                                                 'value' => 'brown',
  12662.                                                             ],
  12663.                                                             => [
  12664.                                                                 'key' => 'orange',
  12665.                                                                 'value' => 'orange',
  12666.                                                             ],
  12667.                                                             => [
  12668.                                                                 'key' => 'yellow',
  12669.                                                                 'value' => 'yellow',
  12670.                                                             ],
  12671.                                                             => [
  12672.                                                                 'key' => 'blue',
  12673.                                                                 'value' => 'blue',
  12674.                                                             ],
  12675.                                                             => [
  12676.                                                                 'key' => 'black',
  12677.                                                                 'value' => 'black',
  12678.                                                             ],
  12679.                                                             => [
  12680.                                                                 'key' => 'green',
  12681.                                                                 'value' => 'green',
  12682.                                                             ],
  12683.                                                             => [
  12684.                                                                 'key' => 'red',
  12685.                                                                 'value' => 'red',
  12686.                                                             ],
  12687.                                                             10 => [
  12688.                                                                 'key' => 'white',
  12689.                                                                 'value' => 'white',
  12690.                                                             ],
  12691.                                                         ],
  12692.                                                         'width' => '',
  12693.                                                         'height' => '',
  12694.                                                         'maxItems' => '',
  12695.                                                         'renderType' => 'list',
  12696.                                                         'optionsProviderClass' => '',
  12697.                                                         'optionsProviderData' => '',
  12698.                                                         'queryColumnType' => 'text',
  12699.                                                         'columnType' => 'text',
  12700.                                                         'dynamicOptions' => false,
  12701.                                                         'name' => 'color',
  12702.                                                         'title' => 'Color',
  12703.                                                         'tooltip' => '',
  12704.                                                         'mandatory' => false,
  12705.                                                         'noteditable' => false,
  12706.                                                         'index' => false,
  12707.                                                         'locked' => false,
  12708.                                                         'style' => '',
  12709.                                                         'permissions' => NULL,
  12710.                                                         'datatype' => 'data',
  12711.                                                         'relationType' => false,
  12712.                                                         'invisible' => false,
  12713.                                                         'visibleGridView' => true,
  12714.                                                         'visibleSearch' => true,
  12715.                                                     ],
  12716.                                                 ],
  12717.                                                 'isOperator' => false,
  12718.                                             ],
  12719.                                             => [
  12720.                                                 'attributes' => [
  12721.                                                     'attribute' => 'country',
  12722.                                                     'label' => 'Country',
  12723.                                                     'dataType' => 'country',
  12724.                                                     'layout' => [
  12725.                                                         'fieldtype' => 'country',
  12726.                                                         'width' => '',
  12727.                                                         'restrictTo' => '',
  12728.                                                         'options' => [
  12729.                                                             => [
  12730.                                                                 'key' => 'Afghanistan',
  12731.                                                                 'value' => 'AF',
  12732.                                                             ],
  12733.                                                             => [
  12734.                                                                 'key' => 'Albania',
  12735.                                                                 'value' => 'AL',
  12736.                                                             ],
  12737.                                                             => [
  12738.                                                                 'key' => 'Algeria',
  12739.                                                                 'value' => 'DZ',
  12740.                                                             ],
  12741.                                                             => [
  12742.                                                                 'key' => 'American Samoa',
  12743.                                                                 'value' => 'AS',
  12744.                                                             ],
  12745.                                                             => [
  12746.                                                                 'key' => 'Andorra',
  12747.                                                                 'value' => 'AD',
  12748.                                                             ],
  12749.                                                             => [
  12750.                                                                 'key' => 'Angola',
  12751.                                                                 'value' => 'AO',
  12752.                                                             ],
  12753.                                                             => [
  12754.                                                                 'key' => 'Anguilla',
  12755.                                                                 'value' => 'AI',
  12756.                                                             ],
  12757.                                                             => [
  12758.                                                                 'key' => 'Antarctica',
  12759.                                                                 'value' => 'AQ',
  12760.                                                             ],
  12761.                                                             => [
  12762.                                                                 'key' => 'Antigua & Barbuda',
  12763.                                                                 'value' => 'AG',
  12764.                                                             ],
  12765.                                                             => [
  12766.                                                                 'key' => 'Argentina',
  12767.                                                                 'value' => 'AR',
  12768.                                                             ],
  12769.                                                             10 => [
  12770.                                                                 'key' => 'Armenia',
  12771.                                                                 'value' => 'AM',
  12772.                                                             ],
  12773.                                                             11 => [
  12774.                                                                 'key' => 'Aruba',
  12775.                                                                 'value' => 'AW',
  12776.                                                             ],
  12777.                                                             12 => [
  12778.                                                                 'key' => 'Australia',
  12779.                                                                 'value' => 'AU',
  12780.                                                             ],
  12781.                                                             13 => [
  12782.                                                                 'key' => 'Austria',
  12783.                                                                 'value' => 'AT',
  12784.                                                             ],
  12785.                                                             14 => [
  12786.                                                                 'key' => 'Azerbaijan',
  12787.                                                                 'value' => 'AZ',
  12788.                                                             ],
  12789.                                                             15 => [
  12790.                                                                 'key' => 'Bahamas',
  12791.                                                                 'value' => 'BS',
  12792.                                                             ],
  12793.                                                             16 => [
  12794.                                                                 'key' => 'Bahrain',
  12795.                                                                 'value' => 'BH',
  12796.                                                             ],
  12797.                                                             17 => [
  12798.                                                                 'key' => 'Bangladesh',
  12799.                                                                 'value' => 'BD',
  12800.                                                             ],
  12801.                                                             18 => [
  12802.                                                                 'key' => 'Barbados',
  12803.                                                                 'value' => 'BB',
  12804.                                                             ],
  12805.                                                             19 => [
  12806.                                                                 'key' => 'Belarus',
  12807.                                                                 'value' => 'BY',
  12808.                                                             ],
  12809.                                                             20 => [
  12810.                                                                 'key' => 'Belgium',
  12811.                                                                 'value' => 'BE',
  12812.                                                             ],
  12813.                                                             21 => [
  12814.                                                                 'key' => 'Belize',
  12815.                                                                 'value' => 'BZ',
  12816.                                                             ],
  12817.                                                             22 => [
  12818.                                                                 'key' => 'Benin',
  12819.                                                                 'value' => 'BJ',
  12820.                                                             ],
  12821.                                                             23 => [
  12822.                                                                 'key' => 'Bermuda',
  12823.                                                                 'value' => 'BM',
  12824.                                                             ],
  12825.                                                             24 => [
  12826.                                                                 'key' => 'Bhutan',
  12827.                                                                 'value' => 'BT',
  12828.                                                             ],
  12829.                                                             25 => [
  12830.                                                                 'key' => 'Bolivia',
  12831.                                                                 'value' => 'BO',
  12832.                                                             ],
  12833.                                                             26 => [
  12834.                                                                 'key' => 'Bosnia & Herzegovina',
  12835.                                                                 'value' => 'BA',
  12836.                                                             ],
  12837.                                                             27 => [
  12838.                                                                 'key' => 'Botswana',
  12839.                                                                 'value' => 'BW',
  12840.                                                             ],
  12841.                                                             28 => [
  12842.                                                                 'key' => 'Bouvet Island',
  12843.                                                                 'value' => 'BV',
  12844.                                                             ],
  12845.                                                             29 => [
  12846.                                                                 'key' => 'Brazil',
  12847.                                                                 'value' => 'BR',
  12848.                                                             ],
  12849.                                                             30 => [
  12850.                                                                 'key' => 'British Indian Ocean Territory',
  12851.                                                                 'value' => 'IO',
  12852.                                                             ],
  12853.                                                             31 => [
  12854.                                                                 'key' => 'British Virgin Islands',
  12855.                                                                 'value' => 'VG',
  12856.                                                             ],
  12857.                                                             32 => [
  12858.                                                                 'key' => 'Brunei',
  12859.                                                                 'value' => 'BN',
  12860.                                                             ],
  12861.                                                             33 => [
  12862.                                                                 'key' => 'Bulgaria',
  12863.                                                                 'value' => 'BG',
  12864.                                                             ],
  12865.                                                             34 => [
  12866.                                                                 'key' => 'Burkina Faso',
  12867.                                                                 'value' => 'BF',
  12868.                                                             ],
  12869.                                                             35 => [
  12870.                                                                 'key' => 'Burundi',
  12871.                                                                 'value' => 'BI',
  12872.                                                             ],
  12873.                                                             36 => [
  12874.                                                                 'key' => 'Cambodia',
  12875.                                                                 'value' => 'KH',
  12876.                                                             ],
  12877.                                                             37 => [
  12878.                                                                 'key' => 'Cameroon',
  12879.                                                                 'value' => 'CM',
  12880.                                                             ],
  12881.                                                             38 => [
  12882.                                                                 'key' => 'Canada',
  12883.                                                                 'value' => 'CA',
  12884.                                                             ],
  12885.                                                             39 => [
  12886.                                                                 'key' => 'Cape Verde',
  12887.                                                                 'value' => 'CV',
  12888.                                                             ],
  12889.                                                             40 => [
  12890.                                                                 'key' => 'Caribbean Netherlands',
  12891.                                                                 'value' => 'BQ',
  12892.                                                             ],
  12893.                                                             41 => [
  12894.                                                                 'key' => 'Cayman Islands',
  12895.                                                                 'value' => 'KY',
  12896.                                                             ],
  12897.                                                             42 => [
  12898.                                                                 'key' => 'Central African Republic',
  12899.                                                                 'value' => 'CF',
  12900.                                                             ],
  12901.                                                             43 => [
  12902.                                                                 'key' => 'Chad',
  12903.                                                                 'value' => 'TD',
  12904.                                                             ],
  12905.                                                             44 => [
  12906.                                                                 'key' => 'Chile',
  12907.                                                                 'value' => 'CL',
  12908.                                                             ],
  12909.                                                             45 => [
  12910.                                                                 'key' => 'China',
  12911.                                                                 'value' => 'CN',
  12912.                                                             ],
  12913.                                                             46 => [
  12914.                                                                 'key' => 'Christmas Island',
  12915.                                                                 'value' => 'CX',
  12916.                                                             ],
  12917.                                                             47 => [
  12918.                                                                 'key' => 'Cocos (Keeling) Islands',
  12919.                                                                 'value' => 'CC',
  12920.                                                             ],
  12921.                                                             48 => [
  12922.                                                                 'key' => 'Colombia',
  12923.                                                                 'value' => 'CO',
  12924.                                                             ],
  12925.                                                             49 => [
  12926.                                                                 'key' => 'Comoros',
  12927.                                                                 'value' => 'KM',
  12928.                                                             ],
  12929.                                                             50 => [
  12930.                                                                 'key' => 'Congo - Brazzaville',
  12931.                                                                 'value' => 'CG',
  12932.                                                             ],
  12933.                                                             51 => [
  12934.                                                                 'key' => 'Congo - Kinshasa',
  12935.                                                                 'value' => 'CD',
  12936.                                                             ],
  12937.                                                             52 => [
  12938.                                                                 'key' => 'Cook Islands',
  12939.                                                                 'value' => 'CK',
  12940.                                                             ],
  12941.                                                             53 => [
  12942.                                                                 'key' => 'Costa Rica',
  12943.                                                                 'value' => 'CR',
  12944.                                                             ],
  12945.                                                             54 => [
  12946.                                                                 'key' => 'Croatia',
  12947.                                                                 'value' => 'HR',
  12948.                                                             ],
  12949.                                                             55 => [
  12950.                                                                 'key' => 'Cuba',
  12951.                                                                 'value' => 'CU',
  12952.                                                             ],
  12953.                                                             56 => [
  12954.                                                                 'key' => 'Curaçao',
  12955.                                                                 'value' => 'CW',
  12956.                                                             ],
  12957.                                                             57 => [
  12958.                                                                 'key' => 'Cyprus',
  12959.                                                                 'value' => 'CY',
  12960.                                                             ],
  12961.                                                             58 => [
  12962.                                                                 'key' => 'Czechia',
  12963.                                                                 'value' => 'CZ',
  12964.                                                             ],
  12965.                                                             59 => [
  12966.                                                                 'key' => 'Côte d’Ivoire',
  12967.                                                                 'value' => 'CI',
  12968.                                                             ],
  12969.                                                             60 => [
  12970.                                                                 'key' => 'Denmark',
  12971.                                                                 'value' => 'DK',
  12972.                                                             ],
  12973.                                                             61 => [
  12974.                                                                 'key' => 'Djibouti',
  12975.                                                                 'value' => 'DJ',
  12976.                                                             ],
  12977.                                                             62 => [
  12978.                                                                 'key' => 'Dominica',
  12979.                                                                 'value' => 'DM',
  12980.                                                             ],
  12981.                                                             63 => [
  12982.                                                                 'key' => 'Dominican Republic',
  12983.                                                                 'value' => 'DO',
  12984.                                                             ],
  12985.                                                             64 => [
  12986.                                                                 'key' => 'Ecuador',
  12987.                                                                 'value' => 'EC',
  12988.                                                             ],
  12989.                                                             65 => [
  12990.                                                                 'key' => 'Egypt',
  12991.                                                                 'value' => 'EG',
  12992.                                                             ],
  12993.                                                             66 => [
  12994.                                                                 'key' => 'El Salvador',
  12995.                                                                 'value' => 'SV',
  12996.                                                             ],
  12997.                                                             67 => [
  12998.                                                                 'key' => 'Equatorial Guinea',
  12999.                                                                 'value' => 'GQ',
  13000.                                                             ],
  13001.                                                             68 => [
  13002.                                                                 'key' => 'Eritrea',
  13003.                                                                 'value' => 'ER',
  13004.                                                             ],
  13005.                                                             69 => [
  13006.                                                                 'key' => 'Estonia',
  13007.                                                                 'value' => 'EE',
  13008.                                                             ],
  13009.                                                             70 => [
  13010.                                                                 'key' => 'Eswatini',
  13011.                                                                 'value' => 'SZ',
  13012.                                                             ],
  13013.                                                             71 => [
  13014.                                                                 'key' => 'Ethiopia',
  13015.                                                                 'value' => 'ET',
  13016.                                                             ],
  13017.                                                             72 => [
  13018.                                                                 'key' => 'Falkland Islands',
  13019.                                                                 'value' => 'FK',
  13020.                                                             ],
  13021.                                                             73 => [
  13022.                                                                 'key' => 'Faroe Islands',
  13023.                                                                 'value' => 'FO',
  13024.                                                             ],
  13025.                                                             74 => [
  13026.                                                                 'key' => 'Fiji',
  13027.                                                                 'value' => 'FJ',
  13028.                                                             ],
  13029.                                                             75 => [
  13030.                                                                 'key' => 'Finland',
  13031.                                                                 'value' => 'FI',
  13032.                                                             ],
  13033.                                                             76 => [
  13034.                                                                 'key' => 'France',
  13035.                                                                 'value' => 'FR',
  13036.                                                             ],
  13037.                                                             77 => [
  13038.                                                                 'key' => 'French Guiana',
  13039.                                                                 'value' => 'GF',
  13040.                                                             ],
  13041.                                                             78 => [
  13042.                                                                 'key' => 'French Polynesia',
  13043.                                                                 'value' => 'PF',
  13044.                                                             ],
  13045.                                                             79 => [
  13046.                                                                 'key' => 'French Southern Territories',
  13047.                                                                 'value' => 'TF',
  13048.                                                             ],
  13049.                                                             80 => [
  13050.                                                                 'key' => 'Gabon',
  13051.                                                                 'value' => 'GA',
  13052.                                                             ],
  13053.                                                             81 => [
  13054.                                                                 'key' => 'Gambia',
  13055.                                                                 'value' => 'GM',
  13056.                                                             ],
  13057.                                                             82 => [
  13058.                                                                 'key' => 'Georgia',
  13059.                                                                 'value' => 'GE',
  13060.                                                             ],
  13061.                                                             83 => [
  13062.                                                                 'key' => 'Germany',
  13063.                                                                 'value' => 'DE',
  13064.                                                             ],
  13065.                                                             84 => [
  13066.                                                                 'key' => 'Ghana',
  13067.                                                                 'value' => 'GH',
  13068.                                                             ],
  13069.                                                             85 => [
  13070.                                                                 'key' => 'Gibraltar',
  13071.                                                                 'value' => 'GI',
  13072.                                                             ],
  13073.                                                             86 => [
  13074.                                                                 'key' => 'Greece',
  13075.                                                                 'value' => 'GR',
  13076.                                                             ],
  13077.                                                             87 => [
  13078.                                                                 'key' => 'Greenland',
  13079.                                                                 'value' => 'GL',
  13080.                                                             ],
  13081.                                                             88 => [
  13082.                                                                 'key' => 'Grenada',
  13083.                                                                 'value' => 'GD',
  13084.                                                             ],
  13085.                                                             89 => [
  13086.                                                                 'key' => 'Guadeloupe',
  13087.                                                                 'value' => 'GP',
  13088.                                                             ],
  13089.                                                             90 => [
  13090.                                                                 'key' => 'Guam',
  13091.                                                                 'value' => 'GU',
  13092.                                                             ],
  13093.                                                             91 => [
  13094.                                                                 'key' => 'Guatemala',
  13095.                                                                 'value' => 'GT',
  13096.                                                             ],
  13097.                                                             92 => [
  13098.                                                                 'key' => 'Guernsey',
  13099.                                                                 'value' => 'GG',
  13100.                                                             ],
  13101.                                                             93 => [
  13102.                                                                 'key' => 'Guinea',
  13103.                                                                 'value' => 'GN',
  13104.                                                             ],
  13105.                                                             94 => [
  13106.                                                                 'key' => 'Guinea-Bissau',
  13107.                                                                 'value' => 'GW',
  13108.                                                             ],
  13109.                                                             95 => [
  13110.                                                                 'key' => 'Guyana',
  13111.                                                                 'value' => 'GY',
  13112.                                                             ],
  13113.                                                             96 => [
  13114.                                                                 'key' => 'Haiti',
  13115.                                                                 'value' => 'HT',
  13116.                                                             ],
  13117.                                                             97 => [
  13118.                                                                 'key' => 'Heard & McDonald Islands',
  13119.                                                                 'value' => 'HM',
  13120.                                                             ],
  13121.                                                             98 => [
  13122.                                                                 'key' => 'Honduras',
  13123.                                                                 'value' => 'HN',
  13124.                                                             ],
  13125.                                                             99 => [
  13126.                                                                 'key' => 'Hong Kong SAR China',
  13127.                                                                 'value' => 'HK',
  13128.                                                             ],
  13129.                                                             100 => [
  13130.                                                                 'key' => 'Hungary',
  13131.                                                                 'value' => 'HU',
  13132.                                                             ],
  13133.                                                             101 => [
  13134.                                                                 'key' => 'Iceland',
  13135.                                                                 'value' => 'IS',
  13136.                                                             ],
  13137.                                                             102 => [
  13138.                                                                 'key' => 'India',
  13139.                                                                 'value' => 'IN',
  13140.                                                             ],
  13141.                                                             103 => [
  13142.                                                                 'key' => 'Indonesia',
  13143.                                                                 'value' => 'ID',
  13144.                                                             ],
  13145.                                                             104 => [
  13146.                                                                 'key' => 'Iran',
  13147.                                                                 'value' => 'IR',
  13148.                                                             ],
  13149.                                                             105 => [
  13150.                                                                 'key' => 'Iraq',
  13151.                                                                 'value' => 'IQ',
  13152.                                                             ],
  13153.                                                             106 => [
  13154.                                                                 'key' => 'Ireland',
  13155.                                                                 'value' => 'IE',
  13156.                                                             ],
  13157.                                                             107 => [
  13158.                                                                 'key' => 'Isle of Man',
  13159.                                                                 'value' => 'IM',
  13160.                                                             ],
  13161.                                                             108 => [
  13162.                                                                 'key' => 'Israel',
  13163.                                                                 'value' => 'IL',
  13164.                                                             ],
  13165.                                                             109 => [
  13166.                                                                 'key' => 'Italy',
  13167.                                                                 'value' => 'IT',
  13168.                                                             ],
  13169.                                                             110 => [
  13170.                                                                 'key' => 'Jamaica',
  13171.                                                                 'value' => 'JM',
  13172.                                                             ],
  13173.                                                             111 => [
  13174.                                                                 'key' => 'Japan',
  13175.                                                                 'value' => 'JP',
  13176.                                                             ],
  13177.                                                             112 => [
  13178.                                                                 'key' => 'Jersey',
  13179.                                                                 'value' => 'JE',
  13180.                                                             ],
  13181.                                                             113 => [
  13182.                                                                 'key' => 'Jordan',
  13183.                                                                 'value' => 'JO',
  13184.                                                             ],
  13185.                                                             114 => [
  13186.                                                                 'key' => 'Kazakhstan',
  13187.                                                                 'value' => 'KZ',
  13188.                                                             ],
  13189.                                                             115 => [
  13190.                                                                 'key' => 'Kenya',
  13191.                                                                 'value' => 'KE',
  13192.                                                             ],
  13193.                                                             116 => [
  13194.                                                                 'key' => 'Kiribati',
  13195.                                                                 'value' => 'KI',
  13196.                                                             ],
  13197.                                                             117 => [
  13198.                                                                 'key' => 'Kuwait',
  13199.                                                                 'value' => 'KW',
  13200.                                                             ],
  13201.                                                             118 => [
  13202.                                                                 'key' => 'Kyrgyzstan',
  13203.                                                                 'value' => 'KG',
  13204.                                                             ],
  13205.                                                             119 => [
  13206.                                                                 'key' => 'Laos',
  13207.                                                                 'value' => 'LA',
  13208.                                                             ],
  13209.                                                             120 => [
  13210.                                                                 'key' => 'Latvia',
  13211.                                                                 'value' => 'LV',
  13212.                                                             ],
  13213.                                                             121 => [
  13214.                                                                 'key' => 'Lebanon',
  13215.                                                                 'value' => 'LB',
  13216.                                                             ],
  13217.                                                             122 => [
  13218.                                                                 'key' => 'Lesotho',
  13219.                                                                 'value' => 'LS',
  13220.                                                             ],
  13221.                                                             123 => [
  13222.                                                                 'key' => 'Liberia',
  13223.                                                                 'value' => 'LR',
  13224.                                                             ],
  13225.                                                             124 => [
  13226.                                                                 'key' => 'Libya',
  13227.                                                                 'value' => 'LY',
  13228.                                                             ],
  13229.                                                             125 => [
  13230.                                                                 'key' => 'Liechtenstein',
  13231.                                                                 'value' => 'LI',
  13232.                                                             ],
  13233.                                                             126 => [
  13234.                                                                 'key' => 'Lithuania',
  13235.                                                                 'value' => 'LT',
  13236.                                                             ],
  13237.                                                             127 => [
  13238.                                                                 'key' => 'Luxembourg',
  13239.                                                                 'value' => 'LU',
  13240.                                                             ],
  13241.                                                             128 => [
  13242.                                                                 'key' => 'Macao SAR China',
  13243.                                                                 'value' => 'MO',
  13244.                                                             ],
  13245.                                                             129 => [
  13246.                                                                 'key' => 'Madagascar',
  13247.                                                                 'value' => 'MG',
  13248.                                                             ],
  13249.                                                             130 => [
  13250.                                                                 'key' => 'Malawi',
  13251.                                                                 'value' => 'MW',
  13252.                                                             ],
  13253.                                                             131 => [
  13254.                                                                 'key' => 'Malaysia',
  13255.                                                                 'value' => 'MY',
  13256.                                                             ],
  13257.                                                             132 => [
  13258.                                                                 'key' => 'Maldives',
  13259.                                                                 'value' => 'MV',
  13260.                                                             ],
  13261.                                                             133 => [
  13262.                                                                 'key' => 'Mali',
  13263.                                                                 'value' => 'ML',
  13264.                                                             ],
  13265.                                                             134 => [
  13266.                                                                 'key' => 'Malta',
  13267.                                                                 'value' => 'MT',
  13268.                                                             ],
  13269.                                                             135 => [
  13270.                                                                 'key' => 'Marshall Islands',
  13271.                                                                 'value' => 'MH',
  13272.                                                             ],
  13273.                                                             136 => [
  13274.                                                                 'key' => 'Martinique',
  13275.                                                                 'value' => 'MQ',
  13276.                                                             ],
  13277.                                                             137 => [
  13278.                                                                 'key' => 'Mauritania',
  13279.                                                                 'value' => 'MR',
  13280.                                                             ],
  13281.                                                             138 => [
  13282.                                                                 'key' => 'Mauritius',
  13283.                                                                 'value' => 'MU',
  13284.                                                             ],
  13285.                                                             139 => [
  13286.                                                                 'key' => 'Mayotte',
  13287.                                                                 'value' => 'YT',
  13288.                                                             ],
  13289.                                                             140 => [
  13290.                                                                 'key' => 'Mexico',
  13291.                                                                 'value' => 'MX',
  13292.                                                             ],
  13293.                                                             141 => [
  13294.                                                                 'key' => 'Micronesia',
  13295.                                                                 'value' => 'FM',
  13296.                                                             ],
  13297.                                                             142 => [
  13298.                                                                 'key' => 'Moldova',
  13299.                                                                 'value' => 'MD',
  13300.                                                             ],
  13301.                                                             143 => [
  13302.                                                                 'key' => 'Monaco',
  13303.                                                                 'value' => 'MC',
  13304.                                                             ],
  13305.                                                             144 => [
  13306.                                                                 'key' => 'Mongolia',
  13307.                                                                 'value' => 'MN',
  13308.                                                             ],
  13309.                                                             145 => [
  13310.                                                                 'key' => 'Montenegro',
  13311.                                                                 'value' => 'ME',
  13312.                                                             ],
  13313.                                                             146 => [
  13314.                                                                 'key' => 'Montserrat',
  13315.                                                                 'value' => 'MS',
  13316.                                                             ],
  13317.                                                             147 => [
  13318.                                                                 'key' => 'Morocco',
  13319.                                                                 'value' => 'MA',
  13320.                                                             ],
  13321.                                                             148 => [
  13322.                                                                 'key' => 'Mozambique',
  13323.                                                                 'value' => 'MZ',
  13324.                                                             ],
  13325.                                                             149 => [
  13326.                                                                 'key' => 'Myanmar (Burma)',
  13327.                                                                 'value' => 'MM',
  13328.                                                             ],
  13329.                                                             150 => [
  13330.                                                                 'key' => 'Namibia',
  13331.                                                                 'value' => 'NA',
  13332.                                                             ],
  13333.                                                             151 => [
  13334.                                                                 'key' => 'Nauru',
  13335.                                                                 'value' => 'NR',
  13336.                                                             ],
  13337.                                                             152 => [
  13338.                                                                 'key' => 'Nepal',
  13339.                                                                 'value' => 'NP',
  13340.                                                             ],
  13341.                                                             153 => [
  13342.                                                                 'key' => 'Netherlands',
  13343.                                                                 'value' => 'NL',
  13344.                                                             ],
  13345.                                                             154 => [
  13346.                                                                 'key' => 'New Caledonia',
  13347.                                                                 'value' => 'NC',
  13348.                                                             ],
  13349.                                                             155 => [
  13350.                                                                 'key' => 'New Zealand',
  13351.                                                                 'value' => 'NZ',
  13352.                                                             ],
  13353.                                                             156 => [
  13354.                                                                 'key' => 'Nicaragua',
  13355.                                                                 'value' => 'NI',
  13356.                                                             ],
  13357.                                                             157 => [
  13358.                                                                 'key' => 'Niger',
  13359.                                                                 'value' => 'NE',
  13360.                                                             ],
  13361.                                                             158 => [
  13362.                                                                 'key' => 'Nigeria',
  13363.                                                                 'value' => 'NG',
  13364.                                                             ],
  13365.                                                             159 => [
  13366.                                                                 'key' => 'Niue',
  13367.                                                                 'value' => 'NU',
  13368.                                                             ],
  13369.                                                             160 => [
  13370.                                                                 'key' => 'Norfolk Island',
  13371.                                                                 'value' => 'NF',
  13372.                                                             ],
  13373.                                                             161 => [
  13374.                                                                 'key' => 'North Korea',
  13375.                                                                 'value' => 'KP',
  13376.                                                             ],
  13377.                                                             162 => [
  13378.                                                                 'key' => 'North Macedonia',
  13379.                                                                 'value' => 'MK',
  13380.                                                             ],
  13381.                                                             163 => [
  13382.                                                                 'key' => 'Northern Mariana Islands',
  13383.                                                                 'value' => 'MP',
  13384.                                                             ],
  13385.                                                             164 => [
  13386.                                                                 'key' => 'Norway',
  13387.                                                                 'value' => 'NO',
  13388.                                                             ],
  13389.                                                             165 => [
  13390.                                                                 'key' => 'Oman',
  13391.                                                                 'value' => 'OM',
  13392.                                                             ],
  13393.                                                             166 => [
  13394.                                                                 'key' => 'Pakistan',
  13395.                                                                 'value' => 'PK',
  13396.                                                             ],
  13397.                                                             167 => [
  13398.                                                                 'key' => 'Palau',
  13399.                                                                 'value' => 'PW',
  13400.                                                             ],
  13401.                                                             168 => [
  13402.                                                                 'key' => 'Palestinian Territories',
  13403.                                                                 'value' => 'PS',
  13404.                                                             ],
  13405.                                                             169 => [
  13406.                                                                 'key' => 'Panama',
  13407.                                                                 'value' => 'PA',
  13408.                                                             ],
  13409.                                                             170 => [
  13410.                                                                 'key' => 'Papua New Guinea',
  13411.                                                                 'value' => 'PG',
  13412.                                                             ],
  13413.                                                             171 => [
  13414.                                                                 'key' => 'Paraguay',
  13415.                                                                 'value' => 'PY',
  13416.                                                             ],
  13417.                                                             172 => [
  13418.                                                                 'key' => 'Peru',
  13419.                                                                 'value' => 'PE',
  13420.                                                             ],
  13421.                                                             173 => [
  13422.                                                                 'key' => 'Philippines',
  13423.                                                                 'value' => 'PH',
  13424.                                                             ],
  13425.                                                             174 => [
  13426.                                                                 'key' => 'Pitcairn Islands',
  13427.                                                                 'value' => 'PN',
  13428.                                                             ],
  13429.                                                             175 => [
  13430.                                                                 'key' => 'Poland',
  13431.                                                                 'value' => 'PL',
  13432.                                                             ],
  13433.                                                             176 => [
  13434.                                                                 'key' => 'Portugal',
  13435.                                                                 'value' => 'PT',
  13436.                                                             ],
  13437.                                                             177 => [
  13438.                                                                 'key' => 'Puerto Rico',
  13439.                                                                 'value' => 'PR',
  13440.                                                             ],
  13441.                                                             178 => [
  13442.                                                                 'key' => 'Qatar',
  13443.                                                                 'value' => 'QA',
  13444.                                                             ],
  13445.                                                             179 => [
  13446.                                                                 'key' => 'Romania',
  13447.                                                                 'value' => 'RO',
  13448.                                                             ],
  13449.                                                             180 => [
  13450.                                                                 'key' => 'Russia',
  13451.                                                                 'value' => 'RU',
  13452.                                                             ],
  13453.                                                             181 => [
  13454.                                                                 'key' => 'Rwanda',
  13455.                                                                 'value' => 'RW',
  13456.                                                             ],
  13457.                                                             182 => [
  13458.                                                                 'key' => 'Réunion',
  13459.                                                                 'value' => 'RE',
  13460.                                                             ],
  13461.                                                             183 => [
  13462.                                                                 'key' => 'Samoa',
  13463.                                                                 'value' => 'WS',
  13464.                                                             ],
  13465.                                                             184 => [
  13466.                                                                 'key' => 'San Marino',
  13467.                                                                 'value' => 'SM',
  13468.                                                             ],
  13469.                                                             185 => [
  13470.                                                                 'key' => 'Saudi Arabia',
  13471.                                                                 'value' => 'SA',
  13472.                                                             ],
  13473.                                                             186 => [
  13474.                                                                 'key' => 'Senegal',
  13475.                                                                 'value' => 'SN',
  13476.                                                             ],
  13477.                                                             187 => [
  13478.                                                                 'key' => 'Serbia',
  13479.                                                                 'value' => 'RS',
  13480.                                                             ],
  13481.                                                             188 => [
  13482.                                                                 'key' => 'Seychelles',
  13483.                                                                 'value' => 'SC',
  13484.                                                             ],
  13485.                                                             189 => [
  13486.                                                                 'key' => 'Sierra Leone',
  13487.                                                                 'value' => 'SL',
  13488.                                                             ],
  13489.                                                             190 => [
  13490.                                                                 'key' => 'Singapore',
  13491.                                                                 'value' => 'SG',
  13492.                                                             ],
  13493.                                                             191 => [
  13494.                                                                 'key' => 'Sint Maarten',
  13495.                                                                 'value' => 'SX',
  13496.                                                             ],
  13497.                                                             192 => [
  13498.                                                                 'key' => 'Slovakia',
  13499.                                                                 'value' => 'SK',
  13500.                                                             ],
  13501.                                                             193 => [
  13502.                                                                 'key' => 'Slovenia',
  13503.                                                                 'value' => 'SI',
  13504.                                                             ],
  13505.                                                             194 => [
  13506.                                                                 'key' => 'Solomon Islands',
  13507.                                                                 'value' => 'SB',
  13508.                                                             ],
  13509.                                                             195 => [
  13510.                                                                 'key' => 'Somalia',
  13511.                                                                 'value' => 'SO',
  13512.                                                             ],
  13513.                                                             196 => [
  13514.                                                                 'key' => 'South Africa',
  13515.                                                                 'value' => 'ZA',
  13516.                                                             ],
  13517.                                                             197 => [
  13518.                                                                 'key' => 'South Georgia & South Sandwich Islands',
  13519.                                                                 'value' => 'GS',
  13520.                                                             ],
  13521.                                                             198 => [
  13522.                                                                 'key' => 'South Korea',
  13523.                                                                 'value' => 'KR',
  13524.                                                             ],
  13525.                                                             199 => [
  13526.                                                                 'key' => 'South Sudan',
  13527.                                                                 'value' => 'SS',
  13528.                                                             ],
  13529.                                                             200 => [
  13530.                                                                 'key' => 'Spain',
  13531.                                                                 'value' => 'ES',
  13532.                                                             ],
  13533.                                                             201 => [
  13534.                                                                 'key' => 'Sri Lanka',
  13535.                                                                 'value' => 'LK',
  13536.                                                             ],
  13537.                                                             202 => [
  13538.                                                                 'key' => 'St. Barthélemy',
  13539.                                                                 'value' => 'BL',
  13540.                                                             ],
  13541.                                                             203 => [
  13542.                                                                 'key' => 'St. Helena',
  13543.                                                                 'value' => 'SH',
  13544.                                                             ],
  13545.                                                             204 => [
  13546.                                                                 'key' => 'St. Kitts & Nevis',
  13547.                                                                 'value' => 'KN',
  13548.                                                             ],
  13549.                                                             205 => [
  13550.                                                                 'key' => 'St. Lucia',
  13551.                                                                 'value' => 'LC',
  13552.                                                             ],
  13553.                                                             206 => [
  13554.                                                                 'key' => 'St. Martin',
  13555.                                                                 'value' => 'MF',
  13556.                                                             ],
  13557.                                                             207 => [
  13558.                                                                 'key' => 'St. Pierre & Miquelon',
  13559.                                                                 'value' => 'PM',
  13560.                                                             ],
  13561.                                                             208 => [
  13562.                                                                 'key' => 'St. Vincent & Grenadines',
  13563.                                                                 'value' => 'VC',
  13564.                                                             ],
  13565.                                                             209 => [
  13566.                                                                 'key' => 'Sudan',
  13567.                                                                 'value' => 'SD',
  13568.                                                             ],
  13569.                                                             210 => [
  13570.                                                                 'key' => 'Suriname',
  13571.                                                                 'value' => 'SR',
  13572.                                                             ],
  13573.                                                             211 => [
  13574.                                                                 'key' => 'Svalbard & Jan Mayen',
  13575.                                                                 'value' => 'SJ',
  13576.                                                             ],
  13577.                                                             212 => [
  13578.                                                                 'key' => 'Sweden',
  13579.                                                                 'value' => 'SE',
  13580.                                                             ],
  13581.                                                             213 => [
  13582.                                                                 'key' => 'Switzerland',
  13583.                                                                 'value' => 'CH',
  13584.                                                             ],
  13585.                                                             214 => [
  13586.                                                                 'key' => 'Syria',
  13587.                                                                 'value' => 'SY',
  13588.                                                             ],
  13589.                                                             215 => [
  13590.                                                                 'key' => 'São Tomé & Príncipe',
  13591.                                                                 'value' => 'ST',
  13592.                                                             ],
  13593.                                                             216 => [
  13594.                                                                 'key' => 'Taiwan',
  13595.                                                                 'value' => 'TW',
  13596.                                                             ],
  13597.                                                             217 => [
  13598.                                                                 'key' => 'Tajikistan',
  13599.                                                                 'value' => 'TJ',
  13600.                                                             ],
  13601.                                                             218 => [
  13602.                                                                 'key' => 'Tanzania',
  13603.                                                                 'value' => 'TZ',
  13604.                                                             ],
  13605.                                                             219 => [
  13606.                                                                 'key' => 'Thailand',
  13607.                                                                 'value' => 'TH',
  13608.                                                             ],
  13609.                                                             220 => [
  13610.                                                                 'key' => 'Timor-Leste',
  13611.                                                                 'value' => 'TL',
  13612.                                                             ],
  13613.                                                             221 => [
  13614.                                                                 'key' => 'Togo',
  13615.                                                                 'value' => 'TG',
  13616.                                                             ],
  13617.                                                             222 => [
  13618.                                                                 'key' => 'Tokelau',
  13619.                                                                 'value' => 'TK',
  13620.                                                             ],
  13621.                                                             223 => [
  13622.                                                                 'key' => 'Tonga',
  13623.                                                                 'value' => 'TO',
  13624.                                                             ],
  13625.                                                             224 => [
  13626.                                                                 'key' => 'Trinidad & Tobago',
  13627.                                                                 'value' => 'TT',
  13628.                                                             ],
  13629.                                                             225 => [
  13630.                                                                 'key' => 'Tunisia',
  13631.                                                                 'value' => 'TN',
  13632.                                                             ],
  13633.                                                             226 => [
  13634.                                                                 'key' => 'Turkey',
  13635.                                                                 'value' => 'TR',
  13636.                                                             ],
  13637.                                                             227 => [
  13638.                                                                 'key' => 'Turkmenistan',
  13639.                                                                 'value' => 'TM',
  13640.                                                             ],
  13641.                                                             228 => [
  13642.                                                                 'key' => 'Turks & Caicos Islands',
  13643.                                                                 'value' => 'TC',
  13644.                                                             ],
  13645.                                                             229 => [
  13646.                                                                 'key' => 'Tuvalu',
  13647.                                                                 'value' => 'TV',
  13648.                                                             ],
  13649.                                                             230 => [
  13650.                                                                 'key' => 'U.S. Outlying Islands',
  13651.                                                                 'value' => 'UM',
  13652.                                                             ],
  13653.                                                             231 => [
  13654.                                                                 'key' => 'U.S. Virgin Islands',
  13655.                                                                 'value' => 'VI',
  13656.                                                             ],
  13657.                                                             232 => [
  13658.                                                                 'key' => 'Uganda',
  13659.                                                                 'value' => 'UG',
  13660.                                                             ],
  13661.                                                             233 => [
  13662.                                                                 'key' => 'Ukraine',
  13663.                                                                 'value' => 'UA',
  13664.                                                             ],
  13665.                                                             234 => [
  13666.                                                                 'key' => 'United Arab Emirates',
  13667.                                                                 'value' => 'AE',
  13668.                                                             ],
  13669.                                                             235 => [
  13670.                                                                 'key' => 'United Kingdom',
  13671.                                                                 'value' => 'GB',
  13672.                                                             ],
  13673.                                                             236 => [
  13674.                                                                 'key' => 'United States',
  13675.                                                                 'value' => 'US',
  13676.                                                             ],
  13677.                                                             237 => [
  13678.                                                                 'key' => 'Uruguay',
  13679.                                                                 'value' => 'UY',
  13680.                                                             ],
  13681.                                                             238 => [
  13682.                                                                 'key' => 'Uzbekistan',
  13683.                                                                 'value' => 'UZ',
  13684.                                                             ],
  13685.                                                             239 => [
  13686.                                                                 'key' => 'Vanuatu',
  13687.                                                                 'value' => 'VU',
  13688.                                                             ],
  13689.                                                             240 => [
  13690.                                                                 'key' => 'Vatican City',
  13691.                                                                 'value' => 'VA',
  13692.                                                             ],
  13693.                                                             241 => [
  13694.                                                                 'key' => 'Venezuela',
  13695.                                                                 'value' => 'VE',
  13696.                                                             ],
  13697.                                                             242 => [
  13698.                                                                 'key' => 'Vietnam',
  13699.                                                                 'value' => 'VN',
  13700.                                                             ],
  13701.                                                             243 => [
  13702.                                                                 'key' => 'Wallis & Futuna',
  13703.                                                                 'value' => 'WF',
  13704.                                                             ],
  13705.                                                             244 => [
  13706.                                                                 'key' => 'Western Sahara',
  13707.                                                                 'value' => 'EH',
  13708.                                                             ],
  13709.                                                             245 => [
  13710.                                                                 'key' => 'Yemen',
  13711.                                                                 'value' => 'YE',
  13712.                                                             ],
  13713.                                                             246 => [
  13714.                                                                 'key' => 'Zambia',
  13715.                                                                 'value' => 'ZM',
  13716.                                                             ],
  13717.                                                             247 => [
  13718.                                                                 'key' => 'Zimbabwe',
  13719.                                                                 'value' => 'ZW',
  13720.                                                             ],
  13721.                                                             248 => [
  13722.                                                                 'key' => 'Ã…land Islands',
  13723.                                                                 'value' => 'AX',
  13724.                                                             ],
  13725.                                                         ],
  13726.                                                         'defaultValue' => NULL,
  13727.                                                         'optionsProviderClass' => NULL,
  13728.                                                         'optionsProviderData' => NULL,
  13729.                                                         'queryColumnType' => 'varchar',
  13730.                                                         'columnType' => 'varchar',
  13731.                                                         'columnLength' => 190,
  13732.                                                         'dynamicOptions' => false,
  13733.                                                         'name' => 'country',
  13734.                                                         'title' => 'Country',
  13735.                                                         'tooltip' => '',
  13736.                                                         'mandatory' => false,
  13737.                                                         'noteditable' => false,
  13738.                                                         'index' => false,
  13739.                                                         'locked' => false,
  13740.                                                         'style' => '',
  13741.                                                         'permissions' => NULL,
  13742.                                                         'datatype' => 'data',
  13743.                                                         'relationType' => false,
  13744.                                                         'invisible' => false,
  13745.                                                         'visibleGridView' => false,
  13746.                                                         'visibleSearch' => false,
  13747.                                                     ],
  13748.                                                 ],
  13749.                                                 'isOperator' => false,
  13750.                                             ],
  13751.                                             => [
  13752.                                                 'attributes' => [
  13753.                                                     'attribute' => 'categories',
  13754.                                                     'label' => 'Categories',
  13755.                                                     'dataType' => 'manyToManyObjectRelation',
  13756.                                                     'layout' => [
  13757.                                                         'fieldtype' => 'manyToManyObjectRelation',
  13758.                                                         'width' => '',
  13759.                                                         'height' => '',
  13760.                                                         'maxItems' => '',
  13761.                                                         'queryColumnType' => 'text',
  13762.                                                         'relationType' => true,
  13763.                                                         'visibleFields' => 'id,name,fullpath',
  13764.                                                         'allowToCreateNewObject' => true,
  13765.                                                         'optimizedAdminLoading' => false,
  13766.                                                         'visibleFieldDefinitions' => [
  13767.                                                             'id' => [
  13768.                                                                 'name' => 'id',
  13769.                                                                 'title' => 'ID',
  13770.                                                                 'fieldtype' => 'input',
  13771.                                                             ],
  13772.                                                             'name' => [
  13773.                                                                 'name' => 'name',
  13774.                                                                 'title' => 'Name',
  13775.                                                                 'fieldtype' => 'input',
  13776.                                                             ],
  13777.                                                             'fullpath' => [
  13778.                                                                 'name' => 'fullpath',
  13779.                                                                 'title' => 'Full Path',
  13780.                                                                 'fieldtype' => 'input',
  13781.                                                             ],
  13782.                                                         ],
  13783.                                                         'classes' => [
  13784.                                                             => [
  13785.                                                                 'classes' => 'Category',
  13786.                                                             ],
  13787.                                                         ],
  13788.                                                         'pathFormatterClass' => '',
  13789.                                                         'name' => 'categories',
  13790.                                                         'title' => 'Categories',
  13791.                                                         'tooltip' => '',
  13792.                                                         'mandatory' => false,
  13793.                                                         'noteditable' => false,
  13794.                                                         'index' => false,
  13795.                                                         'locked' => false,
  13796.                                                         'style' => '',
  13797.                                                         'permissions' => NULL,
  13798.                                                         'datatype' => 'data',
  13799.                                                         'invisible' => false,
  13800.                                                         'visibleGridView' => false,
  13801.                                                         'visibleSearch' => false,
  13802.                                                     ],
  13803.                                                 ],
  13804.                                                 'isOperator' => false,
  13805.                                             ],
  13806.                                             10 => [
  13807.                                                 'attributes' => [
  13808.                                                     'attribute' => 'location',
  13809.                                                     'label' => 'Location',
  13810.                                                     'dataType' => 'geopoint',
  13811.                                                     'layout' => [
  13812.                                                         'fieldtype' => 'geopoint',
  13813.                                                         'queryColumnType' => [
  13814.                                                             'longitude' => 'double',
  13815.                                                             'latitude' => 'double',
  13816.                                                         ],
  13817.                                                         'columnType' => [
  13818.                                                             'longitude' => 'double',
  13819.                                                             'latitude' => 'double',
  13820.                                                         ],
  13821.                                                         'lat' => 0,
  13822.                                                         'lng' => 0,
  13823.                                                         'zoom' => 1,
  13824.                                                         'width' => NULL,
  13825.                                                         'height' => NULL,
  13826.                                                         'mapType' => 'roadmap',
  13827.                                                         'name' => 'location',
  13828.                                                         'title' => 'Location',
  13829.                                                         'tooltip' => '',
  13830.                                                         'mandatory' => false,
  13831.                                                         'noteditable' => false,
  13832.                                                         'index' => false,
  13833.                                                         'locked' => false,
  13834.                                                         'style' => '',
  13835.                                                         'permissions' => NULL,
  13836.                                                         'datatype' => 'data',
  13837.                                                         'relationType' => false,
  13838.                                                         'invisible' => false,
  13839.                                                         'visibleGridView' => false,
  13840.                                                         'visibleSearch' => false,
  13841.                                                     ],
  13842.                                                 ],
  13843.                                                 'isOperator' => false,
  13844.                                             ],
  13845.                                             11 => [
  13846.                                                 'attributes' => [
  13847.                                                     'attribute' => 'objectType',
  13848.                                                     'label' => 'Object Type',
  13849.                                                     'dataType' => 'select',
  13850.                                                     'layout' => [
  13851.                                                         'fieldtype' => 'select',
  13852.                                                         'options' => [
  13853.                                                             => [
  13854.                                                                 'key' => 'Actual-Car',
  13855.                                                                 'value' => 'actual-car',
  13856.                                                                 'id' => 'extModel1585-1',
  13857.                                                             ],
  13858.                                                             => [
  13859.                                                                 'key' => 'Virtual-Car',
  13860.                                                                 'value' => 'virtual-car',
  13861.                                                                 'id' => 'extModel1585-2',
  13862.                                                             ],
  13863.                                                         ],
  13864.                                                         'width' => 300,
  13865.                                                         'defaultValue' => 'actual-car',
  13866.                                                         'optionsProviderClass' => '',
  13867.                                                         'optionsProviderData' => '',
  13868.                                                         'queryColumnType' => 'varchar',
  13869.                                                         'columnType' => 'varchar',
  13870.                                                         'columnLength' => 190,
  13871.                                                         'dynamicOptions' => false,
  13872.                                                         'name' => 'objectType',
  13873.                                                         'title' => 'Object Type',
  13874.                                                         'tooltip' => '',
  13875.                                                         'mandatory' => false,
  13876.                                                         'noteditable' => false,
  13877.                                                         'index' => false,
  13878.                                                         'locked' => false,
  13879.                                                         'style' => '',
  13880.                                                         'permissions' => NULL,
  13881.                                                         'datatype' => 'data',
  13882.                                                         'relationType' => false,
  13883.                                                         'invisible' => false,
  13884.                                                         'visibleGridView' => false,
  13885.                                                         'visibleSearch' => false,
  13886.                                                     ],
  13887.                                                 ],
  13888.                                                 'isOperator' => false,
  13889.                                             ],
  13890.                                         ],
  13891.                                     ],
  13892.                                 ],
  13893.                             ],
  13894.                             'specialEntities' => [
  13895.                                 'document' => [
  13896.                                     'read' => false,
  13897.                                     'create' => false,
  13898.                                     'update' => false,
  13899.                                     'delete' => false,
  13900.                                 ],
  13901.                                 'document_folder' => [
  13902.                                     'read' => false,
  13903.                                     'create' => false,
  13904.                                     'update' => false,
  13905.                                     'delete' => false,
  13906.                                 ],
  13907.                                 'asset' => [
  13908.                                     'read' => true,
  13909.                                     'create' => false,
  13910.                                     'update' => false,
  13911.                                     'delete' => false,
  13912.                                 ],
  13913.                                 'asset_folder' => [
  13914.                                     'read' => false,
  13915.                                     'create' => false,
  13916.                                     'update' => false,
  13917.                                     'delete' => false,
  13918.                                 ],
  13919.                                 'asset_listing' => [
  13920.                                     'read' => false,
  13921.                                     'create' => false,
  13922.                                     'update' => false,
  13923.                                     'delete' => false,
  13924.                                 ],
  13925.                                 'object_folder' => [
  13926.                                     'read' => false,
  13927.                                     'create' => false,
  13928.                                     'update' => false,
  13929.                                     'delete' => false,
  13930.                                 ],
  13931.                             ],
  13932.                         ],
  13933.                         'security' => [
  13934.                             'method' => 'datahub_apikey',
  13935.                             'apikey' => '6332aa5e6d3d6c0be31da2a8b3442113',
  13936.                             'skipPermissionCheck' => false,
  13937.                         ],
  13938.                         'workspaces' => [
  13939.                             'asset' => [
  13940.                                 => [
  13941.                                     'read' => true,
  13942.                                     'cpath' => '/1. Brand Logos',
  13943.                                     'create' => false,
  13944.                                     'update' => false,
  13945.                                     'delete' => false,
  13946.                                     'id' => 'extModel1664-1',
  13947.                                 ],
  13948.                             ],
  13949.                             'document' => [
  13950.                             ],
  13951.                             'object' => [
  13952.                                 => [
  13953.                                     'read' => true,
  13954.                                     'cpath' => '/Product Data',
  13955.                                     'create' => true,
  13956.                                     'update' => true,
  13957.                                     'delete' => false,
  13958.                                     'id' => 'extModel1696-4',
  13959.                                 ],
  13960.                             ],
  13961.                         ],
  13962.                     ],
  13963.                     'events' => [
  13964.                         'general' => [
  13965.                             'active' => true,
  13966.                             'type' => 'graphql',
  13967.                             'name' => 'events',
  13968.                             'description' => '',
  13969.                             'sqlObjectCondition' => '',
  13970.                             'path' => NULL,
  13971.                             'modificationDate' => 1642000795,
  13972.                             'createDate' => 1637486093,
  13973.                         ],
  13974.                         'schema' => [
  13975.                             'queryEntities' => [
  13976.                                 'Event' => [
  13977.                                     'id' => 'Event',
  13978.                                     'name' => 'Event',
  13979.                                     'columnConfig' => [
  13980.                                         'columns' => [
  13981.                                             => [
  13982.                                                 'attributes' => [
  13983.                                                     'attribute' => 'title',
  13984.                                                     'label' => 'title',
  13985.                                                     'dataType' => 'input',
  13986.                                                     'layout' => [
  13987.                                                         'fieldtype' => 'input',
  13988.                                                         'width' => 540,
  13989.                                                         'queryColumnType' => 'varchar',
  13990.                                                         'columnType' => 'varchar',
  13991.                                                         'columnLength' => 255,
  13992.                                                         'phpdocType' => 'string',
  13993.                                                         'regex' => '',
  13994.                                                         'unique' => false,
  13995.                                                         'showCharCount' => false,
  13996.                                                         'name' => 'title',
  13997.                                                         'title' => 'title',
  13998.                                                         'tooltip' => '',
  13999.                                                         'mandatory' => false,
  14000.                                                         'noteditable' => false,
  14001.                                                         'index' => false,
  14002.                                                         'locked' => false,
  14003.                                                         'style' => '',
  14004.                                                         'permissions' => NULL,
  14005.                                                         'datatype' => 'data',
  14006.                                                         'relationType' => false,
  14007.                                                         'invisible' => false,
  14008.                                                         'visibleGridView' => true,
  14009.                                                         'visibleSearch' => true,
  14010.                                                     ],
  14011.                                                 ],
  14012.                                                 'isOperator' => false,
  14013.                                             ],
  14014.                                             => [
  14015.                                                 'attributes' => [
  14016.                                                     'attribute' => 'description',
  14017.                                                     'label' => 'Description',
  14018.                                                     'dataType' => 'wysiwyg',
  14019.                                                     'layout' => [
  14020.                                                         'fieldtype' => 'wysiwyg',
  14021.                                                         'width' => 640,
  14022.                                                         'height' => 250,
  14023.                                                         'queryColumnType' => 'longtext',
  14024.                                                         'columnType' => 'longtext',
  14025.                                                         'phpdocType' => 'string',
  14026.                                                         'toolbarConfig' => '',
  14027.                                                         'excludeFromSearchIndex' => false,
  14028.                                                         'name' => 'description',
  14029.                                                         'title' => 'Description',
  14030.                                                         'tooltip' => '',
  14031.                                                         'mandatory' => false,
  14032.                                                         'noteditable' => false,
  14033.                                                         'index' => false,
  14034.                                                         'locked' => false,
  14035.                                                         'style' => '',
  14036.                                                         'permissions' => NULL,
  14037.                                                         'datatype' => 'data',
  14038.                                                         'relationType' => false,
  14039.                                                         'invisible' => false,
  14040.                                                         'visibleGridView' => true,
  14041.                                                         'visibleSearch' => true,
  14042.                                                     ],
  14043.                                                 ],
  14044.                                                 'isOperator' => false,
  14045.                                             ],
  14046.                                             => [
  14047.                                                 'attributes' => [
  14048.                                                     'attribute' => 'locationAddress',
  14049.                                                     'label' => 'Location Address',
  14050.                                                     'dataType' => 'textarea',
  14051.                                                     'layout' => [
  14052.                                                         'fieldtype' => 'textarea',
  14053.                                                         'width' => 550,
  14054.                                                         'height' => 100,
  14055.                                                         'maxLength' => NULL,
  14056.                                                         'showCharCount' => false,
  14057.                                                         'excludeFromSearchIndex' => false,
  14058.                                                         'queryColumnType' => 'longtext',
  14059.                                                         'columnType' => 'longtext',
  14060.                                                         'phpdocType' => 'string',
  14061.                                                         'name' => 'locationAddress',
  14062.                                                         'title' => 'Location Address',
  14063.                                                         'tooltip' => '',
  14064.                                                         'mandatory' => false,
  14065.                                                         'noteditable' => false,
  14066.                                                         'index' => false,
  14067.                                                         'locked' => false,
  14068.                                                         'style' => '',
  14069.                                                         'permissions' => NULL,
  14070.                                                         'datatype' => 'data',
  14071.                                                         'relationType' => false,
  14072.                                                         'invisible' => false,
  14073.                                                         'visibleGridView' => false,
  14074.                                                         'visibleSearch' => false,
  14075.                                                     ],
  14076.                                                 ],
  14077.                                                 'isOperator' => false,
  14078.                                             ],
  14079.                                             => [
  14080.                                                 'attributes' => [
  14081.                                                     'attribute' => 'locationMap',
  14082.                                                     'label' => 'Location Map',
  14083.                                                     'dataType' => 'geopoint',
  14084.                                                     'layout' => [
  14085.                                                         'fieldtype' => 'geopoint',
  14086.                                                         'queryColumnType' => [
  14087.                                                             'longitude' => 'double',
  14088.                                                             'latitude' => 'double',
  14089.                                                         ],
  14090.                                                         'columnType' => [
  14091.                                                             'longitude' => 'double',
  14092.                                                             'latitude' => 'double',
  14093.                                                         ],
  14094.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\Geopoint',
  14095.                                                         'lat' => 0,
  14096.                                                         'lng' => 0,
  14097.                                                         'zoom' => 1,
  14098.                                                         'mapType' => 'roadmap',
  14099.                                                         'name' => 'locationMap',
  14100.                                                         'title' => 'Location Map',
  14101.                                                         'tooltip' => '',
  14102.                                                         'mandatory' => false,
  14103.                                                         'noteditable' => false,
  14104.                                                         'index' => false,
  14105.                                                         'locked' => false,
  14106.                                                         'style' => '',
  14107.                                                         'permissions' => NULL,
  14108.                                                         'datatype' => 'data',
  14109.                                                         'relationType' => false,
  14110.                                                         'invisible' => false,
  14111.                                                         'visibleGridView' => false,
  14112.                                                         'visibleSearch' => false,
  14113.                                                     ],
  14114.                                                 ],
  14115.                                                 'isOperator' => false,
  14116.                                             ],
  14117.                                             => [
  14118.                                                 'attributes' => [
  14119.                                                     'attribute' => 'cars',
  14120.                                                     'label' => 'Cars',
  14121.                                                     'dataType' => 'manyToManyObjectRelation',
  14122.                                                     'layout' => [
  14123.                                                         'fieldtype' => 'manyToManyObjectRelation',
  14124.                                                         'width' => '',
  14125.                                                         'height' => '',
  14126.                                                         'maxItems' => '',
  14127.                                                         'queryColumnType' => 'text',
  14128.                                                         'phpdocType' => 'array',
  14129.                                                         'relationType' => true,
  14130.                                                         'visibleFields' => [
  14131.                                                         ],
  14132.                                                         'optimizedAdminLoading' => false,
  14133.                                                         'visibleFieldDefinitions' => [
  14134.                                                         ],
  14135.                                                         'lazyLoading' => true,
  14136.                                                         'classes' => [
  14137.                                                             => [
  14138.                                                                 'classes' => 'Car',
  14139.                                                             ],
  14140.                                                         ],
  14141.                                                         'pathFormatterClass' => '',
  14142.                                                         'name' => 'cars',
  14143.                                                         'title' => 'Cars',
  14144.                                                         'tooltip' => '',
  14145.                                                         'mandatory' => false,
  14146.                                                         'noteditable' => false,
  14147.                                                         'index' => false,
  14148.                                                         'locked' => false,
  14149.                                                         'style' => '',
  14150.                                                         'permissions' => NULL,
  14151.                                                         'datatype' => 'data',
  14152.                                                         'invisible' => false,
  14153.                                                         'visibleGridView' => false,
  14154.                                                         'visibleSearch' => false,
  14155.                                                     ],
  14156.                                                 ],
  14157.                                                 'isOperator' => false,
  14158.                                             ],
  14159.                                             => [
  14160.                                                 'isOperator' => true,
  14161.                                                 'attributes' => [
  14162.                                                     'label' => 'FromDate',
  14163.                                                     'type' => 'operator',
  14164.                                                     'class' => 'DateFormatter',
  14165.                                                     'format' => 'D, M d Y',
  14166.                                                     'childs' => [
  14167.                                                         => [
  14168.                                                             'isOperator' => false,
  14169.                                                             'attributes' => [
  14170.                                                                 'label' => 'Start (fromDate)',
  14171.                                                                 'type' => 'value',
  14172.                                                                 'class' => 'DefaultValue',
  14173.                                                                 'attribute' => 'fromDate',
  14174.                                                                 'dataType' => 'datetime',
  14175.                                                                 'childs' => [
  14176.                                                                 ],
  14177.                                                             ],
  14178.                                                         ],
  14179.                                                     ],
  14180.                                                 ],
  14181.                                                 'key' => '#5d83518861112',
  14182.                                             ],
  14183.                                             => [
  14184.                                                 'isOperator' => true,
  14185.                                                 'attributes' => [
  14186.                                                     'label' => 'ToDate',
  14187.                                                     'type' => 'operator',
  14188.                                                     'class' => 'DateFormatter',
  14189.                                                     'format' => 'D, M d Y',
  14190.                                                     'childs' => [
  14191.                                                         => [
  14192.                                                             'isOperator' => false,
  14193.                                                             'attributes' => [
  14194.                                                                 'label' => 'End (toDate)',
  14195.                                                                 'type' => 'value',
  14196.                                                                 'class' => 'DefaultValue',
  14197.                                                                 'attribute' => 'toDate',
  14198.                                                                 'dataType' => 'datetime',
  14199.                                                                 'childs' => [
  14200.                                                                 ],
  14201.                                                             ],
  14202.                                                         ],
  14203.                                                     ],
  14204.                                                 ],
  14205.                                                 'key' => '#5d83518861115',
  14206.                                             ],
  14207.                                             => [
  14208.                                                 'isOperator' => true,
  14209.                                                 'attributes' => [
  14210.                                                     'label' => 'FromTime',
  14211.                                                     'type' => 'operator',
  14212.                                                     'class' => 'DateFormatter',
  14213.                                                     'format' => 'h:i A',
  14214.                                                     'childs' => [
  14215.                                                         => [
  14216.                                                             'isOperator' => false,
  14217.                                                             'attributes' => [
  14218.                                                                 'label' => 'Start (fromDate)',
  14219.                                                                 'type' => 'value',
  14220.                                                                 'class' => 'DefaultValue',
  14221.                                                                 'attribute' => 'fromDate',
  14222.                                                                 'dataType' => 'datetime',
  14223.                                                                 'childs' => [
  14224.                                                                 ],
  14225.                                                             ],
  14226.                                                         ],
  14227.                                                     ],
  14228.                                                 ],
  14229.                                                 'key' => '#5d83518861116',
  14230.                                             ],
  14231.                                             => [
  14232.                                                 'isOperator' => true,
  14233.                                                 'attributes' => [
  14234.                                                     'label' => 'ToTime',
  14235.                                                     'type' => 'operator',
  14236.                                                     'class' => 'DateFormatter',
  14237.                                                     'format' => 'h:i A',
  14238.                                                     'childs' => [
  14239.                                                         => [
  14240.                                                             'isOperator' => false,
  14241.                                                             'attributes' => [
  14242.                                                                 'label' => 'End (toDate)',
  14243.                                                                 'type' => 'value',
  14244.                                                                 'class' => 'DefaultValue',
  14245.                                                                 'attribute' => 'toDate',
  14246.                                                                 'dataType' => 'datetime',
  14247.                                                                 'childs' => [
  14248.                                                                 ],
  14249.                                                             ],
  14250.                                                         ],
  14251.                                                     ],
  14252.                                                 ],
  14253.                                                 'key' => '#5d83518861117',
  14254.                                             ],
  14255.                                             => [
  14256.                                                 'attributes' => [
  14257.                                                     'attribute' => 'mainImage',
  14258.                                                     'label' => 'Image',
  14259.                                                     'dataType' => 'image',
  14260.                                                     'layout' => [
  14261.                                                         'fieldtype' => 'image',
  14262.                                                         'width' => 500,
  14263.                                                         'height' => 350,
  14264.                                                         'uploadPath' => '',
  14265.                                                         'queryColumnType' => 'int(11)',
  14266.                                                         'columnType' => 'int(11)',
  14267.                                                         'phpdocType' => '\\Pimcore\\Model\\Asset\\Image',
  14268.                                                         'name' => 'mainImage',
  14269.                                                         'title' => 'Image',
  14270.                                                         'tooltip' => '',
  14271.                                                         'mandatory' => false,
  14272.                                                         'noteditable' => false,
  14273.                                                         'index' => false,
  14274.                                                         'locked' => false,
  14275.                                                         'style' => '',
  14276.                                                         'permissions' => NULL,
  14277.                                                         'datatype' => 'data',
  14278.                                                         'relationType' => false,
  14279.                                                         'invisible' => false,
  14280.                                                         'visibleGridView' => false,
  14281.                                                         'visibleSearch' => false,
  14282.                                                     ],
  14283.                                                 ],
  14284.                                                 'isOperator' => false,
  14285.                                             ],
  14286.                                             10 => [
  14287.                                                 'attributes' => [
  14288.                                                     'attribute' => 'video',
  14289.                                                     'label' => 'Video',
  14290.                                                     'dataType' => 'video',
  14291.                                                     'layout' => [
  14292.                                                         'fieldtype' => 'video',
  14293.                                                         'width' => 500,
  14294.                                                         'height' => 350,
  14295.                                                         'queryColumnType' => 'text',
  14296.                                                         'columnType' => 'text',
  14297.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\Video',
  14298.                                                         'name' => 'video',
  14299.                                                         'title' => 'Video',
  14300.                                                         'tooltip' => '',
  14301.                                                         'mandatory' => false,
  14302.                                                         'noteditable' => false,
  14303.                                                         'index' => false,
  14304.                                                         'locked' => false,
  14305.                                                         'style' => '',
  14306.                                                         'permissions' => NULL,
  14307.                                                         'datatype' => 'data',
  14308.                                                         'relationType' => false,
  14309.                                                         'invisible' => false,
  14310.                                                         'visibleGridView' => false,
  14311.                                                         'visibleSearch' => false,
  14312.                                                     ],
  14313.                                                 ],
  14314.                                                 'isOperator' => false,
  14315.                                             ],
  14316.                                             11 => [
  14317.                                                 'attributes' => [
  14318.                                                     'attribute' => 'images',
  14319.                                                     'label' => 'Additional Images',
  14320.                                                     'dataType' => 'imageGallery',
  14321.                                                     'layout' => [
  14322.                                                         'fieldtype' => 'imageGallery',
  14323.                                                         'queryColumnType' => [
  14324.                                                             'images' => 'text',
  14325.                                                             'hotspots' => 'text',
  14326.                                                         ],
  14327.                                                         'columnType' => [
  14328.                                                             'images' => 'text',
  14329.                                                             'hotspots' => 'text',
  14330.                                                         ],
  14331.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\ImageGallery',
  14332.                                                         'width' => 300,
  14333.                                                         'height' => 200,
  14334.                                                         'uploadPath' => '',
  14335.                                                         'ratioX' => NULL,
  14336.                                                         'ratioY' => NULL,
  14337.                                                         'predefinedDataTemplates' => '',
  14338.                                                         'name' => 'images',
  14339.                                                         'title' => 'Additional Images',
  14340.                                                         'tooltip' => '',
  14341.                                                         'mandatory' => false,
  14342.                                                         'noteditable' => false,
  14343.                                                         'index' => false,
  14344.                                                         'locked' => false,
  14345.                                                         'style' => '',
  14346.                                                         'permissions' => NULL,
  14347.                                                         'datatype' => 'data',
  14348.                                                         'relationType' => false,
  14349.                                                         'invisible' => false,
  14350.                                                         'visibleGridView' => false,
  14351.                                                         'visibleSearch' => false,
  14352.                                                     ],
  14353.                                                 ],
  14354.                                                 'isOperator' => false,
  14355.                                             ],
  14356.                                             12 => [
  14357.                                                 'attributes' => [
  14358.                                                     'attribute' => 'tags',
  14359.                                                     'label' => 'Tags',
  14360.                                                     'dataType' => 'multiselect',
  14361.                                                     'layout' => [
  14362.                                                         'fieldtype' => 'multiselect',
  14363.                                                         'options' => [
  14364.                                                             => [
  14365.                                                                 'key' => '1960',
  14366.                                                                 'value' => '1960',
  14367.                                                             ],
  14368.                                                             => [
  14369.                                                                 'key' => 'BMW Group',
  14370.                                                                 'value' => 'BMW Group',
  14371.                                                             ],
  14372.                                                             => [
  14373.                                                                 'key' => 'Vintage',
  14374.                                                                 'value' => 'Vintage',
  14375.                                                             ],
  14376.                                                             => [
  14377.                                                                 'key' => 'Ferrari',
  14378.                                                                 'value' => 'Ferrari',
  14379.                                                             ],
  14380.                                                         ],
  14381.                                                         'width' => 500,
  14382.                                                         'height' => '',
  14383.                                                         'maxItems' => '',
  14384.                                                         'renderType' => 'tags',
  14385.                                                         'optionsProviderClass' => '',
  14386.                                                         'optionsProviderData' => '',
  14387.                                                         'queryColumnType' => 'text',
  14388.                                                         'columnType' => 'text',
  14389.                                                         'phpdocType' => 'array',
  14390.                                                         'dynamicOptions' => false,
  14391.                                                         'name' => 'tags',
  14392.                                                         'title' => 'Tags',
  14393.                                                         'tooltip' => '',
  14394.                                                         'mandatory' => false,
  14395.                                                         'noteditable' => false,
  14396.                                                         'index' => false,
  14397.                                                         'locked' => false,
  14398.                                                         'style' => 'margin-left:50px',
  14399.                                                         'permissions' => NULL,
  14400.                                                         'datatype' => 'data',
  14401.                                                         'relationType' => false,
  14402.                                                         'invisible' => false,
  14403.                                                         'visibleGridView' => false,
  14404.                                                         'visibleSearch' => false,
  14405.                                                     ],
  14406.                                                 ],
  14407.                                                 'isOperator' => false,
  14408.                                             ],
  14409.                                             13 => [
  14410.                                                 'attributes' => [
  14411.                                                     'attribute' => 'contactName',
  14412.                                                     'label' => 'Name',
  14413.                                                     'dataType' => 'input',
  14414.                                                     'layout' => [
  14415.                                                         'fieldtype' => 'input',
  14416.                                                         'width' => 250,
  14417.                                                         'queryColumnType' => 'varchar',
  14418.                                                         'columnType' => 'varchar',
  14419.                                                         'columnLength' => 255,
  14420.                                                         'phpdocType' => 'string',
  14421.                                                         'regex' => '',
  14422.                                                         'unique' => false,
  14423.                                                         'showCharCount' => false,
  14424.                                                         'name' => 'contactName',
  14425.                                                         'title' => 'Name',
  14426.                                                         'tooltip' => '',
  14427.                                                         'mandatory' => false,
  14428.                                                         'noteditable' => false,
  14429.                                                         'index' => false,
  14430.                                                         'locked' => false,
  14431.                                                         'style' => '',
  14432.                                                         'permissions' => NULL,
  14433.                                                         'datatype' => 'data',
  14434.                                                         'relationType' => false,
  14435.                                                         'invisible' => false,
  14436.                                                         'visibleGridView' => true,
  14437.                                                         'visibleSearch' => true,
  14438.                                                     ],
  14439.                                                 ],
  14440.                                                 'isOperator' => false,
  14441.                                             ],
  14442.                                             14 => [
  14443.                                                 'attributes' => [
  14444.                                                     'attribute' => 'contactPhone',
  14445.                                                     'label' => 'Phone',
  14446.                                                     'dataType' => 'input',
  14447.                                                     'layout' => [
  14448.                                                         'fieldtype' => 'input',
  14449.                                                         'width' => 250,
  14450.                                                         'queryColumnType' => 'varchar',
  14451.                                                         'columnType' => 'varchar',
  14452.                                                         'columnLength' => 190,
  14453.                                                         'phpdocType' => 'string',
  14454.                                                         'regex' => '',
  14455.                                                         'unique' => false,
  14456.                                                         'showCharCount' => false,
  14457.                                                         'name' => 'contactPhone',
  14458.                                                         'title' => 'Phone',
  14459.                                                         'tooltip' => '',
  14460.                                                         'mandatory' => false,
  14461.                                                         'noteditable' => false,
  14462.                                                         'index' => false,
  14463.                                                         'locked' => false,
  14464.                                                         'style' => '',
  14465.                                                         'permissions' => NULL,
  14466.                                                         'datatype' => 'data',
  14467.                                                         'relationType' => false,
  14468.                                                         'invisible' => false,
  14469.                                                         'visibleGridView' => true,
  14470.                                                         'visibleSearch' => true,
  14471.                                                     ],
  14472.                                                 ],
  14473.                                                 'isOperator' => false,
  14474.                                             ],
  14475.                                             15 => [
  14476.                                                 'attributes' => [
  14477.                                                     'attribute' => 'contactEmail',
  14478.                                                     'label' => 'Email',
  14479.                                                     'dataType' => 'input',
  14480.                                                     'layout' => [
  14481.                                                         'fieldtype' => 'input',
  14482.                                                         'width' => 350,
  14483.                                                         'queryColumnType' => 'varchar',
  14484.                                                         'columnType' => 'varchar',
  14485.                                                         'columnLength' => 190,
  14486.                                                         'phpdocType' => 'string',
  14487.                                                         'regex' => '',
  14488.                                                         'unique' => false,
  14489.                                                         'showCharCount' => false,
  14490.                                                         'name' => 'contactEmail',
  14491.                                                         'title' => 'Email',
  14492.                                                         'tooltip' => '',
  14493.                                                         'mandatory' => false,
  14494.                                                         'noteditable' => false,
  14495.                                                         'index' => false,
  14496.                                                         'locked' => false,
  14497.                                                         'style' => '',
  14498.                                                         'permissions' => NULL,
  14499.                                                         'datatype' => 'data',
  14500.                                                         'relationType' => false,
  14501.                                                         'invisible' => false,
  14502.                                                         'visibleGridView' => false,
  14503.                                                         'visibleSearch' => false,
  14504.                                                     ],
  14505.                                                 ],
  14506.                                                 'isOperator' => false,
  14507.                                             ],
  14508.                                             16 => [
  14509.                                                 'attributes' => [
  14510.                                                     'attribute' => 'contactAddress',
  14511.                                                     'label' => 'Address',
  14512.                                                     'dataType' => 'textarea',
  14513.                                                     'layout' => [
  14514.                                                         'fieldtype' => 'textarea',
  14515.                                                         'width' => 550,
  14516.                                                         'height' => 100,
  14517.                                                         'maxLength' => NULL,
  14518.                                                         'showCharCount' => false,
  14519.                                                         'excludeFromSearchIndex' => false,
  14520.                                                         'queryColumnType' => 'longtext',
  14521.                                                         'columnType' => 'longtext',
  14522.                                                         'phpdocType' => 'string',
  14523.                                                         'name' => 'contactAddress',
  14524.                                                         'title' => 'Address',
  14525.                                                         'tooltip' => '',
  14526.                                                         'mandatory' => false,
  14527.                                                         'noteditable' => false,
  14528.                                                         'index' => false,
  14529.                                                         'locked' => false,
  14530.                                                         'style' => '',
  14531.                                                         'permissions' => NULL,
  14532.                                                         'datatype' => 'data',
  14533.                                                         'relationType' => false,
  14534.                                                         'invisible' => false,
  14535.                                                         'visibleGridView' => false,
  14536.                                                         'visibleSearch' => false,
  14537.                                                     ],
  14538.                                                 ],
  14539.                                                 'isOperator' => false,
  14540.                                             ],
  14541.                                         ],
  14542.                                     ],
  14543.                                 ],
  14544.                                 'Car' => [
  14545.                                     'id' => 'Car',
  14546.                                     'name' => 'Car',
  14547.                                     'columnConfig' => [
  14548.                                         'columns' => [
  14549.                                             => [
  14550.                                                 'attributes' => [
  14551.                                                     'attribute' => 'name',
  14552.                                                     'label' => 'Name',
  14553.                                                     'dataType' => 'input',
  14554.                                                     'layout' => [
  14555.                                                         'fieldtype' => 'input',
  14556.                                                         'width' => NULL,
  14557.                                                         'queryColumnType' => 'varchar',
  14558.                                                         'columnType' => 'varchar',
  14559.                                                         'columnLength' => 190,
  14560.                                                         'phpdocType' => 'string',
  14561.                                                         'regex' => '',
  14562.                                                         'unique' => false,
  14563.                                                         'showCharCount' => false,
  14564.                                                         'name' => 'name',
  14565.                                                         'title' => 'Name',
  14566.                                                         'tooltip' => '',
  14567.                                                         'mandatory' => false,
  14568.                                                         'noteditable' => false,
  14569.                                                         'index' => false,
  14570.                                                         'locked' => false,
  14571.                                                         'style' => '',
  14572.                                                         'permissions' => NULL,
  14573.                                                         'datatype' => 'data',
  14574.                                                         'relationType' => false,
  14575.                                                         'invisible' => false,
  14576.                                                         'visibleGridView' => true,
  14577.                                                         'visibleSearch' => true,
  14578.                                                     ],
  14579.                                                 ],
  14580.                                                 'isOperator' => false,
  14581.                                             ],
  14582.                                             => [
  14583.                                                 'attributes' => [
  14584.                                                     'attribute' => 'description',
  14585.                                                     'label' => 'Description',
  14586.                                                     'dataType' => 'wysiwyg',
  14587.                                                     'layout' => [
  14588.                                                         'fieldtype' => 'wysiwyg',
  14589.                                                         'width' => '',
  14590.                                                         'height' => '',
  14591.                                                         'queryColumnType' => 'longtext',
  14592.                                                         'columnType' => 'longtext',
  14593.                                                         'phpdocType' => 'string',
  14594.                                                         'toolbarConfig' => '',
  14595.                                                         'excludeFromSearchIndex' => false,
  14596.                                                         'name' => 'description',
  14597.                                                         'title' => 'Description',
  14598.                                                         'tooltip' => '',
  14599.                                                         'mandatory' => false,
  14600.                                                         'noteditable' => false,
  14601.                                                         'index' => false,
  14602.                                                         'locked' => false,
  14603.                                                         'style' => '',
  14604.                                                         'permissions' => NULL,
  14605.                                                         'datatype' => 'data',
  14606.                                                         'relationType' => false,
  14607.                                                         'invisible' => false,
  14608.                                                         'visibleGridView' => false,
  14609.                                                         'visibleSearch' => false,
  14610.                                                     ],
  14611.                                                 ],
  14612.                                                 'isOperator' => false,
  14613.                                             ],
  14614.                                             => [
  14615.                                                 'attributes' => [
  14616.                                                     'attribute' => 'manufacturer',
  14617.                                                     'label' => 'Manufacturer',
  14618.                                                     'dataType' => 'manyToOneRelation',
  14619.                                                     'layout' => [
  14620.                                                         'fieldtype' => 'manyToOneRelation',
  14621.                                                         'width' => 400,
  14622.                                                         'assetUploadPath' => '',
  14623.                                                         'relationType' => true,
  14624.                                                         'queryColumnType' => [
  14625.                                                             'id' => 'int(11)',
  14626.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  14627.                                                         ],
  14628.                                                         'phpdocType' => '\\Pimcore\\Model\\Document\\Page | \\Pimcore\\Model\\Document\\Snippet | \\Pimcore\\Model\\Document | \\Pimcore\\Model\\Asset | \\Pimcore\\Model\\DataObject\\AbstractObject',
  14629.                                                         'objectsAllowed' => true,
  14630.                                                         'assetsAllowed' => false,
  14631.                                                         'assetTypes' => [
  14632.                                                         ],
  14633.                                                         'documentsAllowed' => false,
  14634.                                                         'documentTypes' => [
  14635.                                                         ],
  14636.                                                         'lazyLoading' => true,
  14637.                                                         'classes' => [
  14638.                                                             => [
  14639.                                                                 'classes' => 'Manufacturer',
  14640.                                                             ],
  14641.                                                         ],
  14642.                                                         'pathFormatterClass' => '',
  14643.                                                         'name' => 'manufacturer',
  14644.                                                         'title' => 'Manufacturer',
  14645.                                                         'tooltip' => '',
  14646.                                                         'mandatory' => false,
  14647.                                                         'noteditable' => false,
  14648.                                                         'index' => false,
  14649.                                                         'locked' => false,
  14650.                                                         'style' => '',
  14651.                                                         'permissions' => NULL,
  14652.                                                         'datatype' => 'data',
  14653.                                                         'invisible' => false,
  14654.                                                         'visibleGridView' => false,
  14655.                                                         'visibleSearch' => false,
  14656.                                                     ],
  14657.                                                 ],
  14658.                                                 'isOperator' => false,
  14659.                                             ],
  14660.                                             => [
  14661.                                                 'attributes' => [
  14662.                                                     'attribute' => 'carClass',
  14663.                                                     'label' => 'Class',
  14664.                                                     'dataType' => 'select',
  14665.                                                     'layout' => [
  14666.                                                         'fieldtype' => 'select',
  14667.                                                         'options' => [
  14668.                                                             => [
  14669.                                                                 'key' => 'Full-size luxury car',
  14670.                                                                 'value' => 'Full-size luxury car',
  14671.                                                             ],
  14672.                                                             => [
  14673.                                                                 'key' => 'Grand tourer',
  14674.                                                                 'value' => 'Grand tourer',
  14675.                                                             ],
  14676.                                                             => [
  14677.                                                                 'key' => 'Light commercial vehicle',
  14678.                                                                 'value' => 'Light commercial vehicle',
  14679.                                                             ],
  14680.                                                             => [
  14681.                                                                 'key' => 'Muscle Car',
  14682.                                                                 'value' => 'Muscle Car',
  14683.                                                             ],
  14684.                                                             => [
  14685.                                                                 'key' => 'City Car',
  14686.                                                                 'value' => 'City Car',
  14687.                                                             ],
  14688.                                                             => [
  14689.                                                                 'key' => 'Executive car',
  14690.                                                                 'value' => 'Executive car',
  14691.                                                             ],
  14692.                                                             => [
  14693.                                                                 'key' => 'Economy car',
  14694.                                                                 'value' => 'Economy car',
  14695.                                                             ],
  14696.                                                             => [
  14697.                                                                 'key' => 'Personal luxury car',
  14698.                                                                 'value' => 'Personal luxury car',
  14699.                                                             ],
  14700.                                                             => [
  14701.                                                                 'key' => 'Full-Size',
  14702.                                                                 'value' => 'Full-Size',
  14703.                                                             ],
  14704.                                                             => [
  14705.                                                                 'key' => 'Family car',
  14706.                                                                 'value' => 'Family car',
  14707.                                                             ],
  14708.                                                             10 => [
  14709.                                                                 'key' => 'Mid-size luxury',
  14710.                                                                 'value' => 'Mid-size luxury',
  14711.                                                             ],
  14712.                                                             11 => [
  14713.                                                                 'key' => 'sports car',
  14714.                                                                 'value' => 'sports car',
  14715.                                                             ],
  14716.                                                         ],
  14717.                                                         'width' => 300,
  14718.                                                         'defaultValue' => '',
  14719.                                                         'optionsProviderClass' => '',
  14720.                                                         'optionsProviderData' => '',
  14721.                                                         'queryColumnType' => 'varchar',
  14722.                                                         'columnType' => 'varchar',
  14723.                                                         'columnLength' => 190,
  14724.                                                         'phpdocType' => 'string',
  14725.                                                         'dynamicOptions' => false,
  14726.                                                         'name' => 'carClass',
  14727.                                                         'title' => 'Class',
  14728.                                                         'tooltip' => '',
  14729.                                                         'mandatory' => false,
  14730.                                                         'noteditable' => false,
  14731.                                                         'index' => false,
  14732.                                                         'locked' => false,
  14733.                                                         'style' => '',
  14734.                                                         'permissions' => NULL,
  14735.                                                         'datatype' => 'data',
  14736.                                                         'relationType' => false,
  14737.                                                         'invisible' => false,
  14738.                                                         'visibleGridView' => false,
  14739.                                                         'visibleSearch' => false,
  14740.                                                     ],
  14741.                                                 ],
  14742.                                                 'isOperator' => false,
  14743.                                             ],
  14744.                                             => [
  14745.                                                 'attributes' => [
  14746.                                                     'attribute' => 'productionYear',
  14747.                                                     'label' => 'Production Year',
  14748.                                                     'dataType' => 'numeric',
  14749.                                                     'layout' => [
  14750.                                                         'fieldtype' => 'numeric',
  14751.                                                         'width' => 300,
  14752.                                                         'defaultValue' => NULL,
  14753.                                                         'queryColumnType' => 'double',
  14754.                                                         'columnType' => 'double',
  14755.                                                         'phpdocType' => 'float',
  14756.                                                         'integer' => true,
  14757.                                                         'unsigned' => true,
  14758.                                                         'minValue' => NULL,
  14759.                                                         'maxValue' => NULL,
  14760.                                                         'unique' => false,
  14761.                                                         'decimalSize' => NULL,
  14762.                                                         'decimalPrecision' => NULL,
  14763.                                                         'name' => 'productionYear',
  14764.                                                         'title' => 'Production Year',
  14765.                                                         'tooltip' => '',
  14766.                                                         'mandatory' => false,
  14767.                                                         'noteditable' => false,
  14768.                                                         'index' => false,
  14769.                                                         'locked' => false,
  14770.                                                         'style' => '',
  14771.                                                         'permissions' => NULL,
  14772.                                                         'datatype' => 'data',
  14773.                                                         'relationType' => false,
  14774.                                                         'invisible' => false,
  14775.                                                         'visibleGridView' => false,
  14776.                                                         'visibleSearch' => false,
  14777.                                                     ],
  14778.                                                 ],
  14779.                                                 'isOperator' => false,
  14780.                                             ],
  14781.                                         ],
  14782.                                     ],
  14783.                                 ],
  14784.                                 'Manufacturer' => [
  14785.                                     'id' => 'Manufacturer',
  14786.                                     'name' => 'Manufacturer',
  14787.                                     'columnConfig' => [
  14788.                                         'columns' => [
  14789.                                             => [
  14790.                                                 'attributes' => [
  14791.                                                     'attribute' => 'name',
  14792.                                                     'label' => 'Name',
  14793.                                                     'dataType' => 'input',
  14794.                                                     'layout' => [
  14795.                                                         'fieldtype' => 'input',
  14796.                                                         'width' => 400,
  14797.                                                         'queryColumnType' => 'varchar',
  14798.                                                         'columnType' => 'varchar',
  14799.                                                         'columnLength' => 190,
  14800.                                                         'phpdocType' => 'string',
  14801.                                                         'regex' => '',
  14802.                                                         'unique' => false,
  14803.                                                         'showCharCount' => false,
  14804.                                                         'name' => 'name',
  14805.                                                         'title' => 'Name',
  14806.                                                         'tooltip' => '',
  14807.                                                         'mandatory' => false,
  14808.                                                         'noteditable' => false,
  14809.                                                         'index' => false,
  14810.                                                         'locked' => false,
  14811.                                                         'style' => '',
  14812.                                                         'permissions' => NULL,
  14813.                                                         'datatype' => 'data',
  14814.                                                         'relationType' => false,
  14815.                                                         'invisible' => false,
  14816.                                                         'visibleGridView' => true,
  14817.                                                         'visibleSearch' => true,
  14818.                                                     ],
  14819.                                                 ],
  14820.                                                 'isOperator' => false,
  14821.                                             ],
  14822.                                             => [
  14823.                                                 'attributes' => [
  14824.                                                     'attribute' => 'logo',
  14825.                                                     'label' => 'Logo',
  14826.                                                     'dataType' => 'image',
  14827.                                                     'layout' => [
  14828.                                                         'fieldtype' => 'image',
  14829.                                                         'width' => 500,
  14830.                                                         'height' => '',
  14831.                                                         'uploadPath' => '',
  14832.                                                         'queryColumnType' => 'int(11)',
  14833.                                                         'columnType' => 'int(11)',
  14834.                                                         'phpdocType' => '\\Pimcore\\Model\\Asset\\Image',
  14835.                                                         'name' => 'logo',
  14836.                                                         'title' => 'Logo',
  14837.                                                         'tooltip' => '',
  14838.                                                         'mandatory' => false,
  14839.                                                         'noteditable' => false,
  14840.                                                         'index' => false,
  14841.                                                         'locked' => false,
  14842.                                                         'style' => '',
  14843.                                                         'permissions' => NULL,
  14844.                                                         'datatype' => 'data',
  14845.                                                         'relationType' => false,
  14846.                                                         'invisible' => false,
  14847.                                                         'visibleGridView' => false,
  14848.                                                         'visibleSearch' => false,
  14849.                                                     ],
  14850.                                                 ],
  14851.                                                 'isOperator' => false,
  14852.                                             ],
  14853.                                         ],
  14854.                                     ],
  14855.                                 ],
  14856.                             ],
  14857.                             'mutationEntities' => [
  14858.                             ],
  14859.                             'specialEntities' => [
  14860.                                 'document' => [
  14861.                                     'read' => false,
  14862.                                     'create' => false,
  14863.                                     'update' => false,
  14864.                                     'delete' => false,
  14865.                                 ],
  14866.                                 'document_folder' => [
  14867.                                     'read' => false,
  14868.                                     'create' => false,
  14869.                                     'update' => false,
  14870.                                     'delete' => false,
  14871.                                 ],
  14872.                                 'asset' => [
  14873.                                     'read' => true,
  14874.                                     'create' => false,
  14875.                                     'update' => false,
  14876.                                     'delete' => false,
  14877.                                 ],
  14878.                                 'asset_folder' => [
  14879.                                     'read' => true,
  14880.                                     'create' => false,
  14881.                                     'update' => false,
  14882.                                     'delete' => false,
  14883.                                 ],
  14884.                                 'asset_listing' => [
  14885.                                     'read' => false,
  14886.                                     'create' => false,
  14887.                                     'update' => false,
  14888.                                     'delete' => false,
  14889.                                 ],
  14890.                                 'object_folder' => [
  14891.                                     'read' => false,
  14892.                                     'create' => false,
  14893.                                     'update' => false,
  14894.                                     'delete' => false,
  14895.                                 ],
  14896.                             ],
  14897.                         ],
  14898.                         'security' => [
  14899.                             'method' => 'datahub_apikey',
  14900.                             'apikey' => '8e0935fe948ccf727342e86015c00834',
  14901.                             'skipPermissionCheck' => false,
  14902.                         ],
  14903.                         'workspaces' => [
  14904.                             'asset' => [
  14905.                             ],
  14906.                             'document' => [
  14907.                             ],
  14908.                             'object' => [
  14909.                             ],
  14910.                         ],
  14911.                     ],
  14912.                 ],
  14913.             ],
  14914.             'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth1ResourceOwner',
  14915.             'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth2ResourceOwner',
  14916.             'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  14917.             'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  14918.             'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  14919.             'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  14920.             'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  14921.             'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  14922.             'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  14923.             'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  14924.             'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  14925.             'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  14926.             'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  14927.             'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  14928.             'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  14929.             'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  14930.             'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  14931.             'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  14932.             'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  14933.             'hwi_oauth.resource_owner.eve_online.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  14934.             'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  14935.             'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  14936.             'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  14937.             'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  14938.             'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  14939.             'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  14940.             'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  14941.             'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  14942.             'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  14943.             'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  14944.             'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  14945.             'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  14946.             'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  14947.             'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  14948.             'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  14949.             'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  14950.             'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  14951.             'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  14952.             'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  14953.             'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  14954.             'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  14955.             'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  14956.             'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  14957.             'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  14958.             'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  14959.             'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  14960.             'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  14961.             'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  14962.             'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  14963.             'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  14964.             'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  14965.             'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  14966.             'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  14967.             'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  14968.             'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  14969.             'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  14970.             'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  14971.             'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  14972.             'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  14973.             'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  14974.             'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  14975.             'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  14976.             'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  14977.             'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  14978.             'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  14979.             'hwi_oauth.firewall_names' => [
  14980.                 => 'demo_frontend',
  14981.             ],
  14982.             'hwi_oauth.target_path_parameter' => NULL,
  14983.             'hwi_oauth.target_path_domains_whitelist' => [
  14984.             ],
  14985.             'hwi_oauth.use_referer' => true,
  14986.             'hwi_oauth.failed_use_referer' => false,
  14987.             'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  14988.             'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  14989.             'hwi_oauth.resource_owners' => [
  14990.                 'google' => 'google',
  14991.                 'twitter' => 'twitter',
  14992.             ],
  14993.             'hwi_oauth.connect.confirmation' => false,
  14994.             'hwi_oauth.fosub_enabled' => false,
  14995.             'hwi_oauth.connect' => false,
  14996.             'data_collector.templates' => [
  14997.                 'Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector' => [
  14998.                     => 'pimcore',
  14999.                     => '@PimcoreCore/Profiler/data_collector.html.twig',
  15000.                 ],
  15001.                 'data_collector.request' => [
  15002.                     => 'request',
  15003.                     => '@WebProfiler/Collector/request.html.twig',
  15004.                 ],
  15005.                 'data_collector.time' => [
  15006.                     => 'time',
  15007.                     => '@WebProfiler/Collector/time.html.twig',
  15008.                 ],
  15009.                 'data_collector.memory' => [
  15010.                     => 'memory',
  15011.                     => '@WebProfiler/Collector/memory.html.twig',
  15012.                 ],
  15013.                 'data_collector.validator' => [
  15014.                     => 'validator',
  15015.                     => '@WebProfiler/Collector/validator.html.twig',
  15016.                 ],
  15017.                 'data_collector.ajax' => [
  15018.                     => 'ajax',
  15019.                     => '@WebProfiler/Collector/ajax.html.twig',
  15020.                 ],
  15021.                 'Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector' => [
  15022.                     => 'pimcore_targeting',
  15023.                     => '@PimcoreCore/Profiler/targeting_data_collector.html.twig',
  15024.                 ],
  15025.                 'data_collector.form' => [
  15026.                     => 'form',
  15027.                     => '@WebProfiler/Collector/form.html.twig',
  15028.                 ],
  15029.                 'data_collector.exception' => [
  15030.                     => 'exception',
  15031.                     => '@WebProfiler/Collector/exception.html.twig',
  15032.                 ],
  15033.                 'data_collector.logger' => [
  15034.                     => 'logger',
  15035.                     => '@WebProfiler/Collector/logger.html.twig',
  15036.                 ],
  15037.                 'data_collector.events' => [
  15038.                     => 'events',
  15039.                     => '@WebProfiler/Collector/events.html.twig',
  15040.                 ],
  15041.                 'data_collector.router' => [
  15042.                     => 'router',
  15043.                     => '@WebProfiler/Collector/router.html.twig',
  15044.                 ],
  15045.                 'data_collector.cache' => [
  15046.                     => 'cache',
  15047.                     => '@WebProfiler/Collector/cache.html.twig',
  15048.                 ],
  15049.                 'data_collector.translation' => [
  15050.                     => 'translation',
  15051.                     => '@WebProfiler/Collector/translation.html.twig',
  15052.                 ],
  15053.                 'data_collector.security' => [
  15054.                     => 'security',
  15055.                     => '@Security/Collector/security.html.twig',
  15056.                 ],
  15057.                 'data_collector.twig' => [
  15058.                     => 'twig',
  15059.                     => '@WebProfiler/Collector/twig.html.twig',
  15060.                 ],
  15061.                 'data_collector.http_client' => [
  15062.                     => 'http_client',
  15063.                     => '@WebProfiler/Collector/http_client.html.twig',
  15064.                 ],
  15065.                 'data_collector.doctrine' => [
  15066.                     => 'db',
  15067.                     => '@Doctrine/Collector/db.html.twig',
  15068.                 ],
  15069.                 'data_collector.dump' => [
  15070.                     => 'dump',
  15071.                     => '@Debug/Profiler/dump.html.twig',
  15072.                 ],
  15073.                 'httplug.collector.collector' => [
  15074.                     => 'httplug',
  15075.                     => '@Httplug/webprofiler.html.twig',
  15076.                 ],
  15077.                 'data_collector.messenger' => [
  15078.                     => 'messenger',
  15079.                     => '@WebProfiler/Collector/messenger.html.twig',
  15080.                 ],
  15081.                 'mailer.data_collector' => [
  15082.                     => 'mailer',
  15083.                     => '@WebProfiler/Collector/mailer.html.twig',
  15084.                 ],
  15085.                 'notifier.data_collector' => [
  15086.                     => 'notifier',
  15087.                     => '@WebProfiler/Collector/notifier.html.twig',
  15088.                 ],
  15089.                 'data_collector.config' => [
  15090.                     => 'config',
  15091.                     => '@WebProfiler/Collector/config.html.twig',
  15092.                 ],
  15093.             ],
  15094.             'pimcore.service_controllers' => [
  15095.                 'App\\Controller\\AccountController' => 'App\\Controller\\AccountController',
  15096.                 'App\\Controller\\BaseController' => 'App\\Controller\\BaseController',
  15097.                 'App\\Controller\\CartController' => 'App\\Controller\\CartController',
  15098.                 'App\\Controller\\CheckoutController' => 'App\\Controller\\CheckoutController',
  15099.                 'App\\Controller\\ContentController' => 'App\\Controller\\ContentController',
  15100.                 'App\\Controller\\DefaultController' => 'App\\Controller\\DefaultController',
  15101.                 'App\\Controller\\NewsController' => 'App\\Controller\\NewsController',
  15102.                 'App\\Controller\\PaymentController' => 'App\\Controller\\PaymentController',
  15103.                 'App\\Controller\\ProductController' => 'App\\Controller\\ProductController',
  15104.                 'App\\Controller\\Web2printController' => 'App\\Controller\\Web2printController',
  15105.                 'CustomerManagementFrameworkBundle\\Controller\\Admin' => 'CustomerManagementFrameworkBundle\\Controller\\Admin',
  15106.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\ActivitiesController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\ActivitiesController',
  15107.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\CustomersController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\CustomersController',
  15108.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\Customers\\FilterDefinitionController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\Customers\\FilterDefinitionController',
  15109.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\DuplicatesController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\DuplicatesController',
  15110.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\GDPRDataController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\GDPRDataController',
  15111.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\HelperController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\HelperController',
  15112.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\RulesController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\RulesController',
  15113.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\SegmentAssignmentController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\SegmentAssignmentController',
  15114.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\SettingsController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\SettingsController',
  15115.                 'CustomerManagementFrameworkBundle\\Controller\\Admin\\TemplatesController' => 'CustomerManagementFrameworkBundle\\Controller\\Admin\\TemplatesController',
  15116.                 'CustomerManagementFrameworkBundle\\Controller\\Preview\\ObjectPreviewController' => 'CustomerManagementFrameworkBundle\\Controller\\Preview\\ObjectPreviewController',
  15117.                 'CustomerManagementFrameworkBundle\\Controller\\Report\\TermSegmentBuilderController' => 'CustomerManagementFrameworkBundle\\Controller\\Report\\TermSegmentBuilderController',
  15118.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\ActivitiesController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\ActivitiesController',
  15119.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\CustomersController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\CustomersController',
  15120.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\DeletionsController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\DeletionsController',
  15121.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentGroupsController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentGroupsController',
  15122.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentsController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentsController',
  15123.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentsOfCustomersController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Api\\SegmentsOfCustomersController',
  15124.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Mailchimp\\WebhookController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Mailchimp\\WebhookController',
  15125.                 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Newsletter\\AdminController' => 'CustomerManagementFrameworkBundle\\Controller\\Rest\\Newsletter\\AdminController',
  15126.                 'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController' => 'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController',
  15127.                 'OutputDataConfigToolkitBundle\\Controller\\AdminController' => 'OutputDataConfigToolkitBundle\\Controller\\AdminController',
  15128.                 'OutputDataConfigToolkitBundle\\Controller\\ClassController' => 'OutputDataConfigToolkitBundle\\Controller\\ClassController',
  15129.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController',
  15130.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController',
  15131.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController',
  15132.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController',
  15133.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController',
  15134.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController',
  15135.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController',
  15136.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController',
  15137.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController',
  15138.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController',
  15139.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController',
  15140.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController',
  15141.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController',
  15142.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController',
  15143.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController',
  15144.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController',
  15145.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController',
  15146.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController',
  15147.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController',
  15148.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController',
  15149.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController',
  15150.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController',
  15151.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController',
  15152.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController',
  15153.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController',
  15154.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController',
  15155.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController',
  15156.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController',
  15157.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController',
  15158.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController',
  15159.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController',
  15160.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController',
  15161.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController',
  15162.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController',
  15163.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController',
  15164.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController',
  15165.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController',
  15166.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController',
  15167.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController',
  15168.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController',
  15169.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController',
  15170.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController',
  15171.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController',
  15172.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController',
  15173.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController',
  15174.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController',
  15175.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController',
  15176.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController',
  15177.                 'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController' => 'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController',
  15178.                 'Pimcore\\Bundle\\DataHubBundle\\Controller\\ConfigController' => 'Pimcore\\Bundle\\DataHubBundle\\Controller\\ConfigController',
  15179.                 'Pimcore\\Bundle\\DataHubBundle\\Controller\\GraphQLExplorerController' => 'Pimcore\\Bundle\\DataHubBundle\\Controller\\GraphQLExplorerController',
  15180.                 'Pimcore\\Bundle\\DataHubBundle\\Controller\\WebserviceController' => 'Pimcore\\Bundle\\DataHubBundle\\Controller\\WebserviceController',
  15181.                 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\AdminOrderController' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\AdminOrderController',
  15182.                 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\ConfigController' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\ConfigController',
  15183.                 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\FindologicController' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\FindologicController',
  15184.                 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\IndexController' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\IndexController',
  15185.                 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\PricingController' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\PricingController',
  15186.                 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\VoucherController' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\Controller\\VoucherController',
  15187.                 'Pimcore\\Bundle\\ObjectMergerBundle\\Controller\\AdminController' => 'Pimcore\\Bundle\\ObjectMergerBundle\\Controller\\AdminController',
  15188.                 'Web2PrintToolsBundle\\Controller\\AdminController' => 'Web2PrintToolsBundle\\Controller\\AdminController',
  15189.                 'kernel' => 'App\\Kernel',
  15190.             ],
  15191.             'console.command.ids' => [
  15192.                 => 'console.command.public_alias.App\\Command\\AssetCopyrightCommand',
  15193.                 => 'console.command.public_alias.App\\Command\\DataCommand',
  15194.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Bundle\\ListCommand',
  15195.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\CacheWarmingCommand',
  15196.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ClassCommand',
  15197.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\CustomLayoutCommand',
  15198.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\FieldCollectionCommand',
  15199.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ObjectBrickCommand',
  15200.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteClassificationStoreCommand',
  15201.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteUnusedLocaleDataCommand',
  15202.                 10 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\GeneratePagePreviews',
  15203.                 11 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\MigrateElementsCommand',
  15204.                 12 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\EmailLogsCleanupCommand',
  15205.                 13 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\GenerateStaticPagesCommand',
  15206.                 14 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalMigrationHelpersCommand',
  15207.                 15 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalModelDaoMappingGeneratorCommand',
  15208.                 16 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalUnicodeCldrLanguageTerritoryGeneratorCommand',
  15209.                 17 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\LowQualityImagePreviewCommand',
  15210.                 18 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MaintenanceModeCommand',
  15211.                 19 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MigrateStorageCommand',
  15212.                 20 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MysqlToolsCommand',
  15213.                 21 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RequirementsCheckCommand',
  15214.                 22 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ResetPasswordCommand',
  15215.                 23 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RunScriptCommand',
  15216.                 24 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\SearchBackendReindexCommand',
  15217.                 25 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsClearCommand',
  15218.                 26 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsImageCommand',
  15219.                 27 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsVideoCommand',
  15220.                 28 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\CleanupPendingOrdersCommand',
  15221.                 29 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\BootstrapCommand',
  15222.                 30 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\EsSyncCommand',
  15223.                 31 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\ProcessPreparationQueueCommand',
  15224.                 32 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\ProcessUpdateIndexQueueCommand',
  15225.                 33 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\IndexService\\ResetQueueCommand',
  15226.                 34 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\Voucher\\CleanupReservationsCommand',
  15227.                 35 => 'console.command.public_alias.Pimcore\\Bundle\\EcommerceFrameworkBundle\\Command\\Voucher\\CleanupStatisticsCommand',
  15228.                 36 => 'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\ActionTriggerQueueCommand',
  15229.                 37 => 'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\BuildSegmentsCommand',
  15230.                 38 => 'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\CronTriggerCommand',
  15231.                 39 => 'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\DuplicatesIndexCommand',
  15232.                 40 => 'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\MaintenanceCommand',
  15233.                 41 => 'console.command.public_alias.CustomerManagementFrameworkBundle\\Command\\SegmentAssignmentIndexCommand',
  15234.                 42 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\GraphQL\\RebuildDefinitionsCommand',
  15235.             ],
  15236.         ];
  15237.     }
  15238.     protected function throw($message)
  15239.     {
  15240.         throw new RuntimeException($message);
  15241.     }
  15242. }