var/cache/dev/Container1NW2bZx/App_KernelDevDebugContainer.php line 1299

Open in your IDE?
  1. <?php
  2. namespace Container1NW2bZx;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'Pimcore\\Cache\\Runtime' => true,
  31.             'Pimcore\\Extension\\Config' => true,
  32.             'kernel' => true,
  33.         ];
  34.         $this->methodMap = [
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  37.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  38.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  39.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  40.             '.container.private.session' => 'get_Container_Private_SessionService',
  41.             '.container.private.twig' => 'get_Container_Private_TwigService',
  42.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  43.             'Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler' => 'getContentSecurityPolicyHandlerService',
  44.             'Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler' => 'getCsrfProtectionHandlerService',
  45.             'Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver' => 'getTokenStorageUserResolverService',
  46.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener' => 'getFullPageCacheListenerService',
  47.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener' => 'getGoogleAnalyticsCodeListenerService',
  48.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener' => 'getGoogleTagManagerListenerService',
  49.             'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\ElasticSearchConfigService' => 'getElasticSearchConfigServiceService',
  50.             'Pimcore\\Cache\\Core\\CoreCacheHandler' => 'getCoreCacheHandlerService',
  51.             'Pimcore\\Config' => 'getConfigService',
  52.             'Pimcore\\Document\\Editable\\Block\\BlockStateStack' => 'getBlockStateStackService',
  53.             'Pimcore\\Document\\Renderer\\DocumentRenderer' => 'getDocumentRendererService',
  54.             'Pimcore\\Document\\StaticPageGenerator' => 'getStaticPageGeneratorService',
  55.             'Pimcore\\Extension\\Bundle\\PimcoreBundleManager' => 'getPimcoreBundleManagerService',
  56.             'Pimcore\\Extension\\Document\\Areabrick\\AreabrickManagerInterface' => 'getAreabrickManagerInterfaceService',
  57.             'Pimcore\\Http\\RequestHelper' => 'getRequestHelperService',
  58.             'Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver' => 'getOutputTimestampResolverService',
  59.             'Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver' => 'getPimcoreContextResolverService',
  60.             'Pimcore\\Http\\Request\\Resolver\\ResponseHeaderResolver' => 'getResponseHeaderResolverService',
  61.             'Pimcore\\Http\\Request\\Resolver\\SiteResolver' => 'getSiteResolverService',
  62.             'Pimcore\\Http\\Request\\Resolver\\StaticPageResolver' => 'getStaticPageResolverService',
  63.             'Pimcore\\Http\\Request\\Resolver\\ViewModelResolver' => 'getViewModelResolverService',
  64.             'Pimcore\\Http\\ResponseHelper' => 'getResponseHelperService',
  65.             'Pimcore\\Localization\\LocaleServiceInterface' => 'getLocaleServiceInterfaceService',
  66.             'Pimcore\\Model\\Document\\Editable\\Loader\\EditableLoader' => 'getEditableLoaderService',
  67.             'Pimcore\\Model\\Document\\Service' => 'getServiceService',
  68.             'Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator' => 'getDocumentTargetingConfiguratorService',
  69.             'Pimcore\\Templating\\GlobalVariables' => 'getGlobalVariablesService',
  70.             'Pimcore\\Templating\\LegacyTemplateGuesser' => 'getLegacyTemplateGuesserService',
  71.             'Pimcore\\Templating\\Loader\\FilesystemLoader' => 'getFilesystemLoaderService',
  72.             'Pimcore\\Templating\\Loader\\TemplateLocator' => 'getTemplateLocatorService',
  73.             'Pimcore\\Templating\\Renderer\\EditableRenderer' => 'getEditableRendererService',
  74.             'Pimcore\\Templating\\TemplateNameParser' => 'getTemplateNameParserService',
  75.             'Pimcore\\Templating\\TwigEngine' => 'getTwigEngineService',
  76.             'Pimcore\\Workflow\\ExpressionService' => 'getExpressionServiceService',
  77.             'Pimcore\\Workflow\\Manager' => 'getManagerService',
  78.             'Pimcore\\Workflow\\Place\\StatusInfo' => 'getStatusInfoService',
  79.             'Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension' => 'getWebLinkExtensionService',
  80.             'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener' => 'getSessionListenerService',
  81.             'Symfony\\Component\\Lock\\LockFactory' => 'getLockFactoryService',
  82.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => 'getTranslatorInterfaceService',
  83.             'cache.app' => 'getCache_AppService',
  84.             'cache.system' => 'getCache_SystemService',
  85.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  86.             'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
  87.             'data_collector.dump' => 'getDataCollector_DumpService',
  88.             'doctrine' => 'getDoctrineService',
  89.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  90.             'doctrine.orm.portal_engine_entity_manager' => 'getDoctrine_Orm_PortalEngineEntityManagerService',
  91.             'doctrine.orm.statistics_explorer_entity_manager' => 'getDoctrine_Orm_StatisticsExplorerEntityManagerService',
  92.             'event_dispatcher' => 'getEventDispatcherService',
  93.             'http_kernel' => 'getHttpKernelService',
  94.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  95.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  96.             'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
  97.             'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService',
  98.             'monolog.logger.event' => 'getMonolog_Logger_EventService',
  99.             'monolog.logger.http_client' => 'getMonolog_Logger_HttpClientService',
  100.             'monolog.logger.init' => 'getMonolog_Logger_InitService',
  101.             'monolog.logger.php' => 'getMonolog_Logger_PhpService',
  102.             'monolog.logger.portalengine.es' => 'getMonolog_Logger_Portalengine_EsService',
  103.             'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
  104.             'monolog.logger.request' => 'getMonolog_Logger_RequestService',
  105.             'monolog.logger.router' => 'getMonolog_Logger_RouterService',
  106.             'monolog.logger.routing' => 'getMonolog_Logger_RoutingService',
  107.             'monolog.logger.security' => 'getMonolog_Logger_SecurityService',
  108.             'pimcore.cache.pool' => 'getPimcore_Cache_PoolService',
  109.             'pimcore.routing.router.request_context' => 'getPimcore_Routing_Router_RequestContextService',
  110.             'pimcore.service.request.document_resolver' => 'getPimcore_Service_Request_DocumentResolverService',
  111.             'pimcore.service.request.editmode_resolver' => 'getPimcore_Service_Request_EditmodeResolverService',
  112.             'pimcore.service.request.template_vars_resolver' => 'getPimcore_Service_Request_TemplateVarsResolverService',
  113.             'pimcore.templating.action_renderer' => 'getPimcore_Templating_ActionRendererService',
  114.             'pimcore.templating.engine.delegating' => 'getPimcore_Templating_Engine_DelegatingService',
  115.             'pimcore.templating.include_renderer' => 'getPimcore_Templating_IncludeRendererService',
  116.             'pimcore.templating.view_helper.action' => 'getPimcore_Templating_ViewHelper_ActionService',
  117.             'pimcore.templating.view_helper.cache' => 'getPimcore_Templating_ViewHelper_CacheService',
  118.             'pimcore.templating.view_helper.device' => 'getPimcore_Templating_ViewHelper_DeviceService',
  119.             'pimcore.templating.view_helper.get_all_params' => 'getPimcore_Templating_ViewHelper_GetAllParamsService',
  120.             'pimcore.templating.view_helper.get_param' => 'getPimcore_Templating_ViewHelper_GetParamService',
  121.             'pimcore.templating.view_helper.glossary' => 'getPimcore_Templating_ViewHelper_GlossaryService',
  122.             'pimcore.templating.view_helper.head_link' => 'getPimcore_Templating_ViewHelper_HeadLinkService',
  123.             'pimcore.templating.view_helper.head_meta' => 'getPimcore_Templating_ViewHelper_HeadMetaService',
  124.             'pimcore.templating.view_helper.head_script' => 'getPimcore_Templating_ViewHelper_HeadScriptService',
  125.             'pimcore.templating.view_helper.head_style' => 'getPimcore_Templating_ViewHelper_HeadStyleService',
  126.             'pimcore.templating.view_helper.head_title' => 'getPimcore_Templating_ViewHelper_HeadTitleService',
  127.             'pimcore.templating.view_helper.inc' => 'getPimcore_Templating_ViewHelper_IncService',
  128.             'pimcore.templating.view_helper.inline_script' => 'getPimcore_Templating_ViewHelper_InlineScriptService',
  129.             'pimcore.templating.view_helper.navigation' => 'getPimcore_Templating_ViewHelper_NavigationService',
  130.             'pimcore.templating.view_helper.pimcore_url' => 'getPimcore_Templating_ViewHelper_PimcoreUrlService',
  131.             'pimcore.templating.view_helper.placeholder' => 'getPimcore_Templating_ViewHelper_PlaceholderService',
  132.             'pimcore_admin.security.user_loader' => 'getPimcoreAdmin_Security_UserLoaderService',
  133.             'request_stack' => 'getRequestStackService',
  134.             'router' => 'getRouterService',
  135.             'state_machine.product_workflow_archive' => 'getStateMachine_ProductWorkflowArchiveService',
  136.             'state_machine.product_workflow_global_bs' => 'getStateMachine_ProductWorkflowGlobalBsService',
  137.             'state_machine.product_workflow_global_ma' => 'getStateMachine_ProductWorkflowGlobalMaService',
  138.             'state_machine.product_workflow_global_wm' => 'getStateMachine_ProductWorkflowGlobalWmService',
  139.             'state_machine.product_workflow_local_cs' => 'getStateMachine_ProductWorkflowLocalCsService',
  140.             'state_machine.product_workflow_local_de' => 'getStateMachine_ProductWorkflowLocalDeService',
  141.             'state_machine.product_workflow_local_en' => 'getStateMachine_ProductWorkflowLocalEnService',
  142.             'state_machine.product_workflow_local_es' => 'getStateMachine_ProductWorkflowLocalEsService',
  143.             'state_machine.product_workflow_local_fr' => 'getStateMachine_ProductWorkflowLocalFrService',
  144.             'state_machine.product_workflow_local_it' => 'getStateMachine_ProductWorkflowLocalItService',
  145.             'state_machine.product_workflow_local_pl' => 'getStateMachine_ProductWorkflowLocalPlService',
  146.             'state_machine.product_workflow_local_ro' => 'getStateMachine_ProductWorkflowLocalRoService',
  147.             'state_machine.product_workflow_local_sk' => 'getStateMachine_ProductWorkflowLocalSkService',
  148.             'state_machine.product_workflow_local_sv' => 'getStateMachine_ProductWorkflowLocalSvService',
  149.             'templating.form.engine' => 'getTemplating_Form_EngineService',
  150.             'templating.form.renderer' => 'getTemplating_Form_RendererService',
  151.             'templating.helper.actions' => 'getTemplating_Helper_ActionsService',
  152.             'templating.helper.assets' => 'getTemplating_Helper_AssetsService',
  153.             'templating.helper.code' => 'getTemplating_Helper_CodeService',
  154.             'templating.helper.form' => 'getTemplating_Helper_FormService',
  155.             'templating.helper.router' => 'getTemplating_Helper_RouterService',
  156.             'templating.helper.session' => 'getTemplating_Helper_SessionService',
  157.             'templating.helper.slots' => 'getTemplating_Helper_SlotsService',
  158.             'templating.helper.stopwatch' => 'getTemplating_Helper_StopwatchService',
  159.             'templating.helper.translator' => 'getTemplating_Helper_TranslatorService',
  160.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  161.             'cache_clearer' => 'getCacheClearerService',
  162.             'filesystem' => 'getFilesystemService',
  163.             'serializer' => 'getSerializerService',
  164.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  165.             'form.factory' => 'getForm_FactoryService',
  166.             'form.type.file' => 'getForm_Type_FileService',
  167.             'profiler' => 'getProfilerService',
  168.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  169.             'security.token_storage' => 'getSecurity_TokenStorageService',
  170.             'twig' => 'getTwigService',
  171.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  172.             'session' => 'getSessionService',
  173.             'validator' => 'getValidatorService',
  174.         ];
  175.         $this->fileMap = [
  176.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  177.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  178.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  179.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  180.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  181.             'App\\Command\\CleanDataObjectsCommand' => 'getCleanDataObjectsCommandService',
  182.             'App\\Command\\FixPrimaryOrderNumberCommand' => 'getFixPrimaryOrderNumberCommandService',
  183.             'App\\Command\\ImportBranchDataCommand' => 'getImportBranchDataCommandService',
  184.             'App\\Command\\ImportLanguageDataCommand' => 'getImportLanguageDataCommandService',
  185.             'App\\Command\\ImportProductMaterialsCommand' => 'getImportProductMaterialsCommandService',
  186.             'App\\Command\\UpdateDefaultKeysCommand' => 'getUpdateDefaultKeysCommandService',
  187.             'App\\Controller\\AppAdminController' => 'getAppAdminControllerService',
  188.             'App\\Controller\\CategoryController' => 'getCategoryControllerService',
  189.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  190.             'App\\Controller\\DopController' => 'getDopControllerService',
  191.             'App\\Controller\\EmailController' => 'getEmailControllerService',
  192.             'App\\Controller\\ExportController' => 'getExportControllerService',
  193.             'App\\Controller\\GridexportController' => 'getGridexportControllerService',
  194.             'App\\Controller\\IframeController' => 'getIframeControllerService',
  195.             'App\\Controller\\OfferController' => 'getOfferControllerService',
  196.             'App\\Controller\\ProductController' => 'getProductControllerService',
  197.             'App\\Controller\\Web2printController' => 'getWeb2printControllerService',
  198.             'App\\EventListener\\EditmodeListener' => 'getEditmodeListenerService',
  199.             'App\\Service\\OptionsProvider\\PackagingOptionsProvider' => 'getPackagingOptionsProviderService',
  200.             'App\\Service\\OptionsProvider\\ProductStateOptionsProvider' => 'getProductStateOptionsProviderService',
  201.             'App\\Service\\ValueGenerator\\ProductStateDefaultValueGenerator' => 'getProductStateDefaultValueGeneratorService',
  202.             'Asioso\\QuickTranslateBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
  203.             'Asioso\\QuickTranslateBundle\\Controller\\DocumentController' => 'getDocumentControllerService',
  204.             'Asioso\\QuickTranslateBundle\\Controller\\ObjectController' => 'getObjectControllerService',
  205.             'DatasheetBundle\\Controller\\DefaultController' => 'getDefaultController3Service',
  206.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  207.             'Elements\\Bundle\\ProcessManagerBundle\\Controller\\CallbackSettingsController' => 'getCallbackSettingsControllerService',
  208.             'Elements\\Bundle\\ProcessManagerBundle\\Controller\\ConfigController' => 'getConfigControllerService',
  209.             'Elements\\Bundle\\ProcessManagerBundle\\Controller\\IndexController' => 'getIndexControllerService',
  210.             'Elements\\Bundle\\ProcessManagerBundle\\Controller\\MonitoringItemController' => 'getMonitoringItemControllerService',
  211.             'Elements\\Bundle\\ProcessManagerBundle\\Controller\\RestController' => 'getRestControllerService',
  212.             'Elements\\Bundle\\ProcessManagerBundle\\Installer' => 'getInstallerService',
  213.             'Elements\\Bundle\\ProcessManagerBundle\\Service\\CommandsValidator' => 'getCommandsValidatorService',
  214.             'ExportBundle\\Command\\ExportProductDocumentsCommand' => 'getExportProductDocumentsCommandService',
  215.             'ExportBundle\\Controller\\DefaultController' => 'getDefaultController4Service',
  216.             'ExtendedDataHubFileExportBundle\\Controller\\DefaultController' => 'getDefaultController5Service',
  217.             'ExtendedPimcorePortalEngineBundle\\Controller\\DefaultController' => 'getDefaultController6Service',
  218.             'ExtendedPimcorePortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\DataObjectController' => 'getDataObjectControllerService',
  219.             'FrontendPermissionToolkitBundle\\Service' => 'getService2Service',
  220.             'GuzzleHttp\\Client' => 'getClientService',
  221.             'Hamari\\PimEcommConnectorBundle\\Controller\\DefaultController' => 'getDefaultController7Service',
  222.             'Hamari\\PimEcommConnectorBundle\\Installer' => 'getInstaller2Service',
  223.             'ImportBundle\\Command\\ImportHierarchyDataCommand' => 'getImportHierarchyDataCommandService',
  224.             'ImportBundle\\Command\\UpdateProductHierarchyCommand' => 'getUpdateProductHierarchyCommandService',
  225.             'ImportBundle\\Controller\\DefaultController' => 'getDefaultController8Service',
  226.             'Knp\\Component\\Pager\\PaginatorInterface' => 'getPaginatorInterfaceService',
  227.             'MockBundle\\Controller\\DefaultController' => 'getDefaultController9Service',
  228.             'OutputDataConfigToolkitBundle\\Controller\\AdminController' => 'getAdminControllerService',
  229.             'OutputDataConfigToolkitBundle\\Controller\\ClassController' => 'getClassControllerService',
  230.             'Pim2RevitBundle\\Controller\\DefaultController' => 'getDefaultController10Service',
  231.             'Pimcore\\Admin\\Serializer' => 'getSerializer2Service',
  232.             'Pimcore\\AssetMetadataClassDefinitionsBundle\\Controller\\BackendController' => 'getBackendControllerService',
  233.             'Pimcore\\AssetMetadataClassDefinitionsBundle\\Controller\\DefaultController' => 'getDefaultController11Service',
  234.             'Pimcore\\AssetMetadataClassDefinitionsBundle\\Installer' => 'getInstaller3Service',
  235.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController' => 'getAssetControllerService',
  236.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController' => 'getAssetHelperControllerService',
  237.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController' => 'getClassController2Service',
  238.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController' => 'getClassificationstoreControllerService',
  239.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController' => 'getDataObjectController2Service',
  240.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController' => 'getDataObjectHelperControllerService',
  241.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController' => 'getQuantityValueControllerService',
  242.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController' => 'getVariantsControllerService',
  243.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController' => 'getDocumentController2Service',
  244.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController' => 'getEmailController2Service',
  245.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController' => 'getFolderControllerService',
  246.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController' => 'getHardlinkControllerService',
  247.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController' => 'getLinkControllerService',
  248.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController' => 'getNewsletterControllerService',
  249.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController' => 'getPageControllerService',
  250.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController' => 'getPrintcontainerControllerService',
  251.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController' => 'getPrintpageControllerService',
  252.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController' => 'getRenderletControllerService',
  253.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController' => 'getSnippetControllerService',
  254.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController' => 'getElementControllerService',
  255.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController' => 'getEmailController3Service',
  256.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController' => 'getAdminerControllerService',
  257.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController' => 'getOpcacheControllerService',
  258.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController' => 'getIndexController2Service',
  259.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController' => 'getInstallControllerService',
  260.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController' => 'getLogControllerService',
  261.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController' => 'getLoginControllerService',
  262.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController' => 'getMiscControllerService',
  263.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController' => 'getNotificationControllerService',
  264.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController' => 'getPortalControllerService',
  265.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController' => 'getRecyclebinControllerService',
  266.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController' => 'getRedirectsControllerService',
  267.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController' => 'getSettingsControllerService',
  268.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController' => 'getTagsControllerService',
  269.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController' => 'getTargetingControllerService',
  270.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController' => 'getTranslationControllerService',
  271.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController' => 'getUserControllerService',
  272.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController' => 'getWorkflowControllerService',
  273.             'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController' => 'getExtensionManagerControllerService',
  274.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController' => 'getAdminController2Service',
  275.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController' => 'getAssetController2Service',
  276.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController' => 'getDataObjectController3Service',
  277.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController' => 'getPimcoreUsersControllerService',
  278.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController' => 'getSentMailControllerService',
  279.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController' => 'getAnalyticsControllerService',
  280.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController' => 'getCustomReportControllerService',
  281.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController' => 'getSettingsController2Service',
  282.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController' => 'getSearchControllerService',
  283.             'Pimcore\\Bundle\\AdminBundle\\Session\\Handler\\AdminSessionHandler' => 'getAdminSessionHandlerService',
  284.             'Pimcore\\Bundle\\BundleGeneratorBundle\\Command\\GenerateBundleCommand' => 'getGenerateBundleCommandService',
  285.             'Pimcore\\Bundle\\BundleGeneratorBundle\\Command\\Helper\\QuestionHelper' => 'getQuestionHelperService',
  286.             'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController' => 'getPublicServicesControllerService',
  287.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener' => 'getWorkflowManagementListenerService',
  288.             'Pimcore\\Bundle\\DataHubBundle\\Controller\\ConfigController' => 'getConfigController2Service',
  289.             'Pimcore\\Bundle\\DataHubBundle\\Controller\\GraphQLExplorerController' => 'getGraphQLExplorerControllerService',
  290.             'Pimcore\\Bundle\\DataHubBundle\\Controller\\WebserviceController' => 'getWebserviceControllerService',
  291.             'Pimcore\\Bundle\\DataHubBundle\\GraphQL\\Service' => 'getService3Service',
  292.             'Pimcore\\Bundle\\DataHubBundle\\Installer' => 'getInstaller4Service',
  293.             'Pimcore\\Bundle\\DataHubBundle\\Service\\CheckConsumerPermissionsService' => 'getCheckConsumerPermissionsServiceService',
  294.             'Pimcore\\Bundle\\DataHubBundle\\Service\\FileUploadService' => 'getFileUploadServiceService',
  295.             'Pimcore\\Bundle\\DataHubBundle\\Service\\OutputCacheService' => 'getOutputCacheServiceService',
  296.             'Pimcore\\Bundle\\DataHubFileExportBundle\\Controller\\ConfigController' => 'getConfigController3Service',
  297.             'Pimcore\\Bundle\\DataHubFileExportBundle\\Controller\\DownloadController' => 'getDownloadControllerService',
  298.             'Pimcore\\Bundle\\DataHubFileExportBundle\\Exporter\\File' => 'getFileService',
  299.             'Pimcore\\Bundle\\DataHubFileExportBundle\\Installer' => 'getInstaller5Service',
  300.             'Pimcore\\Bundle\\DataImporterBundle\\Controller\\ConfigDataObjectController' => 'getConfigDataObjectControllerService',
  301.             'Pimcore\\Bundle\\DataImporterBundle\\Controller\\PushImportController' => 'getPushImportControllerService',
  302.             'Pimcore\\Bundle\\DataImporterBundle\\Installer' => 'getInstaller6Service',
  303.             'Pimcore\\Bundle\\EnterpriseSubscriptionToolsBundle\\Controller\\LicenseCheckController' => 'getLicenseCheckControllerService',
  304.             'Pimcore\\Bundle\\OpenIdConnectBundle\\Controller\\AuthController' => 'getAuthControllerService',
  305.             'Pimcore\\Bundle\\OpenIdConnectBundle\\Controller\\ButtonInjectionController' => 'getButtonInjectionControllerService',
  306.             'Pimcore\\Bundle\\OpenIdConnectBundle\\Controller\\ConfigController' => 'getConfigController4Service',
  307.             'Pimcore\\Bundle\\OpenIdConnectBundle\\Installer' => 'getInstaller7Service',
  308.             'Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Controller\\FrontendController' => 'getFrontendControllerService',
  309.             'Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Document\\Editable\\EditableHandler' => 'getEditableHandlerService',
  310.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\AbstractSiteController' => 'getAbstractSiteControllerService',
  311.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\CollectionsController' => 'getCollectionsControllerService',
  312.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\FrontendBuildController' => 'getFrontendBuildControllerService',
  313.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\WizardController' => 'getWizardControllerService',
  314.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\AuthController' => 'getAuthController2Service',
  315.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\CollectionController' => 'getCollectionControllerService',
  316.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\AssetController' => 'getAssetController3Service',
  317.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\DataObjectController' => 'getDataObjectController4Service',
  318.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DownloadCartController' => 'getDownloadCartControllerService',
  319.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\EmailController' => 'getEmailController4Service',
  320.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\LanguageVariantController' => 'getLanguageVariantControllerService',
  321.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PortalController' => 'getPortalController2Service',
  322.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PublicShareController' => 'getPublicShareControllerService',
  323.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\AssetUploadController' => 'getAssetUploadControllerService',
  324.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\BatchTaskController' => 'getBatchTaskControllerService',
  325.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\CollectionController' => 'getCollectionController2Service',
  326.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\AssetController' => 'getAssetController4Service',
  327.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\DataObjectController' => 'getDataObjectController5Service',
  328.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\PublicShare\\AssetController' => 'getAssetController5Service',
  329.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\PublicShare\\DataObjectController' => 'getDataObjectController6Service',
  330.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DirectEditController' => 'getDirectEditControllerService',
  331.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DownloadController' => 'getDownloadController2Service',
  332.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\FolderController' => 'getFolderController2Service',
  333.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShareController' => 'getPublicShareController2Service',
  334.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShare\\DetailActionsController' => 'getDetailActionsControllerService',
  335.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShare\\DownloadController' => 'getDownloadController3Service',
  336.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\SavedSearchController' => 'getSavedSearchControllerService',
  337.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\SearchController' => 'getSearchController2Service',
  338.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\TranslationController' => 'getTranslationController2Service',
  339.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SavedSearchController' => 'getSavedSearchController2Service',
  340.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SearchController' => 'getSearchController3Service',
  341.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SnippetController' => 'getSnippetController2Service',
  342.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\StatisticExplorerController' => 'getStatisticExplorerControllerService',
  343.             'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\UserController' => 'getUserController2Service',
  344.             'Pimcore\\Bundle\\PortalEngineBundle\\Installer' => 'getInstaller8Service',
  345.             'Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\ElementDataPoolConfigResolver' => 'getElementDataPoolConfigResolverService',
  346.             'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\IndexUpdateService' => 'getIndexUpdateServiceService',
  347.             'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\FrontendPermissionToolkit\\DataProvider' => 'getDataProviderService',
  348.             'Pimcore\\Bundle\\PortalEngineBundle\\Tools\\MigrationServiceLocator' => 'getMigrationServiceLocatorService',
  349.             'Pimcore\\Bundle\\StatisticsExplorerBundle\\Controller\\StatisticsController' => 'getStatisticsControllerService',
  350.             'Pimcore\\Bundle\\StatisticsExplorerBundle\\Installer' => 'getInstaller9Service',
  351.             'Pimcore\\Cache\\Symfony\\CacheClearer' => 'getCacheClearer2Service',
  352.             'Pimcore\\Controller\\Config\\ControllerDataProvider' => 'getControllerDataProviderService',
  353.             'Pimcore\\Controller\\Configuration\\TemplatePhp' => 'getTemplatePhpService',
  354.             'Pimcore\\DataObject\\BlockDataMarshaller\\Consent' => 'getConsentService',
  355.             'Pimcore\\DataObject\\BlockDataMarshaller\\Date' => 'getDateService',
  356.             'Pimcore\\DataObject\\BlockDataMarshaller\\ExternalImage' => 'getExternalImageService',
  357.             'Pimcore\\DataObject\\BlockDataMarshaller\\Geobounds' => 'getGeoboundsService',
  358.             'Pimcore\\DataObject\\BlockDataMarshaller\\Geopoint' => 'getGeopointService',
  359.             'Pimcore\\DataObject\\BlockDataMarshaller\\Geopolygon' => 'getGeopolygonService',
  360.             'Pimcore\\DataObject\\BlockDataMarshaller\\Localizedfields' => 'getLocalizedfieldsService',
  361.             'Pimcore\\DataObject\\BlockDataMarshaller\\RgbaColor' => 'getRgbaColorService',
  362.             'Pimcore\\DataObject\\BlockDataMarshaller\\StructuredTable' => 'getStructuredTableService',
  363.             'Pimcore\\DataObject\\ClassBuilder\\FieldDefinitionDocBlockBuilderInterface' => 'getFieldDefinitionDocBlockBuilderInterfaceService',
  364.             'Pimcore\\DataObject\\ClassBuilder\\PHPClassDumperInterface' => 'getPHPClassDumperInterfaceService',
  365.             'Pimcore\\DataObject\\ClassBuilder\\PHPFieldCollectionClassDumperInterface' => 'getPHPFieldCollectionClassDumperInterfaceService',
  366.             'Pimcore\\DataObject\\ClassBuilder\\PHPObjectBrickClassDumperInterface' => 'getPHPObjectBrickClassDumperInterfaceService',
  367.             'Pimcore\\DataObject\\ClassBuilder\\PHPObjectBrickContainerClassDumperInterface' => 'getPHPObjectBrickContainerClassDumperInterfaceService',
  368.             'Pimcore\\DataObject\\Consent\\Service' => 'getService4Service',
  369.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\BlockDataMarshaller\\EncryptedField' => 'getEncryptedFieldService',
  370.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\BooleanSelect' => 'getBooleanSelectService',
  371.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\EncryptedField' => 'getEncryptedField2Service',
  372.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\Multiselect' => 'getMultiselectService',
  373.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\QuantityValue' => 'getQuantityValueService',
  374.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\RgbaColor' => 'getRgbaColor2Service',
  375.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\Table' => 'getTableService',
  376.             'Pimcore\\DataObject\\GridColumnConfig\\Service' => 'getService5Service',
  377.             'Pimcore\\Document\\Editable\\EditableHandler' => 'getEditableHandler2Service',
  378.             'Pimcore\\Document\\Editable\\EditableUsageResolver' => 'getEditableUsageResolverService',
  379.             'Pimcore\\Element\\MarshallerService' => 'getMarshallerServiceService',
  380.             'Pimcore\\Helper\\LongRunningHelper' => 'getLongRunningHelperService',
  381.             'Pimcore\\Http\\ClientFactory' => 'getClientFactoryService',
  382.             'Pimcore\\Image\\Adapter\\GD' => 'getGDService',
  383.             'Pimcore\\Image\\Adapter\\Imagick' => 'getImagickService',
  384.             'Pimcore\\Image\\Optimizer' => 'getOptimizerService',
  385.             'Pimcore\\Localization\\IntlFormatter' => 'getIntlFormatterService',
  386.             'Pimcore\\Log\\ApplicationLogger' => 'getApplicationLoggerService',
  387.             'Pimcore\\Log\\Handler\\ApplicationLoggerDb' => 'getApplicationLoggerDbService',
  388.             'Pimcore\\Mail\\Mailer' => 'getMailerService',
  389.             'Pimcore\\Migrations\\FilteredMigrationsRepository' => 'getFilteredMigrationsRepositoryService',
  390.             'Pimcore\\Migrations\\FilteredTableMetadataStorage' => 'getFilteredTableMetadataStorageService',
  391.             'Pimcore\\Model\\DataObject\\ClassDefinition\\ClassDefinitionManager' => 'getClassDefinitionManagerService',
  392.             'Pimcore\\Model\\DataObject\\ClassDefinition\\ClassLayoutDefinitionManager' => 'getClassLayoutDefinitionManagerService',
  393.             'Pimcore\\Model\\DataObject\\ClassDefinition\\DynamicOptionsProvider\\CountryOptionsProvider' => 'getCountryOptionsProviderService',
  394.             'Pimcore\\Model\\DataObject\\QuantityValue\\QuantityValueConverterInterface' => 'getQuantityValueConverterInterfaceService',
  395.             'Pimcore\\Model\\DataObject\\QuantityValue\\UnitConversionService' => 'getUnitConversionServiceService',
  396.             'Pimcore\\Model\\Notification\\Service\\NotificationService' => 'getNotificationServiceService',
  397.             'Pimcore\\Model\\Version\\Adapter\\VersionStorageAdapterInterface' => 'getVersionStorageAdapterInterfaceService',
  398.             'Pimcore\\Placeholder' => 'getPlaceholderService',
  399.             'Pimcore\\Templating\\PhpEngine' => 'getPhpEngineService',
  400.             'Pimcore\\Tool\\AssetsInstaller' => 'getAssetsInstallerService',
  401.             'Pimcore\\Tool\\Storage' => 'getStorageService',
  402.             'Pimcore\\Workflow\\Dumper\\GraphvizDumper' => 'getGraphvizDumperService',
  403.             'Pimcore\\Workflow\\Dumper\\StateMachineGraphvizDumper' => 'getStateMachineGraphvizDumperService',
  404.             'Pimcore\\Workflow\\Notification\\NotificationEmailService' => 'getNotificationEmailServiceService',
  405.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  406.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  407.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  408.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  409.             'app.datahub.easycatalog-exporter' => 'getApp_Datahub_EasycatalogexporterService',
  410.             'app.event_listener.product_workflow_notification_event_listener' => 'getApp_EventListener_ProductWorkflowNotificationEventListenerService',
  411.             'cache.app_clearer' => 'getCache_AppClearerService',
  412.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  413.             'cache.system_clearer' => 'getCache_SystemClearerService',
  414.             'cache_warmer' => 'getCacheWarmerService',
  415.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  416.             'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\ClassMethodExecutorCommand' => 'getClassMethodExecutorCommandService',
  417.             'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\MaintenanceCommand' => 'getMaintenanceCommandService',
  418.             'console.command.public_alias.ExtendedPimcorePortalEngineBundle\\Command\\UpdateAssetMetadataCommand' => 'getUpdateAssetMetadataCommandService',
  419.             'console.command.public_alias.Hamari\\PimEcommConnectorBundle\\Command\\CleanupProductsCommand' => 'getCleanupProductsCommandService',
  420.             'console.command.public_alias.Hamari\\PimEcommConnectorBundle\\Command\\SyncAllCategoriesCommand' => 'getSyncAllCategoriesCommandService',
  421.             'console.command.public_alias.Hamari\\PimEcommConnectorBundle\\Command\\SyncAllCommand' => 'getSyncAllCommandService',
  422.             'console.command.public_alias.Hamari\\PimEcommConnectorBundle\\Command\\SyncCategoryCommand' => 'getSyncCategoryCommandService',
  423.             'console.command.public_alias.Hamari\\PimEcommConnectorBundle\\Command\\SyncProductCommand' => 'getSyncProductCommandService',
  424.             'console.command.public_alias.ImportBundle\\Command\\ImportAssetTagsCommand' => 'getImportAssetTagsCommandService',
  425.             'console.command.public_alias.ImportBundle\\Command\\ImportProductDocumentsCommand' => 'getImportProductDocumentsCommandService',
  426.             'console.command.public_alias.ImportBundle\\Command\\ImportProductImagesCommand' => 'getImportProductImagesCommandService',
  427.             'console.command.public_alias.ImportBundle\\Command\\ImportProductTagsCommand' => 'getImportProductTagsCommandService',
  428.             'console.command.public_alias.ImportBundle\\Command\\ImportProductVideosCommand' => 'getImportProductVideosCommandService',
  429.             'console.command.public_alias.ImportBundle\\Command\\ImportVaultFilesBatchCommand' => 'getImportVaultFilesBatchCommandService',
  430.             'console.command.public_alias.ImportBundle\\Command\\ImportVaultFilesSingleCommand' => 'getImportVaultFilesSingleCommandService',
  431.             'console.command.public_alias.ImportBundle\\Command\\ImportVaultFilesTagsCommand' => 'getImportVaultFilesTagsCommandService',
  432.             'console.command.public_alias.ImportBundle\\Command\\ImportVaultTempFilesCommand' => 'getImportVaultTempFilesCommandService',
  433.             'console.command.public_alias.MockBundle\\Command\\ImportMockedSAPDataCommand' => 'getImportMockedSAPDataCommandService',
  434.             'console.command.public_alias.Pimcore\\AssetMetadataClassDefinitionsBundle\\Command\\MigrateToCustomSettingsCommand' => 'getMigrateToCustomSettingsCommandService',
  435.             'console.command.public_alias.Pimcore\\AssetMetadataClassDefinitionsBundle\\Command\\PopulateCommand' => 'getPopulateCommandService',
  436.             'console.command.public_alias.Pimcore\\Bundle\\BundleGeneratorBundle\\Command\\BaseGenerateBundleCommand' => 'getBaseGenerateBundleCommandService',
  437.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Bundle\\ListCommand' => 'getListCommandService',
  438.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\CacheWarmingCommand' => 'getCacheWarmingCommandService',
  439.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ClassesDefinitionsBuildCommand' => 'getClassesDefinitionsBuildCommandService',
  440.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ClassCommand' => 'getClassCommandService',
  441.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\CustomLayoutCommand' => 'getCustomLayoutCommandService',
  442.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\FieldCollectionCommand' => 'getFieldCollectionCommandService',
  443.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ObjectBrickCommand' => 'getObjectBrickCommandService',
  444.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteClassificationStoreCommand' => 'getDeleteClassificationStoreCommandService',
  445.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteUnusedLocaleDataCommand' => 'getDeleteUnusedLocaleDataCommandService',
  446.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\GeneratePagePreviews' => 'getGeneratePagePreviewsService',
  447.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\MigrateElementsCommand' => 'getMigrateElementsCommandService',
  448.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\EmailLogsCleanupCommand' => 'getEmailLogsCleanupCommandService',
  449.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\GenerateStaticPagesCommand' => 'getGenerateStaticPagesCommandService',
  450.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalMigrationHelpersCommand' => 'getInternalMigrationHelpersCommandService',
  451.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalModelDaoMappingGeneratorCommand' => 'getInternalModelDaoMappingGeneratorCommandService',
  452.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalUnicodeCldrLanguageTerritoryGeneratorCommand' => 'getInternalUnicodeCldrLanguageTerritoryGeneratorCommandService',
  453.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\LowQualityImagePreviewCommand' => 'getLowQualityImagePreviewCommandService',
  454.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MaintenanceModeCommand' => 'getMaintenanceModeCommandService',
  455.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\StorageCommand' => 'getStorageCommandService',
  456.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\ThumbnailsFolderStructureCommand' => 'getThumbnailsFolderStructureCommandService',
  457.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MysqlToolsCommand' => 'getMysqlToolsCommandService',
  458.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RecyclebinCleanupCommand' => 'getRecyclebinCleanupCommandService',
  459.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RequirementsCheckCommand' => 'getRequirementsCheckCommandService',
  460.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ResetPasswordCommand' => 'getResetPasswordCommandService',
  461.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RunScriptCommand' => 'getRunScriptCommandService',
  462.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\SearchBackendReindexCommand' => 'getSearchBackendReindexCommandService',
  463.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsClearCommand' => 'getThumbnailsClearCommandService',
  464.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsImageCommand' => 'getThumbnailsImageCommandService',
  465.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsVideoCommand' => 'getThumbnailsVideoCommandService',
  466.             'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\Configuration\\RebuildWorkspacesCommand' => 'getRebuildWorkspacesCommandService',
  467.             'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\GraphQL\\RebuildDefinitionsCommand' => 'getRebuildDefinitionsCommandService',
  468.             'console.command.public_alias.Pimcore\\Bundle\\DataHubFileExportBundle\\Command\\CronExecutionCommand' => 'getCronExecutionCommandService',
  469.             'console.command.public_alias.Pimcore\\Bundle\\DataHubFileExportBundle\\Command\\ExportFileCommand' => 'getExportFileCommandService',
  470.             'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\CronExecutionCommand' => 'getCronExecutionCommand2Service',
  471.             'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\DummyDataCommand' => 'getDummyDataCommandService',
  472.             'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\ParallelProcessQueueCommand' => 'getParallelProcessQueueCommandService',
  473.             'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\PrepareImportCommand' => 'getPrepareImportCommandService',
  474.             'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\SequentialProcessQueueCommand' => 'getSequentialProcessQueueCommandService',
  475.             'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\SizeEstimationCommand' => 'getSizeEstimationCommandService',
  476.             'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\Update\\IndexRecreateCommand' => 'getIndexRecreateCommandService',
  477.             'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\Update\\IndexUpdateCommand' => 'getIndexUpdateCommandService',
  478.             'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\Update\\UpdateFrontendBuildCommand' => 'getUpdateFrontendBuildCommandService',
  479.             'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\WizardCommand' => 'getWizardCommandService',
  480.             'console.command_loader' => 'getConsole_CommandLoaderService',
  481.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  482.             'error_controller' => 'getErrorControllerService',
  483.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  484.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  485.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  486.             'monolog.logger.DATA-IMPORTER' => 'getMonolog_Logger_DATAIMPORTERService',
  487.             'monolog.logger.console' => 'getMonolog_Logger_ConsoleService',
  488.             'monolog.logger.debug' => 'getMonolog_Logger_DebugService',
  489.             'monolog.logger.lock' => 'getMonolog_Logger_LockService',
  490.             'monolog.logger.mailer' => 'getMonolog_Logger_MailerService',
  491.             'monolog.logger.messenger' => 'getMonolog_Logger_MessengerService',
  492.             'monolog.logger.pimcore' => 'getMonolog_Logger_PimcoreService',
  493.             'monolog.logger.pimcore_admin.session' => 'getMonolog_Logger_PimcoreAdmin_SessionService',
  494.             'monolog.logger.pimcore_api' => 'getMonolog_Logger_PimcoreApiService',
  495.             'monolog.logger.pimcore_statistics_explorer.es' => 'getMonolog_Logger_PimcoreStatisticsExplorer_EsService',
  496.             'monolog.logger.portalengine' => 'getMonolog_Logger_PortalengineService',
  497.             'monolog.logger.session' => 'getMonolog_Logger_SessionService',
  498.             'monolog.logger.translation' => 'getMonolog_Logger_TranslationService',
  499.             'pimcore.analytics.google.fallback_service_locator' => 'getPimcore_Analytics_Google_FallbackServiceLocatorService',
  500.             'pimcore.cache.adapter.null_tag_aware' => 'getPimcore_Cache_Adapter_NullTagAwareService',
  501.             'pimcore.custom_report.adapter.factories' => 'getPimcore_CustomReport_Adapter_FactoriesService',
  502.             'pimcore.implementation_loader.asset.metadata.data' => 'getPimcore_ImplementationLoader_Asset_Metadata_DataService',
  503.             'pimcore.implementation_loader.object.data' => 'getPimcore_ImplementationLoader_Object_DataService',
  504.             'pimcore.implementation_loader.object.layout' => 'getPimcore_ImplementationLoader_Object_LayoutService',
  505.             'pimcore.model.factory' => 'getPimcore_Model_FactoryService',
  506.             'pimcore.newsletter.address_source_adapter.factories' => 'getPimcore_Newsletter_AddressSourceAdapter_FactoriesService',
  507.             'pimcore.service.request.template_resolver' => 'getPimcore_Service_Request_TemplateResolverService',
  508.             'pimcore.workflow.place-options-provider' => 'getPimcore_Workflow_PlaceoptionsproviderService',
  509.             'pimcore_admin.security.admin_authenticator' => 'getPimcoreAdmin_Security_AdminAuthenticatorService',
  510.             'pimcore_admin.security.bruteforce_protection_handler' => 'getPimcoreAdmin_Security_BruteforceProtectionHandlerService',
  511.             'pimcore_admin.security.logout_success_handler' => 'getPimcoreAdmin_Security_LogoutSuccessHandlerService',
  512.             'pimcore_admin.security.user_checker' => 'getPimcoreAdmin_Security_UserCheckerService',
  513.             'pimcore_admin.security.user_provider' => 'getPimcoreAdmin_Security_UserProviderService',
  514.             'pimcore_asset_metadata_classdefinitions.implementation_loader.data' => 'getPimcoreAssetMetadataClassdefinitions_ImplementationLoader_DataService',
  515.             'pimcore_asset_metadata_classdefinitions.implementation_loader.layout' => 'getPimcoreAssetMetadataClassdefinitions_ImplementationLoader_LayoutService',
  516.             'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
  517.             'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
  518.             'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
  519.             'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
  520.             'routing.loader' => 'getRouting_LoaderService',
  521.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  522.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  523.             'scheb_two_factor.security.google_authenticator' => 'getSchebTwoFactor_Security_GoogleAuthenticatorService',
  524.             'services_resetter' => 'getServicesResetterService',
  525.             'templating.helper.request' => 'getTemplating_Helper_RequestService',
  526.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  527.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  528.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  529.         ];
  530.         $this->aliases = [
  531.             'App\\Kernel' => 'kernel',
  532.             'Doctrine\\Common\\Persistence\\ConnectionRegistry' => 'doctrine',
  533.             'Doctrine\\Persistence\\ConnectionRegistry' => 'doctrine',
  534.             'GuzzleHttp\\ClientInterface' => 'GuzzleHttp\\Client',
  535.             'Pimcore\\Db\\Connection' => 'doctrine.dbal.default_connection',
  536.             'Pimcore\\Db\\ConnectionInterface' => 'doctrine.dbal.default_connection',
  537.             'Pimcore\\Kernel' => 'kernel',
  538.             'Pimcore\\Localization\\LocaleService' => 'Pimcore\\Localization\\LocaleServiceInterface',
  539.             'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
  540.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticator' => 'scheb_two_factor.security.google_authenticator',
  541.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticatorInterface' => 'scheb_two_factor.security.google_authenticator',
  542.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  543.             'database_connection' => 'doctrine.dbal.default_connection',
  544.             'doctrine.orm.entity_manager' => 'doctrine.orm.portal_engine_entity_manager',
  545.             'messenger.bus.pimcore-core' => 'messenger.default_bus',
  546.             'pimcore.app_logger' => 'Pimcore\\Log\\ApplicationLogger',
  547.             'pimcore.app_logger.default' => 'Pimcore\\Log\\ApplicationLogger',
  548.             'pimcore.datahub.fileExport.exporter.file' => 'Pimcore\\Bundle\\DataHubFileExportBundle\\Exporter\\File',
  549.             'pimcore.http_client' => 'GuzzleHttp\\Client',
  550.             'pimcore.locale' => 'Pimcore\\Localization\\LocaleServiceInterface',
  551.             'pimcore.service.request.pimcore_context_resolver' => 'Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver',
  552.             'pimcore.service.request.site_resolver' => 'Pimcore\\Http\\Request\\Resolver\\SiteResolver',
  553.             'pimcore.service.request.view_model_resolver' => 'Pimcore\\Http\\Request\\Resolver\\ViewModelResolver',
  554.             'pimcore.templating' => 'pimcore.templating.engine.delegating',
  555.             'pimcore.templating.tag_renderer' => 'Pimcore\\Templating\\Renderer\\EditableRenderer',
  556.             'pimcore_admin.security.token_storage_user_resolver' => 'Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver',
  557.             'pimcore_admin.serializer' => 'Pimcore\\Admin\\Serializer',
  558.             'sensio_framework_extra.view.guesser' => 'Pimcore\\Templating\\LegacyTemplateGuesser',
  559.             'templating.globals' => 'Pimcore\\Templating\\GlobalVariables',
  560.             'templating.loader' => 'Pimcore\\Templating\\Loader\\FilesystemLoader',
  561.             'templating.loader.filesystem' => 'Pimcore\\Templating\\Loader\\FilesystemLoader',
  562.             'templating.name_parser' => 'Pimcore\\Templating\\TemplateNameParser',
  563.             'translator' => 'Symfony\\Contracts\\Translation\\TranslatorInterface',
  564.         ];
  565.         $this->privates['service_container'] = function () {
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  572.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Kernel.php';
  573.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  586.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceProviderInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  608.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ResetInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ProxyAdapter.php';
  619.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  657.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  658.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  659.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  660.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/TagAwareCacheInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableTagAwareAdapter.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  732.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  733.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  734.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  735.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  736.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  738.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  743.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  747.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  748.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  749.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  750.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  751.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  752.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  753.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  755.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  756.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  757.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  759.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  760.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  761.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  763.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  764.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  765.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  766.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  767.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  768.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Db/ConnectionInterface.php';
  769.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Db/PimcoreExtensionsTrait.php';
  770.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Db/Connection.php';
  771.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  772.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  773.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  775.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  776.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
  777.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  779.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  780.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  781.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  782.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
  783.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  784.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  785.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  787.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  788.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  789.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  790.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  793.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  794.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Request/ParamConverter/DataObjectParamConverter.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  797.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/EventListener/LegacyTemplateListener.php';
  798.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  799.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  801.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  802.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  803.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  807.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  808.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  822.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Config.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/DatabaseTableTrait.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/ExpiringStoreTrait.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/DoctrineDbalStore.php';
  828.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DynamicRouteHandlerInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DocumentRouteHandler.php';
  830.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Event/Traits/RecursionBlockingEventDispatchHelperTrait.php';
  831.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/RedirectHandler.php';
  832.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Workflow/Manager.php';
  833.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Workflow/Place/StatusInfo.php';
  834.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Workflow/ExpressionService.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  836.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Workflow/EventSubscriber/NotesSubscriber.php';
  837.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Workflow/ActionsButtonService.php';
  838.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/PimcoreBundleManager.php';
  839.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/Config/StateConfig.php';
  840.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/PimcoreBundleLocator.php';
  841.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Composer/PackageInfo.php';
  842.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/RequestHelper.php';
  843.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/ResponseHelper.php';
  844.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/RequestMatcherFactory.php';
  845.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/ResponseStack.php';
  846.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Response/CodeInjector.php';
  847.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/AbstractRequestResolver.php';
  848.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/PimcoreContextResolver.php';
  849.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Context/PimcoreContextGuesser.php';
  850.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/StaticPageResolver.php';
  851.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/OutputTimestampResolver.php';
  852.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/SiteResolver.php';
  853.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/ResponseHeaderResolver.php';
  854.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Localization/LocaleServiceInterface.php';
  855.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Localization/LocaleService.php';
  856.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/LoaderInterface.php';
  857.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/ClassNameLoaderInterface.php';
  858.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/ImplementationLoader.php';
  859.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/EditableLoaderInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/EditableLoader.php';
  861.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/AbstractClassNameLoader.php';
  862.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/PrefixLoader.php';
  863.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/PrefixLoader.php';
  864.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/ClassMapLoader.php';
  865.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Editable/Block/BlockStateStack.php';
  866.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Editable/EditmodeEditableDefinitionCollector.php';
  867.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/ModelInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/models/DataObject/Traits/ObjectVarTrait.php';
  869.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/AbstractModel.php';
  870.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/models/Element/Service.php';
  871.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/models/Document/Service.php';
  872.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Renderer/DocumentRendererInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Renderer/DocumentRenderer.php';
  874.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/StaticPageGenerator.php';
  875.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/PimcoreContextAwareTrait.php';
  876.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/RoutingListener.php';
  877.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/PimcoreContextListener.php';
  878.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/DocumentFallbackListener.php';
  879.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/PimcoreHeaderListener.php';
  880.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/LocaleListener.php';
  881.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/TranslationDebugListener.php';
  882.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/ElementListener.php';
  883.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GlobalTemplateVariablesListener.php';
  884.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/HardlinkCanonicalListener.php';
  885.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/BlockStateListener.php';
  886.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/DocumentMetaDataListener.php';
  887.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/StaticPageContextAwareTrait.php';
  888.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/StaticPageGeneratorListener.php';
  889.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/EventedControllerListener.php';
  890.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/ResponseHeaderListener.php';
  891.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/EditmodeListener.php';
  892.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/ResponseStackListener.php';
  893.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/ResponseInjectionTrait.php';
  894.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/InternalWysiwygHtmlAttributeFilterListener.php';
  895.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/EnabledTrait.php';
  896.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/PreviewRequestTrait.php';
  897.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleAnalyticsCodeListener.php';
  898.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleTagManagerListener.php';
  899.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/FullPageCacheListener.php';
  900.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Cache/FullPage/SessionStatus.php';
  901.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/MaintenancePageListener.php';
  902.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleSearchConsoleVerificationListener.php';
  903.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/OutputTimestampListener.php';
  904.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/WebDebugToolbarListener.php';
  905.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/EditableRenderer.php';
  906.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Templating/Renderer/EditableRenderer.php';
  907.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Navigation/Builder.php';
  908.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Navigation/Renderer/RendererInterface.php';
  909.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Navigation/Renderer/AbstractRenderer.php';
  910.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Navigation/Renderer/Breadcrumbs.php';
  911.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Tool/Glossary/Processor.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/EngineInterface.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/StreamingEngineInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/DelegatingEngine.php';
  915.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/TwigDefaultDelegatingEngine.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/PhpEngine.php';
  917.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/PhpEngine.php';
  918.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/TimedPhpEngine.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  921.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/BreachAttackRandomContent.php';
  922.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/WebLink.php';
  923.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/WebsiteConfig.php';
  924.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Translate.php';
  925.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/HelperBroker/HelperBrokerInterface.php';
  926.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/HelperBroker/HelperShortcuts.php';
  927.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/HelperBroker/TemplatingHelper.php';
  928.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/HelperBroker/DocumentEditable.php';
  929.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/HelperBroker/DocumentMethod.php';
  930.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/DataCollector/PimcoreDataCollector.php';
  931.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/DataCollector/PimcoreTargetingDataCollector.php';
  932.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/SiteId/SiteIdProvider.php';
  933.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/Google/Config/ConfigProvider.php';
  934.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/TrackerInterface.php';
  935.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/AbstractTracker.php';
  936.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/Google/Tracker.php';
  937.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php';
  938.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Cache/Core/WriteLock.php';
  939.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/TargetingStorageInterface.php';
  940.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Traits/TimestampsTrait.php';
  941.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/CookieStorage.php';
  942.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/CookieSaveHandlerInterface.php';
  943.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/AbstractCookieSaveHandler.php';
  944.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/JWTCookieSaveHandler.php';
  945.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoStorageInterface.php';
  946.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoStorage.php';
  947.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/DataLoaderInterface.php';
  948.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Debug/Traits/StopwatchTrait.php';
  949.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/DataLoader.php';
  950.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionMatcherInterface.php';
  951.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionMatcher.php';
  952.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionFactoryInterface.php';
  953.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionFactory.php';
  954.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ActionHandler/ActionHandlerInterface.php';
  955.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ActionHandler/DelegatingActionHandler.php';
  956.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Document/DocumentTargetingConfigurator.php';
  957.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/TargetingDataCollector.php';
  958.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/TargetingListener.php';
  959.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoResolver.php';
  960.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Code/TargetingCodeGenerator.php';
  961.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/ToolbarListener.php';
  962.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/TargetingSessionBagListener.php';
  963.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  964.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/HelperCharsetTrait.php';
  965.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/PimcoreUrl.php';
  966.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/AbstractExtension.php';
  967.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/CacheBusterAware.php';
  968.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/WebLinksTrait.php';
  969.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadLink.php';
  970.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/TextUtilsTrait.php';
  971.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadMeta.php';
  972.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadScript.php';
  973.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadStyle.php';
  974.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadTitle.php';
  975.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Inc.php';
  976.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/InlineScript.php';
  977.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder.php';
  978.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/ContainerService.php';
  979.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminSessionBagListener.php';
  980.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Session/SessionConfiguratorInterface.php';
  981.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Session/AdminSessionBagConfigurator.php';
  982.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/User/TokenStorageUserResolver.php';
  983.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/CsrfProtectionHandler.php';
  984.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/ContentSecurityPolicyHandler.php';
  985.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminSecurityListener.php';
  986.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/Traits/ControllerTypeTrait.php';
  987.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminAuthenticationDoubleCheckListener.php';
  988.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/CsrfProtectionListener.php';
  989.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/HttpCacheListener.php';
  990.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/CustomAdminEntryPointCheckListener.php';
  991.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/UserPerspectiveListener.php';
  992.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/UsageStatisticsListener.php';
  993.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/EnablePreviewTimeSliderListener.php';
  994.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/EventListener/TemplateVariablesListener.php';
  995.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/EventListener/TemplateControllerListener.php';
  996.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Http/Request/Resolver/ViewModelResolver.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParser.php';
  999.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/TemplateNameParser.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Loader/TemplateLocator.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/HttpKernel/Config/FileLocator.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Loader/LoaderInterface.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Loader/Loader.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Loader/FilesystemLoader.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Loader/FilesystemLoader.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/GlobalVariables.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/TwigEngine.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/LegacyTemplateGuesser.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Asset/SearchIndexFieldDefinitionService.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Asset/ThumbnailService.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Asset/NameExtractorService.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/DataObject/SearchIndexFieldDefinitionService.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/DataObject/NameExtractorService.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/DataObject/MainImageExtractorService.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/DataPool/DataPoolConfigService.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/DataPool/TranslatorService.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Content/HeadTitleService.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Content/NavigationService.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Content/PageConfigService.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Element/NameExtractorService.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Client.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Tools/EsClientFactory.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/SearchIndex/ElasticSearchConfigService.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/SearchIndex/IndexQueueService.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/SearchIndex/IndexServiceInterface.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Traits/LoggerAware.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/SearchIndex/AbstractIndexService.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/SearchIndex/DataObject/IndexService.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/SearchIndex/Asset/IndexService.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/PortalConfig/PortalConfigService.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Entity/EntityManagerService.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Security/SecurityService.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Collection/CollectionService.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/PublicShare/PublicShareService.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Workflow/WorkflowService.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Document/LanguageVariantService.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Document/PrefixService.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/User/AvatarService.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Twig/ContentExtension.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Twig/EditmodeExtension.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/EventSubscriber/PrefixSubscriber.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/EventSubscriber/RequestSubscriber.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/EventSubscriber/SecuritySubscriber.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/pimcore/openid-connect/src/EventListener/CodeInjectionListener.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/HttpClient/HttpClientInterface.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  1062.             include_once \dirname(__DIR__4).'/src/Workflow/CountryEditorSupportStrategy.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Workflow/SupportStrategy/ExpressionSupportStrategy.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/EventListener/ExpressionLanguage.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Workflow/Notes/NotesAwareInterface.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Workflow/Notification/NotificationInterface.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Workflow/Notes/NotesAwareTrait.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Workflow/Notification/NotificationTrait.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Workflow/Transition.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Translation/Translator.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Element/Router.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/DynamicRouteProvider.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DataObjectRouteHandler.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Extension/Document/Areabrick/AreabrickManagerInterface.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Extension/Document/Areabrick/AreabrickManager.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/User/UserLoader.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Form/Extension/TemplatingRendererEngine.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/SlotsHelper.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Http/Request/Resolver/TemplateVarsResolver.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/EditmodeResolver.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Vars/TemplateVarsProviderInterface.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Http/Request/Resolver/EditmodeResolver.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/DocumentResolver.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Http/Request/Resolver/DocumentResolver.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/ActionRenderer.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/IncludeRenderer.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Symfony/ActionsHelper.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Symfony/AssetsHelper.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Symfony/CodeHelper.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Symfony/RouterHelper.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Symfony/SessionHelper.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Symfony/TranslatorHelper.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Symfony/FormHelper.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Symfony/StopwatchHelper.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/GetParam.php';
  1138.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/GetAllParams.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/GlossaryExtension.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/HelperTrait.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Glossary.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Inc.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Action.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/PimcoreUrl.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Placeholder.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/HeadTitle.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/HeadLink.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/HeadScript.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/InlineScript.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/HeadStyle.php';
  1151.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/HeadMeta.php';
  1152.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Device.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/CacheExtension.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Cache.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1195.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1197.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1198.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1199.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1200.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1202.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1203.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1204.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1205.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1206.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1207.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1208.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1209.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1210.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1211.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1212.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1213.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1215.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1216.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1217.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1218.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1219.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1220.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/HelpersExtension.php';
  1221.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DocumentEditableExtension.php';
  1222.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/PimcoreObjectExtension.php';
  1223.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/PimcoreToolExtension.php';
  1224.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/NavigationExtension.php';
  1225.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/HeaderExtension.php';
  1226.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AssetCompressExtension.php';
  1227.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/WebsiteConfigExtension.php';
  1228.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DumpExtension.php';
  1229.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AssetHelperExtensions.php';
  1230.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DataObjectHelperExtensions.php';
  1231.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DocumentHelperExtensions.php';
  1232.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/ImageThumbnailExtension.php';
  1233.             include_once \dirname(__DIR__4).'/vendor/rybakit/twig-deferred-extension/src/DeferredExtension.php';
  1234.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1235.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  1236.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  1237.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Sandbox/SecurityPolicy.php';
  1238.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AdminExtension.php';
  1239.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Twig/ConfigExtension.php';
  1240.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Frontend/FrontendConfigService.php';
  1241.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Twig/HeadTitleExtension.php';
  1242.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Twig/PortalImagesExtension.php';
  1243.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Twig/PortalLanguagesExtension.php';
  1244.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Twig/TranslatorExtension.php';
  1245.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Security/Traits/SecurityServiceAware.php';
  1246.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Twig/UserExtension.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Twig/WebpackExtension.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Session/SessionConfigurator.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/pimcore/openid-connect/src/Session/Configurator.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1261.         };
  1262.     }
  1263.     public function compile(): void
  1264.     {
  1265.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1266.     }
  1267.     public function isCompiled(): bool
  1268.     {
  1269.         return true;
  1270.     }
  1271.     public function getRemovedIds(): array
  1272.     {
  1273.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1274.     }
  1275.     protected function load($file$lazyLoad true)
  1276.     {
  1277.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1278.             return $class::do($this$lazyLoad);
  1279.         }
  1280.         if ('.' === $file[-4]) {
  1281.             $class substr($class0, -4);
  1282.         } else {
  1283.             $file .= '.php';
  1284.         }
  1285.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1286.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1287.     }
  1288.     protected function createProxy($class\Closure $factory)
  1289.     {
  1290.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1291.         return $factory();
  1292.     }
  1293.     /**
  1294.      * Gets the public '.container.private.form.factory' shared service.
  1295.      *
  1296.      * @return \Symfony\Component\Form\FormFactory
  1297.      */
  1298.     protected function get_Container_Private_Form_FactoryService()
  1299.     {
  1300.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1301.     }
  1302.     /**
  1303.      * Gets the public '.container.private.profiler' shared service.
  1304.      *
  1305.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1306.      */
  1307.     protected function get_Container_Private_ProfilerService()
  1308.     {
  1309.         $a = ($this->services['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService());
  1310.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1311.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1312.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1313.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1314.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1315.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1316.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1317.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1318.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1319.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1320.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1321.         $d->addInstance('cache.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1322.         $d->addInstance('pimcore.cache.pool', ($this->privates['.pimcore.cache.pool.inner'] ?? $this->get_Pimcore_Cache_Pool_InnerService()));
  1323.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1324.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1325.         $d->addInstance('cache.doctrine.orm.portal_engine.result', ($this->privates['cache.doctrine.orm.portal_engine.result'] ?? $this->getCache_Doctrine_Orm_PortalEngine_ResultService()));
  1326.         $d->addInstance('cache.doctrine.orm.portal_engine.query', ($this->privates['cache.doctrine.orm.portal_engine.query'] ?? $this->getCache_Doctrine_Orm_PortalEngine_QueryService()));
  1327.         $d->addInstance('cache.doctrine.orm.statistics_explorer.result', ($this->privates['cache.doctrine.orm.statistics_explorer.result'] ?? $this->getCache_Doctrine_Orm_StatisticsExplorer_ResultService()));
  1328.         $d->addInstance('cache.doctrine.orm.statistics_explorer.query', ($this->privates['cache.doctrine.orm.statistics_explorer.query'] ?? $this->getCache_Doctrine_Orm_StatisticsExplorer_QueryService()));
  1329.         $d->addInstance('pimcore.cache.adapter.redis_tag_aware', ($this->privates['pimcore.cache.adapter.redis_tag_aware'] ?? $this->getPimcore_Cache_Adapter_RedisTagAwareService()));
  1330.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1331.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1332.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1333.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1334.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1335.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1336.         $g->registerBus('messenger.bus.pimcore-core', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1337.         $g->registerBus('messenger.bus.portal-engine', ($this->privates['debug.traced.messenger.bus.portal-engine'] ?? $this->getDebug_Traced_Messenger_Bus_PortalengineService()));
  1338.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1339.         if ($this->has('kernel')) {
  1340.             $h->setKernel($b);
  1341.         }
  1342.         $instance->add(($this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector'] ?? $this->getPimcoreDataCollectorService()));
  1343.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1344.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1345.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1346.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1347.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1348.         $instance->add(($this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'] ?? $this->getPimcoreTargetingDataCollectorService()));
  1349.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1350.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1351.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1352.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1353.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1354.         $instance->add($d);
  1355.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
  1356.         $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));
  1357.         $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())));
  1358.         $instance->add($e);
  1359.         $instance->add($f);
  1360.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1361.         $instance->add($g);
  1362.         $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()))));
  1363.         $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()))));
  1364.         $instance->add($h);
  1365.         return $instance;
  1366.     }
  1367.     /**
  1368.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1369.      *
  1370.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1371.      */
  1372.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1373.     {
  1374.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1375.     }
  1376.     /**
  1377.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1378.      *
  1379.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1380.      */
  1381.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1382.     {
  1383.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1384.     }
  1385.     /**
  1386.      * Gets the public '.container.private.security.token_storage' shared service.
  1387.      *
  1388.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1389.      */
  1390.     protected function get_Container_Private_Security_TokenStorageService()
  1391.     {
  1392.         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, [
  1393.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1394.         ], [
  1395.             'request_stack' => '?',
  1396.         ]));
  1397.     }
  1398.     /**
  1399.      * Gets the public '.container.private.session' shared service.
  1400.      *
  1401.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1402.      */
  1403.     protected function get_Container_Private_SessionService()
  1404.     {
  1405.         $this->services['.container.private.session'] = $instance = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  1406.         $a = new \Pimcore\Session\SessionConfigurator();
  1407.         $a->addConfigurator(($this->privates['Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator'] ?? $this->getAdminSessionBagConfiguratorService()));
  1408.         $a->addConfigurator(new \Pimcore\Bundle\OpenIdConnectBundle\Session\Configurator());
  1409.         $a->configure($instance);
  1410.         return $instance;
  1411.     }
  1412.     /**
  1413.      * Gets the public '.container.private.twig' shared service.
  1414.      *
  1415.      * @return \Twig\Environment
  1416.      */
  1417.     protected function get_Container_Private_TwigService()
  1418.     {
  1419.         $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']);
  1420.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1421.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1422.         $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1423.         $d = ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService());
  1424.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1425.         $f = ($this->services['router'] ?? $this->getRouterService());
  1426.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1427.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1428.         $h = ($this->services['pimcore.service.request.editmode_resolver'] ?? $this->getPimcore_Service_Request_EditmodeResolverService());
  1429.         $i = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] ?? $this->getPortalConfigServiceService());
  1430.         $j = new \Pimcore\Bundle\PortalEngineBundle\Service\Frontend\FrontendConfigService();
  1431.         $j->setConfig('geo.tileLayerUrl''https://a.tile.openstreetmap.org/{z}/{x}/{y}.png');
  1432.         $j->setConfig('geo.copyright''&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors');
  1433.         $k = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService());
  1434.         $l = new \Pimcore\Bundle\PortalEngineBundle\Twig\UserExtension();
  1435.         $l->setSecurityService($k);
  1436.         $m = new \Symfony\Bridge\Twig\AppVariable();
  1437.         $m->setEnvironment('dev');
  1438.         $m->setDebug(true);
  1439.         if ($this->has('.container.private.security.token_storage')) {
  1440.             $m->setTokenStorage($b);
  1441.         }
  1442.         if ($this->has('request_stack')) {
  1443.             $m->setRequestStack($a);
  1444.         }
  1445.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1446.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1447.         $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)));
  1448.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
  1449.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($d));
  1450.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1451.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  1452.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1453.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1454.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($ctrue));
  1455.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1456.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1457.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($a, ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService()))));
  1458.         $instance->addExtension(($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService()));
  1459.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1460.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($d));
  1461.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1462.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1463.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  1464.         $instance->addExtension(new \Pimcore\Twig\Extension\HelpersExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] ?? $this->getPimcoreUrlService())));
  1465.         $instance->addExtension(new \Pimcore\Twig\Extension\DocumentEditableExtension(($this->services['Pimcore\\Templating\\Renderer\\EditableRenderer'] ?? $this->getEditableRendererService())));
  1466.         $instance->addExtension(($this->privates['Pimcore\\Twig\\Extension\\SubrequestExtension'] ?? $this->getSubrequestExtensionService()));
  1467.         $instance->addExtension(new \Pimcore\Twig\Extension\PimcoreObjectExtension());
  1468.         $instance->addExtension(new \Pimcore\Twig\Extension\PimcoreToolExtension());
  1469.         $instance->addExtension(new \Pimcore\Twig\Extension\NavigationExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Navigation'] ?? $this->getNavigationService())));
  1470.         $instance->addExtension(new \Pimcore\Twig\Extension\GlossaryExtension(($this->privates['Pimcore\\Tool\\Glossary\\Processor'] ?? $this->getProcessorService())));
  1471.         $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()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder'] ?? $this->getPlaceholder2Service())));
  1472.         $instance->addExtension(new \Pimcore\Twig\Extension\AssetCompressExtension());
  1473.         $instance->addExtension(new \Pimcore\Twig\Extension\WebsiteConfigExtension());
  1474.         $instance->addExtension(new \Pimcore\Twig\Extension\DumpExtension());
  1475.         $instance->addExtension(new \Pimcore\Twig\Extension\CacheExtension($h));
  1476.         $instance->addExtension(new \Pimcore\Twig\Extension\AssetHelperExtensions());
  1477.         $instance->addExtension(new \Pimcore\Twig\Extension\DataObjectHelperExtensions());
  1478.         $instance->addExtension(new \Pimcore\Twig\Extension\DocumentHelperExtensions());
  1479.         $instance->addExtension(new \Pimcore\Twig\Extension\ImageThumbnailExtension());
  1480.         $instance->addExtension(new \Twig\DeferredExtension\DeferredExtension());
  1481.         $instance->addExtension(new \Twig\Extra\String\StringExtension(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')))));
  1482.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Pimcore\Twig\Sandbox\SecurityPolicy($this->parameters['pimcore.templating.twig.sandbox_security_policy.tags'], $this->parameters['pimcore.templating.twig.sandbox_security_policy.filters'], $this->parameters['pimcore.templating.twig.sandbox_security_policy.functions'])));
  1483.         $instance->addExtension(new \Pimcore\Twig\Extension\AdminExtension($f));
  1484.         $instance->addExtension(($this->services['pimcore.templating.view_helper.glossary'] ?? $this->getPimcore_Templating_ViewHelper_GlossaryService()));
  1485.         $instance->addExtension(($this->services['pimcore.templating.view_helper.cache'] ?? $this->getPimcore_Templating_ViewHelper_CacheService()));
  1486.         $instance->addExtension(new \Pimcore\Bundle\PortalEngineBundle\Twig\ConfigExtension($i, ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'] ?? $this->getDataPoolConfigServiceService()), $j));
  1487.         $instance->addExtension(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\ContentExtension'] ?? $this->getContentExtensionService()));
  1488.         $instance->addExtension(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\EditmodeExtension'] ?? $this->getEditmodeExtensionService()));
  1489.         $instance->addExtension(new \Pimcore\Bundle\PortalEngineBundle\Twig\HeadTitleExtension(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\HeadTitleService'] ?? $this->getHeadTitleServiceService())));
  1490.         $instance->addExtension(new \Pimcore\Bundle\PortalEngineBundle\Twig\PortalImagesExtension($f$i$h$k, ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\User\\AvatarService'] ?? $this->getAvatarServiceService())));
  1491.         $instance->addExtension(new \Pimcore\Bundle\PortalEngineBundle\Twig\PortalLanguagesExtension(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\LanguageVariantService'] ?? $this->getLanguageVariantServiceService())));
  1492.         $instance->addExtension(new \Pimcore\Bundle\PortalEngineBundle\Twig\TranslatorExtension(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\TranslatorService'] ?? $this->getTranslatorServiceService())));
  1493.         $instance->addExtension($l);
  1494.         $instance->addExtension(new \Pimcore\Bundle\PortalEngineBundle\Twig\WebpackExtension($i));
  1495.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1496.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1497.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1498.         ], [
  1499.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1500.             'webpack_encore.tag_renderer' => '?',
  1501.         ])));
  1502.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1503.         $instance->addGlobal('app'$m);
  1504.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1505.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1506.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1507.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1508.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1509.             'Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl' => ['privates''Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl''getPimcoreUrlService'false],
  1510.             'Pimcore\\Twig\\Extension\\Templating\\HeadLink' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadLink''getHeadLinkService'false],
  1511.             'Pimcore\\Twig\\Extension\\Templating\\HeadMeta' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadMeta''getHeadMetaService'false],
  1512.             'Pimcore\\Twig\\Extension\\Templating\\HeadScript' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadScript''getHeadScriptService'false],
  1513.             'Pimcore\\Twig\\Extension\\Templating\\HeadStyle' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadStyle''getHeadStyleService'false],
  1514.             'Pimcore\\Twig\\Extension\\Templating\\HeadTitle' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadTitle''getHeadTitleService'false],
  1515.             'Pimcore\\Twig\\Extension\\Templating\\Inc' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Inc''getIncService'false],
  1516.             'Pimcore\\Twig\\Extension\\Templating\\InlineScript' => ['privates''Pimcore\\Twig\\Extension\\Templating\\InlineScript''getInlineScriptService'false],
  1517.             'Pimcore\\Twig\\Extension\\Templating\\Navigation' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Navigation''getNavigationService'false],
  1518.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Placeholder''getPlaceholder2Service'false],
  1519.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension''getAbstractExtensionService'true],
  1520.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware''getCacheBusterAwareService'true],
  1521.             'Pimcore\\Templating\\Helper\\Inc' => ['services''pimcore.templating.view_helper.inc''getPimcore_Templating_ViewHelper_IncService'false],
  1522.             'Pimcore\\Templating\\Helper\\PimcoreUrl' => ['services''pimcore.templating.view_helper.pimcore_url''getPimcore_Templating_ViewHelper_PimcoreUrlService'false],
  1523.             'Pimcore\\Templating\\Helper\\Placeholder' => ['services''pimcore.templating.view_helper.placeholder''getPimcore_Templating_ViewHelper_PlaceholderService'false],
  1524.             'Pimcore\\Templating\\Helper\\HeadTitle' => ['services''pimcore.templating.view_helper.head_title''getPimcore_Templating_ViewHelper_HeadTitleService'false],
  1525.             'Pimcore\\Templating\\Helper\\HeadLink' => ['services''pimcore.templating.view_helper.head_link''getPimcore_Templating_ViewHelper_HeadLinkService'false],
  1526.             'Pimcore\\Templating\\Helper\\HeadScript' => ['services''pimcore.templating.view_helper.head_script''getPimcore_Templating_ViewHelper_HeadScriptService'false],
  1527.             'Pimcore\\Templating\\Helper\\InlineScript' => ['services''pimcore.templating.view_helper.inline_script''getPimcore_Templating_ViewHelper_InlineScriptService'false],
  1528.             'Pimcore\\Templating\\Helper\\HeadStyle' => ['services''pimcore.templating.view_helper.head_style''getPimcore_Templating_ViewHelper_HeadStyleService'false],
  1529.             'Pimcore\\Templating\\Helper\\HeadMeta' => ['services''pimcore.templating.view_helper.head_meta''getPimcore_Templating_ViewHelper_HeadMetaService'false],
  1530.             'Pimcore\\Templating\\Helper\\Navigation' => ['services''pimcore.templating.view_helper.navigation''getPimcore_Templating_ViewHelper_NavigationService'false],
  1531.         ], [
  1532.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1533.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1534.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1535.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1536.             'Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl' => '?',
  1537.             'Pimcore\\Twig\\Extension\\Templating\\HeadLink' => '?',
  1538.             'Pimcore\\Twig\\Extension\\Templating\\HeadMeta' => '?',
  1539.             'Pimcore\\Twig\\Extension\\Templating\\HeadScript' => '?',
  1540.             'Pimcore\\Twig\\Extension\\Templating\\HeadStyle' => '?',
  1541.             'Pimcore\\Twig\\Extension\\Templating\\HeadTitle' => '?',
  1542.             'Pimcore\\Twig\\Extension\\Templating\\Inc' => '?',
  1543.             'Pimcore\\Twig\\Extension\\Templating\\InlineScript' => '?',
  1544.             'Pimcore\\Twig\\Extension\\Templating\\Navigation' => '?',
  1545.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder' => '?',
  1546.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension' => '?',
  1547.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware' => '?',
  1548.             'Pimcore\\Templating\\Helper\\Inc' => '?',
  1549.             'Pimcore\\Templating\\Helper\\PimcoreUrl' => '?',
  1550.             'Pimcore\\Templating\\Helper\\Placeholder' => '?',
  1551.             'Pimcore\\Templating\\Helper\\HeadTitle' => '?',
  1552.             'Pimcore\\Templating\\Helper\\HeadLink' => '?',
  1553.             'Pimcore\\Templating\\Helper\\HeadScript' => '?',
  1554.             'Pimcore\\Templating\\Helper\\InlineScript' => '?',
  1555.             'Pimcore\\Templating\\Helper\\HeadStyle' => '?',
  1556.             'Pimcore\\Templating\\Helper\\HeadMeta' => '?',
  1557.             'Pimcore\\Templating\\Helper\\Navigation' => '?',
  1558.         ])));
  1559.         $instance->addGlobal('container'$this);
  1560.         $instance->addGlobal('pimcore_csrf', ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] ?? $this->getCsrfProtectionHandlerService()));
  1561.         $instance->addGlobal('pimcore_csp', ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler'] ?? $this->getContentSecurityPolicyHandlerService()));
  1562.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1563.         return $instance;
  1564.     }
  1565.     /**
  1566.      * Gets the public '.container.private.validator' shared service.
  1567.      *
  1568.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1569.      */
  1570.     protected function get_Container_Private_ValidatorService()
  1571.     {
  1572.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1573.     }
  1574.     /**
  1575.      * Gets the public 'Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler' shared autowired service.
  1576.      *
  1577.      * @return \Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler
  1578.      */
  1579.     protected function getContentSecurityPolicyHandlerService()
  1580.     {
  1581.         $this->services['Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler'] = $instance = new \Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler(($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  1582.         $a = ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  1583.         $instance->setLogger($a);
  1584.         $instance->setLogger($a);
  1585.         $instance->addAllowedUrls('default-src', []);
  1586.         $instance->addAllowedUrls('img-src', []);
  1587.         $instance->addAllowedUrls('script-src', []);
  1588.         $instance->addAllowedUrls('style-src', []);
  1589.         $instance->addAllowedUrls('connect-src', []);
  1590.         $instance->addAllowedUrls('font-src', []);
  1591.         $instance->addAllowedUrls('media-src', []);
  1592.         $instance->addAllowedUrls('frame-src', []);
  1593.         $instance->addAllowedUrls('connect-src', [=> 'https://license.pimcore.com/']);
  1594.         return $instance;
  1595.     }
  1596.     /**
  1597.      * Gets the public 'Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler' shared autowired service.
  1598.      *
  1599.      * @return \Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler
  1600.      */
  1601.     protected function getCsrfProtectionHandlerService()
  1602.     {
  1603.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1604.         if (isset($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'])) {
  1605.             return $this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'];
  1606.         }
  1607.         $this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] = $instance = new \Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler([], $a);
  1608.         $b = ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  1609.         $instance->setLogger($b);
  1610.         $instance->setLogger($b);
  1611.         return $instance;
  1612.     }
  1613.     /**
  1614.      * Gets the public 'Pimcore\Bundle\AdminBundle\Security\User\TokenStorageUserResolver' shared autowired service.
  1615.      *
  1616.      * @return \Pimcore\Bundle\AdminBundle\Security\User\TokenStorageUserResolver
  1617.      */
  1618.     protected function getTokenStorageUserResolverService()
  1619.     {
  1620.         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()));
  1621.     }
  1622.     /**
  1623.      * Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener' shared autowired service.
  1624.      *
  1625.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener
  1626.      */
  1627.     protected function getFullPageCacheListenerService()
  1628.     {
  1629.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1630.         $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())));
  1631.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  1632.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  1633.         return $instance;
  1634.     }
  1635.     /**
  1636.      * Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener' shared autowired service.
  1637.      *
  1638.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener
  1639.      */
  1640.     protected function getGoogleAnalyticsCodeListenerService()
  1641.     {
  1642.         $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener(($this->privates['Pimcore\\Analytics\\Google\\Tracker'] ?? $this->getTrackerService()));
  1643.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  1644.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  1645.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  1646.         return $instance;
  1647.     }
  1648.     /**
  1649.      * Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener' shared autowired service.
  1650.      *
  1651.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener
  1652.      */
  1653.     protected function getGoogleTagManagerListenerService()
  1654.     {
  1655.         $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()));
  1656.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  1657.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  1658.         return $instance;
  1659.     }
  1660.     /**
  1661.      * Gets the public 'Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\ElasticSearchConfigService' shared autowired service.
  1662.      *
  1663.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\ElasticSearchConfigService
  1664.      */
  1665.     protected function getElasticSearchConfigServiceService()
  1666.     {
  1667.         $this->services['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\ElasticSearchConfigService'] = $instance = new \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\ElasticSearchConfigService($this->getEnv('ES_HOST'), $this->getEnv('PORTAL_INDEX'), ['index' => ['mapping' => ['nested_fields' => ['limit' => 200], 'total_fields' => ['limit' => 100000]]], 'number_of_shards' => 1'number_of_replicas' => 0'max_ngram_diff' => 30'analysis' => ['analyzer' => ['portal_engine_ngram_analyzer' => ['tokenizer' => 'portal_engine_ngram_tokenzier''filter' => [=> 'lowercase']], 'portal_engine_whitespace_analyzer' => ['tokenizer' => 'portal_engine_whitespace_tokenzier''filter' => [=> 'lowercase']], 'portal_engine_path_analyzer' => ['tokenizer' => 'portal_engine_path_tokenizer']], 'tokenizer' => ['portal_engine_ngram_tokenzier' => ['type' => 'ngram''min_gram' => 3'max_gram' => 25'token_chars' => [=> 'letter'=> 'digit']], 'portal_engine_whitespace_tokenzier' => ['type' => 'whitespace'], 'portal_engine_path_tokenizer' => ['type' => 'path_hierarchy']]]], ['list_page_size' => 60'list_max_filter_options' => 500'search_analyzer_attributes' => ['keyword' => ['fields' => ['analyzed_ngram' => ['type' => 'text''analyzer' => 'portal_engine_ngram_analyzer''search_analyzer' => 'portal_engine_whitespace_analyzer'], 'analyzed' => ['type' => 'text''analyzer' => 'standard''search_analyzer' => 'portal_engine_whitespace_analyzer']]]], 'max_synchronous_children_rename_limit' => 500], []);
  1668.         $instance->setLogger(($this->services['monolog.logger.portalengine.es'] ?? $this->getMonolog_Logger_Portalengine_EsService()));
  1669.         return $instance;
  1670.     }
  1671.     /**
  1672.      * Gets the public 'Pimcore\Cache\Core\CoreCacheHandler' shared autowired service.
  1673.      *
  1674.      * @return \Pimcore\Cache\Core\CoreCacheHandler
  1675.      */
  1676.     protected function getCoreCacheHandlerService()
  1677.     {
  1678.         $a = ($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService());
  1679.         $b = new \Pimcore\Cache\Core\WriteLock($a);
  1680.         $c = ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  1681.         $b->setLogger($c);
  1682.         $b->setLogger($c);
  1683.         $this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'] = $instance = new \Pimcore\Cache\Core\CoreCacheHandler($a$b, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1684.         $instance->setLogger($c);
  1685.         $instance->setLogger($c);
  1686.         return $instance;
  1687.     }
  1688.     /**
  1689.      * Gets the public 'Pimcore\Config' shared autowired service.
  1690.      *
  1691.      * @return \Pimcore\Config
  1692.      */
  1693.     protected function getConfigService()
  1694.     {
  1695.         return $this->services['Pimcore\\Config'] = new \Pimcore\Config();
  1696.     }
  1697.     /**
  1698.      * Gets the public 'Pimcore\Document\Editable\Block\BlockStateStack' shared autowired service.
  1699.      *
  1700.      * @return \Pimcore\Document\Editable\Block\BlockStateStack
  1701.      */
  1702.     protected function getBlockStateStackService()
  1703.     {
  1704.         return $this->services['Pimcore\\Document\\Editable\\Block\\BlockStateStack'] = new \Pimcore\Document\Editable\Block\BlockStateStack();
  1705.     }
  1706.     /**
  1707.      * Gets the public 'Pimcore\Document\Renderer\DocumentRenderer' shared autowired service.
  1708.      *
  1709.      * @return \Pimcore\Document\Renderer\DocumentRenderer
  1710.      */
  1711.     protected function getDocumentRendererService()
  1712.     {
  1713.         $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] = $instance = new \Pimcore\Document\Renderer\DocumentRenderer(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['pimcore.templating.action_renderer'] ?? $this->getPimcore_Templating_ActionRendererService()), ($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()));
  1714.         $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())));
  1715.         return $instance;
  1716.     }
  1717.     /**
  1718.      * Gets the public 'Pimcore\Document\StaticPageGenerator' shared autowired service.
  1719.      *
  1720.      * @return \Pimcore\Document\StaticPageGenerator
  1721.      */
  1722.     protected function getStaticPageGeneratorService()
  1723.     {
  1724.         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()));
  1725.     }
  1726.     /**
  1727.      * Gets the public 'Pimcore\Extension\Bundle\PimcoreBundleManager' shared autowired service.
  1728.      *
  1729.      * @return \Pimcore\Extension\Bundle\PimcoreBundleManager
  1730.      */
  1731.     protected function getPimcoreBundleManagerService()
  1732.     {
  1733.         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()));
  1734.     }
  1735.     /**
  1736.      * Gets the public 'Pimcore\Extension\Document\Areabrick\AreabrickManagerInterface' shared autowired service.
  1737.      *
  1738.      * @return \Pimcore\Extension\Document\Areabrick\AreabrickManager
  1739.      */
  1740.     protected function getAreabrickManagerInterfaceService()
  1741.     {
  1742.         $this->services['Pimcore\\Extension\\Document\\Areabrick\\AreabrickManagerInterface'] = $instance = new \Pimcore\Extension\Document\Areabrick\AreabrickManager(($this->services['Pimcore\\Extension\\Config'] ?? $this->get('Pimcore\\Extension\\Config'1)), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1743.             'asset-departments' => ['privates''ExtendedPimcorePortalEngineBundle\\Document\\Areabrick\\AssetDepartments''getAssetDepartmentsService'true],
  1744.             'portal-engine-statistics' => ['privates''pimcore_portal_engine.area.brick.portal_engine_statistics''getPimcorePortalEngine_Area_Brick_PortalEngineStatisticsService'true],
  1745.             'portal-engine-teaser-cta' => ['privates''pimcore_portal_engine.area.brick.portal_engine_teaser_cta''getPimcorePortalEngine_Area_Brick_PortalEngineTeaserCtaService'true],
  1746.             'portal-engine-teasers' => ['privates''pimcore_portal_engine.area.brick.portal_engine_teasers''getPimcorePortalEngine_Area_Brick_PortalEngineTeasersService'true],
  1747.             'portal-engine-wysiwyg' => ['privates''pimcore_portal_engine.area.brick.portal_engine_wysiwyg''getPimcorePortalEngine_Area_Brick_PortalEngineWysiwygService'true],
  1748.             'product-departments' => ['privates''ExtendedPimcorePortalEngineBundle\\Document\\Areabrick\\ProductDepartments''getProductDepartmentsService'true],
  1749.             'welcome-title' => ['privates''ExtendedPimcorePortalEngineBundle\\Document\\Areabrick\\WelcomeTitle''getWelcomeTitleService'true],
  1750.         ], [
  1751.             'asset-departments' => '?',
  1752.             'portal-engine-statistics' => '?',
  1753.             'portal-engine-teaser-cta' => '?',
  1754.             'portal-engine-teasers' => '?',
  1755.             'portal-engine-wysiwyg' => '?',
  1756.             'product-departments' => '?',
  1757.             'welcome-title' => '?',
  1758.         ]));
  1759.         $instance->registerService('welcome-title''ExtendedPimcorePortalEngineBundle\\Document\\Areabrick\\WelcomeTitle');
  1760.         $instance->registerService('product-departments''ExtendedPimcorePortalEngineBundle\\Document\\Areabrick\\ProductDepartments');
  1761.         $instance->registerService('asset-departments''ExtendedPimcorePortalEngineBundle\\Document\\Areabrick\\AssetDepartments');
  1762.         $instance->registerService('portal-engine-teasers''pimcore_portal_engine.area.brick.portal_engine_teasers');
  1763.         $instance->registerService('portal-engine-teaser-cta''pimcore_portal_engine.area.brick.portal_engine_teaser_cta');
  1764.         $instance->registerService('portal-engine-statistics''pimcore_portal_engine.area.brick.portal_engine_statistics');
  1765.         $instance->registerService('portal-engine-wysiwyg''pimcore_portal_engine.area.brick.portal_engine_wysiwyg');
  1766.         return $instance;
  1767.     }
  1768.     /**
  1769.      * Gets the public 'Pimcore\Http\RequestHelper' shared autowired service.
  1770.      *
  1771.      * @return \Pimcore\Http\RequestHelper
  1772.      */
  1773.     protected function getRequestHelperService()
  1774.     {
  1775.         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()));
  1776.     }
  1777.     /**
  1778.      * Gets the public 'Pimcore\Http\Request\Resolver\OutputTimestampResolver' shared autowired service.
  1779.      *
  1780.      * @return \Pimcore\Http\Request\Resolver\OutputTimestampResolver
  1781.      */
  1782.     protected function getOutputTimestampResolverService()
  1783.     {
  1784.         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())));
  1785.     }
  1786.     /**
  1787.      * Gets the public 'Pimcore\Http\Request\Resolver\PimcoreContextResolver' shared autowired service.
  1788.      *
  1789.      * @return \Pimcore\Http\Request\Resolver\PimcoreContextResolver
  1790.      */
  1791.     protected function getPimcoreContextResolverService()
  1792.     {
  1793.         $a = new \Pimcore\Http\Context\PimcoreContextGuesser(($this->privates['Pimcore\\Http\\RequestMatcherFactory'] ?? ($this->privates['Pimcore\\Http\\RequestMatcherFactory'] = new \Pimcore\Http\RequestMatcherFactory())));
  1794.         $a->addContextRoutes('profiler', [=> ['path' => '^/_(profiler|wdt)(/.*)?$''route' => false'host' => false'methods' => []]]);
  1795.         $a->addContextRoutes('admin', [=> ['path' => '^/admin(/.*)?$''route' => false'host' => false'methods' => []], => ['route' => '^pimcore_admin_''path' => false'host' => false'methods' => []]]);
  1796.         $a->addContextRoutes('plugin', [=> ['path' => '^/plugin(/.*)?$''route' => false'host' => false'methods' => []]]);
  1797.         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);
  1798.     }
  1799.     /**
  1800.      * Gets the public 'Pimcore\Http\Request\Resolver\ResponseHeaderResolver' shared autowired service.
  1801.      *
  1802.      * @return \Pimcore\Http\Request\Resolver\ResponseHeaderResolver
  1803.      */
  1804.     protected function getResponseHeaderResolverService()
  1805.     {
  1806.         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())));
  1807.     }
  1808.     /**
  1809.      * Gets the public 'Pimcore\Http\Request\Resolver\SiteResolver' shared autowired service.
  1810.      *
  1811.      * @return \Pimcore\Http\Request\Resolver\SiteResolver
  1812.      */
  1813.     protected function getSiteResolverService()
  1814.     {
  1815.         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())));
  1816.     }
  1817.     /**
  1818.      * Gets the public 'Pimcore\Http\Request\Resolver\StaticPageResolver' shared autowired service.
  1819.      *
  1820.      * @return \Pimcore\Http\Request\Resolver\StaticPageResolver
  1821.      */
  1822.     protected function getStaticPageResolverService()
  1823.     {
  1824.         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())));
  1825.     }
  1826.     /**
  1827.      * Gets the public 'Pimcore\Http\Request\Resolver\ViewModelResolver' shared autowired service.
  1828.      *
  1829.      * @return \Pimcore\Http\Request\Resolver\ViewModelResolver
  1830.      */
  1831.     protected function getViewModelResolverService()
  1832.     {
  1833.         $a = ($this->services['pimcore.service.request.template_vars_resolver'] ?? $this->getPimcore_Service_Request_TemplateVarsResolverService());
  1834.         if (isset($this->services['Pimcore\\Http\\Request\\Resolver\\ViewModelResolver'])) {
  1835.             return $this->services['Pimcore\\Http\\Request\\Resolver\\ViewModelResolver'];
  1836.         }
  1837.         return $this->services['Pimcore\\Http\\Request\\Resolver\\ViewModelResolver'] = new \Pimcore\Http\Request\Resolver\ViewModelResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  1838.     }
  1839.     /**
  1840.      * Gets the public 'Pimcore\Http\ResponseHelper' shared autowired service.
  1841.      *
  1842.      * @return \Pimcore\Http\ResponseHelper
  1843.      */
  1844.     protected function getResponseHelperService()
  1845.     {
  1846.         return $this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper();
  1847.     }
  1848.     /**
  1849.      * Gets the public 'Pimcore\Localization\LocaleServiceInterface' shared autowired service.
  1850.      *
  1851.      * @return \Pimcore\Localization\LocaleService
  1852.      */
  1853.     protected function getLocaleServiceInterfaceService()
  1854.     {
  1855.         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()));
  1856.     }
  1857.     /**
  1858.      * Gets the public 'Pimcore\Model\Document\Editable\Loader\EditableLoader' shared autowired service.
  1859.      *
  1860.      * @return \Pimcore\Model\Document\Editable\Loader\EditableLoader
  1861.      */
  1862.     protected function getEditableLoaderService()
  1863.     {
  1864.         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(['area' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Area''areablock' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Areablock''block' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Block''checkbox' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Checkbox''date' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Date''embed' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Embed''image' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Image''input' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Input''link' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Link''multiselect' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Multiselect''numeric' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Numeric''pdf' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Pdf''relation' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Relation''relations' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Relations''renderlet' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Renderlet''scheduledblock' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Scheduledblock''select' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Select''snippet' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Snippet''table' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Table''textarea' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Textarea''video' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Video''wysiwyg' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Wysiwyg'])]);
  1865.     }
  1866.     /**
  1867.      * Gets the public 'Pimcore\Model\Document\Service' shared autowired service.
  1868.      *
  1869.      * @return \Pimcore\Model\Document\Service
  1870.      */
  1871.     protected function getServiceService()
  1872.     {
  1873.         return $this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service();
  1874.     }
  1875.     /**
  1876.      * Gets the public 'Pimcore\Targeting\Document\DocumentTargetingConfigurator' shared autowired service.
  1877.      *
  1878.      * @return \Pimcore\Targeting\Document\DocumentTargetingConfigurator
  1879.      */
  1880.     protected function getDocumentTargetingConfiguratorService()
  1881.     {
  1882.         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()));
  1883.     }
  1884.     /**
  1885.      * Gets the public 'Pimcore\Templating\GlobalVariables' shared autowired service.
  1886.      *
  1887.      * @return \Pimcore\Templating\GlobalVariables
  1888.      */
  1889.     protected function getGlobalVariablesService()
  1890.     {
  1891.         return $this->services['Pimcore\\Templating\\GlobalVariables'] = new \Pimcore\Templating\GlobalVariables($this);
  1892.     }
  1893.     /**
  1894.      * Gets the public 'Pimcore\Templating\LegacyTemplateGuesser' shared autowired service.
  1895.      *
  1896.      * @return \Pimcore\Templating\LegacyTemplateGuesser
  1897.      */
  1898.     protected function getLegacyTemplateGuesserService()
  1899.     {
  1900.         return $this->services['Pimcore\\Templating\\LegacyTemplateGuesser'] = new \Pimcore\Templating\LegacyTemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService()));
  1901.     }
  1902.     /**
  1903.      * Gets the public 'Pimcore\Templating\Loader\FilesystemLoader' shared autowired service.
  1904.      *
  1905.      * @return \Pimcore\Templating\Loader\FilesystemLoader
  1906.      */
  1907.     protected function getFilesystemLoaderService()
  1908.     {
  1909.         return $this->services['Pimcore\\Templating\\Loader\\FilesystemLoader'] = new \Pimcore\Templating\Loader\FilesystemLoader(($this->services['Pimcore\\Templating\\Loader\\TemplateLocator'] ?? $this->getTemplateLocatorService()));
  1910.     }
  1911.     /**
  1912.      * Gets the public 'Pimcore\Templating\Loader\TemplateLocator' shared autowired service.
  1913.      *
  1914.      * @return \Pimcore\Templating\Loader\TemplateLocator
  1915.      */
  1916.     protected function getTemplateLocatorService()
  1917.     {
  1918.         return $this->services['Pimcore\\Templating\\Loader\\TemplateLocator'] = new \Pimcore\Templating\Loader\TemplateLocator(new \Pimcore\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/Resources/views'), [=> (\dirname(__DIR__4).'/templates'), => (\dirname(__DIR__4).'/app/Resources/views'), 'Security' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Doctrine' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'DoctrineMigrations' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'SchebTwoFactor' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'Debug' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'WebProfiler' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'PimcoreCore' => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/views'), 'PimcoreAdmin' => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Resources/views'), 'PimcoreDataHub' => (\dirname(__DIR__4).'/vendor/pimcore/data-hub/src/Resources/views'), 'PimcorePhpTemplatingEngine' => (\dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Resources/views'), 'ElementsProcessManager' => (\dirname(__DIR__4).'/vendor/elements/process-manager-bundle/src/Resources/views'), 'PimcoreStatisticsExplorer' => (\dirname(__DIR__4).'/vendor/pimcore/statistics-explorer/src/Resources/views'), 'PimcorePortalEngineBundle' => (\dirname(__DIR__4).'/templates/bundles/PimcorePortalEngineBundle'), 'PimcorePortalEngine' => (\dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Resources/views'), 'ExtendedPimcorePortalEngine' => (\dirname(__DIR__4).'/bundles/ExtendedPimcorePortalEngineBundle/Resources/views'), 'PimcoreOpenIdConnect' => (\dirname(__DIR__4).'/vendor/pimcore/openid-connect/src/Resources/views')]));
  1919.     }
  1920.     /**
  1921.      * Gets the public 'Pimcore\Templating\Renderer\EditableRenderer' shared autowired service.
  1922.      *
  1923.      * @return \Pimcore\Bundle\PhpTemplatingEngineBundle\Templating\Renderer\EditableRenderer
  1924.      */
  1925.     protected function getEditableRendererService()
  1926.     {
  1927.         $this->services['Pimcore\\Templating\\Renderer\\EditableRenderer'] = $instance = new \Pimcore\Bundle\PhpTemplatingEngineBundle\Templating\Renderer\EditableRenderer(($this->services['Pimcore\\Model\\Document\\Editable\\Loader\\EditableLoader'] ?? $this->getEditableLoaderService()), ($this->services['pimcore.service.request.editmode_resolver'] ?? $this->getPimcore_Service_Request_EditmodeResolverService()), ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] ?? ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] = new \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector())));
  1928.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1929.         $instance->setLogger($a);
  1930.         $instance->setLogger($a);
  1931.         return $instance;
  1932.     }
  1933.     /**
  1934.      * Gets the public 'Pimcore\Templating\TemplateNameParser' shared autowired service.
  1935.      *
  1936.      * @return \Pimcore\Templating\TemplateNameParser
  1937.      */
  1938.     protected function getTemplateNameParserService()
  1939.     {
  1940.         return $this->services['Pimcore\\Templating\\TemplateNameParser'] = new \Pimcore\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  1941.     }
  1942.     /**
  1943.      * Gets the public 'Pimcore\Templating\TwigEngine' shared autowired service.
  1944.      *
  1945.      * @return \Pimcore\Templating\TwigEngine
  1946.      */
  1947.     protected function getTwigEngineService()
  1948.     {
  1949.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1950.         if (isset($this->services['Pimcore\\Templating\\TwigEngine'])) {
  1951.             return $this->services['Pimcore\\Templating\\TwigEngine'];
  1952.         }
  1953.         return $this->services['Pimcore\\Templating\\TwigEngine'] = new \Pimcore\Templating\TwigEngine($a, ($this->services['Pimcore\\Templating\\TemplateNameParser'] ?? ($this->services['Pimcore\\Templating\\TemplateNameParser'] = new \Pimcore\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  1954.     }
  1955.     /**
  1956.      * Gets the public 'Pimcore\Workflow\ExpressionService' shared autowired service.
  1957.      *
  1958.      * @return \Pimcore\Workflow\ExpressionService
  1959.      */
  1960.     protected function getExpressionServiceService()
  1961.     {
  1962.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1963.         return $this->services['Pimcore\\Workflow\\ExpressionService'] = new \Pimcore\Workflow\ExpressionService(($this->privates['workflow.security.expression_language'] ?? $this->getWorkflow_Security_ExpressionLanguageService()), $a, new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker($a, ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalse), ($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.validator'] ?? $this->get_Container_Private_ValidatorService()));
  1964.     }
  1965.     /**
  1966.      * Gets the public 'Pimcore\Workflow\Manager' shared autowired service.
  1967.      *
  1968.      * @return \Pimcore\Workflow\Manager
  1969.      */
  1970.     protected function getManagerService()
  1971.     {
  1972.         $this->services['Pimcore\\Workflow\\Manager'] = $instance = new \Pimcore\Workflow\Manager(($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService()), ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->getNotesSubscriberService()), ($this->services['Pimcore\\Workflow\\ExpressionService'] ?? $this->getExpressionServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1973.         $instance->registerWorkflow('product_workflow_local_de', ['label' => 'Local Release Workflow (de)''priority' => 0'type' => 'state_machine']);
  1974.         $instance->addPlaceConfig('product_workflow_local_de''local_new', ['label' => 'update Texts (de)''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false]], 'title' => '']);
  1975.         $instance->addPlaceConfig('product_workflow_local_de''local_ready', ['label' => 'Ready For Publishing - de''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''publish' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )''publish' => false'save' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()''publish' => false'save' => false]], 'title' => '']);
  1976.         $instance->registerWorkflow('product_workflow_local_en', ['label' => 'Local Release Workflow (en)''priority' => 0'type' => 'state_machine']);
  1977.         $instance->addPlaceConfig('product_workflow_local_en''local_new', ['label' => 'update Texts (en)''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false]], 'title' => '']);
  1978.         $instance->addPlaceConfig('product_workflow_local_en''local_ready', ['label' => 'Ready For Publishing - en''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )''publish' => false'save' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )''publish' => false'save' => false]], 'title' => '']);
  1979.         $instance->registerWorkflow('product_workflow_local_fr', ['label' => 'Local Release Workflow (fr)''priority' => 0'type' => 'state_machine']);
  1980.         $instance->addPlaceConfig('product_workflow_local_fr''local_new', ['label' => 'update Texts (fr)''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false]], 'title' => '']);
  1981.         $instance->addPlaceConfig('product_workflow_local_fr''local_ready', ['label' => 'Ready For Publishing - fr''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )''publish' => false'save' => true], => ['condition' => 'is_fully_authenticated() and not subject.isTranslationReady() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )''publish' => false'save' => false]], 'title' => '']);
  1982.         $instance->registerWorkflow('product_workflow_local_ro', ['label' => 'Local Release Workflow (ro)''priority' => 0'type' => 'state_machine']);
  1983.         $instance->addPlaceConfig('product_workflow_local_ro''local_new', ['label' => 'update Texts (ro)''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false]], 'title' => '']);
  1984.         $instance->addPlaceConfig('product_workflow_local_ro''local_ready', ['label' => 'Ready For Publishing - ro''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )''publish' => false'save' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )''publish' => false'save' => false]], 'title' => '']);
  1985.         $instance->registerWorkflow('product_workflow_local_es', ['label' => 'Local Release Workflow (es)''priority' => 0'type' => 'state_machine']);
  1986.         $instance->addPlaceConfig('product_workflow_local_es''local_new', ['label' => 'update Texts (es)''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false]], 'title' => '']);
  1987.         $instance->addPlaceConfig('product_workflow_local_es''local_ready', ['label' => 'Ready For Publishing - es''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )''publish' => false'save' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )''publish' => false'save' => false]], 'title' => '']);
  1988.         $instance->registerWorkflow('product_workflow_local_sk', ['label' => 'Local Release Workflow (sk)''priority' => 0'type' => 'state_machine']);
  1989.         $instance->addPlaceConfig('product_workflow_local_sk''local_new', ['label' => 'update Texts (sk)''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false]], 'title' => '']);
  1990.         $instance->addPlaceConfig('product_workflow_local_sk''local_ready', ['label' => 'Ready For Publishing - sk''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )''publish' => false'save' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )''publish' => false'save' => false]], 'title' => '']);
  1991.         $instance->registerWorkflow('product_workflow_local_cs', ['label' => 'Local Release Workflow (cs)''priority' => 0'type' => 'state_machine']);
  1992.         $instance->addPlaceConfig('product_workflow_local_cs''local_new', ['label' => 'update Texts (cs)''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false]], 'title' => '']);
  1993.         $instance->addPlaceConfig('product_workflow_local_cs''local_ready', ['label' => 'Ready For Publishing - cs''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )''publish' => false'save' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )''publish' => false'save' => false]], 'title' => '']);
  1994.         $instance->registerWorkflow('product_workflow_local_pl', ['label' => 'Local Release Workflow (pl)''priority' => 0'type' => 'state_machine']);
  1995.         $instance->addPlaceConfig('product_workflow_local_pl''local_new', ['label' => 'update Texts (pl)''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false]], 'title' => '']);
  1996.         $instance->addPlaceConfig('product_workflow_local_pl''local_ready', ['label' => 'Ready For Publishing - pl''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )''publish' => false'save' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )''publish' => false'save' => false]], 'title' => '']);
  1997.         $instance->registerWorkflow('product_workflow_local_it', ['label' => 'Local Release Workflow (it)''priority' => 0'type' => 'state_machine']);
  1998.         $instance->addPlaceConfig('product_workflow_local_it''local_new', ['label' => 'update Texts (it)''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false]], 'title' => '']);
  1999.         $instance->addPlaceConfig('product_workflow_local_it''local_ready', ['label' => 'Ready For Publishing - it''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )''publish' => false'save' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )''publish' => false'save' => false]], 'title' => '']);
  2000.         $instance->registerWorkflow('product_workflow_local_sv', ['label' => 'Local Release Workflow (sv)''priority' => 0'type' => 'state_machine']);
  2001.         $instance->addPlaceConfig('product_workflow_local_sv''local_new', ['label' => 'update Texts (it)''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()''publish' => false'save' => true'delete' => false'settings' => false'versions' => false'unpublish' => false]], 'title' => '']);
  2002.         $instance->addPlaceConfig('product_workflow_local_sv''local_ready', ['label' => 'Ready For Publishing - it''visibleInHeader' => false'color' => '#cddc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )''publish' => false'save' => true], => ['condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )''publish' => false'save' => false]], 'title' => '']);
  2003.         $instance->registerWorkflow('product_workflow_global_wm', ['label' => 'global Release Workflow (Water Management)''priority' => 10'type' => 'state_machine']);
  2004.         $instance->addPlaceConfig('product_workflow_global_wm''draft', ['label' => 'draft (water_management)''visibleInHeader' => true'color' => '#ffdc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) )''publish' => false'save' => true'unpublish' => false], => ['condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )''publish' => false'save' => true'unpublish' => false], => ['save' => false'publish' => false]], 'title' => '']);
  2005.         $instance->addPlaceConfig('product_workflow_global_wm''global_ready', ['label' => 'Ready For Publishing (water_management)''visibleInHeader' => true'color' => '#ffdc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )''publish' => true], => ['condition' => 'is_fully_authenticated() and subject.isWaterManagement() and ( ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )''publish' => false'save' => true], => ['condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )''publish' => false'save' => false], => ['save' => false'publish' => false]], 'title' => '']);
  2006.         $instance->addPlaceConfig('product_workflow_global_wm''global_published', ['label' => 'Published (water_management)''visibleInHeader' => true'color' => '#ffdc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )''save' => true'modify' => true'unpublish' => true], => ['condition' => 'is_fully_authenticated() and subject.isWaterManagement() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )''publish' => false'save' => false'unpublish' => false], => ['save' => false'publish' => false]], 'title' => '']);
  2007.         $instance->registerWorkflow('product_workflow_global_bs', ['label' => 'global Release Workflow (Building Systems)''priority' => 10'type' => 'state_machine']);
  2008.         $instance->addPlaceConfig('product_workflow_global_bs''draft', ['label' => 'draft (building_systems)''visibleInHeader' => true'color' => '#ffdc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) )''publish' => false'save' => true'unpublish' => false], => ['condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )''publish' => false'save' => true'unpublish' => false], => ['save' => false'publish' => false]], 'title' => '']);
  2009.         $instance->addPlaceConfig('product_workflow_global_bs''global_ready', ['label' => 'Ready For Publishing (building_systems)''visibleInHeader' => true'color' => '#ffdc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )''publish' => true], => ['condition' => 'is_fully_authenticated() and subject.isWaterManagement() and ( ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )''publish' => false'save' => true], => ['condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )''publish' => false'save' => false], => ['condition' => 'is_fully_authenticated() and not ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) )''save' => false'publish' => false]], 'title' => '']);
  2010.         $instance->addPlaceConfig('product_workflow_global_bs''global_published', ['label' => 'Published (building_systems)''visibleInHeader' => true'color' => '#ffdc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )''save' => true'modify' => true'unpublish' => true], => ['condition' => 'is_fully_authenticated() and subject.isBuildingSystems() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )''publish' => false'save' => false'unpublish' => false], => ['save' => false'publish' => false]], 'title' => '']);
  2011.         $instance->registerWorkflow('product_workflow_global_ma', ['label' => 'global Release Workflow (Metal Applications)''priority' => 10'type' => 'state_machine']);
  2012.         $instance->addPlaceConfig('product_workflow_global_ma''draft', ['label' => 'draft (metal_applications)''visibleInHeader' => true'color' => '#ffdc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) )''publish' => false'save' => true'unpublish' => false], => ['condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )''publish' => false'save' => true'unpublish' => false], => ['save' => false'publish' => false]], 'title' => '']);
  2013.         $instance->addPlaceConfig('product_workflow_global_ma''global_ready', ['label' => 'Ready For Publishing (metal_applications)''visibleInHeader' => true'color' => '#ffdc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true], => ['condition' => 'is_fully_authenticated() and subject.isWaterManagement() and ( ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )''publish' => false'save' => true], => ['condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )''publish' => false'save' => false], => ['save' => false'publish' => false]], 'title' => '']);
  2014.         $instance->addPlaceConfig('product_workflow_global_ma''global_published', ['label' => 'Published (metal_applications)''visibleInHeader' => true'color' => '#ffdc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )''save' => true'modify' => true'unpublish' => true], => ['condition' => 'is_fully_authenticated() and subject.isMetalApplications() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )''publish' => false'save' => false'unpublish' => false], => ['save' => false'publish' => false]], 'title' => '']);
  2015.         $instance->registerWorkflow('product_workflow_archive', ['label' => 'Archive product''priority' => 10'type' => 'state_machine']);
  2016.         $instance->addPlaceConfig('product_workflow_archive''not_archived', ['label' => 'Not Archived Product''visibleInHeader' => false'color' => '#ffdc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true]], 'title' => '']);
  2017.         $instance->addPlaceConfig('product_workflow_archive''archived', ['label' => 'Archived Product''visibleInHeader' => true'color' => '#ffdc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true]], 'title' => '']);
  2018.         $instance->addPlaceConfig('product_workflow_archive''de_archived', ['label' => 'De-Archived''visibleInHeader' => true'color' => '#ffdc39''colorInverted' => false'permissions' => [=> ['condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )''modify' => true]], 'title' => '']);
  2019.         return $instance;
  2020.     }
  2021.     /**
  2022.      * Gets the public 'Pimcore\Workflow\Place\StatusInfo' shared autowired service.
  2023.      *
  2024.      * @return \Pimcore\Workflow\Place\StatusInfo
  2025.      */
  2026.     protected function getStatusInfoService()
  2027.     {
  2028.         return $this->services['Pimcore\\Workflow\\Place\\StatusInfo'] = new \Pimcore\Workflow\Place\StatusInfo(($this->services['Pimcore\\Workflow\\Manager'] ?? $this->getManagerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
  2029.     }
  2030.     /**
  2031.      * Gets the public 'Symfony\Bridge\Twig\Extension\WebLinkExtension' shared service.
  2032.      *
  2033.      * @return \Symfony\Bridge\Twig\Extension\WebLinkExtension
  2034.      */
  2035.     protected function getWebLinkExtensionService()
  2036.     {
  2037.         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())));
  2038.     }
  2039.     /**
  2040.      * Gets the public 'Symfony\Component\HttpKernel\EventListener\SessionListener' shared service.
  2041.      *
  2042.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2043.      */
  2044.     protected function getSessionListenerService()
  2045.     {
  2046.         return $this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2047.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  2048.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2049.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  2050.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2051.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  2052.         ], [
  2053.             'initialized_session' => '?',
  2054.             'logger' => '?',
  2055.             'session' => '?',
  2056.             'session_collector' => '?',
  2057.             'session_factory' => '?',
  2058.         ]), true$this->parameters['session.storage.options']);
  2059.     }
  2060.     /**
  2061.      * Gets the public 'Symfony\Component\Lock\LockFactory' shared autowired service.
  2062.      *
  2063.      * @return \Symfony\Component\Lock\LockFactory
  2064.      */
  2065.     protected function getLockFactoryService()
  2066.     {
  2067.         $this->services['Symfony\\Component\\Lock\\LockFactory'] = $instance = new \Symfony\Component\Lock\LockFactory(new \Symfony\Component\Lock\Store\DoctrineDbalStore(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService())));
  2068.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2069.         return $instance;
  2070.     }
  2071.     /**
  2072.      * Gets the public 'Symfony\Contracts\Translation\TranslatorInterface' shared autowired service.
  2073.      *
  2074.      * @return \Pimcore\Translation\Translator
  2075.      */
  2076.     protected function getTranslatorInterfaceService()
  2077.     {
  2078.         $this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] = $instance = new \Pimcore\Translation\Translator(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  2079.         $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'1)));
  2080.         $instance->setAdminPath('@PimcoreCoreBundle/Resources/translations');
  2081.         $instance->setAdminTranslationMapping([]);
  2082.         return $instance;
  2083.     }
  2084.     /**
  2085.      * Gets the public 'cache.app' shared service.
  2086.      *
  2087.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2088.      */
  2089.     protected function getCache_AppService()
  2090.     {
  2091.         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'));
  2092.     }
  2093.     /**
  2094.      * Gets the public 'cache.system' shared service.
  2095.      *
  2096.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2097.      */
  2098.     protected function getCache_SystemService()
  2099.     {
  2100.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MVLR1Xrcgj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2101.     }
  2102.     /**
  2103.      * Gets the public 'cache.validator_expression_language' shared service.
  2104.      *
  2105.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2106.      */
  2107.     protected function getCache_ValidatorExpressionLanguageService()
  2108.     {
  2109.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jb6xImE2mu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2110.     }
  2111.     /**
  2112.      * Gets the public 'cmf_routing.route_provider' shared autowired service.
  2113.      *
  2114.      * @return \Pimcore\Routing\DynamicRouteProvider
  2115.      */
  2116.     protected function getCmfRouting_RouteProviderService()
  2117.     {
  2118.         $a = ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService());
  2119.         $this->services['cmf_routing.route_provider'] = $instance = new \Pimcore\Routing\DynamicRouteProvider($a);
  2120.         $instance->addHandler(($this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] ?? $this->getDocumentRouteHandlerService()));
  2121.         $instance->addHandler(new \Pimcore\Routing\Dynamic\DataObjectRouteHandler($a, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config()))));
  2122.         return $instance;
  2123.     }
  2124.     /**
  2125.      * Gets the public 'data_collector.dump' shared service.
  2126.      *
  2127.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2128.      */
  2129.     protected function getDataCollector_DumpService()
  2130.     {
  2131.         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);
  2132.     }
  2133.     /**
  2134.      * Gets the public 'doctrine' shared service.
  2135.      *
  2136.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2137.      */
  2138.     protected function getDoctrineService()
  2139.     {
  2140.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''portal_engine');
  2141.     }
  2142.     /**
  2143.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2144.      *
  2145.      * @return \Pimcore\Db\Connection
  2146.      */
  2147.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2148.     {
  2149.         $a = new \Doctrine\DBAL\Configuration();
  2150.         $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()))]));
  2151.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'lock_keys'=> 'cache_items'=> 'cache_items'])]));
  2152.         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' => 'db''port' => '3306''user' => 'meauserdb''password' => 'E)5Uf&5sCSf$xVH!''dbname' => 'meadb''driverOptions' => [1002 => 'SET sql_mode = \'\';'], 'wrapperClass' => '\\Pimcore\\Db\\Connection''serverVersion' => '10.3.23-MariaDB''defaultTableOptions' => ['charset' => 'UTF8MB4''engine' => 'InnoDB''collate' => 'utf8mb4_general_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2153.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  2154.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2155.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2156.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2157.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  2158.             'doctrine.orm.portal_engine_listeners.attach_entity_listeners' => ['privates''doctrine.orm.portal_engine_listeners.attach_entity_listeners''getDoctrine_Orm_PortalEngineListeners_AttachEntityListenersService'true],
  2159.             'doctrine.orm.statistics_explorer_listeners.attach_entity_listeners' => ['privates''doctrine.orm.statistics_explorer_listeners.attach_entity_listeners''getDoctrine_Orm_StatisticsExplorerListeners_AttachEntityListenersService'true],
  2160.         ], [
  2161.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  2162.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2163.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2164.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2165.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2166.             'doctrine.orm.portal_engine_listeners.attach_entity_listeners' => '?',
  2167.             'doctrine.orm.statistics_explorer_listeners.attach_entity_listeners' => '?',
  2168.         ]), [=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'cmf_routing.persistence.doctrine.route_condition_metadata_listener'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.portal_engine_listeners.attach_entity_listeners'], => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.statistics_explorer_listeners.attach_entity_listeners']]), ['enum' => 'string''bit' => 'boolean']);
  2169.     }
  2170.     /**
  2171.      * Gets the public 'doctrine.orm.portal_engine_entity_manager' shared service.
  2172.      *
  2173.      * @return \Doctrine\ORM\EntityManager
  2174.      */
  2175.     protected function getDoctrine_Orm_PortalEngineEntityManagerService($lazyLoad true)
  2176.     {
  2177.         if ($lazyLoad) {
  2178.             return $this->services['doctrine.orm.portal_engine_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  2179.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2180.                     $wrappedInstance $this->getDoctrine_Orm_PortalEngineEntityManagerService(false);
  2181.                     $proxy->setProxyInitializer(null);
  2182.                     return true;
  2183.                 });
  2184.             });
  2185.         }
  2186.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  2187.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  2188.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  2189.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  2190.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  2191.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  2192.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  2193.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  2194.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  2195.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  2196.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  2197.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  2198.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  2199.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  2200.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  2201.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  2202.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  2203.         $a = new \Doctrine\ORM\Configuration();
  2204.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2205.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Entity')]), 'Pimcore\\Bundle\\PortalEngineBundle\\Entity');
  2206.         $a->setEntityNamespaces(['PimcorePortalEngine' => 'Pimcore\\Bundle\\PortalEngineBundle\\Entity']);
  2207.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2208.         $a->setQueryCache(($this->privates['cache.doctrine.orm.portal_engine.query'] ?? $this->getCache_Doctrine_Orm_PortalEngine_QueryService()));
  2209.         $a->setResultCache(($this->privates['cache.doctrine.orm.portal_engine.result'] ?? $this->getCache_Doctrine_Orm_PortalEngine_ResultService()));
  2210.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  2211.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2212.         $a->setProxyNamespace('Proxies');
  2213.         $a->setAutoGenerateProxyClasses(false);
  2214.         $a->setSchemaIgnoreClasses([]);
  2215.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2216.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2217.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  2218.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  2219.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2220.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  2221.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2222.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2223.         return $instance;
  2224.     }
  2225.     /**
  2226.      * Gets the public 'doctrine.orm.statistics_explorer_entity_manager' shared service.
  2227.      *
  2228.      * @return \Doctrine\ORM\EntityManager
  2229.      */
  2230.     protected function getDoctrine_Orm_StatisticsExplorerEntityManagerService($lazyLoad true)
  2231.     {
  2232.         if ($lazyLoad) {
  2233.             return $this->services['doctrine.orm.statistics_explorer_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  2234.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2235.                     $wrappedInstance $this->getDoctrine_Orm_StatisticsExplorerEntityManagerService(false);
  2236.                     $proxy->setProxyInitializer(null);
  2237.                     return true;
  2238.                 });
  2239.             });
  2240.         }
  2241.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  2242.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  2244.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  2245.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  2246.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  2247.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  2248.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  2249.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  2250.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  2251.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  2252.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  2253.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  2254.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  2255.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  2256.         $a = new \Doctrine\ORM\Configuration();
  2257.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2258.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/vendor/pimcore/statistics-explorer/src/Entity')]), 'Pimcore\\Bundle\\StatisticsExplorerBundle\\Entity');
  2259.         $a->setEntityNamespaces(['PimcoreStatisticsExplorerBundle' => 'Pimcore\\Bundle\\StatisticsExplorerBundle\\Entity']);
  2260.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2261.         $a->setQueryCache(($this->privates['cache.doctrine.orm.statistics_explorer.query'] ?? $this->getCache_Doctrine_Orm_StatisticsExplorer_QueryService()));
  2262.         $a->setResultCache(($this->privates['cache.doctrine.orm.statistics_explorer.result'] ?? $this->getCache_Doctrine_Orm_StatisticsExplorer_ResultService()));
  2263.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  2264.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2265.         $a->setProxyNamespace('Proxies');
  2266.         $a->setAutoGenerateProxyClasses(false);
  2267.         $a->setSchemaIgnoreClasses([]);
  2268.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2269.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2270.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  2271.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  2272.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2273.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  2274.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2275.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2276.         return $instance;
  2277.     }
  2278.     /**
  2279.      * Gets the public 'event_dispatcher' shared service.
  2280.      *
  2281.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2282.      */
  2283.     protected function getEventDispatcherService()
  2284.     {
  2285.         $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())));
  2286.         $instance->addListener('scheb_two_factor.authentication.complete', [=> function () {
  2287.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\TwoFactorListener'] ?? $this->load('getTwoFactorListenerService'));
  2288.         }, => 'onAuthenticationComplete'], 0);
  2289.         $instance->addListener('scheb_two_factor.authentication.attempt', [=> function () {
  2290.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\TwoFactorListener'] ?? $this->load('getTwoFactorListenerService'));
  2291.         }, => 'onAuthenticationAttempt'], 0);
  2292.         $instance->addListener('pimcore.admin.dataobject.get.preSendData', [=> function () {
  2293.             return ($this->privates['app.event_listener.my_event_listner'] ?? ($this->privates['app.event_listener.my_event_listner'] = new \App\EventListener\ProductEventListener()));
  2294.         }, => 'selectCustomLayout'], 0);
  2295.         $instance->addListener('pimcore.admin.object.list.beforeListLoad', [=> function () {
  2296.             return ($this->privates['app.event_listener.my_event_listner'] ?? ($this->privates['app.event_listener.my_event_listner'] = new \App\EventListener\ProductEventListener()));
  2297.         }, => 'onObjectBeforeListLoad'], 0);
  2298.         $instance->addListener('pimcore.admin.resolve.elementAdminStyle', [=> function () {
  2299.             return ($this->privates['app.event_listener.folder_admin_style'] ?? ($this->privates['app.event_listener.folder_admin_style'] = new \App\EventListener\AdminStyleEventListener()));
  2300.         }, => 'registerCustomLayout'], 0);
  2301.         $instance->addListener('pimcore.admin.dataobject.get.preSendData', [=> function () {
  2302.             return ($this->privates['app.event_listener.permission_eventlistener'] ?? $this->load('getApp_EventListener_PermissionEventlistenerService'));
  2303.         }, => 'checkObjectPermissions'], 0);
  2304.         $instance->addListener('pimcore.admin.dataobject.get.preSendData', [=> function () {
  2305.             return ($this->privates['app.event_listener.permission_category_eventlistener'] ?? $this->load('getApp_EventListener_PermissionCategoryEventlistenerService'));
  2306.         }, => 'checkCategoryPermissions'], 0);
  2307.         $instance->addListener('pimcore.admin.dataobject.get.preSendData', [=> function () {
  2308.             return ($this->privates['app.event_listener.permission_text_modules_eventlistener'] ?? $this->load('getApp_EventListener_PermissionTextModulesEventlistenerService'));
  2309.         }, => 'checkTextModulesPermissions'], 0);
  2310.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2311.             return ($this->privates['app.event_listener.notification_object_update_eventlistener'] ?? $this->load('getApp_EventListener_NotificationObjectUpdateEventlistenerService'));
  2312.         }, => 'onPostUpdate'], 0);
  2313.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  2314.             return ($this->privates['App\\EventListener\\ProductPreUpdateListener'] ?? $this->load('getProductPreUpdateListenerService'));
  2315.         }, => 'onPreUpdate'], 0);
  2316.         $instance->addListener('kernel.controller', [=> function () {
  2317.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2318.         }, => 'onKernelController'], 0);
  2319.         $instance->addListener('kernel.response', [=> function () {
  2320.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'] ?? $this->getGoogleAnalyticsCodeListenerService());
  2321.         }, => 'onKernelResponse'], -110);
  2322.         $instance->addListener('kernel.response', [=> function () {
  2323.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'] ?? $this->getGoogleTagManagerListenerService());
  2324.         }, => 'onKernelResponse'], -108);
  2325.         $instance->addListener('kernel.request', [=> function () {
  2326.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
  2327.         }, => 'onKernelRequest'], 610);
  2328.         $instance->addListener('kernel.response', [=> function () {
  2329.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
  2330.         }, => 'onKernelResponse'], -120);
  2331.         $instance->addListener('kernel.response', [=> function () {
  2332.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
  2333.         }, => 'stopPropagationCheck'], 100);
  2334.         $instance->addListener('kernel.request', [=> function () {
  2335.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener'] ?? $this->getMaintenancePageListenerService());
  2336.         }, => 'onKernelRequest'], 620);
  2337.         $instance->addListener('pimcore.admin.indexAction.settings', [=> function () {
  2338.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\AdminListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\AdminListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\AdminListener()));
  2339.         }, => 'addIndexSettings'], 0);
  2340.         $instance->addListener('Pimcore\\Bundle\\DataImporterBundle\\Event\\PostPreparationEvent', [=> function () {
  2341.             return ($this->privates['Pimcore\\Bundle\\DataImporterBundle\\EventListener\\DataImporterListener'] ?? $this->load('getDataImporterListenerService'));
  2342.         }, => 'importPrepared'], 0);
  2343.         $instance->addListener('pimcore.datahub.graphql.mutation.preBuild', [=> function () {
  2344.             return ($this->privates['ImportBundle\\Event\\Graph\\SAPImportMutationsListener'] ?? $this->load('getSAPImportMutationsListenerService'));
  2345.         }, => 'onPreBuild'], 0);
  2346.         $instance->addListener('pimcore.datahub.graphql.mutation.preBuild', [=> function () {
  2347.             return ($this->privates['ImportBundle\\Event\\Graph\\SAPImportBatchMutationsListener'] ?? $this->load('getSAPImportBatchMutationsListenerService'));
  2348.         }, => 'onPreBuild'], 0);
  2349.         $instance->addListener('pimcore.datahub.graphql.mutation.preBuild', [=> function () {
  2350.             return ($this->privates['ImportBundle\\Event\\Graph\\SAPImportConditionMutationsListener'] ?? $this->load('getSAPImportConditionMutationsListenerService'));
  2351.         }, => 'onPreBuild'], 0);
  2352.         $instance->addListener('pimcore.datahub.graphql.mutation.preBuild', [=> function () {
  2353.             return ($this->privates['ImportBundle\\Event\\Graph\\SAPHierarchyMutationsListener'] ?? $this->load('getSAPHierarchyMutationsListenerService'));
  2354.         }, => 'onPreBuild'], 0);
  2355.         $instance->addListener('pimcore.datahub.graphql.query.preBuild', [=> function () {
  2356.             return ($this->privates['Pim2RevitBundle\\Event\\Graph\\RevitCustomQueryListener'] ?? $this->load('getRevitCustomQueryListenerService'));
  2357.         }, => 'onPreBuild'], 0);
  2358.         $instance->addListener('Pimcore\\Bundle\\DataHubFileExportBundle\\Event\\RelevantItemListEvent', [=> function () {
  2359.             return ($this->privates['ExtendedDataHubFileExportBundle\\EventListener\\DataHubFileExportListener'] ?? ($this->privates['ExtendedDataHubFileExportBundle\\EventListener\\DataHubFileExportListener'] = new \ExtendedDataHubFileExportBundle\EventListener\DataHubFileExportListener()));
  2360.         }, => 'relevantItemList'], 0);
  2361.         $instance->addListener('pimcore.asset.postAdd', [=> function () {
  2362.             return ($this->privates['ExtendedPimcorePortalEngineBundle\\EventListener\\ElementListener'] ?? $this->load('getElementListenerService'));
  2363.         }, => 'onAssetPostAdd'], 0);
  2364.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2365.             return ($this->privates['ExtendedPimcorePortalEngineBundle\\EventListener\\ElementListener'] ?? $this->load('getElementListenerService'));
  2366.         }, => 'onObjectPostUpdate'], 0);
  2367.         $instance->addListener('kernel.request', [=> function () {
  2368.             return ($this->privates['Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener'] ?? ($this->privates['Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener'] = new \Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener()));
  2369.         }, => 'check'], 0);
  2370.         $instance->addListener('kernel.response', [=> function () {
  2371.             return ($this->privates['Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener'] ?? ($this->privates['Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener'] = new \Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener()));
  2372.         }, => 'inject'], 0);
  2373.         $instance->addListener('pimcore.admin.login.redirect', [=> function () {
  2374.             return ($this->privates['Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\LoginRedirectListener'] ?? $this->load('getLoginRedirectListenerService'));
  2375.         }, => 'onLoginRedirect'], 0);
  2376.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  2377.             return ($this->privates['Hamari\\PimEcommConnectorBundle\\EventListener\\DataObjectEventListener'] ?? ($this->privates['Hamari\\PimEcommConnectorBundle\\EventListener\\DataObjectEventListener'] = new \Hamari\PimEcommConnectorBundle\EventListener\DataObjectEventListener()));
  2378.         }, => 'onPreUpdate'], 0);
  2379.         $instance->addListener('kernel.exception', [=> function () {
  2380.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  2381.         }, => 'onKernelException'], 0);
  2382.         $instance->addListener('workflow.product_workflow_local_de.guard.to_do', [=> function () {
  2383.             return ($this->privates['state_machine.product_workflow_local_de.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalDe_Listener_GuardService'));
  2384.         }, => 'onTransition'], 0);
  2385.         $instance->addListener('workflow.product_workflow_local_de.guard.to_published', [=> function () {
  2386.             return ($this->privates['state_machine.product_workflow_local_de.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalDe_Listener_GuardService'));
  2387.         }, => 'onTransition'], 0);
  2388.         $instance->addListener('workflow.product_workflow_local_en.guard.to_do', [=> function () {
  2389.             return ($this->privates['state_machine.product_workflow_local_en.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalEn_Listener_GuardService'));
  2390.         }, => 'onTransition'], 0);
  2391.         $instance->addListener('workflow.product_workflow_local_en.guard.to_published', [=> function () {
  2392.             return ($this->privates['state_machine.product_workflow_local_en.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalEn_Listener_GuardService'));
  2393.         }, => 'onTransition'], 0);
  2394.         $instance->addListener('workflow.product_workflow_local_fr.guard.to_do', [=> function () {
  2395.             return ($this->privates['state_machine.product_workflow_local_fr.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalFr_Listener_GuardService'));
  2396.         }, => 'onTransition'], 0);
  2397.         $instance->addListener('workflow.product_workflow_local_fr.guard.to_published', [=> function () {
  2398.             return ($this->privates['state_machine.product_workflow_local_fr.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalFr_Listener_GuardService'));
  2399.         }, => 'onTransition'], 0);
  2400.         $instance->addListener('workflow.product_workflow_local_ro.guard.to_do', [=> function () {
  2401.             return ($this->privates['state_machine.product_workflow_local_ro.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalRo_Listener_GuardService'));
  2402.         }, => 'onTransition'], 0);
  2403.         $instance->addListener('workflow.product_workflow_local_ro.guard.to_published', [=> function () {
  2404.             return ($this->privates['state_machine.product_workflow_local_ro.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalRo_Listener_GuardService'));
  2405.         }, => 'onTransition'], 0);
  2406.         $instance->addListener('workflow.product_workflow_local_es.guard.to_do', [=> function () {
  2407.             return ($this->privates['state_machine.product_workflow_local_es.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalEs_Listener_GuardService'));
  2408.         }, => 'onTransition'], 0);
  2409.         $instance->addListener('workflow.product_workflow_local_es.guard.to_published', [=> function () {
  2410.             return ($this->privates['state_machine.product_workflow_local_es.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalEs_Listener_GuardService'));
  2411.         }, => 'onTransition'], 0);
  2412.         $instance->addListener('workflow.product_workflow_local_sk.guard.to_do', [=> function () {
  2413.             return ($this->privates['state_machine.product_workflow_local_sk.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalSk_Listener_GuardService'));
  2414.         }, => 'onTransition'], 0);
  2415.         $instance->addListener('workflow.product_workflow_local_sk.guard.to_published', [=> function () {
  2416.             return ($this->privates['state_machine.product_workflow_local_sk.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalSk_Listener_GuardService'));
  2417.         }, => 'onTransition'], 0);
  2418.         $instance->addListener('workflow.product_workflow_local_cs.guard.to_do', [=> function () {
  2419.             return ($this->privates['state_machine.product_workflow_local_cs.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalCs_Listener_GuardService'));
  2420.         }, => 'onTransition'], 0);
  2421.         $instance->addListener('workflow.product_workflow_local_cs.guard.to_published', [=> function () {
  2422.             return ($this->privates['state_machine.product_workflow_local_cs.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalCs_Listener_GuardService'));
  2423.         }, => 'onTransition'], 0);
  2424.         $instance->addListener('workflow.product_workflow_local_pl.guard.to_do', [=> function () {
  2425.             return ($this->privates['state_machine.product_workflow_local_pl.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalPl_Listener_GuardService'));
  2426.         }, => 'onTransition'], 0);
  2427.         $instance->addListener('workflow.product_workflow_local_pl.guard.to_published', [=> function () {
  2428.             return ($this->privates['state_machine.product_workflow_local_pl.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalPl_Listener_GuardService'));
  2429.         }, => 'onTransition'], 0);
  2430.         $instance->addListener('workflow.product_workflow_local_it.guard.to_do', [=> function () {
  2431.             return ($this->privates['state_machine.product_workflow_local_it.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalIt_Listener_GuardService'));
  2432.         }, => 'onTransition'], 0);
  2433.         $instance->addListener('workflow.product_workflow_local_it.guard.to_published', [=> function () {
  2434.             return ($this->privates['state_machine.product_workflow_local_it.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalIt_Listener_GuardService'));
  2435.         }, => 'onTransition'], 0);
  2436.         $instance->addListener('workflow.product_workflow_local_sv.guard.to_do', [=> function () {
  2437.             return ($this->privates['state_machine.product_workflow_local_sv.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalSv_Listener_GuardService'));
  2438.         }, => 'onTransition'], 0);
  2439.         $instance->addListener('workflow.product_workflow_local_sv.guard.to_published', [=> function () {
  2440.             return ($this->privates['state_machine.product_workflow_local_sv.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowLocalSv_Listener_GuardService'));
  2441.         }, => 'onTransition'], 0);
  2442.         $instance->addListener('workflow.product_workflow_global_wm.guard.make_ready', [=> function () {
  2443.             return ($this->privates['state_machine.product_workflow_global_wm.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowGlobalWm_Listener_GuardService'));
  2444.         }, => 'onTransition'], 0);
  2445.         $instance->addListener('workflow.product_workflow_global_wm.guard.publish', [=> function () {
  2446.             return ($this->privates['state_machine.product_workflow_global_wm.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowGlobalWm_Listener_GuardService'));
  2447.         }, => 'onTransition'], 0);
  2448.         $instance->addListener('workflow.product_workflow_global_wm.guard.edit', [=> function () {
  2449.             return ($this->privates['state_machine.product_workflow_global_wm.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowGlobalWm_Listener_GuardService'));
  2450.         }, => 'onTransition'], 0);
  2451.         $instance->addListener('workflow.product_workflow_global_bs.guard.make_ready', [=> function () {
  2452.             return ($this->privates['state_machine.product_workflow_global_bs.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowGlobalBs_Listener_GuardService'));
  2453.         }, => 'onTransition'], 0);
  2454.         $instance->addListener('workflow.product_workflow_global_bs.guard.publish', [=> function () {
  2455.             return ($this->privates['state_machine.product_workflow_global_bs.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowGlobalBs_Listener_GuardService'));
  2456.         }, => 'onTransition'], 0);
  2457.         $instance->addListener('workflow.product_workflow_global_bs.guard.edit', [=> function () {
  2458.             return ($this->privates['state_machine.product_workflow_global_bs.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowGlobalBs_Listener_GuardService'));
  2459.         }, => 'onTransition'], 0);
  2460.         $instance->addListener('workflow.product_workflow_global_ma.guard.make_ready', [=> function () {
  2461.             return ($this->privates['state_machine.product_workflow_global_ma.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowGlobalMa_Listener_GuardService'));
  2462.         }, => 'onTransition'], 0);
  2463.         $instance->addListener('workflow.product_workflow_global_ma.guard.publish', [=> function () {
  2464.             return ($this->privates['state_machine.product_workflow_global_ma.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowGlobalMa_Listener_GuardService'));
  2465.         }, => 'onTransition'], 0);
  2466.         $instance->addListener('workflow.product_workflow_global_ma.guard.edit', [=> function () {
  2467.             return ($this->privates['state_machine.product_workflow_global_ma.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowGlobalMa_Listener_GuardService'));
  2468.         }, => 'onTransition'], 0);
  2469.         $instance->addListener('workflow.product_workflow_archive.guard.make_archive', [=> function () {
  2470.             return ($this->privates['state_machine.product_workflow_archive.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowArchive_Listener_GuardService'));
  2471.         }, => 'onTransition'], 0);
  2472.         $instance->addListener('workflow.product_workflow_archive.guard.make_de_archive', [=> function () {
  2473.             return ($this->privates['state_machine.product_workflow_archive.listener.guard'] ?? $this->load('getStateMachine_ProductWorkflowArchive_Listener_GuardService'));
  2474.         }, => 'onTransition'], 0);
  2475.         $instance->addListener('workflow.completed', [=> function () {
  2476.             return ($this->services['app.event_listener.product_workflow_notification_event_listener'] ?? $this->load('getApp_EventListener_ProductWorkflowNotificationEventListenerService'));
  2477.         }, => 'onWorkflowCompleted'], 0);
  2478.         $instance->addListener('pimcore.bundle_manager.paths.js', [=> function () {
  2479.             return ($this->services['App\\EventListener\\EditmodeListener'] ?? ($this->services['App\\EventListener\\EditmodeListener'] = new \App\EventListener\EditmodeListener()));
  2480.         }, => 'onJsPaths'], 0);
  2481.         $instance->addListener('pre.mea.product.create', [=> function () {
  2482.             return ($this->privates['App\\EventListener\\ProductsEndpoint\\ProductsWorkflowEventListener'] ?? $this->load('getProductsWorkflowEventListenerService'));
  2483.         }, => 'onPreCreateProduct'], 10);
  2484.         $instance->addListener('post.mea.product.create', [=> function () {
  2485.             return ($this->privates['App\\EventListener\\ProductsEndpoint\\ProductsWorkflowEventListener'] ?? $this->load('getProductsWorkflowEventListenerService'));
  2486.         }, => 'onPostCreateProduct'], 10);
  2487.         $instance->addListener('pre.mea.product.update', [=> function () {
  2488.             return ($this->privates['App\\EventListener\\ProductsEndpoint\\ProductsWorkflowEventListener'] ?? $this->load('getProductsWorkflowEventListenerService'));
  2489.         }, => 'onPreUpdateProduct'], 10);
  2490.         $instance->addListener('kernel.response', [=> function () {
  2491.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2492.         }, => 'onKernelResponse'], 0);
  2493.         $instance->addListener('kernel.response', [=> function () {
  2494.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2495.         }, => 'onKernelResponse'], -1024);
  2496.         $instance->addListener('kernel.request', [=> function () {
  2497.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  2498.         }, => 'setDefaultLocale'], 100);
  2499.         $instance->addListener('kernel.request', [=> function () {
  2500.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  2501.         }, => 'onKernelRequest'], 16);
  2502.         $instance->addListener('kernel.finish_request', [=> function () {
  2503.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  2504.         }, => 'onKernelFinishRequest'], 0);
  2505.         $instance->addListener('kernel.request', [=> function () {
  2506.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2507.         }, => 'onKernelRequest'], 256);
  2508.         $instance->addListener('kernel.response', [=> function () {
  2509.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2510.         }, => 'onResponse'], -255);
  2511.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2512.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2513.         }, => 'onControllerArguments'], 0);
  2514.         $instance->addListener('kernel.exception', [=> function () {
  2515.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2516.         }, => 'logKernelException'], 0);
  2517.         $instance->addListener('kernel.exception', [=> function () {
  2518.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2519.         }, => 'onKernelException'], -128);
  2520.         $instance->addListener('kernel.response', [=> function () {
  2521.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2522.         }, => 'removeCspHeader'], -128);
  2523.         $instance->addListener('kernel.request', [=> function () {
  2524.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2525.         }, => 'onKernelRequest'], 15);
  2526.         $instance->addListener('kernel.finish_request', [=> function () {
  2527.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2528.         }, => 'onKernelFinishRequest'], -15);
  2529.         $instance->addListener('console.error', [=> function () {
  2530.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2531.         }, => 'onConsoleError'], -128);
  2532.         $instance->addListener('console.terminate', [=> function () {
  2533.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2534.         }, => 'onConsoleTerminate'], -128);
  2535.         $instance->addListener('console.error', [=> function () {
  2536.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2537.         }, => 'onConsoleError'], 0);
  2538.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2539.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2540.         }, => 'onMessage'], -255);
  2541.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2542.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2543.         }, => 'onMessage'], -255);
  2544.         $instance->addListener('kernel.request', [=> function () {
  2545.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2546.         }, => 'configure'], 2048);
  2547.         $instance->addListener('console.command', [=> function () {
  2548.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2549.         }, => 'configure'], 2048);
  2550.         $instance->addListener('kernel.request', [=> function () {
  2551.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2552.         }, => 'onKernelRequest'], 32);
  2553.         $instance->addListener('kernel.finish_request', [=> function () {
  2554.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2555.         }, => 'onKernelFinishRequest'], 0);
  2556.         $instance->addListener('kernel.exception', [=> function () {
  2557.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2558.         }, => 'onKernelException'], -64);
  2559.         $instance->addListener('kernel.response', [=> function () {
  2560.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2561.         }, => 'onKernelResponse'], 0);
  2562.         $instance->addListener('kernel.request', [=> function () {
  2563.             return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
  2564.         }, => 'onKernelRequest'], 128);
  2565.         $instance->addListener('kernel.response', [=> function () {
  2566.             return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
  2567.         }, => 'onKernelResponse'], -1000);
  2568.         $instance->addListener('kernel.finish_request', [=> function () {
  2569.             return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
  2570.         }, => 'onFinishRequest'], 0);
  2571.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2572.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2573.         }, => 'onMessageFailed'], 100);
  2574.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2575.             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()));
  2576.         }, => 'onMessageFailed'], 200);
  2577.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2578.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  2579.         }, => 'onWorkerRunning'], 100);
  2580.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2581.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2582.         }, => 'onWorkerStarted'], 0);
  2583.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2584.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2585.         }, => 'onWorkerRunning'], 0);
  2586.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2587.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  2588.         }, => 'onWorkerStarted'], 100);
  2589.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2590.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2591.         }, => 'onMessageFailed'], 0);
  2592.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2593.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2594.         }, => 'onWorkerRunning'], 0);
  2595.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2596.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2597.         }, => 'onNotification'], -255);
  2598.         $instance->addListener('kernel.response', [=> function () {
  2599.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2600.         }, => 'onKernelResponse'], -100);
  2601.         $instance->addListener('kernel.exception', [=> function () {
  2602.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2603.         }, => 'onKernelException'], 0);
  2604.         $instance->addListener('kernel.terminate', [=> function () {
  2605.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2606.         }, => 'onKernelTerminate'], -1024);
  2607.         $instance->addListener('kernel.controller', [=> function () {
  2608.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2609.         }, => 'onKernelController'], 0);
  2610.         $instance->addListener('kernel.response', [=> function () {
  2611.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2612.         }, => 'onKernelResponse'], 0);
  2613.         $instance->addListener('kernel.response', [=> function () {
  2614.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2615.         }, => 'onKernelResponse'], 0);
  2616.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2617.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2618.         }, => 'onVoterVote'], 0);
  2619.         $instance->addListener('kernel.request', [=> function () {
  2620.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2621.         }, => 'configureLogoutUrlGenerator'], 8);
  2622.         $instance->addListener('kernel.request', [=> function () {
  2623.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2624.         }, => 'onKernelRequest'], 8);
  2625.         $instance->addListener('kernel.finish_request', [=> function () {
  2626.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2627.         }, => 'onKernelFinishRequest'], 0);
  2628.         $instance->addListener('kernel.exception', [=> function () {
  2629.             return ($this->privates['security.authentication.kernel_exception_listener.two_factor.pimcore_admin'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_PimcoreAdminService'));
  2630.         }, => 'onKernelException'], 2);
  2631.         $instance->addListener('kernel.request', [=> function () {
  2632.             return ($this->privates['security.authentication.form_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_PimcoreAdminService());
  2633.         }, => 'onKernelRequest'], 0);
  2634.         $instance->addListener('security.authentication.success', [=> function () {
  2635.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2636.         }, => 'onLogin'], 9223372036854775807);
  2637.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  2638.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2639.         }, => 'onAccessDenied'], 0);
  2640.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  2641.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2642.         }, => 'onTwoFactorForm'], 0);
  2643.         $instance->addListener('kernel.response', [=> function () {
  2644.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2645.         }, => 'onKernelResponse'], 1);
  2646.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2647.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2648.         }, => 'onMessage'], 0);
  2649.         $instance->addListener('console.command', [=> function () {
  2650.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2651.         }, => 'onCommand'], 255);
  2652.         $instance->addListener('console.terminate', [=> function () {
  2653.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2654.         }, => 'onTerminate'], -255);
  2655.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2656.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2657.         }, => 'onWorkerMessageHandled'], 0);
  2658.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2659.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2660.         }, => 'onWorkerMessageFailed'], 0);
  2661.         $instance->addListener('kernel.controller', [=> function () {
  2662.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2663.         }, => 'onKernelController'], 0);
  2664.         $instance->addListener('kernel.controller', [=> function () {
  2665.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2666.         }, => 'onKernelController'], 0);
  2667.         $instance->addListener('kernel.controller', [=> function () {
  2668.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2669.         }, => 'onKernelController'], -128);
  2670.         $instance->addListener('kernel.view', [=> function () {
  2671.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2672.         }, => 'onKernelView'], 0);
  2673.         $instance->addListener('kernel.controller', [=> function () {
  2674.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2675.         }, => 'onKernelController'], 0);
  2676.         $instance->addListener('kernel.response', [=> function () {
  2677.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2678.         }, => 'onKernelResponse'], 0);
  2679.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2680.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2681.         }, => 'onKernelControllerArguments'], 0);
  2682.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2683.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2684.         }, => 'onKernelControllerArguments'], 0);
  2685.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2686.             return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
  2687.         }, => 'registerRouteAnnotation'], 0);
  2688.         $instance->addListener('security.authentication.success', [=> function () {
  2689.             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()));
  2690.         }, => 'onLogin'], 9223372036854775806);
  2691.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2692.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  2693.         }, => 'checkPassport'], 0);
  2694.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2695.             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()));
  2696.         }, => 'onSuccessfulLogin'], -63);
  2697.         $instance->addListener('console.command', [=> function () {
  2698.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2699.         }, => 'configure'], 1024);
  2700.         $instance->addListener('kernel.response', [=> function () {
  2701.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2702.         }, => 'onKernelResponse'], -128);
  2703.         $instance->addListener('knp_pager.items', [=> function () {
  2704.             return ($this->privates['Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber'] ?? ($this->privates['Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber'] = new \Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber()));
  2705.         }, => 'items'], -5);
  2706.         $instance->addListener('knp_pager.before', [=> function () {
  2707.             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()));
  2708.         }, => 'before'], 0);
  2709.         $instance->addListener('knp_pager.pagination', [=> function () {
  2710.             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()));
  2711.         }, => 'pagination'], 0);
  2712.         $instance->addListener('workflow.completed', [=> function () {
  2713.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotificationSubscriber'] ?? $this->load('getNotificationSubscriberService'));
  2714.         }, => 'onWorkflowCompleted'], 0);
  2715.         $instance->addListener('workflow.completed', [=> function () {
  2716.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->getNotesSubscriberService());
  2717.         }, => 'onWorkflowCompleted'], 1);
  2718.         $instance->addListener('workflow.enter', [=> function () {
  2719.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->getNotesSubscriberService());
  2720.         }, => 'onWorkflowEnter'], 0);
  2721.         $instance->addListener('pimcore.workflow.preGlobalAction', [=> function () {
  2722.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->getNotesSubscriberService());
  2723.         }, => 'onPreGlobalAction'], 0);
  2724.         $instance->addListener('pimcore.workflow.postGlobalAction', [=> function () {
  2725.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->getNotesSubscriberService());
  2726.         }, => 'onPostGlobalAction'], 0);
  2727.         $instance->addListener('workflow.completed', [=> function () {
  2728.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\ChangePublishedStateSubscriber'] ?? ($this->privates['Pimcore\\Workflow\\EventSubscriber\\ChangePublishedStateSubscriber'] = new \Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber()));
  2729.         }, => 'onWorkflowCompleted'], 0);
  2730.         $instance->addListener('kernel.request', [=> function () {
  2731.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener'] ?? $this->getRoutingListenerService());
  2732.         }, => 'onKernelRequest'], 512);
  2733.         $instance->addListener('kernel.exception', [=> function () {
  2734.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener'] ?? $this->getRoutingListenerService());
  2735.         }, => 'onKernelException'], 64);
  2736.         $instance->addListener('kernel.request', [=> function () {
  2737.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener'] ?? $this->getPimcoreContextListenerService());
  2738.         }, => 'onKernelRequest'], 24);
  2739.         $instance->addListener('kernel.request', [=> function () {
  2740.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] ?? $this->getDocumentFallbackListenerService());
  2741.         }, => 'onKernelRequest'], 20);
  2742.         $instance->addListener('kernel.controller', [=> function () {
  2743.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] ?? $this->getDocumentFallbackListenerService());
  2744.         }, => 'onKernelController'], 50);
  2745.         $instance->addListener('kernel.response', [=> function () {
  2746.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener()));
  2747.         }, => 'onKernelResponse'], 0);
  2748.         $instance->addListener('kernel.request', [=> function () {
  2749.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] ?? $this->getLocaleListenerService());
  2750.         }, => 'onKernelRequest'], 1);
  2751.         $instance->addListener('kernel.response', [=> function () {
  2752.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] ?? $this->getLocaleListenerService());
  2753.         }, => 'onKernelResponse'], 0);
  2754.         $instance->addListener('kernel.request', [=> function () {
  2755.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener'] ?? $this->getTranslationDebugListenerService());
  2756.         }, => 'onKernelRequest'], 0);
  2757.         $instance->addListener('kernel.terminate', [=> function () {
  2758.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\DumpTranslationEntriesListener'] ?? $this->load('getDumpTranslationEntriesListenerService'));
  2759.         }, => 'onKernelTerminate'], 0);
  2760.         $instance->addListener('console.terminate', [=> function () {
  2761.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\DumpTranslationEntriesListener'] ?? $this->load('getDumpTranslationEntriesListenerService'));
  2762.         }, => 'onConsoleTerminate'], 0);
  2763.         $instance->addListener('kernel.controller', [=> function () {
  2764.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener'] ?? $this->getElementListener2Service());
  2765.         }, => 'onKernelController'], 30);
  2766.         $instance->addListener('kernel.controller', [=> function () {
  2767.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
  2768.         }, => 'onKernelController'], 15);
  2769.         $instance->addListener('kernel.response', [=> function () {
  2770.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
  2771.         }, => 'onKernelResponse'], 0);
  2772.         $instance->addListener('kernel.request', [=> function () {
  2773.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
  2774.         }, => 'onKernelRequest'], 700);
  2775.         $instance->addListener('kernel.response', [=> function () {
  2776.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener'] ?? $this->getHardlinkCanonicalListenerService());
  2777.         }, => 'onKernelResponse'], 0);
  2778.         $instance->addListener('kernel.request', [=> function () {
  2779.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener'] ?? $this->getBlockStateListenerService());
  2780.         }, => 'onKernelRequest'], 0);
  2781.         $instance->addListener('kernel.response', [=> function () {
  2782.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener'] ?? $this->getBlockStateListenerService());
  2783.         }, => 'onKernelResponse'], 0);
  2784.         $instance->addListener('kernel.request', [=> function () {
  2785.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener'] ?? $this->getDocumentMetaDataListenerService());
  2786.         }, => 'onKernelRequest'], 0);
  2787.         $instance->addListener('pimcore.document.renderer.pre_render', [=> function () {
  2788.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentRendererListener'] ?? $this->load('getDocumentRendererListenerService'));
  2789.         }, => 'onPreRender'], 0);
  2790.         $instance->addListener('pimcore.document.renderer.post_render', [=> function () {
  2791.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentRendererListener'] ?? $this->load('getDocumentRendererListenerService'));
  2792.         }, => 'onPostRender'], 0);
  2793.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2794.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2795.         }, => 'onPostAddUpdateDeleteDocument'], 0);
  2796.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2797.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2798.         }, => 'onPostAddUpdateDeleteDocument'], 0);
  2799.         $instance->addListener('pimcore.document.postUpdate', [=> function () {
  2800.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2801.         }, => 'onPostAddUpdateDeleteDocument'], 0);
  2802.         $instance->addListener('kernel.request', [=> function () {
  2803.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2804.         }, => 'onKernelRequest'], 510);
  2805.         $instance->addListener('kernel.response', [=> function () {
  2806.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2807.         }, => 'onKernelResponse'], -120);
  2808.         $instance->addListener('kernel.view', [=> function () {
  2809.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ContentTemplateListener'] ?? $this->load('getContentTemplateListenerService'));
  2810.         }, => 'onKernelView'], 16);
  2811.         $instance->addListener('kernel.controller', [=> function () {
  2812.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener()));
  2813.         }, => 'onKernelController'], 0);
  2814.         $instance->addListener('kernel.response', [=> function () {
  2815.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener()));
  2816.         }, => 'onKernelResponse'], 0);
  2817.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2818.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2819.         }, => 'onElementPostAdd'], 0);
  2820.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2821.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2822.         }, => 'onElementPostAdd'], 0);
  2823.         $instance->addListener('pimcore.asset.postAdd', [=> function () {
  2824.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2825.         }, => 'onElementPostAdd'], 0);
  2826.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2827.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2828.         }, => 'onElementPostDelete'], 0);
  2829.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2830.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2831.         }, => 'onElementPostDelete'], 0);
  2832.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2833.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2834.         }, => 'onElementPostDelete'], 0);
  2835.         $instance->addListener('pimcore.admin.dataobject.get.preSendData', [=> function () {
  2836.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2837.         }, => 'onAdminElementGetPreSendData'], 0);
  2838.         $instance->addListener('pimcore.admin.asset.get.preSendData', [=> function () {
  2839.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2840.         }, => 'onAdminElementGetPreSendData'], 0);
  2841.         $instance->addListener('pimcore.admin.document.get.preSendData', [=> function () {
  2842.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2843.         }, => 'onAdminElementGetPreSendData'], 0);
  2844.         $instance->addListener('pimcore.dataobject.postCopy', [=> function () {
  2845.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2846.         }, => 'onPostCopy'], 0);
  2847.         $instance->addListener('pimcore.document.postCopy', [=> function () {
  2848.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2849.         }, => 'onPostCopy'], 0);
  2850.         $instance->addListener('pimcore.asset.postCopy', [=> function () {
  2851.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2852.         }, => 'onPostCopy'], 0);
  2853.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2854.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2855.         }, => 'onPostAssetDelete'], -9999);
  2856.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2857.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2858.         }, => 'onPostAddUpdateElement'], 0);
  2859.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2860.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2861.         }, => 'onPostAddUpdateElement'], 0);
  2862.         $instance->addListener('pimcore.asset.postAdd', [=> function () {
  2863.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2864.         }, => 'onPostAddUpdateElement'], 0);
  2865.         $instance->addListener('pimcore.dataobject.preDelete', [=> function () {
  2866.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2867.         }, => 'onPreDeleteElement'], 0);
  2868.         $instance->addListener('pimcore.document.preDelete', [=> function () {
  2869.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2870.         }, => 'onPreDeleteElement'], 0);
  2871.         $instance->addListener('pimcore.asset.preDelete', [=> function () {
  2872.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2873.         }, => 'onPreDeleteElement'], 0);
  2874.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2875.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2876.         }, => 'onPostAddUpdateElement'], 0);
  2877.         $instance->addListener('pimcore.document.postUpdate', [=> function () {
  2878.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2879.         }, => 'onPostAddUpdateElement'], 0);
  2880.         $instance->addListener('pimcore.asset.postUpdate', [=> function () {
  2881.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2882.         }, => 'onPostAddUpdateElement'], 0);
  2883.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2884.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2885.         }, => 'onPostAdd'], 0);
  2886.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2887.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2888.         }, => 'onPostAdd'], 0);
  2889.         $instance->addListener('pimcore.asset.postAdd', [=> function () {
  2890.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2891.         }, => 'onPostAdd'], 0);
  2892.         $instance->addListener('pimcore.class.postAdd', [=> function () {
  2893.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2894.         }, => 'onPostAdd'], 0);
  2895.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2896.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2897.         }, => 'onPostDelete'], 0);
  2898.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2899.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2900.         }, => 'onPostDelete'], 0);
  2901.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2902.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2903.         }, => 'onPostDelete'], 0);
  2904.         $instance->addListener('pimcore.class.postDelete', [=> function () {
  2905.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2906.         }, => 'onPostDelete'], 0);
  2907.         $instance->addListener('kernel.exception', [=> function () {
  2908.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseExceptionListener'] ?? $this->load('getResponseExceptionListenerService'));
  2909.         }, => 'onKernelException'], 0);
  2910.         $instance->addListener('kernel.response', [=> function () {
  2911.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener'] ?? $this->getResponseHeaderListenerService());
  2912.         }, => 'onKernelResponse'], 32);
  2913.         $instance->addListener('kernel.request', [=> function () {
  2914.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] ?? $this->getEditmodeListener2Service());
  2915.         }, => 'onKernelRequest'], 0);
  2916.         $instance->addListener('kernel.response', [=> function () {
  2917.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] ?? $this->getEditmodeListener2Service());
  2918.         }, => 'onKernelResponse'], 0);
  2919.         $instance->addListener('kernel.response', [=> function () {
  2920.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener'] ?? $this->getResponseStackListenerService());
  2921.         }, => 'onKernelResponse'], 24);
  2922.         $instance->addListener('kernel.response', [=> function () {
  2923.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener'] ?? $this->getInternalWysiwygHtmlAttributeFilterListenerService());
  2924.         }, => 'onKernelResponse'], 0);
  2925.         $instance->addListener('kernel.request', [=> function () {
  2926.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener'] ?? $this->getGoogleSearchConsoleVerificationListenerService());
  2927.         }, => 'onKernelRequest'], 64);
  2928.         $instance->addListener('kernel.request', [=> function () {
  2929.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener'] ?? $this->getOutputTimestampListenerService());
  2930.         }, => 'onKernelRequest'], 0);
  2931.         $instance->addListener('kernel.request', [=> function () {
  2932.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'] ?? $this->getWebDebugToolbarListenerService());
  2933.         }, => 'onKernelResponse'], -118);
  2934.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2935.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MessengerClearRuntimeCacheListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MessengerClearRuntimeCacheListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener()));
  2936.         }, => 'handle'], 0);
  2937.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2938.             return ($this->privates['Pimcore\\Sitemap\\EventListener\\SitemapGeneratorListener'] ?? $this->load('getSitemapGeneratorListenerService'));
  2939.         }, => 'onPopulateSitemap'], 0);
  2940.         $instance->addListener('kernel.request', [=> function () {
  2941.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
  2942.         }, => 'onKernelRequest'], 7);
  2943.         $instance->addListener('kernel.response', [=> function () {
  2944.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
  2945.         }, => 'onKernelResponse'], -115);
  2946.         $instance->addListener('pimcore.targeting.pre_resolve', [=> function () {
  2947.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
  2948.         }, => 'onPreResolve'], 0);
  2949.         $instance->addListener('pimcore.targeting.pre_resolve', [=> function () {
  2950.             return ($this->privates['Pimcore\\Targeting\\EventListener\\DocumentTargetGroupListener'] ?? $this->load('getDocumentTargetGroupListenerService'));
  2951.         }, => 'onVisitorInfoResolve'], 0);
  2952.         $instance->addListener('pimcore.cache.full_page.prepare_response', [=> function () {
  2953.             return ($this->privates['Pimcore\\Targeting\\EventListener\\FullPageCacheCookieCleanupListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\FullPageCacheCookieCleanupListener'] = new \Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener()));
  2954.         }, => 'onPrepareFullPageCacheResponse'], 0);
  2955.         $instance->addListener('pimcore.targeting.visited_pages_count_match', [=> function () {
  2956.             return ($this->privates['Pimcore\\Targeting\\EventListener\\VisitedPagesCountListener'] ?? $this->load('getVisitedPagesCountListenerService'));
  2957.         }, => 'onVisitedPagesCountMatch'], 0);
  2958.         $instance->addListener('pimcore.targeting.post_resolve', [=> function () {
  2959.             return ($this->privates['Pimcore\\Targeting\\EventListener\\VisitedPagesCountListener'] ?? $this->load('getVisitedPagesCountListenerService'));
  2960.         }, => 'onPostResolveVisitorInfo'], 0);
  2961.         $instance->addListener('pimcore.targeting.pre_resolve', [=> function () {
  2962.             return ($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] ?? $this->getToolbarListenerService());
  2963.         }, => 'onPreResolve'], -10);
  2964.         $instance->addListener('kernel.response', [=> function () {
  2965.             return ($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] ?? $this->getToolbarListenerService());
  2966.         }, => 'onKernelResponse'], -127);
  2967.         $instance->addListener('pimcore.cache.full_page.ignored_session_keys', [=> function () {
  2968.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] = new \Pimcore\Targeting\EventListener\TargetingSessionBagListener()));
  2969.         }, => 'configureIgnoredSessionKeys'], 0);
  2970.         $instance->addListener('pimcore.cache.full_page.prepare_response', [=> function () {
  2971.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] = new \Pimcore\Targeting\EventListener\TargetingSessionBagListener()));
  2972.         }, => 'prepareFullPageCacheResponse'], 0);
  2973.         $instance->addListener('kernel.request', [=> function () {
  2974.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] = new \Pimcore\Targeting\EventListener\TargetingSessionBagListener()));
  2975.         }, => 'onKernelRequest'], 127);
  2976.         $instance->addListener('kernel.request', [=> function () {
  2977.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator'] ?? $this->getAdminSessionBagConfiguratorService());
  2978.         }, => 'onKernelRequest'], 127);
  2979.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2980.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\Security\\Event\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
  2981.         }, => 'onLogout'], 0);
  2982.         $instance->addListener('kernel.response', [=> function () {
  2983.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener'] ?? $this->getAdminSecurityListenerService());
  2984.         }, => 'onKernelResponse'], 0);
  2985.         $instance->addListener('kernel.controller', [=> function () {
  2986.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener'] ?? $this->getAdminAuthenticationDoubleCheckListenerService());
  2987.         }, => 'onKernelController'], 0);
  2988.         $instance->addListener('kernel.request', [=> function () {
  2989.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
  2990.         }, => 'handleRequest'], 11);
  2991.         $instance->addListener('kernel.exception', [=> function () {
  2992.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminExceptionListener'] ?? $this->load('getAdminExceptionListenerService'));
  2993.         }, => 'onKernelException'], 0);
  2994.         $instance->addListener('pimcore.class.postDelete', [=> function () {
  2995.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
  2996.         }, => 'onClassDelete'], 0);
  2997.         $instance->addListener('pimcore.user.postDelete', [=> function () {
  2998.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
  2999.         }, => 'onUserDelete'], 0);
  3000.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  3001.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
  3002.         }, => 'onObjectDelete'], 0);
  3003.         $instance->addListener('pimcore.class.postDelete', [=> function () {
  3004.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener()));
  3005.         }, => 'onClassDelete'], 0);
  3006.         $instance->addListener('pimcore.user.postDelete', [=> function () {
  3007.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener()));
  3008.         }, => 'onUserDelete'], 0);
  3009.         $instance->addListener('kernel.request', [=> function () {
  3010.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener'] ?? $this->getAdminSessionBagListenerService());
  3011.         }, => 'onKernelRequest'], 127);
  3012.         $instance->addListener('kernel.response', [=> function () {
  3013.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener'] ?? $this->getHttpCacheListenerService());
  3014.         }, => 'onKernelResponse'], 0);
  3015.         $instance->addListener('kernel.request', [=> function () {
  3016.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener'] ?? $this->getCustomAdminEntryPointCheckListenerService());
  3017.         }, => 'onKernelRequest'], 560);
  3018.         $instance->addListener('kernel.request', [=> function () {
  3019.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener'] ?? $this->getUserPerspectiveListenerService());
  3020.         }, => 'onKernelRequest'], 0);
  3021.         $instance->addListener('kernel.request', [=> function () {
  3022.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener'] ?? $this->getUsageStatisticsListenerService());
  3023.         }, => 'onKernelRequest'], 0);
  3024.         $instance->addListener('kernel.response', [=> function () {
  3025.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener'] ?? $this->getEnablePreviewTimeSliderListenerService());
  3026.         }, => 'onKernelResponse'], 0);
  3027.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  3028.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  3029.         }, => 'onObjectUpdate'], 0);
  3030.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  3031.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  3032.         }, => 'onObjectDelete'], 0);
  3033.         $instance->addListener('pimcore.document.postUpdate', [=> function () {
  3034.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  3035.         }, => 'onDocumentUpdate'], 0);
  3036.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  3037.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  3038.         }, => 'onDocumentDelete'], 0);
  3039.         $instance->addListener('pimcore.asset.postUpdate', [=> function () {
  3040.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  3041.         }, => 'onAssetUpdate'], 0);
  3042.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  3043.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  3044.         }, => 'onAssetDelete'], 0);
  3045.         $instance->addListener('pimcore.datahub.configuration.postDelete', [=> function () {
  3046.             return ($this->privates['Pimcore\\Bundle\\DataImporterBundle\\EventListener\\ConfigurationEventSubscriber'] ?? $this->load('getConfigurationEventSubscriber2Service'));
  3047.         }, => 'postDelete'], 0);
  3048.         $instance->addListener('pimcore.datahub.configuration.postSave', [=> function () {
  3049.             return ($this->privates['Pimcore\\Bundle\\DataImporterBundle\\EventListener\\ConfigurationEventSubscriber'] ?? $this->load('getConfigurationEventSubscriber2Service'));
  3050.         }, => 'postSave'], 0);
  3051.         $instance->addListener('kernel.view', [=> function () {
  3052.             return ($this->privates['Pimcore\\Bundle\\PhpTemplatingEngineBundle\\EventListener\\ControllerViewModelListener'] ?? $this->load('getControllerViewModelListenerService'));
  3053.         }, => 'onKernelView'], 10);
  3054.         $instance->addListener('kernel.controller', [=> function () {
  3055.             return ($this->privates['Pimcore\\Bundle\\PhpTemplatingEngineBundle\\EventListener\\TemplateVariablesListener'] ?? $this->getTemplateVariablesListenerService());
  3056.         }, => 'onKernelController'], 10);
  3057.         $instance->addListener('kernel.view', [=> function () {
  3058.             return ($this->privates['Pimcore\\Bundle\\PhpTemplatingEngineBundle\\EventListener\\TemplateVariablesListener'] ?? $this->getTemplateVariablesListenerService());
  3059.         }, => 'onKernelView'], 20);
  3060.         $instance->addListener('kernel.controller', [=> function () {
  3061.             return ($this->privates['Pimcore\\Bundle\\PhpTemplatingEngineBundle\\EventListener\\TemplateControllerListener'] ?? $this->getTemplateControllerListenerService());
  3062.         }, => 'onKernelController'], 0);
  3063.         $instance->addListener('kernel.view', [=> function () {
  3064.             return ($this->privates['Pimcore\\Bundle\\PhpTemplatingEngineBundle\\EventListener\\TemplateControllerListener'] ?? $this->getTemplateControllerListenerService());
  3065.         }, => 'onKernelView'], 50);
  3066.         $instance->addListener('pimcore.mail.preSend', [=> function () {
  3067.             return ($this->privates['Pimcore\\Bundle\\PhpTemplatingEngineBundle\\EventListener\\MailParametersListeners'] ?? $this->load('getMailParametersListenersService'));
  3068.         }, => 'onMailPreSend'], 0);
  3069.         $instance->addListener('console.error', [=> function () {
  3070.             return ($this->privates['Elements\\Bundle\\ProcessManagerBundle\\SystemEventsListener'] ?? ($this->privates['Elements\\Bundle\\ProcessManagerBundle\\SystemEventsListener'] = new \Elements\Bundle\ProcessManagerBundle\SystemEventsListener()));
  3071.         }, => 'onConsoleError'], 0);
  3072.         $instance->addListener('console.terminate', [=> function () {
  3073.             return ($this->privates['Elements\\Bundle\\ProcessManagerBundle\\SystemEventsListener'] ?? ($this->privates['Elements\\Bundle\\ProcessManagerBundle\\SystemEventsListener'] = new \Elements\Bundle\ProcessManagerBundle\SystemEventsListener()));
  3074.         }, => 'onConsoleTerminate'], 0);
  3075.         $instance->addListener('Pimcore\\Bundle\\DataHubFileExportBundle\\Event\\Admin\\ValidateConfigEvent', [=> function () {
  3076.             return ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\AdminSubscriber'] ?? ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\AdminSubscriber'] = new \Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\AdminSubscriber()));
  3077.         }, => 'isValidConfig'], 0);
  3078.         $instance->addListener('Pimcore\\Bundle\\DataHubFileExportBundle\\Event\\Admin\\ResetConfigEvent', [=> function () {
  3079.             return ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\AdminSubscriber'] ?? ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\AdminSubscriber'] = new \Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\AdminSubscriber()));
  3080.         }, => 'resetConfig'], 0);
  3081.         $instance->addListener('pimcore.datahub.configuration.postDelete', [=> function () {
  3082.             return ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\ConfigurationEventSubscriber'] ?? ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\ConfigurationEventSubscriber'] = new \Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\ConfigurationEventSubscriber()));
  3083.         }, => 'postDelete'], 0);
  3084.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  3085.             return ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\DataObjectSubscriber'] ?? ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\DataObjectSubscriber'] = new \ExtendedDataHubFileExportBundle\EventSubscriber\DataObjectSubscriber()));
  3086.         }, => 'doExport'], 99);
  3087.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  3088.             return ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\DataObjectSubscriber'] ?? ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\DataObjectSubscriber'] = new \ExtendedDataHubFileExportBundle\EventSubscriber\DataObjectSubscriber()));
  3089.         }, => 'doExport'], 99);
  3090.         $instance->addListener('pimcore.dataobject.preDelete', [=> function () {
  3091.             return ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\DataObjectSubscriber'] ?? ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\DataObjectSubscriber'] = new \ExtendedDataHubFileExportBundle\EventSubscriber\DataObjectSubscriber()));
  3092.         }, => 'preDelete'], 99);
  3093.         $instance->addListener('asset.export.event', [=> function () {
  3094.             return ($this->privates['ExtendedDataHubFileExportBundle\\EventListener\\AssetExportListener'] ?? ($this->privates['ExtendedDataHubFileExportBundle\\EventListener\\AssetExportListener'] = new \ExtendedDataHubFileExportBundle\EventListener\AssetExportListener(['name' => 'kernel.event_listener''event' => 'asset.export.event''method' => 'addAssetToExportZip'])));
  3095.         }, => 'addAssetToExportZip'], 0);
  3096.         $instance->addListener('pimcore.admin.asset.get.preSendData', [=> function () {
  3097.             return ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] ?? ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] = new \Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener()));
  3098.         }, => 'getPreSendData'], 0);
  3099.         $instance->addListener('pimcore.admin.asset.list.beforeBatchUpdate', [=> function () {
  3100.             return ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] ?? ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] = new \Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener()));
  3101.         }, => 'assetListBeforeBatchUpdate'], 0);
  3102.         $instance->addListener('pimcore.admin.asset.list.beforeUpdate', [=> function () {
  3103.             return ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] ?? ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] = new \Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener()));
  3104.         }, => 'assetListBeforeUpdate'], 0);
  3105.         $instance->addListener('pimcore.admin.asset.getFieldGridConfig', [=> function () {
  3106.             return ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] ?? ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] = new \Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener()));
  3107.         }, => 'assetListGetFieldGridConfig'], 0);
  3108.         $instance->addListener('pimcore.admin.asset.metadata.preSave', [=> function () {
  3109.             return ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] ?? ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] = new \Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener()));
  3110.         }, => 'assetMetadataPreSet'], 0);
  3111.         $instance->addListener('pimcore.asset.preGetMetadata', [=> function () {
  3112.             return ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] ?? ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] = new \Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener()));
  3113.         }, => 'preGetMetadata'], 0);
  3114.         $instance->addListener('pimcore.asset.preUpdate', [=> function () {
  3115.             return ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] ?? ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] = new \Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener()));
  3116.         }, => 'preUpdate'], 0);
  3117.         $instance->addListener('pimcore.admin.indexAction.settings', [=> function () {
  3118.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\AdminSettingsSubscriber'] ?? ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\AdminSettingsSubscriber'] = new \Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AdminSettingsSubscriber([])));
  3119.         }, => 'getSettings'], 0);
  3120.         $instance->addListener('pimcore.asset.postUpdate', [=> function () {
  3121.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\AssetUpdateSubscriber'] ?? $this->load('getAssetUpdateSubscriberService'));
  3122.         }, => 'updateAsset'], 0);
  3123.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3124.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\BatchTaskSubscriber'] ?? $this->load('getBatchTaskSubscriberService'));
  3125.         }, => 'onBatchTaskMessageFailed'], 0);
  3126.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  3127.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\BatchTaskSubscriber'] ?? $this->load('getBatchTaskSubscriberService'));
  3128.         }, => 'onWorkerMessageHandled'], 0);
  3129.         $instance->addListener('kernel.terminate', [=> function () {
  3130.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\BatchTaskSubscriber'] ?? $this->load('getBatchTaskSubscriberService'));
  3131.         }, => 'onTerminate'], 0);
  3132.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  3133.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DeleteElementSubscriber'] ?? $this->load('getDeleteElementSubscriberService'));
  3134.         }, => 'onDataObjectPostDelete'], 0);
  3135.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  3136.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DeleteElementSubscriber'] ?? $this->load('getDeleteElementSubscriberService'));
  3137.         }, => 'onAssetPostDelete'], 0);
  3138.         $instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\Permission\\DataPoolUpdateItemEvent', [=> function () {
  3139.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DenyPermissionsForFolders'] ?? $this->load('getDenyPermissionsForFoldersService'));
  3140.         }, => 'denyAccessForRootAndUploadFolder'], 0);
  3141.         $instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\Permission\\DataPoolDeleteItemEvent', [=> function () {
  3142.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DenyPermissionsForFolders'] ?? $this->load('getDenyPermissionsForFoldersService'));
  3143.         }, => 'denyAccessForRootAndUploadFolder'], 0);
  3144.         $instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\Permission\\DataPoolSubfolderItemEvent', [=> function () {
  3145.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DenyPermissionsForFolders'] ?? $this->load('getDenyPermissionsForFoldersService'));
  3146.         }, => 'denyAccessForUploadFolderOnly'], 0);
  3147.         $instance->addListener('pimcore.document.postUpdate', [=> function () {
  3148.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentCacheClearSubscriber'] ?? $this->load('getDocumentCacheClearSubscriberService'));
  3149.         }, => 'onDocumentSave'], 0);
  3150.         $instance->addListener('pimcore.document.preUpdate', [=> function () {
  3151.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber'] ?? $this->load('getDocumentConfigSubscriberService'));
  3152.         }, => 'onDocumentSave'], 0);
  3153.         $instance->addListener('pimcore.document.preAdd', [=> function () {
  3154.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber'] ?? $this->load('getDocumentConfigSubscriberService'));
  3155.         }, => 'onDocumentAdd'], 0);
  3156.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  3157.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber'] ?? $this->load('getDocumentConfigSubscriberService'));
  3158.         }, => 'triggerUpdatePortalsJson'], 0);
  3159.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  3160.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber'] ?? $this->load('getDocumentConfigSubscriberService'));
  3161.         }, => 'triggerUpdatePortalsJson'], 0);
  3162.         $instance->addListener('kernel.terminate', [=> function () {
  3163.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber'] ?? $this->load('getDocumentConfigSubscriberService'));
  3164.         }, => 'onTerminate'], 0);
  3165.         $instance->addListener('console.terminate', [=> function () {
  3166.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber'] ?? $this->load('getDocumentConfigSubscriberService'));
  3167.         }, => 'onTerminate'], -1000);
  3168.         $instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\Download\\DownloadAssetEvent', [=> function () {
  3169.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DownloadTrackerSubscriber'] ?? $this->load('getDownloadTrackerSubscriberService'));
  3170.         }, => 'onDownloadAsset'], 0);
  3171.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  3172.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
  3173.         }, => 'updateDataObject'], 0);
  3174.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  3175.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
  3176.         }, => 'updateDataObject'], 0);
  3177.         $instance->addListener('pimcore.dataobject.preDelete', [=> function () {
  3178.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
  3179.         }, => 'deleteDataObject'], 0);
  3180.         $instance->addListener('pimcore.class.postUpdate', [=> function () {
  3181.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
  3182.         }, => 'updateDataObjectMapping'], 0);
  3183.         $instance->addListener('pimcore.class.postAdd', [=> function () {
  3184.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
  3185.         }, => 'addDataObjectMapping'], 0);
  3186.         $instance->addListener('pimcore.class.postDelete', [=> function () {
  3187.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
  3188.         }, => 'deleteDataObjectIndex'], 0);
  3189.         $instance->addListener('pimcore.asset.postUpdate', [=> function () {
  3190.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
  3191.         }, => 'updateAsset'], 0);
  3192.         $instance->addListener('pimcore.asset.postAdd', [=> function () {
  3193.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
  3194.         }, => 'updateAsset'], 0);
  3195.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  3196.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
  3197.         }, => 'deleteAsset'], 0);
  3198.         $instance->addListener('pimcore.asset.metadata.configuration.postUpdate', [=> function () {
  3199.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
  3200.         }, => 'updateAssetMapping'], 0);
  3201.         $instance->addListener('pimcore.asset.metadata.configuration.postDelete', [=> function () {
  3202.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
  3203.         }, => 'updateAssetMapping'], 0);
  3204.         $instance->addListener('pimcore.tag.preDelete', [=> function () {
  3205.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
  3206.         }, => 'deleteTag'], 0);
  3207.         $instance->addListener('pimcore.tag.postAddToElement', [=> function () {
  3208.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
  3209.         }, => 'updateTagAssignment'], 0);
  3210.         $instance->addListener('pimcore.tag.postRemoveFromElement', [=> function () {
  3211.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
  3212.         }, => 'updateTagAssignment'], 0);
  3213.         $instance->addListener('kernel.controller', [=> function () {
  3214.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber'] ?? $this->getPrefixSubscriberService());
  3215.         }, => 'onKernelController'], 0);
  3216.         $instance->addListener('kernel.request', [=> function () {
  3217.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  3218.         }, => 'onKernelRequest'], 33);
  3219.         $instance->addListener('kernel.exception', [=> function () {
  3220.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\ResponseExceptionSubscriber'] ?? $this->load('getResponseExceptionSubscriberService'));
  3221.         }, => 'onKernelException'], -5);
  3222.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  3223.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $this->load('getSaveUserSubscriberService'));
  3224.         }, => 'onPreUpdate'], 0);
  3225.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  3226.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $this->load('getSaveUserSubscriberService'));
  3227.         }, => 'onPostDelete'], 0);
  3228.         $instance->addListener('kernel.controller', [=> function () {
  3229.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? $this->getSecuritySubscriberService());
  3230.         }, => 'onKernelController'], 19);
  3231.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  3232.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? $this->getSecuritySubscriberService());
  3233.         }, => 'onPreUpdate'], 0);
  3234.         $instance->addListener('pimcore.asset.preUpdate', [=> function () {
  3235.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? $this->getSecuritySubscriberService());
  3236.         }, => 'onPreUpdate'], 0);
  3237.         $instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\DataObject\\ExtractMappingEvent', [=> function () {
  3238.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SizeEstimationStrategyListener'] ?? $this->load('getSizeEstimationStrategyListenerService'));
  3239.         }, => 'onExtractMapping'], 0);
  3240.         $instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\DataObject\\UpdateIndexDataEvent', [=> function () {
  3241.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SizeEstimationStrategyListener'] ?? $this->load('getSizeEstimationStrategyListenerService'));
  3242.         }, => 'onUpdateIndexData'], 0);
  3243.         $instance->addListener('Pimcore\\Bundle\\StatisticsExplorerBundle\\Events\\DataFilterModificationEvent', [=> function () {
  3244.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\StatisticsSubscriber'] ?? $this->load('getStatisticsSubscriberService'));
  3245.         }, => 'modifyStatisticsFilter'], 0);
  3246.         $instance->addListener('Pimcore\\Bundle\\StatisticsExplorerBundle\\Events\\DataResultEvent', [=> function () {
  3247.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\StatisticsSubscriber'] ?? $this->load('getStatisticsSubscriberService'));
  3248.         }, => 'modifyDataResult'], 0);
  3249.         $instance->addListener('Pimcore\\Bundle\\StatisticsExplorerBundle\\Events\\StatisticsServiceInitEvent', [=> function () {
  3250.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\StatisticsSubscriber'] ?? $this->load('getStatisticsSubscriberService'));
  3251.         }, => 'addDataObjectClassSources'], 0);
  3252.         $instance->addListener('Pimcore\\Bundle\\StatisticsExplorerBundle\\Events\\TableRenderEvent', [=> function () {
  3253.             return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\StatisticsSubscriber'] ?? $this->load('getStatisticsSubscriberService'));
  3254.         }, => 'renderAssetListing'], 0);
  3255.         $instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\DataObject\\ExtractNameEvent', [=> function () {
  3256.             return ($this->privates['ExtendedPimcorePortalEngineBundle\\EventListener\\PortalEngineExtractNameSubscriber'] ?? $this->load('getPortalEngineExtractNameSubscriberService'));
  3257.         }, => 'onExtractName'], 0);
  3258.         $instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\DataObject\\ExtractMainImageEvent', [=> function () {
  3259.             return ($this->privates['ExtendedPimcorePortalEngineBundle\\EventListener\\PortalEngineExtractProductMainImageSubscriber'] ?? ($this->privates['ExtendedPimcorePortalEngineBundle\\EventListener\\PortalEngineExtractProductMainImageSubscriber'] = new \ExtendedPimcorePortalEngineBundle\EventListener\PortalEngineExtractProductMainImageSubscriber()));
  3260.         }, => 'onExtractMainImage'], 0);
  3261.         $instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\DataObject\\UpdateIndexDataEvent', [=> function () {
  3262.             return ($this->privates['ExtendedPimcorePortalEngineBundle\\EventListener\\PortalEngineProductFiltersSubscriber'] ?? $this->load('getPortalEngineProductFiltersSubscriberService'));
  3263.         }, => 'onUpdateIndexData'], 0);
  3264.         $instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\DataObject\\ExtractMappingEvent', [=> function () {
  3265.             return ($this->privates['ExtendedPimcorePortalEngineBundle\\EventListener\\PortalEngineProductFiltersSubscriber'] ?? $this->load('getPortalEngineProductFiltersSubscriberService'));
  3266.         }, => 'onExtractMapping'], 0);
  3267.         $instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\Search\\FilterableFieldsEvent', [=> function () {
  3268.             return ($this->privates['ExtendedPimcorePortalEngineBundle\\EventListener\\PortalEngineProductFiltersSubscriber'] ?? $this->load('getPortalEngineProductFiltersSubscriberService'));
  3269.         }, => 'onGetFilterableFields'], 0);
  3270.         $instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\Asset\\UpdateIndexDataEvent', [=> function () {
  3271.             return ($this->privates['ExtendedPimcorePortalEngineBundle\\EventListener\\PortalEngineAssetFiltersSubscriber'] ?? $this->load('getPortalEngineAssetFiltersSubscriberService'));
  3272.         }, => 'onUpdateIndexData'], 0);
  3273.         $instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\Asset\\ExtractMappingEvent', [=> function () {
  3274.             return ($this->privates['ExtendedPimcorePortalEngineBundle\\EventListener\\PortalEngineAssetFiltersSubscriber'] ?? $this->load('getPortalEngineAssetFiltersSubscriberService'));
  3275.         }, => 'onExtractMapping'], 0);
  3276.         $instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\Search\\FilterableFieldsEvent', [=> function () {
  3277.             return ($this->privates['ExtendedPimcorePortalEngineBundle\\EventListener\\PortalEngineAssetFiltersSubscriber'] ?? $this->load('getPortalEngineAssetFiltersSubscriberService'));
  3278.         }, => 'onGetFilterableFields'], 0);
  3279.         $instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\Search\\SearchQueryEvent', [=> function () {
  3280.             return ($this->privates['ExtendedPimcorePortalEngineBundle\\EventListener\\PortalEngineSearchQuerySubscriber'] ?? ($this->privates['ExtendedPimcorePortalEngineBundle\\EventListener\\PortalEngineSearchQuerySubscriber'] = new \ExtendedPimcorePortalEngineBundle\EventListener\PortalEngineSearchQuerySubscriber()));
  3281.         }, => 'onSearchQuery'], 0);
  3282.         $instance->addListener('kernel.finish_request', [=> function () {
  3283.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  3284.         }, => 'resetAssets'], 0);
  3285.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3286.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3287.         }, => 'onLogout'], 0);
  3288.         return $instance;
  3289.     }
  3290.     /**
  3291.      * Gets the public 'http_kernel' shared service.
  3292.      *
  3293.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3294.      */
  3295.     protected function getHttpKernelService()
  3296.     {
  3297.         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 () {
  3298.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  3299.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  3300.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  3301.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  3302.             yield => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\DocumentValueResolver'] ?? $this->load('getDocumentValueResolverService'));
  3303.             yield => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\EditmodeValueResolver'] ?? $this->load('getEditmodeValueResolverService'));
  3304.             yield => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\WebsiteConfigValueResolver'] ?? $this->load('getWebsiteConfigValueResolverService'));
  3305.             yield => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\ViewModelValueResolver'] ?? $this->load('getViewModelValueResolverService'));
  3306.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  3307.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  3308.             yield 10 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  3309.             yield 11 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  3310.         }, 12)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  3311.     }
  3312.     /**
  3313.      * Gets the public 'messenger.default_bus' shared service.
  3314.      *
  3315.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  3316.      */
  3317.     protected function getMessenger_DefaultBusService()
  3318.     {
  3319.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  3320.             yield => ($this->privates['messenger.bus.pimcore-core.middleware.traceable'] ?? $this->load('getMessenger_Bus_Pimcorecore_Middleware_TraceableService'));
  3321.             yield => ($this->privates['messenger.bus.pimcore-core.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.pimcore-core.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.pimcore-core')));
  3322.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  3323.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  3324.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  3325.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  3326.             yield => ($this->privates['messenger.bus.pimcore-core.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Pimcorecore_Middleware_HandleMessageService'));
  3327.         }, 7)));
  3328.     }
  3329.     /**
  3330.      * Gets the public 'monolog.logger.admin' shared service.
  3331.      *
  3332.      * @return \Symfony\Bridge\Monolog\Logger
  3333.      */
  3334.     protected function getMonolog_Logger_AdminService()
  3335.     {
  3336.         $this->services['monolog.logger.admin'] = $instance = new \Symfony\Bridge\Monolog\Logger('admin');
  3337.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3338.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3339.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3340.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3341.         return $instance;
  3342.     }
  3343.     /**
  3344.      * Gets the public 'monolog.logger.cache' shared service.
  3345.      *
  3346.      * @return \Symfony\Bridge\Monolog\Logger
  3347.      */
  3348.     protected function getMonolog_Logger_CacheService()
  3349.     {
  3350.         $this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3351.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3352.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  3353.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3354.         return $instance;
  3355.     }
  3356.     /**
  3357.      * Gets the public 'monolog.logger.doctrine' shared service.
  3358.      *
  3359.      * @return \Symfony\Bridge\Monolog\Logger
  3360.      */
  3361.     protected function getMonolog_Logger_DoctrineService()
  3362.     {
  3363.         $this->services['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  3364.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3365.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  3366.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3367.         return $instance;
  3368.     }
  3369.     /**
  3370.      * Gets the public 'monolog.logger.event' shared service.
  3371.      *
  3372.      * @return \Symfony\Bridge\Monolog\Logger
  3373.      */
  3374.     protected function getMonolog_Logger_EventService()
  3375.     {
  3376.         $this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  3377.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3378.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  3379.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3380.         return $instance;
  3381.     }
  3382.     /**
  3383.      * Gets the public 'monolog.logger.http_client' shared service.
  3384.      *
  3385.      * @return \Symfony\Bridge\Monolog\Logger
  3386.      */
  3387.     protected function getMonolog_Logger_HttpClientService()
  3388.     {
  3389.         $this->services['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
  3390.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3391.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3392.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3393.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3394.         return $instance;
  3395.     }
  3396.     /**
  3397.      * Gets the public 'monolog.logger.init' shared service.
  3398.      *
  3399.      * @return \Symfony\Bridge\Monolog\Logger
  3400.      */
  3401.     protected function getMonolog_Logger_InitService()
  3402.     {
  3403.         $this->services['monolog.logger.init'] = $instance = new \Symfony\Bridge\Monolog\Logger('init');
  3404.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3405.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3406.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3407.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3408.         return $instance;
  3409.     }
  3410.     /**
  3411.      * Gets the public 'monolog.logger.php' shared service.
  3412.      *
  3413.      * @return \Symfony\Bridge\Monolog\Logger
  3414.      */
  3415.     protected function getMonolog_Logger_PhpService()
  3416.     {
  3417.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  3418.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3419.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3420.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3421.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3422.         return $instance;
  3423.     }
  3424.     /**
  3425.      * Gets the public 'monolog.logger.portalengine.es' shared service.
  3426.      *
  3427.      * @return \Symfony\Bridge\Monolog\Logger
  3428.      */
  3429.     protected function getMonolog_Logger_Portalengine_EsService()
  3430.     {
  3431.         $this->services['monolog.logger.portalengine.es'] = $instance = new \Symfony\Bridge\Monolog\Logger('portalengine.es');
  3432.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3433.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3434.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3435.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3436.         return $instance;
  3437.     }
  3438.     /**
  3439.      * Gets the public 'monolog.logger.profiler' shared service.
  3440.      *
  3441.      * @return \Symfony\Bridge\Monolog\Logger
  3442.      */
  3443.     protected function getMonolog_Logger_ProfilerService()
  3444.     {
  3445.         $this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  3446.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3447.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3448.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3449.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3450.         return $instance;
  3451.     }
  3452.     /**
  3453.      * Gets the public 'monolog.logger.request' shared service.
  3454.      *
  3455.      * @return \Symfony\Bridge\Monolog\Logger
  3456.      */
  3457.     protected function getMonolog_Logger_RequestService()
  3458.     {
  3459.         $this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3460.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3461.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3462.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3463.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3464.         return $instance;
  3465.     }
  3466.     /**
  3467.      * Gets the public 'monolog.logger.router' shared service.
  3468.      *
  3469.      * @return \Symfony\Bridge\Monolog\Logger
  3470.      */
  3471.     protected function getMonolog_Logger_RouterService()
  3472.     {
  3473.         $this->services['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  3474.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3475.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3476.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3477.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3478.         return $instance;
  3479.     }
  3480.     /**
  3481.      * Gets the public 'monolog.logger.routing' shared service.
  3482.      *
  3483.      * @return \Symfony\Bridge\Monolog\Logger
  3484.      */
  3485.     protected function getMonolog_Logger_RoutingService()
  3486.     {
  3487.         $this->services['monolog.logger.routing'] = $instance = new \Symfony\Bridge\Monolog\Logger('routing');
  3488.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3489.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3490.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3491.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3492.         return $instance;
  3493.     }
  3494.     /**
  3495.      * Gets the public 'monolog.logger.security' shared service.
  3496.      *
  3497.      * @return \Symfony\Bridge\Monolog\Logger
  3498.      */
  3499.     protected function getMonolog_Logger_SecurityService()
  3500.     {
  3501.         $this->services['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3502.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3503.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3504.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3505.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3506.         return $instance;
  3507.     }
  3508.     /**
  3509.      * Gets the public 'pimcore.cache.pool' shared service.
  3510.      *
  3511.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  3512.      */
  3513.     protected function getPimcore_Cache_PoolService()
  3514.     {
  3515.         $this->services['pimcore.cache.pool'] = $instance = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.pimcore.cache.pool.inner'] ?? $this->get_Pimcore_Cache_Pool_InnerService()), NULL);
  3516.         if ($this->has('monolog.logger.cache')) {
  3517.             $instance->setLogger(($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3518.         }
  3519.         return $instance;
  3520.     }
  3521.     /**
  3522.      * Gets the public 'pimcore.routing.router.request_context' shared service.
  3523.      *
  3524.      * @return \Symfony\Component\Routing\RequestContext
  3525.      */
  3526.     protected function getPimcore_Routing_Router_RequestContextService()
  3527.     {
  3528.         $this->services['pimcore.routing.router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3529.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3530.         return $instance;
  3531.     }
  3532.     /**
  3533.      * Gets the public 'pimcore.service.request.document_resolver' shared autowired service.
  3534.      *
  3535.      * @return \Pimcore\Bundle\PhpTemplatingEngineBundle\Http\Request\Resolver\DocumentResolver
  3536.      */
  3537.     protected function getPimcore_Service_Request_DocumentResolverService()
  3538.     {
  3539.         $a = ($this->services['Pimcore\\Http\\Request\\Resolver\\ViewModelResolver'] ?? $this->getViewModelResolverService());
  3540.         if (isset($this->services['pimcore.service.request.document_resolver'])) {
  3541.             return $this->services['pimcore.service.request.document_resolver'];
  3542.         }
  3543.         return $this->services['pimcore.service.request.document_resolver'] = new \Pimcore\Bundle\PhpTemplatingEngineBundle\Http\Request\Resolver\DocumentResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  3544.     }
  3545.     /**
  3546.      * Gets the public 'pimcore.service.request.editmode_resolver' shared autowired service.
  3547.      *
  3548.      * @return \Pimcore\Bundle\PhpTemplatingEngineBundle\Http\Request\Resolver\EditmodeResolver
  3549.      */
  3550.     protected function getPimcore_Service_Request_EditmodeResolverService()
  3551.     {
  3552.         $this->services['pimcore.service.request.editmode_resolver'] = $instance = new \Pimcore\Bundle\PhpTemplatingEngineBundle\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()));
  3553.         $a = ($this->services['monolog.logger.init'] ?? $this->getMonolog_Logger_InitService());
  3554.         $instance->setLogger($a);
  3555.         $instance->setLogger($a);
  3556.         return $instance;
  3557.     }
  3558.     /**
  3559.      * Gets the public 'pimcore.service.request.template_vars_resolver' shared autowired service.
  3560.      *
  3561.      * @return \Pimcore\Http\Request\Resolver\TemplateVarsResolver
  3562.      */
  3563.     protected function getPimcore_Service_Request_TemplateVarsResolverService()
  3564.     {
  3565.         $this->services['pimcore.service.request.template_vars_resolver'] = $instance = new \Pimcore\Http\Request\Resolver\TemplateVarsResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3566.         $instance->addProvider(($this->services['pimcore.service.request.editmode_resolver'] ?? $this->getPimcore_Service_Request_EditmodeResolverService()));
  3567.         $instance->addProvider(($this->services['pimcore.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()));
  3568.         return $instance;
  3569.     }
  3570.     /**
  3571.      * Gets the public 'pimcore.templating.action_renderer' shared autowired service.
  3572.      *
  3573.      * @return \Pimcore\Templating\Renderer\ActionRenderer
  3574.      */
  3575.     protected function getPimcore_Templating_ActionRendererService()
  3576.     {
  3577.         return $this->services['pimcore.templating.action_renderer'] = new \Pimcore\Templating\Renderer\ActionRenderer(($this->privates['twig.runtime.httpkernel'] ?? $this->getTwig_Runtime_HttpkernelService()));
  3578.     }
  3579.     /**
  3580.      * Gets the public 'pimcore.templating.engine.delegating' shared autowired service.
  3581.      *
  3582.      * @return \Pimcore\Templating\TwigDefaultDelegatingEngine
  3583.      */
  3584.     protected function getPimcore_Templating_Engine_DelegatingService()
  3585.     {
  3586.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3587.         if (isset($this->services['pimcore.templating.engine.delegating'])) {
  3588.             return $this->services['pimcore.templating.engine.delegating'];
  3589.         }
  3590.         $this->services['pimcore.templating.engine.delegating'] = $instance = new \Pimcore\Templating\TwigDefaultDelegatingEngine($a, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  3591.         $b = new \Pimcore\Templating\TimedPhpEngine(($this->services['Pimcore\\Templating\\TemplateNameParser'] ?? ($this->services['Pimcore\\Templating\\TemplateNameParser'] = new \Pimcore\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->services['Pimcore\\Templating\\Loader\\FilesystemLoader'] ?? $this->getFilesystemLoaderService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->services['Pimcore\\Templating\\GlobalVariables'] ?? ($this->services['Pimcore\\Templating\\GlobalVariables'] = new \Pimcore\Templating\GlobalVariables($this))));
  3592.         $c = ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService());
  3593.         $d = ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService());
  3594.         $e = new \Pimcore\Templating\Helper\Translate($d$c);
  3595.         $e->setDomain('messages');
  3596.         $f = new \Pimcore\Templating\Helper\Translate($d$c);
  3597.         $f->setDomain('admin');
  3598.         $b->setCharset('UTF-8');
  3599.         $b->setHelpers(['slots' => ($this->services['templating.helper.slots'] ?? ($this->services['templating.helper.slots'] = new \Symfony\Component\Templating\Helper\SlotsHelper())), 'request' => ($this->services['templating.helper.session'] ?? $this->getTemplating_Helper_SessionService()), 'router' => ($this->services['templating.helper.router'] ?? $this->getTemplating_Helper_RouterService()), 'assets' => ($this->services['templating.helper.assets'] ?? $this->getTemplating_Helper_AssetsService()), 'actions' => ($this->services['templating.helper.actions'] ?? $this->getTemplating_Helper_ActionsService()), 'code' => ($this->services['templating.helper.code'] ?? $this->getTemplating_Helper_CodeService()), 'translator' => ($this->services['templating.helper.translator'] ?? $this->getTemplating_Helper_TranslatorService()), 'stopwatch' => ($this->services['templating.helper.stopwatch'] ?? $this->getTemplating_Helper_StopwatchService()), 'form' => ($this->services['templating.helper.form'] ?? $this->getTemplating_Helper_FormService()), 'action' => ($this->services['pimcore.templating.view_helper.action'] ?? $this->getPimcore_Templating_ViewHelper_ActionService()), 'getParam' => ($this->services['pimcore.templating.view_helper.get_param'] ?? $this->getPimcore_Templating_ViewHelper_GetParamService()), 'getAllParams' => ($this->services['pimcore.templating.view_helper.get_all_params'] ?? $this->getPimcore_Templating_ViewHelper_GetAllParamsService()), 'breachAttackRandomContent' => new \Pimcore\Templating\Helper\BreachAttackRandomContent(), 'glossary' => ($this->services['pimcore.templating.view_helper.glossary'] ?? $this->getPimcore_Templating_ViewHelper_GlossaryService()), 'inc' => ($this->services['pimcore.templating.view_helper.inc'] ?? $this->getPimcore_Templating_ViewHelper_IncService()), 'pimcoreUrl' => ($this->services['pimcore.templating.view_helper.pimcore_url'] ?? $this->getPimcore_Templating_ViewHelper_PimcoreUrlService()), 'placeholder' => ($this->services['pimcore.templating.view_helper.placeholder'] ?? $this->getPimcore_Templating_ViewHelper_PlaceholderService()), 'headTitle' => ($this->services['pimcore.templating.view_helper.head_title'] ?? $this->getPimcore_Templating_ViewHelper_HeadTitleService()), 'headLink' => ($this->services['pimcore.templating.view_helper.head_link'] ?? $this->getPimcore_Templating_ViewHelper_HeadLinkService()), 'headScript' => ($this->services['pimcore.templating.view_helper.head_script'] ?? $this->getPimcore_Templating_ViewHelper_HeadScriptService()), 'inlineScript' => ($this->services['pimcore.templating.view_helper.inline_script'] ?? $this->getPimcore_Templating_ViewHelper_InlineScriptService()), 'headStyle' => ($this->services['pimcore.templating.view_helper.head_style'] ?? $this->getPimcore_Templating_ViewHelper_HeadStyleService()), 'headMeta' => ($this->services['pimcore.templating.view_helper.head_meta'] ?? $this->getPimcore_Templating_ViewHelper_HeadMetaService()), 'webLink' => new \Pimcore\Templating\Helper\WebLink(($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService())), 'device' => ($this->services['pimcore.templating.view_helper.device'] ?? ($this->services['pimcore.templating.view_helper.device'] = new \Pimcore\Templating\Helper\Device())), 'cache' => ($this->services['pimcore.templating.view_helper.cache'] ?? $this->getPimcore_Templating_ViewHelper_CacheService()), 'navigation' => ($this->services['pimcore.templating.view_helper.navigation'] ?? $this->getPimcore_Templating_ViewHelper_NavigationService()), 'websiteConfig' => new \Pimcore\Templating\Helper\WebsiteConfig($c), 'translate' => $e'translateAdmin' => $f]);
  3600.         $b->addHelperBroker(new \Pimcore\Templating\HelperBroker\HelperShortcuts($c));
  3601.         $b->addHelperBroker(new \Pimcore\Templating\HelperBroker\TemplatingHelper());
  3602.         $b->addHelperBroker(new \Pimcore\Templating\HelperBroker\DocumentEditable(($this->services['Pimcore\\Templating\\Renderer\\EditableRenderer'] ?? $this->getEditableRendererService())));
  3603.         $b->addHelperBroker(new \Pimcore\Templating\HelperBroker\DocumentMethod());
  3604.         $instance->addEngine(($this->services['Pimcore\\Templating\\TwigEngine'] ?? $this->getTwigEngineService()));
  3605.         $instance->addEngine($b);
  3606.         $instance->setDelegate(true);
  3607.         return $instance;
  3608.     }
  3609.     /**
  3610.      * Gets the public 'pimcore.templating.include_renderer' shared autowired service.
  3611.      *
  3612.      * @return \Pimcore\Templating\Renderer\IncludeRenderer
  3613.      */
  3614.     protected function getPimcore_Templating_IncludeRendererService()
  3615.     {
  3616.         return $this->services['pimcore.templating.include_renderer'] = new \Pimcore\Templating\Renderer\IncludeRenderer(($this->services['pimcore.templating.action_renderer'] ?? $this->getPimcore_Templating_ActionRendererService()), ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService()));
  3617.     }
  3618.     /**
  3619.      * Gets the public 'pimcore.templating.view_helper.action' shared autowired service.
  3620.      *
  3621.      * @return \Pimcore\Templating\Helper\Action
  3622.      */
  3623.     protected function getPimcore_Templating_ViewHelper_ActionService()
  3624.     {
  3625.         return $this->services['pimcore.templating.view_helper.action'] = new \Pimcore\Templating\Helper\Action(($this->services['pimcore.templating.action_renderer'] ?? $this->getPimcore_Templating_ActionRendererService()), ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService()));
  3626.     }
  3627.     /**
  3628.      * Gets the public 'pimcore.templating.view_helper.cache' shared autowired service.
  3629.      *
  3630.      * @return \Pimcore\Templating\Helper\Cache
  3631.      */
  3632.     protected function getPimcore_Templating_ViewHelper_CacheService()
  3633.     {
  3634.         return $this->services['pimcore.templating.view_helper.cache'] = new \Pimcore\Templating\Helper\Cache(($this->services['pimcore.service.request.editmode_resolver'] ?? $this->getPimcore_Service_Request_EditmodeResolverService()));
  3635.     }
  3636.     /**
  3637.      * Gets the public 'pimcore.templating.view_helper.device' shared autowired service.
  3638.      *
  3639.      * @return \Pimcore\Templating\Helper\Device
  3640.      */
  3641.     protected function getPimcore_Templating_ViewHelper_DeviceService()
  3642.     {
  3643.         return $this->services['pimcore.templating.view_helper.device'] = new \Pimcore\Templating\Helper\Device();
  3644.     }
  3645.     /**
  3646.      * Gets the public 'pimcore.templating.view_helper.get_all_params' shared autowired service.
  3647.      *
  3648.      * @return \Pimcore\Templating\Helper\GetAllParams
  3649.      */
  3650.     protected function getPimcore_Templating_ViewHelper_GetAllParamsService()
  3651.     {
  3652.         return $this->services['pimcore.templating.view_helper.get_all_params'] = new \Pimcore\Templating\Helper\GetAllParams(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
  3653.     }
  3654.     /**
  3655.      * Gets the public 'pimcore.templating.view_helper.get_param' shared autowired service.
  3656.      *
  3657.      * @return \Pimcore\Templating\Helper\GetParam
  3658.      */
  3659.     protected function getPimcore_Templating_ViewHelper_GetParamService()
  3660.     {
  3661.         return $this->services['pimcore.templating.view_helper.get_param'] = new \Pimcore\Templating\Helper\GetParam(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
  3662.     }
  3663.     /**
  3664.      * Gets the public 'pimcore.templating.view_helper.glossary' shared autowired service.
  3665.      *
  3666.      * @return \Pimcore\Templating\Helper\Glossary
  3667.      */
  3668.     protected function getPimcore_Templating_ViewHelper_GlossaryService()
  3669.     {
  3670.         return $this->services['pimcore.templating.view_helper.glossary'] = new \Pimcore\Templating\Helper\Glossary(($this->privates['Pimcore\\Tool\\Glossary\\Processor'] ?? $this->getProcessorService()));
  3671.     }
  3672.     /**
  3673.      * Gets the public 'pimcore.templating.view_helper.head_link' shared autowired service.
  3674.      *
  3675.      * @return \Pimcore\Templating\Helper\HeadLink
  3676.      */
  3677.     protected function getPimcore_Templating_ViewHelper_HeadLinkService()
  3678.     {
  3679.         return $this->services['pimcore.templating.view_helper.head_link'] = new \Pimcore\Templating\Helper\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()));
  3680.     }
  3681.     /**
  3682.      * Gets the public 'pimcore.templating.view_helper.head_meta' shared autowired service.
  3683.      *
  3684.      * @return \Pimcore\Templating\Helper\HeadMeta
  3685.      */
  3686.     protected function getPimcore_Templating_ViewHelper_HeadMetaService()
  3687.     {
  3688.         return $this->services['pimcore.templating.view_helper.head_meta'] = new \Pimcore\Templating\Helper\HeadMeta(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
  3689.     }
  3690.     /**
  3691.      * Gets the public 'pimcore.templating.view_helper.head_script' shared autowired service.
  3692.      *
  3693.      * @return \Pimcore\Templating\Helper\HeadScript
  3694.      */
  3695.     protected function getPimcore_Templating_ViewHelper_HeadScriptService()
  3696.     {
  3697.         return $this->services['pimcore.templating.view_helper.head_script'] = new \Pimcore\Templating\Helper\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()));
  3698.     }
  3699.     /**
  3700.      * Gets the public 'pimcore.templating.view_helper.head_style' shared autowired service.
  3701.      *
  3702.      * @return \Pimcore\Templating\Helper\HeadStyle
  3703.      */
  3704.     protected function getPimcore_Templating_ViewHelper_HeadStyleService()
  3705.     {
  3706.         return $this->services['pimcore.templating.view_helper.head_style'] = new \Pimcore\Templating\Helper\HeadStyle(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
  3707.     }
  3708.     /**
  3709.      * Gets the public 'pimcore.templating.view_helper.head_title' shared autowired service.
  3710.      *
  3711.      * @return \Pimcore\Templating\Helper\HeadTitle
  3712.      */
  3713.     protected function getPimcore_Templating_ViewHelper_HeadTitleService()
  3714.     {
  3715.         return $this->services['pimcore.templating.view_helper.head_title'] = new \Pimcore\Templating\Helper\HeadTitle(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
  3716.     }
  3717.     /**
  3718.      * Gets the public 'pimcore.templating.view_helper.inc' shared autowired service.
  3719.      *
  3720.      * @return \Pimcore\Templating\Helper\Inc
  3721.      */
  3722.     protected function getPimcore_Templating_ViewHelper_IncService()
  3723.     {
  3724.         return $this->services['pimcore.templating.view_helper.inc'] = new \Pimcore\Templating\Helper\Inc(($this->services['pimcore.templating.include_renderer'] ?? $this->getPimcore_Templating_IncludeRendererService()), ($this->services['pimcore.service.request.editmode_resolver'] ?? $this->getPimcore_Service_Request_EditmodeResolverService()));
  3725.     }
  3726.     /**
  3727.      * Gets the public 'pimcore.templating.view_helper.inline_script' shared autowired service.
  3728.      *
  3729.      * @return \Pimcore\Templating\Helper\InlineScript
  3730.      */
  3731.     protected function getPimcore_Templating_ViewHelper_InlineScriptService()
  3732.     {
  3733.         return $this->services['pimcore.templating.view_helper.inline_script'] = new \Pimcore\Templating\Helper\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()));
  3734.     }
  3735.     /**
  3736.      * Gets the public 'pimcore.templating.view_helper.navigation' shared autowired service.
  3737.      *
  3738.      * @return \Pimcore\Templating\Helper\Navigation
  3739.      */
  3740.     protected function getPimcore_Templating_ViewHelper_NavigationService($lazyLoad true)
  3741.     {
  3742.         if ($lazyLoad) {
  3743.             return $this->services['pimcore.templating.view_helper.navigation'] = $this->createProxy('Navigation_a34f8f7', function () {
  3744.                 return \Navigation_a34f8f7::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3745.                     $wrappedInstance $this->getPimcore_Templating_ViewHelper_NavigationService(false);
  3746.                     $proxy->setProxyInitializer(null);
  3747.                     return true;
  3748.                 });
  3749.             });
  3750.         }
  3751.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Navigation.php';
  3752.         include_once \dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Pimcore/Templating/Helper/Navigation.php';
  3753.         return new \Pimcore\Templating\Helper\Navigation(($this->privates['Pimcore\\Navigation\\Builder'] ?? $this->getBuilderService()), ($this->privates['pimcore.templating.navigation.renderer_locator'] ?? $this->getPimcore_Templating_Navigation_RendererLocatorService()));
  3754.     }
  3755.     /**
  3756.      * Gets the public 'pimcore.templating.view_helper.pimcore_url' shared autowired service.
  3757.      *
  3758.      * @return \Pimcore\Templating\Helper\PimcoreUrl
  3759.      */
  3760.     protected function getPimcore_Templating_ViewHelper_PimcoreUrlService()
  3761.     {
  3762.         return $this->services['pimcore.templating.view_helper.pimcore_url'] = new \Pimcore\Templating\Helper\PimcoreUrl(($this->services['router'] ?? $this->getRouterService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
  3763.     }
  3764.     /**
  3765.      * Gets the public 'pimcore.templating.view_helper.placeholder' shared autowired service.
  3766.      *
  3767.      * @return \Pimcore\Templating\Helper\Placeholder
  3768.      */
  3769.     protected function getPimcore_Templating_ViewHelper_PlaceholderService()
  3770.     {
  3771.         return $this->services['pimcore.templating.view_helper.placeholder'] = new \Pimcore\Templating\Helper\Placeholder(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
  3772.     }
  3773.     /**
  3774.      * Gets the public 'pimcore_admin.security.user_loader' shared autowired service.
  3775.      *
  3776.      * @return \Pimcore\Bundle\AdminBundle\Security\User\UserLoader
  3777.      */
  3778.     protected function getPimcoreAdmin_Security_UserLoaderService()
  3779.     {
  3780.         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()));
  3781.     }
  3782.     /**
  3783.      * Gets the public 'request_stack' shared service.
  3784.      *
  3785.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3786.      */
  3787.     protected function getRequestStackService()
  3788.     {
  3789.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3790.     }
  3791.     /**
  3792.      * Gets the public 'router' shared service.
  3793.      *
  3794.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  3795.      */
  3796.     protected function getRouterService()
  3797.     {
  3798.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3799.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  3800.         $b = ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService());
  3801.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3802.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  3803.         ], [
  3804.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3805.         ]))->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');
  3806.         $c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3807.         $c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3808.         $d = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  3809.         $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);
  3810.         $e->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3811.         $e->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  3812.         $f = new \Pimcore\Routing\Staticroute\Router($b, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  3813.         $g = ($this->services['monolog.logger.routing'] ?? $this->getMonolog_Logger_RoutingService());
  3814.         $f->setLogger($g);
  3815.         $f->setLocaleParams([]);
  3816.         $f->setLogger($g);
  3817.         $instance->setContext($b);
  3818.         $instance->add($c'300');
  3819.         $instance->add($e'200');
  3820.         $instance->add(new \Pimcore\Routing\Element\Router($b, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService())), 110);
  3821.         $instance->add($f100);
  3822.         return $instance;
  3823.     }
  3824.     /**
  3825.      * Gets the public 'state_machine.product_workflow_archive' shared autowired service.
  3826.      *
  3827.      * @return \Symfony\Component\Workflow\StateMachine
  3828.      */
  3829.     protected function getStateMachine_ProductWorkflowArchiveService()
  3830.     {
  3831.         return $this->services['state_machine.product_workflow_archive'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'not_archived'=> 'archived'=> 'de_archived'], [=> new \Pimcore\Workflow\Transition('make_archive''not_archived''archived', ['label' => 'Archive Product''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('make_archive''de_archived''archived', ['label' => 'Archive Product''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('make_de_archive''archived''de_archived', ['label' => 'De-Archive Product''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change'])], [=> 'not_archived']), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'archiveState'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'product_workflow_archive'NULL);
  3832.     }
  3833.     /**
  3834.      * Gets the public 'state_machine.product_workflow_global_bs' shared autowired service.
  3835.      *
  3836.      * @return \Symfony\Component\Workflow\StateMachine
  3837.      */
  3838.     protected function getStateMachine_ProductWorkflowGlobalBsService()
  3839.     {
  3840.         return $this->services['state_machine.product_workflow_global_bs'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'draft'=> 'global_ready'=> 'global_published'], [=> new \Pimcore\Workflow\Transition('make_ready''draft''global_ready', ['label' => 'enable Review Mode - Building Systems''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('make_ready''global_published''global_ready', ['label' => 'enable Review Mode - Building Systems''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('publish''global_ready''global_published', ['label' => 'publish - Building Systems''changePublishedState' => 'force_published''objectLayout' => false'notificationSettings' => []]), => new \Pimcore\Workflow\Transition('edit''global_published''draft', ['label' => ' enable Edit Mode - Building Systems''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('edit''global_ready''draft', ['label' => ' enable Edit Mode - Building Systems''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change'])], [=> 'draft']), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'globalStateBs'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'product_workflow_global_bs'NULL);
  3841.     }
  3842.     /**
  3843.      * Gets the public 'state_machine.product_workflow_global_ma' shared autowired service.
  3844.      *
  3845.      * @return \Symfony\Component\Workflow\StateMachine
  3846.      */
  3847.     protected function getStateMachine_ProductWorkflowGlobalMaService()
  3848.     {
  3849.         return $this->services['state_machine.product_workflow_global_ma'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'draft'=> 'global_ready'=> 'global_published'], [=> new \Pimcore\Workflow\Transition('make_ready''draft''global_ready', ['label' => 'enable Review Mode - Metal Applications''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('make_ready''global_published''global_ready', ['label' => 'enable Review Mode - Metal Applications''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('publish''global_ready''global_published', ['label' => 'publish - Metal Applications''changePublishedState' => 'force_published''objectLayout' => false'notificationSettings' => []]), => new \Pimcore\Workflow\Transition('edit''global_published''draft', ['label' => ' enable Edit Mode - Metal Applications''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('edit''global_ready''draft', ['label' => ' enable Edit Mode - Metal Applications''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change'])], [=> 'draft']), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'globalStateMa'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'product_workflow_global_ma'NULL);
  3850.     }
  3851.     /**
  3852.      * Gets the public 'state_machine.product_workflow_global_wm' shared autowired service.
  3853.      *
  3854.      * @return \Symfony\Component\Workflow\StateMachine
  3855.      */
  3856.     protected function getStateMachine_ProductWorkflowGlobalWmService()
  3857.     {
  3858.         return $this->services['state_machine.product_workflow_global_wm'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'draft'=> 'global_ready'=> 'global_published'], [=> new \Pimcore\Workflow\Transition('make_ready''draft''global_ready', ['label' => 'enable Review Mode - Water Management''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('make_ready''global_published''global_ready', ['label' => 'enable Review Mode - Water Management''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('publish''global_ready''global_published', ['label' => ' Publish - Water Management''changePublishedState' => 'force_published''objectLayout' => false'notificationSettings' => []]), => new \Pimcore\Workflow\Transition('edit''global_published''draft', ['label' => ' enable Edit Mode - Water Management''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('edit''global_ready''draft', ['label' => ' enable Edit Mode - Water Management''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change'])], [=> 'draft']), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'globalStateWm'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'product_workflow_global_wm'NULL);
  3859.     }
  3860.     /**
  3861.      * Gets the public 'state_machine.product_workflow_local_cs' shared autowired service.
  3862.      *
  3863.      * @return \Symfony\Component\Workflow\StateMachine
  3864.      */
  3865.     protected function getStateMachine_ProductWorkflowLocalCsService()
  3866.     {
  3867.         return $this->services['state_machine.product_workflow_local_cs'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'local_new'=> 'local_ready'], [=> new \Pimcore\Workflow\Transition('to_do''local_ready''local_new', ['label' => 'CS - Enable Edit Mode''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('to_published''local_new''local_ready', ['label' => ' CS - Set to "ready for publishing"''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change'])], [=> 'local_new']), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'translationStateCs'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'product_workflow_local_cs'NULL);
  3868.     }
  3869.     /**
  3870.      * Gets the public 'state_machine.product_workflow_local_de' shared autowired service.
  3871.      *
  3872.      * @return \Symfony\Component\Workflow\StateMachine
  3873.      */
  3874.     protected function getStateMachine_ProductWorkflowLocalDeService()
  3875.     {
  3876.         return $this->services['state_machine.product_workflow_local_de'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'local_new'=> 'local_ready'], [=> new \Pimcore\Workflow\Transition('to_do''local_ready''local_new', ['label' => 'DE - Enable Edit Mode''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('to_published''local_new''local_ready', ['label' => ' DE - Set to "ready for publishing"''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change'])], [=> 'local_new']), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'translationStateDe'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'product_workflow_local_de'NULL);
  3877.     }
  3878.     /**
  3879.      * Gets the public 'state_machine.product_workflow_local_en' shared autowired service.
  3880.      *
  3881.      * @return \Symfony\Component\Workflow\StateMachine
  3882.      */
  3883.     protected function getStateMachine_ProductWorkflowLocalEnService()
  3884.     {
  3885.         return $this->services['state_machine.product_workflow_local_en'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'local_new'=> 'local_ready'], [=> new \Pimcore\Workflow\Transition('to_do''local_ready''local_new', ['label' => 'EN - Enable Edit Mode''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('to_published''local_new''local_ready', ['label' => ' EN - Set to "ready for publishing"''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change'])], [=> 'local_new']), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'translationStateEn'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'product_workflow_local_en'NULL);
  3886.     }
  3887.     /**
  3888.      * Gets the public 'state_machine.product_workflow_local_es' shared autowired service.
  3889.      *
  3890.      * @return \Symfony\Component\Workflow\StateMachine
  3891.      */
  3892.     protected function getStateMachine_ProductWorkflowLocalEsService()
  3893.     {
  3894.         return $this->services['state_machine.product_workflow_local_es'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'local_new'=> 'local_ready'], [=> new \Pimcore\Workflow\Transition('to_do''local_ready''local_new', ['label' => 'ES - Enable Edit Mode''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('to_published''local_new''local_ready', ['label' => ' ES - Set to "ready for publishing"''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change'])], [=> 'local_new']), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'translationStateEs'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'product_workflow_local_es'NULL);
  3895.     }
  3896.     /**
  3897.      * Gets the public 'state_machine.product_workflow_local_fr' shared autowired service.
  3898.      *
  3899.      * @return \Symfony\Component\Workflow\StateMachine
  3900.      */
  3901.     protected function getStateMachine_ProductWorkflowLocalFrService()
  3902.     {
  3903.         return $this->services['state_machine.product_workflow_local_fr'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'local_new'=> 'local_ready'], [=> new \Pimcore\Workflow\Transition('to_do''local_ready''local_new', ['label' => 'FR - Enable Edit Mode''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('to_published''local_new''local_ready', ['label' => ' FR - Set to "ready for publishing"''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change'])], [=> 'local_new']), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'translationStateFr'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'product_workflow_local_fr'NULL);
  3904.     }
  3905.     /**
  3906.      * Gets the public 'state_machine.product_workflow_local_it' shared autowired service.
  3907.      *
  3908.      * @return \Symfony\Component\Workflow\StateMachine
  3909.      */
  3910.     protected function getStateMachine_ProductWorkflowLocalItService()
  3911.     {
  3912.         return $this->services['state_machine.product_workflow_local_it'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'local_new'=> 'local_ready'], [=> new \Pimcore\Workflow\Transition('to_do''local_ready''local_new', ['label' => 'IT - Enable Edit Mode''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('to_published''local_new''local_ready', ['label' => ' IT - Set to "ready for publishing"''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change'])], [=> 'local_new']), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'translationStateIt'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'product_workflow_local_it'NULL);
  3913.     }
  3914.     /**
  3915.      * Gets the public 'state_machine.product_workflow_local_pl' shared autowired service.
  3916.      *
  3917.      * @return \Symfony\Component\Workflow\StateMachine
  3918.      */
  3919.     protected function getStateMachine_ProductWorkflowLocalPlService()
  3920.     {
  3921.         return $this->services['state_machine.product_workflow_local_pl'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'local_new'=> 'local_ready'], [=> new \Pimcore\Workflow\Transition('to_do''local_ready''local_new', ['label' => 'PL - Enable Edit Mode''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('to_published''local_new''local_ready', ['label' => 'PL - Set to "ready for publishing"''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change'])], [=> 'local_new']), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'translationStatePl'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'product_workflow_local_pl'NULL);
  3922.     }
  3923.     /**
  3924.      * Gets the public 'state_machine.product_workflow_local_ro' shared autowired service.
  3925.      *
  3926.      * @return \Symfony\Component\Workflow\StateMachine
  3927.      */
  3928.     protected function getStateMachine_ProductWorkflowLocalRoService()
  3929.     {
  3930.         return $this->services['state_machine.product_workflow_local_ro'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'local_new'=> 'local_ready'], [=> new \Pimcore\Workflow\Transition('to_do''local_ready''local_new', ['label' => 'RO - Enable Edit Mode''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('to_published''local_new''local_ready', ['label' => ' RO - Set to "ready for publishing"''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change'])], [=> 'local_new']), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'translationStateRo'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'product_workflow_local_ro'NULL);
  3931.     }
  3932.     /**
  3933.      * Gets the public 'state_machine.product_workflow_local_sk' shared autowired service.
  3934.      *
  3935.      * @return \Symfony\Component\Workflow\StateMachine
  3936.      */
  3937.     protected function getStateMachine_ProductWorkflowLocalSkService()
  3938.     {
  3939.         return $this->services['state_machine.product_workflow_local_sk'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'local_new'=> 'local_ready'], [=> new \Pimcore\Workflow\Transition('to_do''local_ready''local_new', ['label' => 'SK - Enable Edit Mode''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('to_published''local_new''local_ready', ['label' => 'SK - Set to "ready for publishing"''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change'])], [=> 'local_new']), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'translationStateSk'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'product_workflow_local_sk'NULL);
  3940.     }
  3941.     /**
  3942.      * Gets the public 'state_machine.product_workflow_local_sv' shared autowired service.
  3943.      *
  3944.      * @return \Symfony\Component\Workflow\StateMachine
  3945.      */
  3946.     protected function getStateMachine_ProductWorkflowLocalSvService()
  3947.     {
  3948.         return $this->services['state_machine.product_workflow_local_sv'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'local_new'=> 'local_ready'], [=> new \Pimcore\Workflow\Transition('to_do''local_ready''local_new', ['label' => 'SV - Enable Edit Mode''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change']), => new \Pimcore\Workflow\Transition('to_published''local_new''local_ready', ['label' => 'SV - Set to "ready for publishing"''objectLayout' => false'notificationSettings' => [], 'changePublishedState' => 'no_change'])], [=> 'local_new']), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'translationStateSv'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'product_workflow_local_sv'NULL);
  3949.     }
  3950.     /**
  3951.      * Gets the public 'templating.form.engine' shared autowired service.
  3952.      *
  3953.      * @return \Pimcore\Templating\Form\Extension\TemplatingRendererEngine
  3954.      */
  3955.     protected function getTemplating_Form_EngineService()
  3956.     {
  3957.         $a = ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService());
  3958.         if (isset($this->services['templating.form.engine'])) {
  3959.             return $this->services['templating.form.engine'];
  3960.         }
  3961.         return $this->services['templating.form.engine'] = new \Pimcore\Templating\Form\Extension\TemplatingRendererEngine($a$this->parameters['templating.helper.form.resources']);
  3962.     }
  3963.     /**
  3964.      * Gets the public 'templating.form.renderer' shared autowired service.
  3965.      *
  3966.      * @return \Symfony\Component\Form\FormRenderer
  3967.      */
  3968.     protected function getTemplating_Form_RendererService()
  3969.     {
  3970.         $a = ($this->services['templating.form.engine'] ?? $this->getTemplating_Form_EngineService());
  3971.         if (isset($this->services['templating.form.renderer'])) {
  3972.             return $this->services['templating.form.renderer'];
  3973.         }
  3974.         return $this->services['templating.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  3975.     }
  3976.     /**
  3977.      * Gets the public 'templating.helper.actions' shared autowired service.
  3978.      *
  3979.      * @return \Pimcore\Templating\Helper\Symfony\ActionsHelper
  3980.      */
  3981.     protected function getTemplating_Helper_ActionsService()
  3982.     {
  3983.         return $this->services['templating.helper.actions'] = new \Pimcore\Templating\Helper\Symfony\ActionsHelper(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  3984.     }
  3985.     /**
  3986.      * Gets the public 'templating.helper.assets' shared autowired service.
  3987.      *
  3988.      * @return \Pimcore\Templating\Helper\Symfony\AssetsHelper
  3989.      */
  3990.     protected function getTemplating_Helper_AssetsService()
  3991.     {
  3992.         return $this->services['templating.helper.assets'] = new \Pimcore\Templating\Helper\Symfony\AssetsHelper(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3993.     }
  3994.     /**
  3995.      * Gets the public 'templating.helper.code' shared autowired service.
  3996.      *
  3997.      * @return \Pimcore\Templating\Helper\Symfony\CodeHelper
  3998.      */
  3999.     protected function getTemplating_Helper_CodeService()
  4000.     {
  4001.         return $this->services['templating.helper.code'] = new \Pimcore\Templating\Helper\Symfony\CodeHelper(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), 'UTF-8');
  4002.     }
  4003.     /**
  4004.      * Gets the public 'templating.helper.form' shared autowired service.
  4005.      *
  4006.      * @return \Pimcore\Templating\Helper\Symfony\FormHelper
  4007.      */
  4008.     protected function getTemplating_Helper_FormService()
  4009.     {
  4010.         $a = ($this->services['templating.form.renderer'] ?? $this->getTemplating_Form_RendererService());
  4011.         if (isset($this->services['templating.helper.form'])) {
  4012.             return $this->services['templating.helper.form'];
  4013.         }
  4014.         return $this->services['templating.helper.form'] = new \Pimcore\Templating\Helper\Symfony\FormHelper($a);
  4015.     }
  4016.     /**
  4017.      * Gets the public 'templating.helper.router' shared autowired service.
  4018.      *
  4019.      * @return \Pimcore\Templating\Helper\Symfony\RouterHelper
  4020.      */
  4021.     protected function getTemplating_Helper_RouterService()
  4022.     {
  4023.         return $this->services['templating.helper.router'] = new \Pimcore\Templating\Helper\Symfony\RouterHelper(($this->services['router'] ?? $this->getRouterService()));
  4024.     }
  4025.     /**
  4026.      * Gets the public 'templating.helper.session' shared autowired service.
  4027.      *
  4028.      * @return \Pimcore\Templating\Helper\Symfony\SessionHelper
  4029.      */
  4030.     protected function getTemplating_Helper_SessionService()
  4031.     {
  4032.         return $this->services['templating.helper.session'] = new \Pimcore\Templating\Helper\Symfony\SessionHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4033.     }
  4034.     /**
  4035.      * Gets the public 'templating.helper.slots' shared autowired service.
  4036.      *
  4037.      * @return \Symfony\Component\Templating\Helper\SlotsHelper
  4038.      */
  4039.     protected function getTemplating_Helper_SlotsService()
  4040.     {
  4041.         return $this->services['templating.helper.slots'] = new \Symfony\Component\Templating\Helper\SlotsHelper();
  4042.     }
  4043.     /**
  4044.      * Gets the public 'templating.helper.stopwatch' shared autowired service.
  4045.      *
  4046.      * @return \Pimcore\Templating\Helper\Symfony\StopwatchHelper
  4047.      */
  4048.     protected function getTemplating_Helper_StopwatchService()
  4049.     {
  4050.         return $this->services['templating.helper.stopwatch'] = new \Pimcore\Templating\Helper\Symfony\StopwatchHelper(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4051.     }
  4052.     /**
  4053.      * Gets the public 'templating.helper.translator' shared autowired service.
  4054.      *
  4055.      * @return \Pimcore\Templating\Helper\Symfony\TranslatorHelper
  4056.      */
  4057.     protected function getTemplating_Helper_TranslatorService()
  4058.     {
  4059.         return $this->services['templating.helper.translator'] = new \Pimcore\Templating\Helper\Symfony\TranslatorHelper(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
  4060.     }
  4061.     /**
  4062.      * Gets the public 'var_dumper.cloner' shared service.
  4063.      *
  4064.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4065.      */
  4066.     protected function getVarDumper_ClonerService()
  4067.     {
  4068.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4069.         $instance->setMaxItems(2500);
  4070.         $instance->setMinDepth(1);
  4071.         $instance->setMaxString(-1);
  4072.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4073.         return $instance;
  4074.     }
  4075.     /**
  4076.      * Gets the private '.debug.http_client' shared service.
  4077.      *
  4078.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  4079.      */
  4080.     protected function get_Debug_HttpClientService()
  4081.     {
  4082.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  4083.         if ($this->has('monolog.logger.http_client')) {
  4084.             $a->setLogger(($this->services['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
  4085.         }
  4086.         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))));
  4087.     }
  4088.     /**
  4089.      * Gets the private '.pimcore.cache.pool.inner' shared service.
  4090.      *
  4091.      * @return \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter
  4092.      */
  4093.     protected function get_Pimcore_Cache_Pool_InnerService()
  4094.     {
  4095.         return $this->privates['.pimcore.cache.pool.inner'] = new \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter(($this->privates['.pimcore.cache.pool.inner.recorder_inner'] ?? $this->get_Pimcore_Cache_Pool_Inner_RecorderInnerService()));
  4096.     }
  4097.     /**
  4098.      * Gets the private '.pimcore.cache.pool.inner.recorder_inner' shared autowired service.
  4099.      *
  4100.      * @return \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter
  4101.      */
  4102.     protected function get_Pimcore_Cache_Pool_Inner_RecorderInnerService($lazyLoad true)
  4103.     {
  4104.         if ($lazyLoad) {
  4105.             return $this->privates['.pimcore.cache.pool.inner.recorder_inner'] = $this->createProxy('RedisTagAwareAdapter_310208a', function () {
  4106.                 return \RedisTagAwareAdapter_310208a::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4107.                     $wrappedInstance $this->get_Pimcore_Cache_Pool_Inner_RecorderInnerService(false);
  4108.                     $proxy->setProxyInitializer(null);
  4109.                     return true;
  4110.                 });
  4111.             });
  4112.         }
  4113.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php';
  4114.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  4115.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php';
  4116.         $instance = new \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('REDIS_DNS'), ['lazy' => true]), '06sjtxRoJA'31536000, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4117.         $a = ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4118.         $instance->setLogger($a);
  4119.         $instance->setLogger($a);
  4120.         return $instance;
  4121.     }
  4122.     /**
  4123.      * Gets the private '.service_locator.KLVvNIq' shared service.
  4124.      *
  4125.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4126.      */
  4127.     protected function get_ServiceLocator_KLVvNIqService()
  4128.     {
  4129.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4130.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  4131.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  4132.         ], [
  4133.             'doctrine.ulid_generator' => '?',
  4134.             'doctrine.uuid_generator' => '?',
  4135.         ]);
  4136.     }
  4137.     /**
  4138.      * Gets the private '.service_locator.VMNzrGt' shared service.
  4139.      *
  4140.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4141.      */
  4142.     protected function get_ServiceLocator_VMNzrGtService()
  4143.     {
  4144.         return $this->privates['.service_locator.VMNzrGt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4145.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  4146.             'security.firewall.map.context.pimcore_admin' => ['privates''security.firewall.map.context.pimcore_admin''getSecurity_Firewall_Map_Context_PimcoreAdminService'true],
  4147.             'security.firewall.map.context.pimcore_admin_webdav' => ['privates''security.firewall.map.context.pimcore_admin_webdav''getSecurity_Firewall_Map_Context_PimcoreAdminWebdavService'true],
  4148.             'security.firewall.map.context.portal_engine' => ['privates''security.firewall.map.context.portal_engine''getSecurity_Firewall_Map_Context_PortalEngineService'true],
  4149.         ], [
  4150.             'security.firewall.map.context.dev' => '?',
  4151.             'security.firewall.map.context.pimcore_admin' => '?',
  4152.             'security.firewall.map.context.pimcore_admin_webdav' => '?',
  4153.             'security.firewall.map.context.portal_engine' => '?',
  4154.         ]);
  4155.     }
  4156.     /**
  4157.      * Gets the private 'Pimcore\Analytics\Google\Tracker' shared autowired service.
  4158.      *
  4159.      * @return \Pimcore\Analytics\Google\Tracker
  4160.      */
  4161.     protected function getTrackerService()
  4162.     {
  4163.         $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()));
  4164.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4165.         return $instance;
  4166.     }
  4167.     /**
  4168.      * Gets the private 'Pimcore\Analytics\SiteId\SiteIdProvider' shared autowired service.
  4169.      *
  4170.      * @return \Pimcore\Analytics\SiteId\SiteIdProvider
  4171.      */
  4172.     protected function getSiteIdProviderService()
  4173.     {
  4174.         return $this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] = new \Pimcore\Analytics\SiteId\SiteIdProvider(($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()));
  4175.     }
  4176.     /**
  4177.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener' shared autowired service.
  4178.      *
  4179.      * @return \Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener
  4180.      */
  4181.     protected function getAdminAuthenticationDoubleCheckListenerService()
  4182.     {
  4183.         $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']);
  4184.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4185.         return $instance;
  4186.     }
  4187.     /**
  4188.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener' shared autowired service.
  4189.      *
  4190.      * @return \Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener
  4191.      */
  4192.     protected function getAdminSecurityListenerService()
  4193.     {
  4194.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler'] ?? $this->getContentSecurityPolicyHandlerService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  4195.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4196.         return $instance;
  4197.     }
  4198.     /**
  4199.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener' shared autowired service.
  4200.      *
  4201.      * @return \Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener
  4202.      */
  4203.     protected function getAdminSessionBagListenerService()
  4204.     {
  4205.         return $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener(($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  4206.     }
  4207.     /**
  4208.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener' shared autowired service.
  4209.      *
  4210.      * @return \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener
  4211.      */
  4212.     protected function getCsrfProtectionListenerService()
  4213.     {
  4214.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener(($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] ?? $this->getCsrfProtectionHandlerService()));
  4215.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4216.         return $instance;
  4217.     }
  4218.     /**
  4219.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener' shared autowired service.
  4220.      *
  4221.      * @return \Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener
  4222.      */
  4223.     protected function getCustomAdminEntryPointCheckListenerService()
  4224.     {
  4225.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener(NULL);
  4226.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4227.         return $instance;
  4228.     }
  4229.     /**
  4230.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener' shared autowired service.
  4231.      *
  4232.      * @return \Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener
  4233.      */
  4234.     protected function getEnablePreviewTimeSliderListenerService()
  4235.     {
  4236.         $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.service.request.editmode_resolver'] ?? $this->getPimcore_Service_Request_EditmodeResolverService()), ($this->services['pimcore.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()));
  4237.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  4238.         return $instance;
  4239.     }
  4240.     /**
  4241.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener' shared autowired service.
  4242.      *
  4243.      * @return \Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener
  4244.      */
  4245.     protected function getHttpCacheListenerService()
  4246.     {
  4247.         $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())));
  4248.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4249.         return $instance;
  4250.     }
  4251.     /**
  4252.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener' shared autowired service.
  4253.      *
  4254.      * @return \Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener
  4255.      */
  4256.     protected function getUsageStatisticsListenerService()
  4257.     {
  4258.         $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())));
  4259.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4260.         return $instance;
  4261.     }
  4262.     /**
  4263.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener' shared autowired service.
  4264.      *
  4265.      * @return \Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener
  4266.      */
  4267.     protected function getUserPerspectiveListenerService()
  4268.     {
  4269.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener(($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()));
  4270.         $a = ($this->services['monolog.logger.admin'] ?? $this->getMonolog_Logger_AdminService());
  4271.         $instance->setLogger($a);
  4272.         $instance->setLogger($a);
  4273.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4274.         return $instance;
  4275.     }
  4276.     /**
  4277.      * Gets the private 'Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator' shared autowired service.
  4278.      *
  4279.      * @return \Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator
  4280.      */
  4281.     protected function getAdminSessionBagConfiguratorService()
  4282.     {
  4283.         return $this->privates['Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator'] = new \Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator(($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  4284.     }
  4285.     /**
  4286.      * Gets the private 'Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector' shared autowired service.
  4287.      *
  4288.      * @return \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector
  4289.      */
  4290.     protected function getPimcoreDataCollectorService()
  4291.     {
  4292.         return $this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector'] = new \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4293.     }
  4294.     /**
  4295.      * Gets the private 'Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector' shared autowired service.
  4296.      *
  4297.      * @return \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector
  4298.      */
  4299.     protected function getPimcoreTargetingDataCollectorService()
  4300.     {
  4301.         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.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()), ($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] ?? $this->getTargetingDataCollectorService()));
  4302.     }
  4303.     /**
  4304.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener' shared autowired service.
  4305.      *
  4306.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener
  4307.      */
  4308.     protected function getBlockStateListenerService()
  4309.     {
  4310.         $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())));
  4311.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  4312.         $instance->setLogger($a);
  4313.         $instance->setLogger($a);
  4314.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4315.         return $instance;
  4316.     }
  4317.     /**
  4318.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener' shared autowired service.
  4319.      *
  4320.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener
  4321.      */
  4322.     protected function getDocumentFallbackListenerService()
  4323.     {
  4324.         $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.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()), ($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())));
  4325.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4326.         return $instance;
  4327.     }
  4328.     /**
  4329.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener' shared autowired service.
  4330.      *
  4331.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener
  4332.      */
  4333.     protected function getDocumentMetaDataListenerService()
  4334.     {
  4335.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener(($this->services['pimcore.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadMeta'] ?? $this->getHeadMetaService()));
  4336.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4337.         return $instance;
  4338.     }
  4339.     /**
  4340.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener' shared autowired service.
  4341.      *
  4342.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener
  4343.      */
  4344.     protected function getEditmodeListener2Service()
  4345.     {
  4346.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener(($this->services['pimcore.service.request.editmode_resolver'] ?? $this->getPimcore_Service_Request_EditmodeResolverService()), ($this->services['pimcore.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()), ($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())));
  4347.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4348.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4349.         return $instance;
  4350.     }
  4351.     /**
  4352.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener' shared autowired service.
  4353.      *
  4354.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener
  4355.      */
  4356.     protected function getElementListener2Service()
  4357.     {
  4358.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener(($this->services['pimcore.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()), ($this->services['pimcore.service.request.editmode_resolver'] ?? $this->getPimcore_Service_Request_EditmodeResolverService()), ($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())));
  4359.         $a = ($this->services['monolog.logger.init'] ?? $this->getMonolog_Logger_InitService());
  4360.         $instance->setLogger($a);
  4361.         $instance->setLogger($a);
  4362.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4363.         return $instance;
  4364.     }
  4365.     /**
  4366.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener' shared autowired service.
  4367.      *
  4368.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener
  4369.      */
  4370.     protected function getGlobalTemplateVariablesListenerService()
  4371.     {
  4372.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener(($this->services['pimcore.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()), ($this->services['pimcore.service.request.editmode_resolver'] ?? $this->getPimcore_Service_Request_EditmodeResolverService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4373.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4374.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4375.         return $instance;
  4376.     }
  4377.     /**
  4378.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener' shared autowired service.
  4379.      *
  4380.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener
  4381.      */
  4382.     protected function getGoogleSearchConsoleVerificationListenerService()
  4383.     {
  4384.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener();
  4385.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4386.         return $instance;
  4387.     }
  4388.     /**
  4389.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener' shared autowired service.
  4390.      *
  4391.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener
  4392.      */
  4393.     protected function getHardlinkCanonicalListenerService()
  4394.     {
  4395.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener(($this->services['pimcore.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()));
  4396.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4397.         return $instance;
  4398.     }
  4399.     /**
  4400.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener' shared autowired service.
  4401.      *
  4402.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener
  4403.      */
  4404.     protected function getInternalWysiwygHtmlAttributeFilterListenerService()
  4405.     {
  4406.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener();
  4407.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  4408.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4409.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  4410.         return $instance;
  4411.     }
  4412.     /**
  4413.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener' shared autowired service.
  4414.      *
  4415.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener
  4416.      */
  4417.     protected function getLocaleListenerService()
  4418.     {
  4419.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener();
  4420.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4421.         return $instance;
  4422.     }
  4423.     /**
  4424.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener' shared autowired service.
  4425.      *
  4426.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener
  4427.      */
  4428.     protected function getOutputTimestampListenerService()
  4429.     {
  4430.         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()));
  4431.     }
  4432.     /**
  4433.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener' shared autowired service.
  4434.      *
  4435.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener
  4436.      */
  4437.     protected function getRoutingListenerService()
  4438.     {
  4439.         $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())));
  4440.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4441.         return $instance;
  4442.     }
  4443.     /**
  4444.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener' shared autowired service.
  4445.      *
  4446.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener
  4447.      */
  4448.     protected function getStaticPageGeneratorListenerService()
  4449.     {
  4450.         $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.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  4451.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4452.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  4453.         return $instance;
  4454.     }
  4455.     /**
  4456.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener' shared autowired service.
  4457.      *
  4458.      * @return \Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener
  4459.      */
  4460.     protected function getMaintenancePageListenerService()
  4461.     {
  4462.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener(($this->services['kernel'] ?? $this->get('kernel'1)));
  4463.         $instance->loadTemplateFromResource('@PimcoreCoreBundle/Resources/misc/maintenance.html');
  4464.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  4465.         return $instance;
  4466.     }
  4467.     /**
  4468.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener' shared autowired service.
  4469.      *
  4470.      * @return \Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener
  4471.      */
  4472.     protected function getPimcoreContextListenerService()
  4473.     {
  4474.         $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())));
  4475.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  4476.         $instance->setLogger($a);
  4477.         $instance->setLogger($a);
  4478.         return $instance;
  4479.     }
  4480.     /**
  4481.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener' shared autowired service.
  4482.      *
  4483.      * @return \Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener
  4484.      */
  4485.     protected function getResponseHeaderListenerService()
  4486.     {
  4487.         return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener(($this->services['Pimcore\\Http\\Request\\Resolver\\ResponseHeaderResolver'] ?? $this->getResponseHeaderResolverService()));
  4488.     }
  4489.     /**
  4490.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener' shared autowired service.
  4491.      *
  4492.      * @return \Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener
  4493.      */
  4494.     protected function getResponseStackListenerService()
  4495.     {
  4496.         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())));
  4497.     }
  4498.     /**
  4499.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener' shared autowired service.
  4500.      *
  4501.      * @return \Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener
  4502.      */
  4503.     protected function getTranslationDebugListenerService()
  4504.     {
  4505.         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');
  4506.     }
  4507.     /**
  4508.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener' shared autowired service.
  4509.      *
  4510.      * @return \Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener
  4511.      */
  4512.     protected function getWebDebugToolbarListenerService()
  4513.     {
  4514.         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']);
  4515.     }
  4516.     /**
  4517.      * Gets the private 'Pimcore\Bundle\PhpTemplatingEngineBundle\EventListener\TemplateControllerListener' shared autowired service.
  4518.      *
  4519.      * @return \Pimcore\Bundle\PhpTemplatingEngineBundle\EventListener\TemplateControllerListener
  4520.      */
  4521.     protected function getTemplateControllerListenerService()
  4522.     {
  4523.         return $this->privates['Pimcore\\Bundle\\PhpTemplatingEngineBundle\\EventListener\\TemplateControllerListener'] = new \Pimcore\Bundle\PhpTemplatingEngineBundle\EventListener\TemplateControllerListener(($this->services['Pimcore\\Templating\\LegacyTemplateGuesser'] ?? $this->getLegacyTemplateGuesserService()));
  4524.     }
  4525.     /**
  4526.      * Gets the private 'Pimcore\Bundle\PhpTemplatingEngineBundle\EventListener\TemplateVariablesListener' shared autowired service.
  4527.      *
  4528.      * @return \Pimcore\Bundle\PhpTemplatingEngineBundle\EventListener\TemplateVariablesListener
  4529.      */
  4530.     protected function getTemplateVariablesListenerService()
  4531.     {
  4532.         $this->privates['Pimcore\\Bundle\\PhpTemplatingEngineBundle\\EventListener\\TemplateVariablesListener'] = $instance = new \Pimcore\Bundle\PhpTemplatingEngineBundle\EventListener\TemplateVariablesListener(($this->services['pimcore.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()), ($this->services['pimcore.service.request.editmode_resolver'] ?? $this->getPimcore_Service_Request_EditmodeResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\ViewModelResolver'] ?? $this->getViewModelResolverService()));
  4533.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4534.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  4535.         return $instance;
  4536.     }
  4537.     /**
  4538.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber' shared autowired service.
  4539.      *
  4540.      * @return \Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber
  4541.      */
  4542.     protected function getPrefixSubscriberService()
  4543.     {
  4544.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber'] = new \Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\PrefixService'] ?? $this->getPrefixServiceService()));
  4545.     }
  4546.     /**
  4547.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber' shared autowired service.
  4548.      *
  4549.      * @return \Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber
  4550.      */
  4551.     protected function getRequestSubscriberService()
  4552.     {
  4553.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber'] = new \Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] ?? $this->getPortalConfigServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService()));
  4554.     }
  4555.     /**
  4556.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber' shared autowired service.
  4557.      *
  4558.      * @return \Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber
  4559.      */
  4560.     protected function getSecuritySubscriberService()
  4561.     {
  4562.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] = new \Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] ?? $this->getPortalConfigServiceService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? $this->getPublicShareServiceService()), []);
  4563.     }
  4564.     /**
  4565.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Asset\NameExtractorService' shared autowired service.
  4566.      *
  4567.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\Asset\NameExtractorService
  4568.      */
  4569.     protected function getNameExtractorServiceService()
  4570.     {
  4571.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\NameExtractorService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Asset\NameExtractorService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4572.     }
  4573.     /**
  4574.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Asset\SearchIndexFieldDefinitionService' shared autowired service.
  4575.      *
  4576.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\Asset\SearchIndexFieldDefinitionService
  4577.      */
  4578.     protected function getSearchIndexFieldDefinitionServiceService()
  4579.     {
  4580.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\SearchIndexFieldDefinitionService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Asset\SearchIndexFieldDefinitionService(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4581.             'asset' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\AssetRelationAdapter''getAssetRelationAdapterService'true],
  4582.             'calculatedValue' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\TextAdapter''getTextAdapterService'true],
  4583.             'checkbox' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\BooleanAdapter''getBooleanAdapter2Service'true],
  4584.             'country' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\CountryAdapter''getCountryAdapterService'true],
  4585.             'date' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\DateAdapter''getDateAdapter2Service'true],
  4586.             'datetime' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\DateTimeAdapter''getDateTimeAdapterService'true],
  4587.             'input' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\TextAdapter''getTextAdapterService'true],
  4588.             'language' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\LanguageAdapter''getLanguageAdapterService'true],
  4589.             'manyToManyRelation' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\ManyToManyRelationAdapter''getManyToManyRelationAdapterService'true],
  4590.             'multiselect' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\MultiSelectAdapter''getMultiSelectAdapter2Service'true],
  4591.             'numeric' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\NumericAdapter''getNumericAdapterService'true],
  4592.             'object' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\ObjectRelationAdapter''getObjectRelationAdapterService'true],
  4593.             'select' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\SelectAdapter''getSelectAdapter2Service'true],
  4594.             'textarea' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\TextAdapter''getTextAdapterService'true],
  4595.             'wysiwyg' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\DefaultAdapter''getDefaultAdapterService'true],
  4596.         ], [
  4597.             'asset' => '?',
  4598.             'calculatedValue' => '?',
  4599.             'checkbox' => '?',
  4600.             'country' => '?',
  4601.             'date' => '?',
  4602.             'datetime' => '?',
  4603.             'input' => '?',
  4604.             'language' => '?',
  4605.             'manyToManyRelation' => '?',
  4606.             'multiselect' => '?',
  4607.             'numeric' => '?',
  4608.             'object' => '?',
  4609.             'select' => '?',
  4610.             'textarea' => '?',
  4611.             'wysiwyg' => '?',
  4612.         ]));
  4613.     }
  4614.     /**
  4615.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Asset\ThumbnailService' shared autowired service.
  4616.      *
  4617.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\Asset\ThumbnailService
  4618.      */
  4619.     protected function getThumbnailServiceService()
  4620.     {
  4621.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\ThumbnailService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Asset\ThumbnailService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\MainImageExtractorService'] ?? $this->getMainImageExtractorServiceService()));
  4622.     }
  4623.     /**
  4624.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Collection\CollectionService' shared autowired service.
  4625.      *
  4626.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\Collection\CollectionService
  4627.      */
  4628.     protected function getCollectionServiceService()
  4629.     {
  4630.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Collection\CollectionService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Entity\\EntityManagerService'] ?? $this->getEntityManagerServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\IndexQueueService'] ?? $this->getIndexQueueServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'] ?? $this->getDataPoolConfigServiceService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  4631.     }
  4632.     /**
  4633.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Content\HeadTitleService' shared autowired service.
  4634.      *
  4635.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\Content\HeadTitleService
  4636.      */
  4637.     protected function getHeadTitleServiceService()
  4638.     {
  4639.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\HeadTitleService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Content\HeadTitleService(($this->services['pimcore.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()), ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] ?? $this->getPortalConfigServiceService()));
  4640.     }
  4641.     /**
  4642.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Content\NavigationService' shared autowired service.
  4643.      *
  4644.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\Content\NavigationService
  4645.      */
  4646.     protected function getNavigationServiceService()
  4647.     {
  4648.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\NavigationService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Content\NavigationService(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Navigation'] ?? $this->getNavigationService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] ?? $this->getPortalConfigServiceService()), new \Pimcore\Bundle\PortalEngineBundle\Service\Content\PageConfigService(), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'] ?? $this->getDataPoolConfigServiceService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['pimcore.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()));
  4649.     }
  4650.     /**
  4651.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\DataObject\MainImageExtractorService' shared autowired service.
  4652.      *
  4653.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\DataObject\MainImageExtractorService
  4654.      */
  4655.     protected function getMainImageExtractorServiceService()
  4656.     {
  4657.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\MainImageExtractorService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\DataObject\MainImageExtractorService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4658.     }
  4659.     /**
  4660.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\DataObject\NameExtractorService' shared autowired service.
  4661.      *
  4662.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\DataObject\NameExtractorService
  4663.      */
  4664.     protected function getNameExtractorService3Service()
  4665.     {
  4666.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\NameExtractorService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\DataObject\NameExtractorService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4667.     }
  4668.     /**
  4669.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\DataObject\SearchIndexFieldDefinitionService' shared autowired service.
  4670.      *
  4671.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\DataObject\SearchIndexFieldDefinitionService
  4672.      */
  4673.     protected function getSearchIndexFieldDefinitionService2Service()
  4674.     {
  4675.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\SearchIndexFieldDefinitionService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\DataObject\SearchIndexFieldDefinitionService(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4676.             'advancedManyToManyObjectRelation' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\AdvancedManyToManyObjectRelationAdapter''getAdvancedManyToManyObjectRelationAdapter2Service'true],
  4677.             'advancedManyToManyRelation' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\AdvancedManyToManyRelationAdapter''getAdvancedManyToManyRelationAdapter2Service'true],
  4678.             'calculatedValue' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\TextAdapter''getTextAdapter2Service'true],
  4679.             'checkbox' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\BooleanAdapter''getBooleanAdapter4Service'true],
  4680.             'country' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\CountryAdapter''getCountryAdapter3Service'true],
  4681.             'countrymultiselect' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\CountryMultiSelectAdapter''getCountryMultiSelectAdapter2Service'true],
  4682.             'date' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\DateAdapter''getDateAdapter4Service'true],
  4683.             'datetime' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\DateTimeAdapter''getDateTimeAdapter3Service'true],
  4684.             'input' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\TextAdapter''getTextAdapter2Service'true],
  4685.             'inputQuantityValue' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\QuantityValueAdapter''getQuantityValueAdapter2Service'true],
  4686.             'language' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\LanguageAdapter''getLanguageAdapter3Service'true],
  4687.             'languagemultiselect' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\LanguageMultiSelectAdapter''getLanguageMultiSelectAdapter2Service'true],
  4688.             'localizedfields' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\LocalizedFieldsAdapter''getLocalizedFieldsAdapter2Service'true],
  4689.             'manyToManyObjectRelation' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\ManyToManyObjectRelationAdapter''getManyToManyObjectRelationAdapter2Service'true],
  4690.             'manyToManyRelation' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\ManyToManyRelationAdapter''getManyToManyRelationAdapter3Service'true],
  4691.             'manyToOneRelation' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\ManyToOneRelationAdapter''getManyToOneRelationAdapter2Service'true],
  4692.             'multiselect' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\MultiSelectAdapter''getMultiSelectAdapter4Service'true],
  4693.             'numeric' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\NumericAdapter''getNumericAdapter2Service'true],
  4694.             'quantityValue' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\QuantityValueAdapter''getQuantityValueAdapter2Service'true],
  4695.             'select' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\SelectAdapter''getSelectAdapter4Service'true],
  4696.             'slider' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\NumericAdapter''getNumericAdapter2Service'true],
  4697.             'textarea' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\TextAdapter''getTextAdapter2Service'true],
  4698.             'wysiwyg' => [false'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\DefaultAdapter''getDefaultAdapter2Service'true],
  4699.         ], [
  4700.             'advancedManyToManyObjectRelation' => '?',
  4701.             'advancedManyToManyRelation' => '?',
  4702.             'calculatedValue' => '?',
  4703.             'checkbox' => '?',
  4704.             'country' => '?',
  4705.             'countrymultiselect' => '?',
  4706.             'date' => '?',
  4707.             'datetime' => '?',
  4708.             'input' => '?',
  4709.             'inputQuantityValue' => '?',
  4710.             'language' => '?',
  4711.             'languagemultiselect' => '?',
  4712.             'localizedfields' => '?',
  4713.             'manyToManyObjectRelation' => '?',
  4714.             'manyToManyRelation' => '?',
  4715.             'manyToOneRelation' => '?',
  4716.             'multiselect' => '?',
  4717.             'numeric' => '?',
  4718.             'quantityValue' => '?',
  4719.             'select' => '?',
  4720.             'slider' => '?',
  4721.             'textarea' => '?',
  4722.             'wysiwyg' => '?',
  4723.         ]));
  4724.     }
  4725.     /**
  4726.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\DataPool\DataPoolConfigService' shared autowired service.
  4727.      *
  4728.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\DataPool\DataPoolConfigService
  4729.      */
  4730.     protected function getDataPoolConfigServiceService()
  4731.     {
  4732.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\DataPool\DataPoolConfigService(($this->services['pimcore.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] ?? $this->getPortalConfigServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\LanguageVariantService'] ?? $this->getLanguageVariantServiceService()));
  4733.     }
  4734.     /**
  4735.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\DataPool\TranslatorService' shared autowired service.
  4736.      *
  4737.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\DataPool\TranslatorService
  4738.      */
  4739.     protected function getTranslatorServiceService()
  4740.     {
  4741.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\TranslatorService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\DataPool\TranslatorService(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()), ($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->getLocaleServiceInterfaceService()));
  4742.     }
  4743.     /**
  4744.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Document\LanguageVariantService' shared autowired service.
  4745.      *
  4746.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\Document\LanguageVariantService
  4747.      */
  4748.     protected function getLanguageVariantServiceService()
  4749.     {
  4750.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\LanguageVariantService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Document\LanguageVariantService(($this->services['pimcore.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] ?? $this->getPortalConfigServiceService()));
  4751.     }
  4752.     /**
  4753.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Document\PrefixService' shared autowired service.
  4754.      *
  4755.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\Document\PrefixService
  4756.      */
  4757.     protected function getPrefixServiceService()
  4758.     {
  4759.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\PrefixService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Document\PrefixService(($this->services['router'] ?? $this->getRouterService()), ($this->services['pimcore.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'] ?? $this->getDataPoolConfigServiceService()));
  4760.     }
  4761.     /**
  4762.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Element\NameExtractorService' shared autowired service.
  4763.      *
  4764.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\Element\NameExtractorService
  4765.      */
  4766.     protected function getNameExtractorService2Service()
  4767.     {
  4768.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Element\\NameExtractorService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Element\NameExtractorService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\NameExtractorService'] ?? $this->getNameExtractorServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\NameExtractorService'] ?? $this->getNameExtractorService3Service()));
  4769.     }
  4770.     /**
  4771.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Entity\EntityManagerService' shared autowired service.
  4772.      *
  4773.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\Entity\EntityManagerService
  4774.      */
  4775.     protected function getEntityManagerServiceService()
  4776.     {
  4777.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Entity\\EntityManagerService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Entity\EntityManagerService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4778.     }
  4779.     /**
  4780.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\PortalConfig\PortalConfigService' shared autowired service.
  4781.      *
  4782.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\PortalConfig\PortalConfigService
  4783.      */
  4784.     protected function getPortalConfigServiceService()
  4785.     {
  4786.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\PortalConfig\PortalConfigService(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['pimcore.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4787.     }
  4788.     /**
  4789.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\PublicShare\PublicShareService' shared autowired service.
  4790.      *
  4791.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\PublicShare\PublicShareService
  4792.      */
  4793.     protected function getPublicShareServiceService()
  4794.     {
  4795.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\PublicShare\PublicShareService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Entity\\EntityManagerService'] ?? $this->getEntityManagerServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? $this->getCollectionServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\IndexQueueService'] ?? $this->getIndexQueueServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'] ?? $this->getDataPoolConfigServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  4796.     }
  4797.     /**
  4798.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\Asset\IndexService' shared autowired service.
  4799.      *
  4800.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\Asset\IndexService
  4801.      */
  4802.     protected function getIndexServiceService()
  4803.     {
  4804.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  4805.         $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\IndexService'] = $instance = new \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\Asset\IndexService($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\ElasticSearchConfigService'] ?? $this->getElasticSearchConfigServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Element\\NameExtractorService'] ?? $this->getNameExtractorService2Service()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Entity\\EntityManagerService'] ?? $this->getEntityManagerServiceService()));
  4806.         $instance->setEsClient(($this->privates['pimcore.portal_engine.es_client'] ?? $this->getPimcore_PortalEngine_EsClientService()));
  4807.         $instance->setCoreFieldsConfig($this->parameters['pimcore_portal_engine.core_fields_configuration']);
  4808.         $instance->setFieldDefinitionService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\SearchIndexFieldDefinitionService'] ?? $this->getSearchIndexFieldDefinitionServiceService()));
  4809.         $instance->setThumbnailService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\ThumbnailService'] ?? $this->getThumbnailServiceService()));
  4810.         $instance->setWorkflowService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Workflow\\WorkflowService'] ?? $this->getWorkflowServiceService()));
  4811.         $instance->setLogger($a);
  4812.         return $instance;
  4813.     }
  4814.     /**
  4815.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\DataObject\IndexService' shared autowired service.
  4816.      *
  4817.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\DataObject\IndexService
  4818.      */
  4819.     protected function getIndexService2Service()
  4820.     {
  4821.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  4822.         $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\IndexService'] = $instance = new \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\DataObject\IndexService($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\ElasticSearchConfigService'] ?? $this->getElasticSearchConfigServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Element\\NameExtractorService'] ?? $this->getNameExtractorService2Service()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Entity\\EntityManagerService'] ?? $this->getEntityManagerServiceService()));
  4823.         $instance->setEsClient(($this->privates['pimcore.portal_engine.es_client'] ?? $this->getPimcore_PortalEngine_EsClientService()));
  4824.         $instance->setCoreFieldsConfig($this->parameters['pimcore_portal_engine.core_fields_configuration']);
  4825.         $instance->setFieldDefinitionService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\SearchIndexFieldDefinitionService'] ?? $this->getSearchIndexFieldDefinitionService2Service()));
  4826.         $instance->setMainImageExtractorService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\MainImageExtractorService'] ?? $this->getMainImageExtractorServiceService()));
  4827.         $instance->setContainerParamBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  4828.         $instance->setLogger($a);
  4829.         return $instance;
  4830.     }
  4831.     /**
  4832.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\IndexQueueService' shared autowired service.
  4833.      *
  4834.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\IndexQueueService
  4835.      */
  4836.     protected function getIndexQueueServiceService()
  4837.     {
  4838.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\IndexQueueService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\IndexQueueService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\ElasticSearchConfigService'] ?? $this->getElasticSearchConfigServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\IndexService'] ?? $this->getIndexService2Service()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\IndexService'] ?? $this->getIndexServiceService()));
  4839.     }
  4840.     /**
  4841.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Security\SecurityService' shared autowired service.
  4842.      *
  4843.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\Security\SecurityService
  4844.      */
  4845.     protected function getSecurityServiceService()
  4846.     {
  4847.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Security\SecurityService(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4848.     }
  4849.     /**
  4850.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\User\AvatarService' shared autowired service.
  4851.      *
  4852.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\User\AvatarService
  4853.      */
  4854.     protected function getAvatarServiceService()
  4855.     {
  4856.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\User\\AvatarService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\User\AvatarService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->services['router'] ?? $this->getRouterService()));
  4857.     }
  4858.     /**
  4859.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Workflow\WorkflowService' shared autowired service.
  4860.      *
  4861.      * @return \Pimcore\Bundle\PortalEngineBundle\Service\Workflow\WorkflowService
  4862.      */
  4863.     protected function getWorkflowServiceService()
  4864.     {
  4865.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Workflow\\WorkflowService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Workflow\WorkflowService(($this->services['Pimcore\\Workflow\\Manager'] ?? $this->getManagerService()), ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService()), ($this->privates['Pimcore\\Workflow\\ActionsButtonService'] ?? $this->getActionsButtonServiceService()), ($this->services['Pimcore\\Workflow\\Place\\StatusInfo'] ?? $this->getStatusInfoService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\TranslatorService'] ?? $this->getTranslatorServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4866.     }
  4867.     /**
  4868.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Twig\ContentExtension' shared autowired service.
  4869.      *
  4870.      * @return \Pimcore\Bundle\PortalEngineBundle\Twig\ContentExtension
  4871.      */
  4872.     protected function getContentExtensionService()
  4873.     {
  4874.         $a = ($this->privates['Pimcore\\Navigation\\Renderer\\Breadcrumbs'] ?? $this->getBreadcrumbsService());
  4875.         if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\ContentExtension'])) {
  4876.             return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\ContentExtension'];
  4877.         }
  4878.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\ContentExtension'] = new \Pimcore\Bundle\PortalEngineBundle\Twig\ContentExtension(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\NavigationService'] ?? $this->getNavigationServiceService()), ($this->services['pimcore.templating.include_renderer'] ?? $this->getPimcore_Templating_IncludeRendererService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\PrefixService'] ?? $this->getPrefixServiceService()), $a);
  4879.     }
  4880.     /**
  4881.      * Gets the private 'Pimcore\Bundle\PortalEngineBundle\Twig\EditmodeExtension' shared autowired service.
  4882.      *
  4883.      * @return \Pimcore\Bundle\PortalEngineBundle\Twig\EditmodeExtension
  4884.      */
  4885.     protected function getEditmodeExtensionService()
  4886.     {
  4887.         $a = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\ContentExtension'] ?? $this->getContentExtensionService());
  4888.         if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\EditmodeExtension'])) {
  4889.             return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\EditmodeExtension'];
  4890.         }
  4891.         return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\EditmodeExtension'] = new \Pimcore\Bundle\PortalEngineBundle\Twig\EditmodeExtension(($this->services['pimcore.service.request.editmode_resolver'] ?? $this->getPimcore_Service_Request_EditmodeResolverService()), ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()), $a, ($this->services['Pimcore\\Templating\\Renderer\\EditableRenderer'] ?? $this->getEditableRendererService()), ($this->services['Pimcore\\Extension\\Document\\Areabrick\\AreabrickManagerInterface'] ?? $this->getAreabrickManagerInterfaceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService()));
  4892.     }
  4893.     /**
  4894.      * Gets the private 'Pimcore\Document\Editable\EditmodeEditableDefinitionCollector' shared autowired service.
  4895.      *
  4896.      * @return \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector
  4897.      */
  4898.     protected function getEditmodeEditableDefinitionCollectorService()
  4899.     {
  4900.         return $this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] = new \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector();
  4901.     }
  4902.     /**
  4903.      * Gets the private 'Pimcore\Http\Response\CodeInjector' shared autowired service.
  4904.      *
  4905.      * @return \Pimcore\Http\Response\CodeInjector
  4906.      */
  4907.     protected function getCodeInjectorService()
  4908.     {
  4909.         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())));
  4910.     }
  4911.     /**
  4912.      * Gets the private 'Pimcore\Navigation\Builder' shared autowired service.
  4913.      *
  4914.      * @return \Pimcore\Navigation\Builder
  4915.      */
  4916.     protected function getBuilderService()
  4917.     {
  4918.         return $this->privates['Pimcore\\Navigation\\Builder'] = new \Pimcore\Navigation\Builder(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
  4919.     }
  4920.     /**
  4921.      * Gets the private 'Pimcore\Navigation\Renderer\Breadcrumbs' shared autowired service.
  4922.      *
  4923.      * @return \Pimcore\Navigation\Renderer\Breadcrumbs
  4924.      */
  4925.     protected function getBreadcrumbsService()
  4926.     {
  4927.         $a = ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService());
  4928.         if (isset($this->privates['Pimcore\\Navigation\\Renderer\\Breadcrumbs'])) {
  4929.             return $this->privates['Pimcore\\Navigation\\Renderer\\Breadcrumbs'];
  4930.         }
  4931.         return $this->privates['Pimcore\\Navigation\\Renderer\\Breadcrumbs'] = new \Pimcore\Navigation\Renderer\Breadcrumbs($a);
  4932.     }
  4933.     /**
  4934.      * Gets the private 'Pimcore\Routing\Dynamic\DocumentRouteHandler' shared autowired service.
  4935.      *
  4936.      * @return \Pimcore\Routing\Dynamic\DocumentRouteHandler
  4937.      */
  4938.     protected function getDocumentRouteHandlerService()
  4939.     {
  4940.         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()));
  4941.     }
  4942.     /**
  4943.      * Gets the private 'Pimcore\Routing\RedirectHandler' shared autowired service.
  4944.      *
  4945.      * @return \Pimcore\Routing\RedirectHandler
  4946.      */
  4947.     protected function getRedirectHandlerService()
  4948.     {
  4949.         $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()));
  4950.         $a = ($this->services['monolog.logger.routing'] ?? $this->getMonolog_Logger_RoutingService());
  4951.         $instance->setLogger($a);
  4952.         $instance->setLogger($a);
  4953.         return $instance;
  4954.     }
  4955.     /**
  4956.      * Gets the private 'Pimcore\Targeting\ActionHandler\DelegatingActionHandler' shared autowired service.
  4957.      *
  4958.      * @return \Pimcore\Targeting\ActionHandler\DelegatingActionHandler
  4959.      */
  4960.     protected function getDelegatingActionHandlerService()
  4961.     {
  4962.         return $this->privates['Pimcore\\Targeting\\ActionHandler\\DelegatingActionHandler'] = new \Pimcore\Targeting\ActionHandler\DelegatingActionHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4963.             'assign_target_group' => ['privates''Pimcore\\Targeting\\ActionHandler\\AssignTargetGroup''getAssignTargetGroupService'true],
  4964.             'codesnippet' => ['privates''Pimcore\\Targeting\\ActionHandler\\CodeSnippet''getCodeSnippetService'true],
  4965.             'redirect' => ['privates''Pimcore\\Targeting\\ActionHandler\\Redirect''getRedirectService'true],
  4966.         ], [
  4967.             'assign_target_group' => '?',
  4968.             'codesnippet' => '?',
  4969.             'redirect' => '?',
  4970.         ]), ($this->privates['Pimcore\\Targeting\\DataLoader'] ?? $this->getDataLoaderService()));
  4971.     }
  4972.     /**
  4973.      * Gets the private 'Pimcore\Targeting\ConditionMatcher' shared autowired service.
  4974.      *
  4975.      * @return \Pimcore\Targeting\ConditionMatcher
  4976.      */
  4977.     protected function getConditionMatcherService()
  4978.     {
  4979.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4980.         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()));
  4981.     }
  4982.     /**
  4983.      * Gets the private 'Pimcore\Targeting\DataLoader' shared autowired service.
  4984.      *
  4985.      * @return \Pimcore\Targeting\DataLoader
  4986.      */
  4987.     protected function getDataLoaderService()
  4988.     {
  4989.         $this->privates['Pimcore\\Targeting\\DataLoader'] = $instance = new \Pimcore\Targeting\DataLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4990.             'device' => ['privates''Pimcore\\Targeting\\DataProvider\\Device''getDeviceService'true],
  4991.             'geoip' => ['privates''Pimcore\\Targeting\\DataProvider\\GeoIp''getGeoIpService'true],
  4992.             'geolocation' => ['privates''Pimcore\\Targeting\\DataProvider\\GeoLocation''getGeoLocationService'true],
  4993.             'targeting_storage' => ['privates''Pimcore\\Targeting\\DataProvider\\TargetingStorage''getTargetingStorageService'true],
  4994.             'visited_pages_counter' => ['privates''Pimcore\\Targeting\\DataProvider\\VisitedPagesCounter''getVisitedPagesCounterService'true],
  4995.         ], [
  4996.             'device' => '?',
  4997.             'geoip' => '?',
  4998.             'geolocation' => '?',
  4999.             'targeting_storage' => '?',
  5000.             'visited_pages_counter' => '?',
  5001.         ]));
  5002.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5003.         return $instance;
  5004.     }
  5005.     /**
  5006.      * Gets the private 'Pimcore\Targeting\Debug\OverrideHandler' shared autowired service.
  5007.      *
  5008.      * @return \Pimcore\Targeting\Debug\OverrideHandler
  5009.      */
  5010.     protected function getOverrideHandlerService($lazyLoad true)
  5011.     {
  5012.         if ($lazyLoad) {
  5013.             return $this->privates['Pimcore\\Targeting\\Debug\\OverrideHandler'] = $this->createProxy('OverrideHandler_fb58919', function () {
  5014.                 return \OverrideHandler_fb58919::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5015.                     $wrappedInstance $this->getOverrideHandlerService(false);
  5016.                     $proxy->setProxyInitializer(null);
  5017.                     return true;
  5018.                 });
  5019.             });
  5020.         }
  5021.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/OverrideHandler.php';
  5022.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/OverrideHandlerInterface.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/DocumentTargetingOverrideHandler.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/LanguageOverrideHandler.php';
  5025.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/DeviceOverrideHandler.php';
  5026.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/LocationOverrideHandler.php';
  5027.         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()]);
  5028.     }
  5029.     /**
  5030.      * Gets the private 'Pimcore\Targeting\Debug\TargetingDataCollector' shared autowired service.
  5031.      *
  5032.      * @return \Pimcore\Targeting\Debug\TargetingDataCollector
  5033.      */
  5034.     protected function getTargetingDataCollectorService()
  5035.     {
  5036.         $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()));
  5037.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5038.         return $instance;
  5039.     }
  5040.     /**
  5041.      * Gets the private 'Pimcore\Targeting\EventListener\TargetingListener' shared autowired service.
  5042.      *
  5043.      * @return \Pimcore\Targeting\EventListener\TargetingListener
  5044.      */
  5045.     protected function getTargetingListenerService()
  5046.     {
  5047.         $a = ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage()));
  5048.         $b = ($this->privates['Pimcore\\Targeting\\ActionHandler\\DelegatingActionHandler'] ?? $this->getDelegatingActionHandlerService());
  5049.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5050.         $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);
  5051.         $e = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  5052.         $d->setStopwatch($e);
  5053.         $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())));
  5054.         $instance->setStopwatch($e);
  5055.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  5056.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  5057.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  5058.         return $instance;
  5059.     }
  5060.     /**
  5061.      * Gets the private 'Pimcore\Targeting\EventListener\ToolbarListener' shared autowired service.
  5062.      *
  5063.      * @return \Pimcore\Targeting\EventListener\ToolbarListener
  5064.      */
  5065.     protected function getToolbarListenerService()
  5066.     {
  5067.         $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.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()), ($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()));
  5068.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  5069.         return $instance;
  5070.     }
  5071.     /**
  5072.      * Gets the private 'Pimcore\Targeting\Storage\CookieStorage' shared autowired service.
  5073.      *
  5074.      * @return \Pimcore\Targeting\Storage\CookieStorage
  5075.      */
  5076.     protected function getCookieStorageService()
  5077.     {
  5078.         return $this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] = new \Pimcore\Targeting\Storage\CookieStorage(new \Pimcore\Targeting\Storage\Cookie\JWTCookieSaveHandler('wS0MZ2V4eukAfPQIF+yMTwzT9uibxxh/', [], NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5079.     }
  5080.     /**
  5081.      * Gets the private 'Pimcore\Tool\Glossary\Processor' shared autowired service.
  5082.      *
  5083.      * @return \Pimcore\Tool\Glossary\Processor
  5084.      */
  5085.     protected function getProcessorService()
  5086.     {
  5087.         return $this->privates['Pimcore\\Tool\\Glossary\\Processor'] = new \Pimcore\Tool\Glossary\Processor(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['pimcore.service.request.editmode_resolver'] ?? $this->getPimcore_Service_Request_EditmodeResolverService()), ($this->services['pimcore.service.request.document_resolver'] ?? $this->getPimcore_Service_Request_DocumentResolverService()), $this->parameters['pimcore.glossary.blocked_tags']);
  5088.     }
  5089.     /**
  5090.      * Gets the private 'Pimcore\Twig\Extension\SubrequestExtension' shared autowired service.
  5091.      *
  5092.      * @return \Pimcore\Twig\Extension\SubrequestExtension
  5093.      */
  5094.     protected function getSubrequestExtensionService($lazyLoad true)
  5095.     {
  5096.         if ($lazyLoad) {
  5097.             return $this->privates['Pimcore\\Twig\\Extension\\SubrequestExtension'] = $this->createProxy('SubrequestExtension_ac4dffd', function () {
  5098.                 return \SubrequestExtension_ac4dffd::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5099.                     $wrappedInstance $this->getSubrequestExtensionService(false);
  5100.                     $proxy->setProxyInitializer(null);
  5101.                     return true;
  5102.                 });
  5103.             });
  5104.         }
  5105.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/SubrequestExtension.php';
  5106.         return new \Pimcore\Twig\Extension\SubrequestExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'] ?? $this->getIncService()));
  5107.     }
  5108.     /**
  5109.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadLink' shared autowired service.
  5110.      *
  5111.      * @return \Pimcore\Twig\Extension\Templating\HeadLink
  5112.      */
  5113.     protected function getHeadLinkService()
  5114.     {
  5115.         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()));
  5116.     }
  5117.     /**
  5118.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadMeta' shared autowired service.
  5119.      *
  5120.      * @return \Pimcore\Twig\Extension\Templating\HeadMeta
  5121.      */
  5122.     protected function getHeadMetaService()
  5123.     {
  5124.         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())));
  5125.     }
  5126.     /**
  5127.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadScript' shared autowired service.
  5128.      *
  5129.      * @return \Pimcore\Twig\Extension\Templating\HeadScript
  5130.      */
  5131.     protected function getHeadScriptService()
  5132.     {
  5133.         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()));
  5134.     }
  5135.     /**
  5136.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadStyle' shared autowired service.
  5137.      *
  5138.      * @return \Pimcore\Twig\Extension\Templating\HeadStyle
  5139.      */
  5140.     protected function getHeadStyleService()
  5141.     {
  5142.         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())));
  5143.     }
  5144.     /**
  5145.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadTitle' shared autowired service.
  5146.      *
  5147.      * @return \Pimcore\Twig\Extension\Templating\HeadTitle
  5148.      */
  5149.     protected function getHeadTitleService()
  5150.     {
  5151.         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())));
  5152.     }
  5153.     /**
  5154.      * Gets the private 'Pimcore\Twig\Extension\Templating\Inc' shared autowired service.
  5155.      *
  5156.      * @return \Pimcore\Twig\Extension\Templating\Inc
  5157.      */
  5158.     protected function getIncService()
  5159.     {
  5160.         return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'] = new \Pimcore\Twig\Extension\Templating\Inc(($this->services['pimcore.templating.include_renderer'] ?? $this->getPimcore_Templating_IncludeRendererService()), ($this->services['pimcore.service.request.editmode_resolver'] ?? $this->getPimcore_Service_Request_EditmodeResolverService()));
  5161.     }
  5162.     /**
  5163.      * Gets the private 'Pimcore\Twig\Extension\Templating\InlineScript' shared autowired service.
  5164.      *
  5165.      * @return \Pimcore\Twig\Extension\Templating\InlineScript
  5166.      */
  5167.     protected function getInlineScriptService()
  5168.     {
  5169.         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()));
  5170.     }
  5171.     /**
  5172.      * Gets the private 'Pimcore\Twig\Extension\Templating\Navigation' shared autowired service.
  5173.      *
  5174.      * @return \Pimcore\Twig\Extension\Templating\Navigation
  5175.      */
  5176.     protected function getNavigationService($lazyLoad true)
  5177.     {
  5178.         if ($lazyLoad) {
  5179.             return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Navigation'] = $this->createProxy('Navigation_62d2b4b', function () {
  5180.                 return \Navigation_62d2b4b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5181.                     $wrappedInstance $this->getNavigationService(false);
  5182.                     $proxy->setProxyInitializer(null);
  5183.                     return true;
  5184.                 });
  5185.             });
  5186.         }
  5187.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Navigation.php';
  5188.         return new \Pimcore\Twig\Extension\Templating\Navigation(($this->privates['Pimcore\\Navigation\\Builder'] ?? $this->getBuilderService()), ($this->privates['pimcore.templating.navigation.renderer_locator'] ?? $this->getPimcore_Templating_Navigation_RendererLocatorService()));
  5189.     }
  5190.     /**
  5191.      * Gets the private 'Pimcore\Twig\Extension\Templating\PimcoreUrl' shared autowired service.
  5192.      *
  5193.      * @return \Pimcore\Twig\Extension\Templating\PimcoreUrl
  5194.      */
  5195.     protected function getPimcoreUrlService()
  5196.     {
  5197.         return $this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] = new \Pimcore\Twig\Extension\Templating\PimcoreUrl(($this->services['router'] ?? $this->getRouterService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
  5198.     }
  5199.     /**
  5200.      * Gets the private 'Pimcore\Twig\Extension\Templating\Placeholder' shared autowired service.
  5201.      *
  5202.      * @return \Pimcore\Twig\Extension\Templating\Placeholder
  5203.      */
  5204.     protected function getPlaceholder2Service()
  5205.     {
  5206.         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())));
  5207.     }
  5208.     /**
  5209.      * Gets the private 'Pimcore\Workflow\ActionsButtonService' shared autowired service.
  5210.      *
  5211.      * @return \Pimcore\Workflow\ActionsButtonService
  5212.      */
  5213.     protected function getActionsButtonServiceService()
  5214.     {
  5215.         return $this->privates['Pimcore\\Workflow\\ActionsButtonService'] = new \Pimcore\Workflow\ActionsButtonService(($this->services['Pimcore\\Workflow\\Manager'] ?? $this->getManagerService()));
  5216.     }
  5217.     /**
  5218.      * Gets the private 'Pimcore\Workflow\EventSubscriber\NotesSubscriber' shared autowired service.
  5219.      *
  5220.      * @return \Pimcore\Workflow\EventSubscriber\NotesSubscriber
  5221.      */
  5222.     protected function getNotesSubscriberService()
  5223.     {
  5224.         return $this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] = new \Pimcore\Workflow\EventSubscriber\NotesSubscriber(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
  5225.     }
  5226.     /**
  5227.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  5228.      *
  5229.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  5230.      */
  5231.     protected function getResetAssetsEventListenerService()
  5232.     {
  5233.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> 'portalEngineBundle'=> 'portalEngineAppPortalConfig_27'=> 'portalEngineApp_mea_custom_portal'=> 'pimcoreStatisticsExplorer']);
  5234.     }
  5235.     /**
  5236.      * Gets the private 'annotations.cache_adapter' shared service.
  5237.      *
  5238.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5239.      */
  5240.     protected function getAnnotations_CacheAdapterService()
  5241.     {
  5242.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5243.     }
  5244.     /**
  5245.      * Gets the private 'annotations.cached_reader' shared service.
  5246.      *
  5247.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5248.      */
  5249.     protected function getAnnotations_CachedReaderService()
  5250.     {
  5251.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5252.     }
  5253.     /**
  5254.      * Gets the private 'annotations.reader' shared service.
  5255.      *
  5256.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5257.      */
  5258.     protected function getAnnotations_ReaderService()
  5259.     {
  5260.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5261.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5262.         $a->registerUniqueLoader('class_exists');
  5263.         $instance->addGlobalIgnoredName('required'$a);
  5264.         return $instance;
  5265.     }
  5266.     /**
  5267.      * Gets the private 'assets.packages' shared service.
  5268.      *
  5269.      * @return \Symfony\Component\Asset\Packages
  5270.      */
  5271.     protected function getAssets_PackagesService()
  5272.     {
  5273.         $a = ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService());
  5274.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  5275.             return new \EmptyIterator();
  5276.         }, 0));
  5277.     }
  5278.     /**
  5279.      * Gets the private 'cache.annotations' shared service.
  5280.      *
  5281.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5282.      */
  5283.     protected function getCache_AnnotationsService()
  5284.     {
  5285.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bfj7qvvhcA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5286.     }
  5287.     /**
  5288.      * Gets the private 'cache.doctrine.orm.portal_engine.query' shared service.
  5289.      *
  5290.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5291.      */
  5292.     protected function getCache_Doctrine_Orm_PortalEngine_QueryService()
  5293.     {
  5294.         return $this->privates['cache.doctrine.orm.portal_engine.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5295.     }
  5296.     /**
  5297.      * Gets the private 'cache.doctrine.orm.portal_engine.result' shared service.
  5298.      *
  5299.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5300.      */
  5301.     protected function getCache_Doctrine_Orm_PortalEngine_ResultService()
  5302.     {
  5303.         return $this->privates['cache.doctrine.orm.portal_engine.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5304.     }
  5305.     /**
  5306.      * Gets the private 'cache.doctrine.orm.statistics_explorer.query' shared service.
  5307.      *
  5308.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5309.      */
  5310.     protected function getCache_Doctrine_Orm_StatisticsExplorer_QueryService()
  5311.     {
  5312.         return $this->privates['cache.doctrine.orm.statistics_explorer.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5313.     }
  5314.     /**
  5315.      * Gets the private 'cache.doctrine.orm.statistics_explorer.result' shared service.
  5316.      *
  5317.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5318.      */
  5319.     protected function getCache_Doctrine_Orm_StatisticsExplorer_ResultService()
  5320.     {
  5321.         return $this->privates['cache.doctrine.orm.statistics_explorer.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5322.     }
  5323.     /**
  5324.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  5325.      *
  5326.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5327.      */
  5328.     protected function getCache_Messenger_RestartWorkersSignalService()
  5329.     {
  5330.         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'));
  5331.     }
  5332.     /**
  5333.      * Gets the private 'cache.property_info' shared service.
  5334.      *
  5335.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5336.      */
  5337.     protected function getCache_PropertyInfoService()
  5338.     {
  5339.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KQ2QfO9oh4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5340.     }
  5341.     /**
  5342.      * Gets the private 'cache.rate_limiter' shared service.
  5343.      *
  5344.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5345.      */
  5346.     protected function getCache_RateLimiterService()
  5347.     {
  5348.         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'));
  5349.     }
  5350.     /**
  5351.      * Gets the private 'cache.security_expression_language' shared service.
  5352.      *
  5353.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5354.      */
  5355.     protected function getCache_SecurityExpressionLanguageService()
  5356.     {
  5357.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pfRlKSlW5d'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5358.     }
  5359.     /**
  5360.      * Gets the private 'cache.serializer' shared service.
  5361.      *
  5362.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5363.      */
  5364.     protected function getCache_SerializerService()
  5365.     {
  5366.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hKeK4vr+gP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5367.     }
  5368.     /**
  5369.      * Gets the private 'cache.validator' shared service.
  5370.      *
  5371.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5372.      */
  5373.     protected function getCache_ValidatorService()
  5374.     {
  5375.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4KI7Uuq88K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5376.     }
  5377.     /**
  5378.      * Gets the private 'cache.webpack_encore' shared service.
  5379.      *
  5380.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5381.      */
  5382.     protected function getCache_WebpackEncoreService()
  5383.     {
  5384.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gGZfcMhUml'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5385.     }
  5386.     /**
  5387.      * Gets the private 'config_cache_factory' shared service.
  5388.      *
  5389.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5390.      */
  5391.     protected function getConfigCacheFactoryService()
  5392.     {
  5393.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5394.             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)));
  5395.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5396.         }, 2));
  5397.     }
  5398.     /**
  5399.      * Gets the private 'data_collector.form' shared service.
  5400.      *
  5401.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5402.      */
  5403.     protected function getDataCollector_FormService()
  5404.     {
  5405.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  5406.     }
  5407.     /**
  5408.      * Gets the private 'data_collector.request' shared service.
  5409.      *
  5410.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  5411.      */
  5412.     protected function getDataCollector_RequestService()
  5413.     {
  5414.         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())));
  5415.     }
  5416.     /**
  5417.      * Gets the private 'debug.controller_resolver' shared service.
  5418.      *
  5419.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  5420.      */
  5421.     protected function getDebug_ControllerResolverService()
  5422.     {
  5423.         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))));
  5424.     }
  5425.     /**
  5426.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5427.      *
  5428.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5429.      */
  5430.     protected function getDebug_DebugHandlersListenerService()
  5431.     {
  5432.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ($this->services['monolog.logger.php'] ?? $this->getMonolog_Logger_PhpService()), NULL, -1truetrueNULL);
  5433.     }
  5434.     /**
  5435.      * Gets the private 'debug.file_link_formatter' shared service.
  5436.      *
  5437.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5438.      */
  5439.     protected function getDebug_FileLinkFormatterService()
  5440.     {
  5441.         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 () {
  5442.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  5443.         });
  5444.     }
  5445.     /**
  5446.      * Gets the private 'debug.log_processor' shared service.
  5447.      *
  5448.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5449.      */
  5450.     protected function getDebug_LogProcessorService()
  5451.     {
  5452.         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())));
  5453.     }
  5454.     /**
  5455.      * Gets the private 'debug.security.access.decision_manager' shared service.
  5456.      *
  5457.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5458.      */
  5459.     protected function getDebug_Security_Access_DecisionManagerService()
  5460.     {
  5461.         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 () {
  5462.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  5463.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  5464.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  5465.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  5466.             yield => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\DataPoolAccessVoter'] ?? $this->load('getDataPoolAccessVoterService'));
  5467.             yield => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\DataPoolAssetUploadFolderReviewingVoter'] ?? $this->load('getDataPoolAssetUploadFolderReviewingVoterService'));
  5468.             yield => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\DataPoolDownloadVoter'] ?? $this->load('getDataPoolDownloadVoterService'));
  5469.             yield => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\DataPoolItemPermissionVoter'] ?? $this->load('getDataPoolItemPermissionVoterService'));
  5470.             yield => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\DataPoolVersionHistoryVoter'] ?? $this->load('getDataPoolVersionHistoryVoterService'));
  5471.             yield => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\GuestUserPermissionVoter'] ?? $this->load('getGuestUserPermissionVoterService'));
  5472.             yield 10 => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\PortalAccessVoter'] ?? $this->load('getPortalAccessVoterService'));
  5473.             yield 11 => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\StatisticExplorerAccessVoter'] ?? $this->load('getStatisticExplorerAccessVoterService'));
  5474.         }, 12), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  5475.     }
  5476.     /**
  5477.      * Gets the private 'debug.security.firewall' shared service.
  5478.      *
  5479.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5480.      */
  5481.     protected function getDebug_Security_FirewallService()
  5482.     {
  5483.         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()));
  5484.     }
  5485.     /**
  5486.      * Gets the private 'debug.traced.messenger.bus.portal-engine' shared service.
  5487.      *
  5488.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  5489.      */
  5490.     protected function getDebug_Traced_Messenger_Bus_PortalengineService()
  5491.     {
  5492.         return $this->privates['debug.traced.messenger.bus.portal-engine'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  5493.             yield => ($this->privates['messenger.bus.portal-engine.middleware.traceable'] ?? $this->load('getMessenger_Bus_Portalengine_Middleware_TraceableService'));
  5494.             yield => ($this->privates['messenger.bus.portal-engine.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.portal-engine.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.portal-engine')));
  5495.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  5496.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  5497.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  5498.             yield => ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Messenger\\Middleware\\CollectGarbageMiddleware'] ?? $this->load('getCollectGarbageMiddlewareService'));
  5499.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  5500.             yield => ($this->privates['messenger.bus.portal-engine.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Portalengine_Middleware_HandleMessageService'));
  5501.         }, 8)));
  5502.     }
  5503.     /**
  5504.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  5505.      *
  5506.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  5507.      */
  5508.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  5509.     {
  5510.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []));
  5511.     }
  5512.     /**
  5513.      * Gets the private 'exception_listener' shared service.
  5514.      *
  5515.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5516.      */
  5517.     protected function getExceptionListenerService()
  5518.     {
  5519.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->services['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5520.     }
  5521.     /**
  5522.      * Gets the private 'form.registry' shared service.
  5523.      *
  5524.      * @return \Symfony\Component\Form\FormRegistry
  5525.      */
  5526.     protected function getForm_RegistryService()
  5527.     {
  5528.         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, [
  5529.             'Pimcore\\Bundle\\PortalEngineBundle\\Form\\ChangeUserDataForm' => ['privates''Pimcore\\Bundle\\PortalEngineBundle\\Form\\ChangeUserDataForm''getChangeUserDataFormService'true],
  5530.             'Pimcore\\Bundle\\PortalEngineBundle\\Form\\LoginForm' => ['privates''Pimcore\\Bundle\\PortalEngineBundle\\Form\\LoginForm''getLoginFormService'true],
  5531.             'Pimcore\\Bundle\\PortalEngineBundle\\Form\\RecoverPasswordForm' => ['privates''Pimcore\\Bundle\\PortalEngineBundle\\Form\\RecoverPasswordForm''getRecoverPasswordFormService'true],
  5532.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  5533.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  5534.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  5535.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  5536.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  5537.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  5538.         ], [
  5539.             'Pimcore\\Bundle\\PortalEngineBundle\\Form\\ChangeUserDataForm' => '?',
  5540.             'Pimcore\\Bundle\\PortalEngineBundle\\Form\\LoginForm' => '?',
  5541.             'Pimcore\\Bundle\\PortalEngineBundle\\Form\\RecoverPasswordForm' => '?',
  5542.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5543.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  5544.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5545.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  5546.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5547.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5548.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5549.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  5550.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  5551.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  5552.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  5553.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  5554.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  5555.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5556.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5557.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5558.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5559.         }, 1)], new RewindableGenerator(function () {
  5560.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  5561.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  5562.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5563.     }
  5564.     /**
  5565.      * Gets the private 'fragment.handler' shared service.
  5566.      *
  5567.      * @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
  5568.      */
  5569.     protected function getFragment_HandlerService()
  5570.     {
  5571.         return $this->privates['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5572.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  5573.         ], [
  5574.             'inline' => '?',
  5575.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  5576.     }
  5577.     /**
  5578.      * Gets the private 'fragment.renderer.inline' shared service.
  5579.      *
  5580.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5581.      */
  5582.     protected function getFragment_Renderer_InlineService()
  5583.     {
  5584.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5585.         $instance->setFragmentPath('/_fragment');
  5586.         return $instance;
  5587.     }
  5588.     /**
  5589.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5590.      *
  5591.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5592.      */
  5593.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5594.     {
  5595.         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())));
  5596.     }
  5597.     /**
  5598.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5599.      *
  5600.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5601.      */
  5602.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5603.     {
  5604.         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()));
  5605.     }
  5606.     /**
  5607.      * Gets the private 'locale_aware_listener' shared service.
  5608.      *
  5609.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5610.      */
  5611.     protected function getLocaleAwareListenerService()
  5612.     {
  5613.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5614.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  5615.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5616.             yield => ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService());
  5617.             yield => ($this->privates['Pimcore\\Bundle\\AdminBundle\\Translation\\AdminUserTranslator'] ?? $this->load('getAdminUserTranslatorService'));
  5618.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5619.     }
  5620.     /**
  5621.      * Gets the private 'locale_listener' shared service.
  5622.      *
  5623.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5624.      */
  5625.     protected function getLocaleListener2Service()
  5626.     {
  5627.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  5628.     }
  5629.     /**
  5630.      * Gets the private 'monolog.handler.console' shared service.
  5631.      *
  5632.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5633.      */
  5634.     protected function getMonolog_Handler_ConsoleService()
  5635.     {
  5636.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5637.     }
  5638.     /**
  5639.      * Gets the private 'monolog.handler.main' shared service.
  5640.      *
  5641.      * @return \Monolog\Handler\StreamHandler
  5642.      */
  5643.     protected function getMonolog_Handler_MainService()
  5644.     {
  5645.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5646.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  5647.         return $instance;
  5648.     }
  5649.     /**
  5650.      * Gets the private 'monolog.logger' shared service.
  5651.      *
  5652.      * @return \Symfony\Bridge\Monolog\Logger
  5653.      */
  5654.     protected function getMonolog_LoggerService()
  5655.     {
  5656.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5657.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5658.         $instance->useMicrosecondTimestamps(true);
  5659.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5660.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5661.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5662.         return $instance;
  5663.     }
  5664.     /**
  5665.      * Gets the private 'parameter_bag' shared service.
  5666.      *
  5667.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5668.      */
  5669.     protected function getParameterBagService()
  5670.     {
  5671.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5672.     }
  5673.     /**
  5674.      * Gets the private 'pimcore.cache.adapter.redis_tag_aware' shared service.
  5675.      *
  5676.      * @return \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter
  5677.      */
  5678.     protected function getPimcore_Cache_Adapter_RedisTagAwareService()
  5679.     {
  5680.         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()));
  5681.     }
  5682.     /**
  5683.      * Gets the private 'pimcore.cache.adapter.redis_tag_aware.recorder_inner' shared autowired service.
  5684.      *
  5685.      * @return \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter
  5686.      */
  5687.     protected function getPimcore_Cache_Adapter_RedisTagAware_RecorderInnerService($lazyLoad true)
  5688.     {
  5689.         if ($lazyLoad) {
  5690.             return $this->privates['pimcore.cache.adapter.redis_tag_aware.recorder_inner'] = $this->createProxy('RedisTagAwareAdapter_310208a', function () {
  5691.                 return \RedisTagAwareAdapter_310208a::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5692.                     $wrappedInstance $this->getPimcore_Cache_Adapter_RedisTagAware_RecorderInnerService(false);
  5693.                     $proxy->setProxyInitializer(null);
  5694.                     return true;
  5695.                 });
  5696.             });
  5697.         }
  5698.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php';
  5699.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  5700.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php';
  5701.         $instance = new \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://localhost', ['lazy' => true]), 'H6Hh-nLQW8'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5702.         $a = ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  5703.         $instance->setLogger($a);
  5704.         $instance->setLogger($a);
  5705.         return $instance;
  5706.     }
  5707.     /**
  5708.      * Gets the private 'pimcore.portal_engine.es_client' shared autowired service.
  5709.      *
  5710.      * @return \Elasticsearch\Client
  5711.      */
  5712.     protected function getPimcore_PortalEngine_EsClientService()
  5713.     {
  5714.         return $this->privates['pimcore.portal_engine.es_client'] = \Pimcore\Bundle\PortalEngineBundle\Tools\EsClientFactory::getESClient(($this->services['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\ElasticSearchConfigService'] ?? $this->getElasticSearchConfigServiceService()));
  5715.     }
  5716.     /**
  5717.      * Gets the private 'pimcore.templating.navigation.renderer_locator' shared autowired service.
  5718.      *
  5719.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5720.      */
  5721.     protected function getPimcore_Templating_Navigation_RendererLocatorService()
  5722.     {
  5723.         return $this->privates['pimcore.templating.navigation.renderer_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5724.             'breadcrumbs' => ['privates''Pimcore\\Navigation\\Renderer\\Breadcrumbs''getBreadcrumbsService'false],
  5725.             'menu' => ['privates''Pimcore\\Navigation\\Renderer\\Menu''getMenuService'true],
  5726.         ], [
  5727.             'breadcrumbs' => '?',
  5728.             'menu' => '?',
  5729.         ]);
  5730.     }
  5731.     /**
  5732.      * Gets the private 'profiler_listener' shared service.
  5733.      *
  5734.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5735.      */
  5736.     protected function getProfilerListenerService()
  5737.     {
  5738.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  5739.     }
  5740.     /**
  5741.      * Gets the private 'property_info' shared service.
  5742.      *
  5743.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5744.      */
  5745.     protected function getPropertyInfoService()
  5746.     {
  5747.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5748.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  5749.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5750.             yield => ($this->privates['doctrine.orm.portal_engine_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PortalEngineEntityManager_PropertyInfoExtractorService'));
  5751.             yield => ($this->privates['doctrine.orm.statistics_explorer_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_StatisticsExplorerEntityManager_PropertyInfoExtractorService'));
  5752.         }, 4), new RewindableGenerator(function () {
  5753.             yield => ($this->privates['doctrine.orm.portal_engine_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PortalEngineEntityManager_PropertyInfoExtractorService'));
  5754.             yield => ($this->privates['doctrine.orm.statistics_explorer_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_StatisticsExplorerEntityManager_PropertyInfoExtractorService'));
  5755.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5756.         }, 3), new RewindableGenerator(function () {
  5757.             return new \EmptyIterator();
  5758.         }, 0), new RewindableGenerator(function () {
  5759.             yield => ($this->privates['doctrine.orm.portal_engine_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PortalEngineEntityManager_PropertyInfoExtractorService'));
  5760.             yield => ($this->privates['doctrine.orm.statistics_explorer_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_StatisticsExplorerEntityManager_PropertyInfoExtractorService'));
  5761.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5762.         }, 3), new RewindableGenerator(function () {
  5763.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5764.         }, 1));
  5765.     }
  5766.     /**
  5767.      * Gets the private 'router.expression_language_provider' shared service.
  5768.      *
  5769.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5770.      */
  5771.     protected function getRouter_ExpressionLanguageProviderService()
  5772.     {
  5773.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5774.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  5775.         ], [
  5776.             'env' => 'Closure',
  5777.         ]));
  5778.     }
  5779.     /**
  5780.      * Gets the private 'router_listener' shared service.
  5781.      *
  5782.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5783.      */
  5784.     protected function getRouterListenerService()
  5785.     {
  5786.         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);
  5787.     }
  5788.     /**
  5789.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  5790.      *
  5791.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  5792.      */
  5793.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  5794.     {
  5795.         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()));
  5796.     }
  5797.     /**
  5798.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  5799.      *
  5800.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  5801.      */
  5802.     protected function getSchebTwoFactor_ProviderRegistryService()
  5803.     {
  5804.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  5805.             yield 'google' => ($this->privates['scheb_two_factor.security.google.provider'] ?? $this->load('getSchebTwoFactor_Security_Google_ProviderService'));
  5806.         }, 1));
  5807.     }
  5808.     /**
  5809.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  5810.      *
  5811.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  5812.      */
  5813.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  5814.     {
  5815.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  5816.     }
  5817.     /**
  5818.      * Gets the private 'security.authentication.form_listener.two_factor.pimcore_admin' shared service.
  5819.      *
  5820.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  5821.      */
  5822.     protected function getSecurity_Authentication_FormListener_TwoFactor_PimcoreAdminService()
  5823.     {
  5824.         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()));
  5825.     }
  5826.     /**
  5827.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.pimcore_admin' shared service.
  5828.      *
  5829.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  5830.      */
  5831.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService()
  5832.     {
  5833.         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);
  5834.     }
  5835.     /**
  5836.      * Gets the private 'security.csrf.token_storage' shared service.
  5837.      *
  5838.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5839.      */
  5840.     protected function getSecurity_Csrf_TokenStorageService()
  5841.     {
  5842.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5843.     }
  5844.     /**
  5845.      * Gets the private 'security.firewall.map' shared service.
  5846.      *
  5847.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5848.      */
  5849.     protected function getSecurity_Firewall_MapService()
  5850.     {
  5851.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.VMNzrGt'] ?? $this->get_ServiceLocator_VMNzrGtService()), new RewindableGenerator(function () {
  5852.             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)/')));
  5853.             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')));
  5854.             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(/.*)?$')));
  5855.             yield 'security.firewall.map.context.portal_engine' => ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Firewall\\RequestMatcher'] ?? $this->load('getRequestMatcherService'));
  5856.         }, 4));
  5857.     }
  5858.     /**
  5859.      * Gets the private 'security.firewall_config.two_factor.pimcore_admin' shared service.
  5860.      *
  5861.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  5862.      */
  5863.     protected function getSecurity_FirewallConfig_TwoFactor_PimcoreAdminService()
  5864.     {
  5865.         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());
  5866.     }
  5867.     /**
  5868.      * Gets the private 'security.helper' shared service.
  5869.      *
  5870.      * @return \Symfony\Component\Security\Core\Security
  5871.      */
  5872.     protected function getSecurity_HelperService()
  5873.     {
  5874.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5875.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5876.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5877.         ], [
  5878.             'security.authorization_checker' => '?',
  5879.             'security.token_storage' => '?',
  5880.         ]));
  5881.     }
  5882.     /**
  5883.      * Gets the private 'security.http_utils' shared service.
  5884.      *
  5885.      * @return \Symfony\Component\Security\Http\HttpUtils
  5886.      */
  5887.     protected function getSecurity_HttpUtilsService()
  5888.     {
  5889.         $a = ($this->services['router'] ?? $this->getRouterService());
  5890.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5891.     }
  5892.     /**
  5893.      * Gets the private 'security.logout_url_generator' shared service.
  5894.      *
  5895.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5896.      */
  5897.     protected function getSecurity_LogoutUrlGeneratorService()
  5898.     {
  5899.         $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()));
  5900.         $instance->registerListener('pimcore_admin''/admin/logout''logout''_csrf_token'NULLNULL);
  5901.         $instance->registerListener('portal_engine''pimcore_portalengine_auth_logout''logout''_csrf_token'NULLNULL);
  5902.         return $instance;
  5903.     }
  5904.     /**
  5905.      * Gets the private 'security.role_hierarchy' shared service.
  5906.      *
  5907.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  5908.      */
  5909.     protected function getSecurity_RoleHierarchyService()
  5910.     {
  5911.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  5912.     }
  5913.     /**
  5914.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5915.      *
  5916.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5917.      */
  5918.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5919.     {
  5920.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5921.     }
  5922.     /**
  5923.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5924.      *
  5925.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5926.      */
  5927.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5928.     {
  5929.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5930.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5931.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5932.         $a->add(new \Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter(), -2'data_object_converter');
  5933.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5934.     }
  5935.     /**
  5936.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5937.      *
  5938.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5939.      */
  5940.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5941.     {
  5942.         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()));
  5943.     }
  5944.     /**
  5945.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5946.      *
  5947.      * @return \Pimcore\Bundle\PhpTemplatingEngineBundle\EventListener\LegacyTemplateListener
  5948.      */
  5949.     protected function getSensioFrameworkExtra_View_ListenerService()
  5950.     {
  5951.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Pimcore\Bundle\PhpTemplatingEngineBundle\EventListener\LegacyTemplateListener(($this->services['Pimcore\\Templating\\LegacyTemplateGuesser'] ?? $this->getLegacyTemplateGuesserService()));
  5952.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5953.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5954.         ], [
  5955.             'twig' => '?',
  5956.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5957.         $instance->setTemplateEngine(($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService()));
  5958.         return $instance;
  5959.     }
  5960.     /**
  5961.      * Gets the private 'session.factory' shared service.
  5962.      *
  5963.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  5964.      */
  5965.     protected function getSession_FactoryService()
  5966.     {
  5967.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  5968.     }
  5969.     /**
  5970.      * Gets the private 'translator.data_collector' shared service.
  5971.      *
  5972.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5973.      */
  5974.     protected function getTranslator_DataCollectorService()
  5975.     {
  5976.         return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5977.     }
  5978.     /**
  5979.      * Gets the private 'translator.default' shared service.
  5980.      *
  5981.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5982.      */
  5983.     protected function getTranslator_DefaultService()
  5984.     {
  5985.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5986.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  5987.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  5988.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  5989.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  5990.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  5991.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  5992.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  5993.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  5994.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  5995.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  5996.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  5997.         ], [
  5998.             'translation.loader.csv' => '?',
  5999.             'translation.loader.dat' => '?',
  6000.             'translation.loader.ini' => '?',
  6001.             'translation.loader.json' => '?',
  6002.             'translation.loader.mo' => '?',
  6003.             'translation.loader.php' => '?',
  6004.             'translation.loader.po' => '?',
  6005.             'translation.loader.qt' => '?',
  6006.             'translation.loader.res' => '?',
  6007.             'translation.loader.xliff' => '?',
  6008.             'translation.loader.yml' => '?',
  6009.         ]), 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/data-importer/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/frontend-permission-toolkit-bundle/src/Resources/translations/admin.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/data-hub/src/Resources/translations/admin.en.yml'), => (\dirname(__DIR__4).'/vendor/pimcore/data-importer/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/enterprise-subscription-tools/src/Resources/translations/admin.en.yml'), => (\dirname(__DIR__4).'/vendor/elements/process-manager-bundle/src/Resources/translations/admin.en.csv'), => (\dirname(__DIR__4).'/vendor/pimcore/data-hub-file-export/src/Resources/translations/admin.en.yml'), 10 => (\dirname(__DIR__4).'/vendor/pimcore/asset-metadata-class-definitions/src/Resources/translations/admin.en.yml'), 11 => (\dirname(__DIR__4).'/vendor/pimcore/openid-connect/src/Resources/translations/admin.en.yml'), 12 => (\dirname(__DIR__4).'/vendor/pimcore/frontend-permission-toolkit-bundle/src/Resources/translations/admin.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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'extended' => [=> (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/cs.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/de.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/en.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/es.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/fr.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/hu.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/it.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/nl.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/pl.extended.json'), => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/sk.extended.json'), 10 => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/th.extended.json')]], '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/data-hub/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pimcore/data-importer/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pimcore/enterprise-subscription-tools/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/elements/process-manager-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/pimcore/data-hub-file-export/src/Resources/translations'), 11 => (\dirname(__DIR__4).'/vendor/pimcore/asset-metadata-class-definitions/src/Resources/translations'), 12 => (\dirname(__DIR__4).'/vendor/pimcore/openid-connect/src/Resources/translations'), 13 => (\dirname(__DIR__4).'/vendor/pimcore/frontend-permission-toolkit-bundle/src/Resources/translations'), 14 => (\dirname(__DIR__4).'/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/translations'), 29 => (\dirname(__DIR__4).'/bundles/DatasheetBundle/translations'), 30 => (\dirname(__DIR__4).'/bundles/ExportBundle/translations'), 31 => (\dirname(__DIR__4).'/bundles/ImportBundle/translations'), 32 => (\dirname(__DIR__4).'/bundles/MockBundle/translations'), 33 => (\dirname(__DIR__4).'/bundles/Pim2RevitBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/translations'), 35 => (\dirname(__DIR__4).'/vendor/pimcore/bundle-generator/src/translations'), 36 => (\dirname(__DIR__4).'/bundles/ExtendedDataHubFileExportBundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/asioso/pimcore-quicktranslate-module/src/QuickTranslateBundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/pimcore/statistics-explorer/src/translations'), 39 => (\dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/translations'), 40 => (\dirname(__DIR__4).'/bundles/ExtendedPimcorePortalEngineBundle/translations'), 41 => (\dirname(__DIR__4).'/bundles/Hamari/PimEcommConnectorBundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-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/data-hub/src/Resources/translations'=> 'vendor/pimcore/data-importer/src/Resources/translations'=> 'vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations'=> 'vendor/pimcore/enterprise-subscription-tools/src/Resources/translations'=> 'vendor/elements/process-manager-bundle/src/Resources/translations'10 => 'vendor/pimcore/data-hub-file-export/src/Resources/translations'11 => 'vendor/pimcore/asset-metadata-class-definitions/src/Resources/translations'12 => 'vendor/pimcore/openid-connect/src/Resources/translations'13 => 'vendor/pimcore/frontend-permission-toolkit-bundle/src/Resources/translations'14 => 'translations'15 => 'vendor/symfony/framework-bundle/translations'16 => 'vendor/symfony/security-bundle/translations'17 => 'vendor/symfony/twig-bundle/translations'18 => 'vendor/symfony/monolog-bundle/translations'19 => 'vendor/doctrine/doctrine-bundle/translations'20 => 'vendor/doctrine/doctrine-migrations-bundle/translations'21 => 'vendor/sensio/framework-extra-bundle/src/translations'22 => 'vendor/symfony-cmf/routing-bundle/src/translations'23 => 'vendor/presta/sitemap-bundle/translations'24 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'25 => 'vendor/league/flysystem-bundle/src/translations'26 => 'vendor/symfony/debug-bundle/translations'27 => 'vendor/symfony/web-profiler-bundle/translations'28 => 'vendor/pimcore/pimcore/bundles/AdminBundle/translations'29 => 'bundles/DatasheetBundle/translations'30 => 'bundles/ExportBundle/translations'31 => 'bundles/ImportBundle/translations'32 => 'bundles/MockBundle/translations'33 => 'bundles/Pim2RevitBundle/translations'34 => 'vendor/pimcore/php-templating-engine-bundle/src/translations'35 => 'vendor/pimcore/bundle-generator/src/translations'36 => 'bundles/ExtendedDataHubFileExportBundle/translations'37 => 'vendor/asioso/pimcore-quicktranslate-module/src/QuickTranslateBundle/translations'38 => 'vendor/pimcore/statistics-explorer/src/translations'39 => 'vendor/pimcore/portal-engine/src/translations'40 => 'bundles/ExtendedPimcorePortalEngineBundle/translations'41 => 'bundles/Hamari/PimEcommConnectorBundle/translations'42 => 'vendor/symfony/webpack-encore-bundle/src/translations']]], []);
  6010.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6011.         $instance->setFallbackLocales([=> 'en']);
  6012.         return $instance;
  6013.     }
  6014.     /**
  6015.      * Gets the private 'twig.loader.native_filesystem' shared service.
  6016.      *
  6017.      * @return \Twig\Loader\FilesystemLoader
  6018.      */
  6019.     protected function getTwig_Loader_NativeFilesystemService()
  6020.     {
  6021.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  6022.         $instance->addPath((\dirname(__DIR__4).'/templates'), 'App');
  6023.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  6024.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  6025.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  6026.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  6027.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  6028.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  6029.         $instance->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  6030.         $instance->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  6031.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  6032.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  6033.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  6034.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  6035.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/views'), 'PimcoreCore');
  6036.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/views'), '!PimcoreCore');
  6037.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Resources/views'), 'PimcoreAdmin');
  6038.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Resources/views'), '!PimcoreAdmin');
  6039.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/data-hub/src/Resources/views'), 'PimcoreDataHub');
  6040.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/data-hub/src/Resources/views'), '!PimcoreDataHub');
  6041.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Resources/views'), 'PimcorePhpTemplatingEngine');
  6042.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src/Resources/views'), '!PimcorePhpTemplatingEngine');
  6043.         $instance->addPath((\dirname(__DIR__4).'/vendor/elements/process-manager-bundle/src/Resources/views'), 'ElementsProcessManager');
  6044.         $instance->addPath((\dirname(__DIR__4).'/vendor/elements/process-manager-bundle/src/Resources/views'), '!ElementsProcessManager');
  6045.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/statistics-explorer/src/Resources/views'), 'PimcoreStatisticsExplorer');
  6046.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/statistics-explorer/src/Resources/views'), '!PimcoreStatisticsExplorer');
  6047.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/PimcorePortalEngineBundle'), 'PimcorePortalEngine');
  6048.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Resources/views'), 'PimcorePortalEngine');
  6049.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Resources/views'), '!PimcorePortalEngine');
  6050.         $instance->addPath((\dirname(__DIR__4).'/bundles/ExtendedPimcorePortalEngineBundle/Resources/views'), 'ExtendedPimcorePortalEngine');
  6051.         $instance->addPath((\dirname(__DIR__4).'/bundles/ExtendedPimcorePortalEngineBundle/Resources/views'), '!ExtendedPimcorePortalEngine');
  6052.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/openid-connect/src/Resources/views'), 'PimcoreOpenIdConnect');
  6053.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/openid-connect/src/Resources/views'), '!PimcoreOpenIdConnect');
  6054.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  6055.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  6056.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  6057.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  6058.         return $instance;
  6059.     }
  6060.     /**
  6061.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6062.      *
  6063.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6064.      */
  6065.     protected function getTwig_Runtime_HttpkernelService()
  6066.     {
  6067.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner('wS0MZ2V4eukAfPQIF+yMTwzT9uibxxh/'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  6068.     }
  6069.     /**
  6070.      * Gets the private 'validator.builder' shared service.
  6071.      *
  6072.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6073.      */
  6074.     protected function getValidator_BuilderService()
  6075.     {
  6076.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6077.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6078.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6079.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6080.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  6081.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6082.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  6083.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6084.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  6085.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  6086.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6087.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6088.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6089.         ], [
  6090.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6091.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  6092.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6093.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6094.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6095.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6096.             'cmf_routing.validator.route_defaults' => '?',
  6097.             'doctrine.orm.validator.unique' => '?',
  6098.             'security.validator.user_password' => '?',
  6099.             'validator.expression' => '?',
  6100.         ])));
  6101.         if ($this->has('Symfony\\Contracts\\Translation\\TranslatorInterface')) {
  6102.             $instance->setTranslator(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
  6103.         }
  6104.         $instance->setTranslationDomain('validators');
  6105.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6106.         $instance->enableAnnotationMapping(true);
  6107.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6108.         $instance->addMethodMapping('loadValidatorMetadata');
  6109.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6110.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6111.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.portal_engine_entity_manager'] ?? $this->getDoctrine_Orm_PortalEngineEntityManagerService()), NULL));
  6112.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.statistics_explorer_entity_manager'] ?? $this->getDoctrine_Orm_StatisticsExplorerEntityManagerService()), NULL));
  6113.         return $instance;
  6114.     }
  6115.     /**
  6116.      * Gets the private 'var_dumper.html_dumper' shared service.
  6117.      *
  6118.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6119.      */
  6120.     protected function getVarDumper_HtmlDumperService()
  6121.     {
  6122.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6123.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6124.         return $instance;
  6125.     }
  6126.     /**
  6127.      * Gets the private 'web_profiler.csp.handler' shared service.
  6128.      *
  6129.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6130.      */
  6131.     protected function getWebProfiler_Csp_HandlerService()
  6132.     {
  6133.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6134.     }
  6135.     /**
  6136.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6137.      *
  6138.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6139.      */
  6140.     protected function getWebProfiler_DebugToolbarService()
  6141.     {
  6142.         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()));
  6143.     }
  6144.     /**
  6145.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  6146.      *
  6147.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  6148.      */
  6149.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  6150.     {
  6151.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6152.             'pimcoreStatisticsExplorer' => ['privates''webpack_encore.entrypoint_lookup[pimcoreStatisticsExplorer]''getWebpackEncore_EntrypointLookuppimcoreStatisticsExplorerService'true],
  6153.             'portalEngineAppPortalConfig_27' => ['privates''webpack_encore.entrypoint_lookup[portalEngineAppPortalConfig_27]''getWebpackEncore_EntrypointLookupportalEngineAppPortalConfig27Service'true],
  6154.             'portalEngineApp_mea_custom_portal' => ['privates''webpack_encore.entrypoint_lookup[portalEngineApp_mea_custom_portal]''getWebpackEncore_EntrypointLookupportalEngineAppMeaCustomPortalService'true],
  6155.             'portalEngineBundle' => ['privates''webpack_encore.entrypoint_lookup[portalEngineBundle]''getWebpackEncore_EntrypointLookupportalEngineBundleService'true],
  6156.         ], [
  6157.             'pimcoreStatisticsExplorer' => '?',
  6158.             'portalEngineAppPortalConfig_27' => '?',
  6159.             'portalEngineApp_mea_custom_portal' => '?',
  6160.             'portalEngineBundle' => '?',
  6161.         ]));
  6162.     }
  6163.     /**
  6164.      * Gets the private 'workflow.registry' shared autowired service.
  6165.      *
  6166.      * @return \Symfony\Component\Workflow\Registry
  6167.      */
  6168.     protected function getWorkflow_RegistryService()
  6169.     {
  6170.         $this->privates['workflow.registry'] = $instance = new \Symfony\Component\Workflow\Registry();
  6171.         $a = ($this->services['pimcore_admin.security.user_loader'] ?? $this->getPimcoreAdmin_Security_UserLoaderService());
  6172.         $b = ($this->services['Pimcore\\Workflow\\ExpressionService'] ?? $this->getExpressionServiceService());
  6173.         $instance->addWorkflow(($this->services['state_machine.product_workflow_local_de'] ?? $this->getStateMachine_ProductWorkflowLocalDeService()), new \App\Workflow\CountryEditorSupportStrategy($a'country_editor_de'NULL));
  6174.         $instance->addWorkflow(($this->services['state_machine.product_workflow_local_en'] ?? $this->getStateMachine_ProductWorkflowLocalEnService()), new \App\Workflow\CountryEditorSupportStrategy($a'country_editor_en'));
  6175.         $instance->addWorkflow(($this->services['state_machine.product_workflow_local_fr'] ?? $this->getStateMachine_ProductWorkflowLocalFrService()), new \App\Workflow\CountryEditorSupportStrategy($a'country_editor_fr'));
  6176.         $instance->addWorkflow(($this->services['state_machine.product_workflow_local_ro'] ?? $this->getStateMachine_ProductWorkflowLocalRoService()), new \App\Workflow\CountryEditorSupportStrategy($a'country_editor_ro'));
  6177.         $instance->addWorkflow(($this->services['state_machine.product_workflow_local_es'] ?? $this->getStateMachine_ProductWorkflowLocalEsService()), new \App\Workflow\CountryEditorSupportStrategy($a'country_editor_es'));
  6178.         $instance->addWorkflow(($this->services['state_machine.product_workflow_local_sk'] ?? $this->getStateMachine_ProductWorkflowLocalSkService()), new \App\Workflow\CountryEditorSupportStrategy($a'country_editor_sk'));
  6179.         $instance->addWorkflow(($this->services['state_machine.product_workflow_local_cs'] ?? $this->getStateMachine_ProductWorkflowLocalCsService()), new \App\Workflow\CountryEditorSupportStrategy($a'country_editor_cs'));
  6180.         $instance->addWorkflow(($this->services['state_machine.product_workflow_local_pl'] ?? $this->getStateMachine_ProductWorkflowLocalPlService()), new \App\Workflow\CountryEditorSupportStrategy($a'country_editor_pl'));
  6181.         $instance->addWorkflow(($this->services['state_machine.product_workflow_local_it'] ?? $this->getStateMachine_ProductWorkflowLocalItService()), new \App\Workflow\CountryEditorSupportStrategy($a'country_editor_it'));
  6182.         $instance->addWorkflow(($this->services['state_machine.product_workflow_local_sv'] ?? $this->getStateMachine_ProductWorkflowLocalSvService()), new \App\Workflow\CountryEditorSupportStrategy($a'country_editor_sv'));
  6183.         $instance->addWorkflow(($this->services['state_machine.product_workflow_global_wm'] ?? $this->getStateMachine_ProductWorkflowGlobalWmService()), new \Pimcore\Workflow\SupportStrategy\ExpressionSupportStrategy($b'\\Pimcore\\Model\\DataObject\\Product''subject.isWaterManagement()''subject.getProductType() == \'A\''));
  6184.         $instance->addWorkflow(($this->services['state_machine.product_workflow_global_bs'] ?? $this->getStateMachine_ProductWorkflowGlobalBsService()), new \Pimcore\Workflow\SupportStrategy\ExpressionSupportStrategy($b'\\Pimcore\\Model\\DataObject\\Product''subject.isBuildingSystems()''subject.getProductType() == \'A\''));
  6185.         $instance->addWorkflow(($this->services['state_machine.product_workflow_global_ma'] ?? $this->getStateMachine_ProductWorkflowGlobalMaService()), new \Pimcore\Workflow\SupportStrategy\ExpressionSupportStrategy($b'\\Pimcore\\Model\\DataObject\\Product''subject.isMetalApplications()''subject.getProductType() == \'A\''));
  6186.         $instance->addWorkflow(($this->services['state_machine.product_workflow_archive'] ?? $this->getStateMachine_ProductWorkflowArchiveService()), new \Pimcore\Workflow\SupportStrategy\ExpressionSupportStrategy($b'\\Pimcore\\Model\\DataObject\\Product''subject.getProductType() == \'A\''));
  6187.         return $instance;
  6188.     }
  6189.     /**
  6190.      * Gets the private 'workflow.security.expression_language' shared autowired service.
  6191.      *
  6192.      * @return \Symfony\Component\Workflow\EventListener\ExpressionLanguage
  6193.      */
  6194.     protected function getWorkflow_Security_ExpressionLanguageService()
  6195.     {
  6196.         return $this->privates['workflow.security.expression_language'] = new \Symfony\Component\Workflow\EventListener\ExpressionLanguage(($this->services['cache.app'] ?? $this->getCache_AppService()));
  6197.     }
  6198.     /**
  6199.      * Gets the public 'cache_clearer' alias.
  6200.      *
  6201.      * @return object The ".container.private.cache_clearer" service.
  6202.      */
  6203.     protected function getCacheClearerService()
  6204.     {
  6205.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6206.         return $this->get('.container.private.cache_clearer');
  6207.     }
  6208.     /**
  6209.      * Gets the public 'filesystem' alias.
  6210.      *
  6211.      * @return object The ".container.private.filesystem" service.
  6212.      */
  6213.     protected function getFilesystemService()
  6214.     {
  6215.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6216.         return $this->get('.container.private.filesystem');
  6217.     }
  6218.     /**
  6219.      * Gets the public 'serializer' alias.
  6220.      *
  6221.      * @return object The ".container.private.serializer" service.
  6222.      */
  6223.     protected function getSerializerService()
  6224.     {
  6225.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6226.         return $this->get('.container.private.serializer');
  6227.     }
  6228.     /**
  6229.      * Gets the public 'security.csrf.token_manager' alias.
  6230.      *
  6231.      * @return object The ".container.private.security.csrf.token_manager" service.
  6232.      */
  6233.     protected function getSecurity_Csrf_TokenManagerService()
  6234.     {
  6235.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6236.         return $this->get('.container.private.security.csrf.token_manager');
  6237.     }
  6238.     /**
  6239.      * Gets the public 'form.factory' alias.
  6240.      *
  6241.      * @return object The ".container.private.form.factory" service.
  6242.      */
  6243.     protected function getForm_FactoryService()
  6244.     {
  6245.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6246.         return $this->get('.container.private.form.factory');
  6247.     }
  6248.     /**
  6249.      * Gets the public 'form.type.file' alias.
  6250.      *
  6251.      * @return object The ".container.private.form.type.file" service.
  6252.      */
  6253.     protected function getForm_Type_FileService()
  6254.     {
  6255.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6256.         return $this->get('.container.private.form.type.file');
  6257.     }
  6258.     /**
  6259.      * Gets the public 'profiler' alias.
  6260.      *
  6261.      * @return object The ".container.private.profiler" service.
  6262.      */
  6263.     protected function getProfilerService()
  6264.     {
  6265.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6266.         return $this->get('.container.private.profiler');
  6267.     }
  6268.     /**
  6269.      * Gets the public 'security.authorization_checker' alias.
  6270.      *
  6271.      * @return object The ".container.private.security.authorization_checker" service.
  6272.      */
  6273.     protected function getSecurity_AuthorizationCheckerService()
  6274.     {
  6275.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6276.         return $this->get('.container.private.security.authorization_checker');
  6277.     }
  6278.     /**
  6279.      * Gets the public 'security.token_storage' alias.
  6280.      *
  6281.      * @return object The ".container.private.security.token_storage" service.
  6282.      */
  6283.     protected function getSecurity_TokenStorageService()
  6284.     {
  6285.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6286.         return $this->get('.container.private.security.token_storage');
  6287.     }
  6288.     /**
  6289.      * Gets the public 'twig' alias.
  6290.      *
  6291.      * @return object The ".container.private.twig" service.
  6292.      */
  6293.     protected function getTwigService()
  6294.     {
  6295.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6296.         return $this->get('.container.private.twig');
  6297.     }
  6298.     /**
  6299.      * Gets the public 'security.password_encoder' alias.
  6300.      *
  6301.      * @return object The ".container.private.security.password_encoder" service.
  6302.      */
  6303.     protected function getSecurity_PasswordEncoderService()
  6304.     {
  6305.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6306.         return $this->get('.container.private.security.password_encoder');
  6307.     }
  6308.     /**
  6309.      * Gets the public 'session' alias.
  6310.      *
  6311.      * @return object The ".container.private.session" service.
  6312.      */
  6313.     protected function getSessionService()
  6314.     {
  6315.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6316.         return $this->get('.container.private.session');
  6317.     }
  6318.     /**
  6319.      * Gets the public 'validator' alias.
  6320.      *
  6321.      * @return object The ".container.private.validator" service.
  6322.      */
  6323.     protected function getValidatorService()
  6324.     {
  6325.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6326.         return $this->get('.container.private.validator');
  6327.     }
  6328.     /**
  6329.      * @return array|bool|float|int|string|\UnitEnum|null
  6330.      */
  6331.     public function getParameter(string $name)
  6332.     {
  6333.         if (isset($this->buildParameters[$name])) {
  6334.             return $this->buildParameters[$name];
  6335.         }
  6336.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6337.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6338.         }
  6339.         if (isset($this->loadedDynamicParameters[$name])) {
  6340.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6341.         }
  6342.         return $this->parameters[$name];
  6343.     }
  6344.     public function hasParameter(string $name): bool
  6345.     {
  6346.         if (isset($this->buildParameters[$name])) {
  6347.             return true;
  6348.         }
  6349.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6350.     }
  6351.     public function setParameter(string $name$value): void
  6352.     {
  6353.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6354.     }
  6355.     public function getParameterBag(): ParameterBagInterface
  6356.     {
  6357.         if (null === $this->parameterBag) {
  6358.             $parameters $this->parameters;
  6359.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6360.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6361.             }
  6362.             foreach ($this->buildParameters as $name => $value) {
  6363.                 $parameters[$name] = $value;
  6364.             }
  6365.             $this->parameterBag = new FrozenParameterBag($parameters);
  6366.         }
  6367.         return $this->parameterBag;
  6368.     }
  6369.     private $loadedDynamicParameters = [
  6370.         'kernel.runtime_environment' => false,
  6371.         'kernel.build_dir' => false,
  6372.         'kernel.cache_dir' => false,
  6373.         'pimcore_portal_engine.elasticsearch.host' => false,
  6374.         'pimcore_portal_engine.elasticsearch.index_prefix' => false,
  6375.         'debug.container.dump' => false,
  6376.         'serializer.mapping.cache.file' => false,
  6377.         'session.save_path' => false,
  6378.         'validator.mapping.cache.file' => false,
  6379.         'profiler.storage.dsn' => false,
  6380.         'doctrine.orm.proxy_dir' => false,
  6381.         'pimcore.statistics_explorer.es_hosts' => false,
  6382.         'portal-engine.elasticsearch.index-prefix' => false,
  6383.         'portal-engine.elasticsearch.host' => false,
  6384.     ];
  6385.     private $dynamicParameters = [];
  6386.     private function getDynamicParameter(string $name)
  6387.     {
  6388.         switch ($name) {
  6389.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6390.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6391.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6392.             case 'pimcore_portal_engine.elasticsearch.host'$value $this->getEnv('ES_HOST'); break;
  6393.             case 'pimcore_portal_engine.elasticsearch.index_prefix'$value $this->getEnv('PORTAL_INDEX'); break;
  6394.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6395.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6396.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6397.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6398.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6399.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6400.             case 'pimcore.statistics_explorer.es_hosts'$value = [
  6401.                 => $this->getEnv('ES_HOST'),
  6402.             ]; break;
  6403.             case 'portal-engine.elasticsearch.index-prefix'$value $this->getEnv('PORTAL_INDEX'); break;
  6404.             case 'portal-engine.elasticsearch.host'$value $this->getEnv('ES_HOST'); break;
  6405.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6406.         }
  6407.         $this->loadedDynamicParameters[$name] = true;
  6408.         return $this->dynamicParameters[$name] = $value;
  6409.     }
  6410.     protected function getDefaultParameters(): array
  6411.     {
  6412.         return [
  6413.             'kernel.project_dir' => \dirname(__DIR__4),
  6414.             'kernel.environment' => 'dev',
  6415.             'kernel.debug' => true,
  6416.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6417.             'kernel.bundles' => [
  6418.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6419.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6420.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6421.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6422.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6423.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6424.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6425.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  6426.                 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  6427.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  6428.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  6429.                 'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
  6430.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6431.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6432.                 'PimcoreCoreBundle' => 'Pimcore\\Bundle\\CoreBundle\\PimcoreCoreBundle',
  6433.                 'PimcoreAdminBundle' => 'Pimcore\\Bundle\\AdminBundle\\PimcoreAdminBundle',
  6434.                 'DatasheetBundle' => 'DatasheetBundle\\DatasheetBundle',
  6435.                 'ExportBundle' => 'ExportBundle\\ExportBundle',
  6436.                 'PimcoreDataHubBundle' => 'Pimcore\\Bundle\\DataHubBundle\\PimcoreDataHubBundle',
  6437.                 'PimcoreDataImporterBundle' => 'Pimcore\\Bundle\\DataImporterBundle\\PimcoreDataImporterBundle',
  6438.                 'ImportBundle' => 'ImportBundle\\ImportBundle',
  6439.                 'MockBundle' => 'MockBundle\\MockBundle',
  6440.                 'OutputDataConfigToolkitBundle' => 'OutputDataConfigToolkitBundle\\OutputDataConfigToolkitBundle',
  6441.                 'Pim2RevitBundle' => 'Pim2RevitBundle\\Pim2RevitBundle',
  6442.                 'PimcoreEnterpriseSubscriptionToolsBundle' => 'Pimcore\\Bundle\\EnterpriseSubscriptionToolsBundle\\PimcoreEnterpriseSubscriptionToolsBundle',
  6443.                 'PimcorePhpTemplatingEngineBundle' => 'Pimcore\\Bundle\\PhpTemplatingEngineBundle\\PimcorePhpTemplatingEngineBundle',
  6444.                 'ElementsProcessManagerBundle' => 'Elements\\Bundle\\ProcessManagerBundle\\ElementsProcessManagerBundle',
  6445.                 'PimcoreDataHubFileExportBundle' => 'Pimcore\\Bundle\\DataHubFileExportBundle\\PimcoreDataHubFileExportBundle',
  6446.                 'PimcoreBundleGeneratorBundle' => 'Pimcore\\Bundle\\BundleGeneratorBundle\\PimcoreBundleGeneratorBundle',
  6447.                 'ExtendedDataHubFileExportBundle' => 'ExtendedDataHubFileExportBundle\\ExtendedDataHubFileExportBundle',
  6448.                 'QuickTranslateBundle' => 'Asioso\\QuickTranslateBundle\\QuickTranslateBundle',
  6449.                 'PimcoreAssetMetadataClassDefinitionsBundle' => 'Pimcore\\AssetMetadataClassDefinitionsBundle\\PimcoreAssetMetadataClassDefinitionsBundle',
  6450.                 'PimcoreStatisticsExplorerBundle' => 'Pimcore\\Bundle\\StatisticsExplorerBundle\\PimcoreStatisticsExplorerBundle',
  6451.                 'PimcorePortalEngineBundle' => 'Pimcore\\Bundle\\PortalEngineBundle\\PimcorePortalEngineBundle',
  6452.                 'ExtendedPimcorePortalEngineBundle' => 'ExtendedPimcorePortalEngineBundle\\ExtendedPimcorePortalEngineBundle',
  6453.                 'PimcoreOpenIdConnectBundle' => 'Pimcore\\Bundle\\OpenIdConnectBundle\\PimcoreOpenIdConnectBundle',
  6454.                 'HamariPimEcommConnectorBundle' => 'Hamari\\PimEcommConnectorBundle\\HamariPimEcommConnectorBundle',
  6455.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  6456.                 'FrontendPermissionToolkitBundle' => 'FrontendPermissionToolkitBundle\\FrontendPermissionToolkitBundle',
  6457.             ],
  6458.             'kernel.bundles_metadata' => [
  6459.                 'FrameworkBundle' => [
  6460.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6461.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6462.                 ],
  6463.                 'SecurityBundle' => [
  6464.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6465.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6466.                 ],
  6467.                 'TwigBundle' => [
  6468.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6469.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6470.                 ],
  6471.                 'MonologBundle' => [
  6472.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6473.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6474.                 ],
  6475.                 'DoctrineBundle' => [
  6476.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6477.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6478.                 ],
  6479.                 'DoctrineMigrationsBundle' => [
  6480.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6481.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6482.                 ],
  6483.                 'SensioFrameworkExtraBundle' => [
  6484.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6485.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6486.                 ],
  6487.                 'CmfRoutingBundle' => [
  6488.                     'path' => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src'),
  6489.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  6490.                 ],
  6491.                 'PrestaSitemapBundle' => [
  6492.                     'path' => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle'),
  6493.                     'namespace' => 'Presta\\SitemapBundle',
  6494.                 ],
  6495.                 'SchebTwoFactorBundle' => [
  6496.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  6497.                     'namespace' => 'Scheb\\TwoFactorBundle',
  6498.                 ],
  6499.                 'FOSJsRoutingBundle' => [
  6500.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  6501.                     'namespace' => 'FOS\\JsRoutingBundle',
  6502.                 ],
  6503.                 'FlysystemBundle' => [
  6504.                     'path' => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src'),
  6505.                     'namespace' => 'League\\FlysystemBundle',
  6506.                 ],
  6507.                 'DebugBundle' => [
  6508.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6509.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6510.                 ],
  6511.                 'WebProfilerBundle' => [
  6512.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6513.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6514.                 ],
  6515.                 'PimcoreCoreBundle' => [
  6516.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle'),
  6517.                     'namespace' => 'Pimcore\\Bundle\\CoreBundle',
  6518.                 ],
  6519.                 'PimcoreAdminBundle' => [
  6520.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle'),
  6521.                     'namespace' => 'Pimcore\\Bundle\\AdminBundle',
  6522.                 ],
  6523.                 'DatasheetBundle' => [
  6524.                     'path' => (\dirname(__DIR__4).'/bundles/DatasheetBundle'),
  6525.                     'namespace' => 'DatasheetBundle',
  6526.                 ],
  6527.                 'ExportBundle' => [
  6528.                     'path' => (\dirname(__DIR__4).'/bundles/ExportBundle'),
  6529.                     'namespace' => 'ExportBundle',
  6530.                 ],
  6531.                 'PimcoreDataHubBundle' => [
  6532.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/data-hub/src'),
  6533.                     'namespace' => 'Pimcore\\Bundle\\DataHubBundle',
  6534.                 ],
  6535.                 'PimcoreDataImporterBundle' => [
  6536.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/data-importer/src'),
  6537.                     'namespace' => 'Pimcore\\Bundle\\DataImporterBundle',
  6538.                 ],
  6539.                 'ImportBundle' => [
  6540.                     'path' => (\dirname(__DIR__4).'/bundles/ImportBundle'),
  6541.                     'namespace' => 'ImportBundle',
  6542.                 ],
  6543.                 'MockBundle' => [
  6544.                     'path' => (\dirname(__DIR__4).'/bundles/MockBundle'),
  6545.                     'namespace' => 'MockBundle',
  6546.                 ],
  6547.                 'OutputDataConfigToolkitBundle' => [
  6548.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/output-data-config-toolkit-bundle/src'),
  6549.                     'namespace' => 'OutputDataConfigToolkitBundle',
  6550.                 ],
  6551.                 'Pim2RevitBundle' => [
  6552.                     'path' => (\dirname(__DIR__4).'/bundles/Pim2RevitBundle'),
  6553.                     'namespace' => 'Pim2RevitBundle',
  6554.                 ],
  6555.                 'PimcoreEnterpriseSubscriptionToolsBundle' => [
  6556.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/enterprise-subscription-tools/src'),
  6557.                     'namespace' => 'Pimcore\\Bundle\\EnterpriseSubscriptionToolsBundle',
  6558.                 ],
  6559.                 'PimcorePhpTemplatingEngineBundle' => [
  6560.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/php-templating-engine-bundle/src'),
  6561.                     'namespace' => 'Pimcore\\Bundle\\PhpTemplatingEngineBundle',
  6562.                 ],
  6563.                 'ElementsProcessManagerBundle' => [
  6564.                     'path' => (\dirname(__DIR__4).'/vendor/elements/process-manager-bundle/src'),
  6565.                     'namespace' => 'Elements\\Bundle\\ProcessManagerBundle',
  6566.                 ],
  6567.                 'PimcoreDataHubFileExportBundle' => [
  6568.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/data-hub-file-export/src'),
  6569.                     'namespace' => 'Pimcore\\Bundle\\DataHubFileExportBundle',
  6570.                 ],
  6571.                 'PimcoreBundleGeneratorBundle' => [
  6572.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/bundle-generator/src'),
  6573.                     'namespace' => 'Pimcore\\Bundle\\BundleGeneratorBundle',
  6574.                 ],
  6575.                 'ExtendedDataHubFileExportBundle' => [
  6576.                     'path' => (\dirname(__DIR__4).'/bundles/ExtendedDataHubFileExportBundle'),
  6577.                     'namespace' => 'ExtendedDataHubFileExportBundle',
  6578.                 ],
  6579.                 'QuickTranslateBundle' => [
  6580.                     'path' => (\dirname(__DIR__4).'/vendor/asioso/pimcore-quicktranslate-module/src/QuickTranslateBundle'),
  6581.                     'namespace' => 'Asioso\\QuickTranslateBundle',
  6582.                 ],
  6583.                 'PimcoreAssetMetadataClassDefinitionsBundle' => [
  6584.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/asset-metadata-class-definitions/src'),
  6585.                     'namespace' => 'Pimcore\\AssetMetadataClassDefinitionsBundle',
  6586.                 ],
  6587.                 'PimcoreStatisticsExplorerBundle' => [
  6588.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/statistics-explorer/src'),
  6589.                     'namespace' => 'Pimcore\\Bundle\\StatisticsExplorerBundle',
  6590.                 ],
  6591.                 'PimcorePortalEngineBundle' => [
  6592.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/portal-engine/src'),
  6593.                     'namespace' => 'Pimcore\\Bundle\\PortalEngineBundle',
  6594.                 ],
  6595.                 'ExtendedPimcorePortalEngineBundle' => [
  6596.                     'path' => (\dirname(__DIR__4).'/bundles/ExtendedPimcorePortalEngineBundle'),
  6597.                     'namespace' => 'ExtendedPimcorePortalEngineBundle',
  6598.                 ],
  6599.                 'PimcoreOpenIdConnectBundle' => [
  6600.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/openid-connect/src'),
  6601.                     'namespace' => 'Pimcore\\Bundle\\OpenIdConnectBundle',
  6602.                 ],
  6603.                 'HamariPimEcommConnectorBundle' => [
  6604.                     'path' => (\dirname(__DIR__4).'/bundles/Hamari/PimEcommConnectorBundle'),
  6605.                     'namespace' => 'Hamari\\PimEcommConnectorBundle',
  6606.                 ],
  6607.                 'WebpackEncoreBundle' => [
  6608.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  6609.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  6610.                 ],
  6611.                 'FrontendPermissionToolkitBundle' => [
  6612.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/frontend-permission-toolkit-bundle/src'),
  6613.                     'namespace' => 'FrontendPermissionToolkitBundle',
  6614.                 ],
  6615.             ],
  6616.             'kernel.charset' => 'UTF-8',
  6617.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6618.             'locale' => 'en',
  6619.             'log.fileobject' => (\dirname(__DIR__3).'/application-logger'),
  6620.             'secret' => 'wS0MZ2V4eukAfPQIF+yMTwzT9uibxxh/',
  6621.             'pimcore_executable_composer' => '/usr/bin/composer',
  6622.             'pimcore_executable_html2text' => '/usr/bin/html2text',
  6623.             'pimcore_executable_soffice' => '/usr/bin/soffice',
  6624.             'pimcore_executable_gs' => '/usr/bin/gs',
  6625.             'pimcore_executable_pdftotext' => '/usr/bin/pdftotext',
  6626.             'pimcore_executable_xvfb-run' => '/usr/bin/xvfb-run',
  6627.             'pimcore_executable_pngcrush' => '/usr/bin/pngcrush',
  6628.             'pimcore_executable_zopflipng' => '/usr/bin/zopflipng',
  6629.             'pimcore_executable_pngout' => '/usr/bin/pngout',
  6630.             'pimcore_executable_advpng' => '/usr/bin/advpng',
  6631.             'pimcore_executable_cjpeg' => '/usr/bin/cjpeg',
  6632.             'pimcore_executable_jpegoptim' => '/usr/bin/jpegoptim',
  6633.             'pimcore_executable_php' => '/usr/local/bin/php',
  6634.             'pimcore_executable_nice' => '/usr/bin/nice',
  6635.             'pimcore_executable_nohup' => '/usr/bin/nohup',
  6636.             'pimcore_executable_ffmpeg' => '/usr/bin/ffmpeg',
  6637.             'pimcore_executable_exiftool' => '/usr/bin/exiftool',
  6638.             'data_debug_logg' => false,
  6639.             'pimcore_portal_engine.firewall_settings' => [
  6640.                 'anonymous' => 'lazy',
  6641.                 'provider' => 'portal_engine',
  6642.                 'request_matcher' => 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Firewall\\RequestMatcher',
  6643.                 'logout' => [
  6644.                     'invalidate_session' => false,
  6645.                     'path' => 'pimcore_portalengine_auth_logout',
  6646.                     'target' => 'pimcore_portalengine_auth_login',
  6647.                 ],
  6648.                 'remember_me' => [
  6649.                     'secret' => 'wS0MZ2V4eukAfPQIF+yMTwzT9uibxxh/',
  6650.                     'lifetime' => 7776000,
  6651.                     'path' => '/',
  6652.                 ],
  6653.                 'guard' => [
  6654.                     'authenticators' => [
  6655.                         => 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\GuardAuthenticator',
  6656.                         => 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\TokenAuthenticator',
  6657.                         => 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\OpenIdConnectAuthenticator',
  6658.                     ],
  6659.                     'entry_point' => 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\GuardAuthenticator',
  6660.                 ],
  6661.             ],
  6662.             'event_dispatcher.event_aliases' => [
  6663.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6664.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6665.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6666.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6667.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6668.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6669.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6670.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6671.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6672.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6673.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6674.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6675.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6676.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6677.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6678.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6679.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6680.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6681.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6682.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6683.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6684.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6685.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6686.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6687.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6688.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6689.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6690.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6691.                 'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
  6692.                 'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
  6693.             ],
  6694.             'fragment.renderer.hinclude.global_template' => NULL,
  6695.             'fragment.path' => '/_fragment',
  6696.             'kernel.secret' => 'wS0MZ2V4eukAfPQIF+yMTwzT9uibxxh/',
  6697.             'kernel.http_method_override' => true,
  6698.             'kernel.trusted_hosts' => [
  6699.             ],
  6700.             'kernel.default_locale' => 'en',
  6701.             'kernel.enabled_locales' => [
  6702.             ],
  6703.             'kernel.error_controller' => 'error_controller',
  6704.             'debug.file_link_format' => NULL,
  6705.             'asset.request_context.base_path' => NULL,
  6706.             'asset.request_context.secure' => NULL,
  6707.             'translator.logging' => false,
  6708.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6709.             'debug.error_handler.throw_at' => -1,
  6710.             'router.request_context.host' => 'localhost',
  6711.             'router.request_context.scheme' => 'http',
  6712.             'router.request_context.base_url' => '',
  6713.             'router.resource' => 'kernel::loadRoutes',
  6714.             'request_listener.http_port' => 80,
  6715.             'request_listener.https_port' => 443,
  6716.             'session.metadata.storage_key' => '_sf2_meta',
  6717.             'session.storage.options' => [
  6718.                 'cache_limiter' => '0',
  6719.                 'cookie_secure' => 'auto',
  6720.                 'cookie_httponly' => true,
  6721.                 'cookie_samesite' => 'strict',
  6722.                 'gc_probability' => 1,
  6723.             ],
  6724.             'session.metadata.update_threshold' => 0,
  6725.             'form.type_extension.csrf.enabled' => true,
  6726.             'form.type_extension.csrf.field_name' => '_token',
  6727.             'validator.translation_domain' => 'validators',
  6728.             'profiler_listener.only_exceptions' => false,
  6729.             'profiler_listener.only_main_requests' => false,
  6730.             'security.role_hierarchy.roles' => [
  6731.                 'ROLE_PIMCORE_ADMIN' => [
  6732.                     => 'ROLE_PIMCORE_USER',
  6733.                 ],
  6734.             ],
  6735.             'security.access.denied_url' => NULL,
  6736.             'security.authentication.manager.erase_credentials' => true,
  6737.             'security.authentication.session_strategy.strategy' => 'migrate',
  6738.             'security.access.always_authenticate_before_granting' => false,
  6739.             'security.authentication.hide_user_not_found' => true,
  6740.             'security.firewalls' => [
  6741.                 => 'dev',
  6742.                 => 'pimcore_admin_webdav',
  6743.                 => 'pimcore_admin',
  6744.                 => 'portal_engine',
  6745.             ],
  6746.             'security.pimcore_admin_webdav._indexed_authenticators' => [
  6747.             ],
  6748.             'security.pimcore_admin._indexed_authenticators' => [
  6749.             ],
  6750.             'security.portal_engine._indexed_authenticators' => [
  6751.             ],
  6752.             'twig.form.resources' => [
  6753.                 => 'form_div_layout.html.twig',
  6754.             ],
  6755.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6756.             'monolog.use_microseconds' => true,
  6757.             'monolog.swift_mailer.handlers' => [
  6758.             ],
  6759.             'monolog.handlers_to_channels' => [
  6760.                 'monolog.handler.console' => [
  6761.                     'type' => 'exclusive',
  6762.                     'elements' => [
  6763.                         => 'event',
  6764.                         => 'doctrine',
  6765.                         => 'console',
  6766.                         => 'cache',
  6767.                     ],
  6768.                 ],
  6769.                 'monolog.handler.main' => [
  6770.                     'type' => 'exclusive',
  6771.                     'elements' => [
  6772.                         => 'event',
  6773.                         => 'doctrine',
  6774.                         => 'cache',
  6775.                     ],
  6776.                 ],
  6777.             ],
  6778.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6779.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6780.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6781.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6782.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6783.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6784.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6785.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6786.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6787.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6788.             'doctrine.entity_managers' => [
  6789.                 'portal_engine' => 'doctrine.orm.portal_engine_entity_manager',
  6790.                 'statistics_explorer' => 'doctrine.orm.statistics_explorer_entity_manager',
  6791.             ],
  6792.             'doctrine.default_entity_manager' => 'portal_engine',
  6793.             'doctrine.dbal.connection_factory.types' => [
  6794.                 'jsonfy' => [
  6795.                     'class' => 'Pimcore\\Bundle\\PortalEngineBundle\\Tools\\Doctrine\\Type\\Jsonfy',
  6796.                 ],
  6797.                 'uuid' => [
  6798.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  6799.                 ],
  6800.                 'ulid' => [
  6801.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  6802.                 ],
  6803.             ],
  6804.             'doctrine.connections' => [
  6805.                 'default' => 'doctrine.dbal.default_connection',
  6806.             ],
  6807.             'doctrine.default_connection' => 'default',
  6808.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6809.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6810.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6811.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6812.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6813.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6814.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6815.             'doctrine.orm.cache.memcache_port' => 11211,
  6816.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6817.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6818.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6819.             'doctrine.orm.cache.memcached_port' => 11211,
  6820.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6821.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6822.             'doctrine.orm.cache.redis_host' => 'localhost',
  6823.             'doctrine.orm.cache.redis_port' => 6379,
  6824.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6825.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6826.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6827.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6828.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6829.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6830.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6831.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6832.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6833.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6834.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6835.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6836.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6837.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6838.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6839.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6840.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6841.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6842.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6843.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6844.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6845.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6846.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6847.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6848.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6849.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6850.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6851.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6852.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6853.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6854.             'doctrine.orm.auto_generate_proxy_classes' => false,
  6855.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6856.             'doctrine.migrations.preferred_em' => NULL,
  6857.             'doctrine.migrations.preferred_connection' => 'default',
  6858.             'cmf_routing.uri_filter_regexp' => '',
  6859.             'cmf_routing.default_controller' => NULL,
  6860.             'cmf_routing.generic_controller' => NULL,
  6861.             'cmf_routing.controllers_by_type' => [
  6862.             ],
  6863.             'cmf_routing.controllers_by_class' => [
  6864.             ],
  6865.             'cmf_routing.templates_by_class' => [
  6866.             ],
  6867.             'cmf_routing.route_collection_limit' => 0,
  6868.             'cmf_routing.dynamic.limit_candidates' => 20,
  6869.             'cmf_routing.dynamic.locales' => [
  6870.             ],
  6871.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  6872.             'cmf_routing.replace_symfony_router' => true,
  6873.             'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  6874.             'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  6875.             'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  6876.             'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  6877.             'presta_sitemap.dump_directory' => (\dirname(__DIR__4).'/public'),
  6878.             'presta_sitemap.timetolive' => 3600,
  6879.             'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  6880.             'presta_sitemap.items_by_set' => 50000,
  6881.             'presta_sitemap.defaults' => [
  6882.                 'lastmod' => NULL,
  6883.                 'priority' => NULL,
  6884.                 'changefreq' => NULL,
  6885.             ],
  6886.             'presta_sitemap.default_section' => 'default',
  6887.             'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  6888.             'scheb_two_factor.model_manager_name' => NULL,
  6889.             'scheb_two_factor.security_tokens' => [
  6890.                 => 'Pimcore\\Bundle\\AdminBundle\\Security\\Authentication\\Token\\LegacyTwoFactorRequiredToken',
  6891.             ],
  6892.             'scheb_two_factor.ip_whitelist' => [
  6893.             ],
  6894.             'scheb_two_factor.google.server_name' => 'Pimcore',
  6895.             'scheb_two_factor.google.issuer' => 'Pimcore 2 Factor Authentication',
  6896.             'scheb_two_factor.google.template' => '@SchebTwoFactor/Authentication/form.html.twig',
  6897.             'scheb_two_factor.google.digits' => 6,
  6898.             'scheb_two_factor.google.window' => 1,
  6899.             'scheb_two_factor.trusted_device.enabled' => false,
  6900.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  6901.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  6902.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  6903.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  6904.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  6905.             'fos_js_routing.request_context_base_url' => NULL,
  6906.             'fos_js_routing.cache_control' => [
  6907.                 'enabled' => false,
  6908.             ],
  6909.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6910.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6911.             'web_profiler.debug_toolbar.mode' => 2,
  6912.             'container.dumper.inline_class_loader' => true,
  6913.             'pimcore.extensions.bundles.search_paths' => [
  6914.                 => 'src',
  6915.                 => 'vendor/pimcore/pimcore/bundles',
  6916.                 => 'bundles/ImportBundle',
  6917.                 => 'bundles/DatasheetBundle',
  6918.                 => 'bundles/ExportBundle',
  6919.                 => 'bundles/MockBundle',
  6920.                 => 'bundles/Pim2RevitBundle',
  6921.                 => 'bundles/ExtendedDataHubFileExportBundle',
  6922.                 => 'bundles/ExtendedPimcorePortalEngineBundle',
  6923.                 => 'bundles/Hamari/PimEcommConnectorBundle',
  6924.             ],
  6925.             'pimcore.extensions.bundles.handle_composer' => true,
  6926.             'pimcore.admin.unauthenticated_routes' => [
  6927.                 => [
  6928.                     'route' => 'pimcore_settings_display_custom_logo',
  6929.                     'path' => false,
  6930.                     'host' => false,
  6931.                     'methods' => [
  6932.                     ],
  6933.                 ],
  6934.                 => [
  6935.                     'route' => 'pimcore_admin_login',
  6936.                     'path' => false,
  6937.                     'host' => false,
  6938.                     'methods' => [
  6939.                     ],
  6940.                 ],
  6941.                 => [
  6942.                     'route' => 'pimcore_admin_webdav',
  6943.                     'path' => false,
  6944.                     'host' => false,
  6945.                     'methods' => [
  6946.                     ],
  6947.                 ],
  6948.             ],
  6949.             'pimcore.encryption.secret' => NULL,
  6950.             'pimcore.admin.session.attribute_bags' => [
  6951.                 'pimcore_admin' => [
  6952.                     'storage_key' => '_pimcore_admin',
  6953.                 ],
  6954.                 'pimcore_objects' => [
  6955.                     'storage_key' => '_pimcore_objects',
  6956.                 ],
  6957.                 'pimcore_copy' => [
  6958.                     'storage_key' => '_pimcore_copy',
  6959.                 ],
  6960.                 'pimcore_gridconfig' => [
  6961.                     'storage_key' => '_pimcore_gridconfig',
  6962.                 ],
  6963.                 'pimcore_importconfig' => [
  6964.                     'storage_key' => '_pimcore_importconfig',
  6965.                 ],
  6966.             ],
  6967.             'pimcore.admin.translations.path' => '@PimcoreCoreBundle/Resources/translations',
  6968.             'pimcore.translations.admin_translation_mapping' => [
  6969.             ],
  6970.             'pimcore.web_profiler.toolbar.excluded_routes' => [
  6971.                 => [
  6972.                     'path' => '^/admin/asset/image-editor',
  6973.                     'route' => false,
  6974.                     'host' => false,
  6975.                     'methods' => [
  6976.                     ],
  6977.                 ],
  6978.             ],
  6979.             'pimcore.response_exception_listener.render_error_document' => true,
  6980.             'pimcore.maintenance.housekeeping.cleanup_tmp_files_atime_older_than' => 7776000,
  6981.             'pimcore.maintenance.housekeeping.cleanup_profiler_files_atime_older_than' => 1800,
  6982.             'pimcore.documents.default_controller' => 'App\\Controller\\DefaultController::defaultAction',
  6983.             'pimcore.documents.web_to_print.default_controller_print_page' => 'App\\Controller\\Web2printController::defaultAction',
  6984.             'pimcore.documents.web_to_print.default_controller_print_container' => 'App\\Controller\\Web2printController::containerAction',
  6985.             'pimcore.templating.twig.sandbox_security_policy.tags' => [
  6986.                 => 'set',
  6987.             ],
  6988.             'pimcore.templating.twig.sandbox_security_policy.filters' => [
  6989.                 => 'escape',
  6990.                 => 'trans',
  6991.             ],
  6992.             'pimcore.templating.twig.sandbox_security_policy.functions' => [
  6993.                 => 'path',
  6994.                 => 'asset',
  6995.             ],
  6996.             'pimcore.config' => [
  6997.                 'web_profiler' => [
  6998.                     'toolbar' => [
  6999.                         'excluded_routes' => [
  7000.                             => [
  7001.                                 'path' => '^/admin/asset/image-editor',
  7002.                                 'route' => false,
  7003.                                 'host' => false,
  7004.                                 'methods' => [
  7005.                                 ],
  7006.                             ],
  7007.                         ],
  7008.                     ],
  7009.                 ],
  7010.                 'security' => [
  7011.                     'encoder_factories' => [
  7012.                         'Pimcore\\Bundle\\AdminBundle\\Security\\User\\User' => [
  7013.                             'id' => 'pimcore_admin.security.password_encoder_factory',
  7014.                         ],
  7015.                     ],
  7016.                     'factory_type' => 'encoder',
  7017.                     'password_hasher_factories' => [
  7018.                     ],
  7019.                 ],
  7020.                 'bundles' => [
  7021.                     'search_paths' => [
  7022.                         => 'src',
  7023.                         => 'vendor/pimcore/pimcore/bundles',
  7024.                         => 'bundles/ImportBundle',
  7025.                         => 'bundles/DatasheetBundle',
  7026.                         => 'bundles/ExportBundle',
  7027.                         => 'bundles/MockBundle',
  7028.                         => 'bundles/Pim2RevitBundle',
  7029.                         => 'bundles/ExtendedDataHubFileExportBundle',
  7030.                         => 'bundles/ExtendedPimcorePortalEngineBundle',
  7031.                         => 'bundles/Hamari/PimEcommConnectorBundle',
  7032.                     ],
  7033.                     'handle_composer' => true,
  7034.                 ],
  7035.                 'assets' => [
  7036.                     'metadata' => [
  7037.                         'class_definitions' => [
  7038.                             'data' => [
  7039.                                 'map' => [
  7040.                                     'asset' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Asset',
  7041.                                     'checkbox' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Checkbox',
  7042.                                     'date' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Date',
  7043.                                     'document' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Document',
  7044.                                     'input' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Input',
  7045.                                     'object' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\DataObject',
  7046.                                     'select' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Select',
  7047.                                     'textarea' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Textarea',
  7048.                                     'calculatedValue' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\CalculatedValue',
  7049.                                     'country' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Country',
  7050.                                     'datetime' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Datetime',
  7051.                                     'language' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Language',
  7052.                                     'multiselect' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Multiselect',
  7053.                                     'manyToManyRelation' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\ManyToManyRelation',
  7054.                                     'numeric' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Numeric',
  7055.                                     'wysiwyg' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Wysiwyg',
  7056.                                     'user' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\User',
  7057.                                 ],
  7058.                                 'prefixes' => [
  7059.                                 ],
  7060.                             ],
  7061.                         ],
  7062.                         'predefined' => [
  7063.                             'definitions' => [
  7064.                             ],
  7065.                         ],
  7066.                     ],
  7067.                     'versions' => [
  7068.                         'days' => NULL,
  7069.                         'steps' => 2,
  7070.                         'use_hardlinks' => true,
  7071.                         'disable_stack_trace' => false,
  7072.                     ],
  7073.                     'hide_edit_image' => false,
  7074.                     'disable_tree_preview' => false,
  7075.                     'image' => [
  7076.                         'thumbnails' => [
  7077.                             'definitions' => [
  7078.                                 'bmecat' => [
  7079.                                     'items' => [
  7080.                                     ],
  7081.                                     'medias' => [
  7082.                                     ],
  7083.                                     'name' => 'bmecat',
  7084.                                     'description' => '',
  7085.                                     'group' => '',
  7086.                                     'format' => 'SOURCE',
  7087.                                     'quality' => 85,
  7088.                                     'highResolution' => 0.0,
  7089.                                     'preserveColor' => false,
  7090.                                     'preserveMetaData' => false,
  7091.                                     'rasterizeSVG' => false,
  7092.                                     'downloadable' => false,
  7093.                                     'modificationDate' => 1653304446,
  7094.                                     'creationDate' => 1653304435,
  7095.                                     'preserveAnimation' => false,
  7096.                                 ],
  7097.                                 'datasheet' => [
  7098.                                     'items' => [
  7099.                                     ],
  7100.                                     'medias' => [
  7101.                                     ],
  7102.                                     'name' => 'datasheet',
  7103.                                     'description' => '',
  7104.                                     'group' => '',
  7105.                                     'format' => 'PNG',
  7106.                                     'quality' => 85,
  7107.                                     'highResolution' => 0.0,
  7108.                                     'preserveColor' => false,
  7109.                                     'preserveMetaData' => false,
  7110.                                     'rasterizeSVG' => false,
  7111.                                     'downloadable' => false,
  7112.                                     'modificationDate' => 1657193551,
  7113.                                     'creationDate' => 1657193529,
  7114.                                     'preserveAnimation' => false,
  7115.                                 ],
  7116.                                 'portal-engine_detail-page' => [
  7117.                                     'items' => [
  7118.                                         => [
  7119.                                             'method' => 'contain',
  7120.                                             'arguments' => [
  7121.                                                 'width' => 600,
  7122.                                                 'height' => 400,
  7123.                                                 'forceResize' => false,
  7124.                                             ],
  7125.                                         ],
  7126.                                     ],
  7127.                                     'medias' => [
  7128.                                     ],
  7129.                                     'name' => 'portal-engine_detail-page',
  7130.                                     'description' => '',
  7131.                                     'group' => 'Portal Engine',
  7132.                                     'format' => 'SOURCE',
  7133.                                     'quality' => 85,
  7134.                                     'highResolution' => NULL,
  7135.                                     'preserveColor' => false,
  7136.                                     'preserveMetaData' => false,
  7137.                                     'rasterizeSVG' => false,
  7138.                                     'downloadable' => false,
  7139.                                     'modificationDate' => 1661348636,
  7140.                                     'creationDate' => 1661348636,
  7141.                                     'preserveAnimation' => false,
  7142.                                 ],
  7143.                                 'portal-engine_element-detail' => [
  7144.                                     'items' => [
  7145.                                         => [
  7146.                                             'method' => 'scaleByWidth',
  7147.                                             'arguments' => [
  7148.                                                 'width' => 1024,
  7149.                                                 'forceResize' => false,
  7150.                                             ],
  7151.                                         ],
  7152.                                     ],
  7153.                                     'medias' => [
  7154.                                     ],
  7155.                                     'name' => 'portal-engine_element-detail',
  7156.                                     'description' => '',
  7157.                                     'group' => 'Portal Engine',
  7158.                                     'format' => 'SOURCE',
  7159.                                     'quality' => 85,
  7160.                                     'highResolution' => 0.0,
  7161.                                     'preserveColor' => false,
  7162.                                     'preserveMetaData' => false,
  7163.                                     'rasterizeSVG' => false,
  7164.                                     'downloadable' => false,
  7165.                                     'modificationDate' => 1721215396,
  7166.                                     'creationDate' => 1661348636,
  7167.                                     'preserveAnimation' => false,
  7168.                                 ],
  7169.                                 'portal-engine_element-teaser' => [
  7170.                                     'items' => [
  7171.                                         => [
  7172.                                             'method' => 'contain',
  7173.                                             'arguments' => [
  7174.                                                 'width' => 294,
  7175.                                                 'height' => 165,
  7176.                                                 'forceResize' => false,
  7177.                                             ],
  7178.                                         ],
  7179.                                     ],
  7180.                                     'medias' => [
  7181.                                     ],
  7182.                                     'name' => 'portal-engine_element-teaser',
  7183.                                     'description' => '',
  7184.                                     'group' => 'Portal Engine',
  7185.                                     'format' => 'SOURCE',
  7186.                                     'quality' => 85,
  7187.                                     'highResolution' => NULL,
  7188.                                     'preserveColor' => false,
  7189.                                     'preserveMetaData' => false,
  7190.                                     'rasterizeSVG' => false,
  7191.                                     'downloadable' => false,
  7192.                                     'modificationDate' => 1661348636,
  7193.                                     'creationDate' => 1661348636,
  7194.                                     'preserveAnimation' => false,
  7195.                                 ],
  7196.                                 'portal-engine_email-logo' => [
  7197.                                     'items' => [
  7198.                                         => [
  7199.                                             'method' => 'scaleByHeight',
  7200.                                             'arguments' => [
  7201.                                                 'height' => 42,
  7202.                                             ],
  7203.                                         ],
  7204.                                     ],
  7205.                                     'medias' => [
  7206.                                     ],
  7207.                                     'name' => 'portal-engine_email-logo',
  7208.                                     'description' => '',
  7209.                                     'group' => 'Portal Engine',
  7210.                                     'format' => 'png',
  7211.                                     'quality' => 85,
  7212.                                     'highResolution' => NULL,
  7213.                                     'preserveColor' => false,
  7214.                                     'preserveMetaData' => false,
  7215.                                     'rasterizeSVG' => true,
  7216.                                     'downloadable' => false,
  7217.                                     'modificationDate' => 1661348636,
  7218.                                     'creationDate' => 1661348636,
  7219.                                     'preserveAnimation' => false,
  7220.                                 ],
  7221.                                 'portal-engine-logo' => [
  7222.                                     'items' => [
  7223.                                         => [
  7224.                                             'method' => 'scaleByWidth',
  7225.                                             'arguments' => [
  7226.                                                 'width' => 200,
  7227.                                                 'forceResize' => false,
  7228.                                             ],
  7229.                                         ],
  7230.                                     ],
  7231.                                     'medias' => [
  7232.                                     ],
  7233.                                     'name' => 'portal-engine-logo',
  7234.                                     'description' => '',
  7235.                                     'group' => 'Portal Engine',
  7236.                                     'format' => 'SOURCE',
  7237.                                     'quality' => 85,
  7238.                                     'highResolution' => NULL,
  7239.                                     'preserveColor' => false,
  7240.                                     'preserveMetaData' => false,
  7241.                                     'rasterizeSVG' => false,
  7242.                                     'downloadable' => false,
  7243.                                     'modificationDate' => 1661348636,
  7244.                                     'creationDate' => 1661348636,
  7245.                                     'preserveAnimation' => false,
  7246.                                 ],
  7247.                                 'portal-engine-product-department' => [
  7248.                                     'items' => [
  7249.                                         => [
  7250.                                             'method' => 'scaleByWidth',
  7251.                                             'arguments' => [
  7252.                                                 'width' => 450,
  7253.                                                 'forceResize' => false,
  7254.                                             ],
  7255.                                         ],
  7256.                                     ],
  7257.                                     'medias' => [
  7258.                                     ],
  7259.                                     'name' => 'portal-engine-product-department',
  7260.                                     'description' => '',
  7261.                                     'group' => 'Portal Engine',
  7262.                                     'format' => 'SOURCE',
  7263.                                     'quality' => 85,
  7264.                                     'highResolution' => 0.0,
  7265.                                     'preserveColor' => false,
  7266.                                     'preserveMetaData' => false,
  7267.                                     'rasterizeSVG' => false,
  7268.                                     'downloadable' => false,
  7269.                                     'modificationDate' => 1684234642,
  7270.                                     'creationDate' => 1684234227,
  7271.                                     'preserveAnimation' => false,
  7272.                                 ],
  7273.                                 'portal-engine_teaser-1by1' => [
  7274.                                     'items' => [
  7275.                                         => [
  7276.                                             'method' => 'cover',
  7277.                                             'arguments' => [
  7278.                                                 'width' => 223,
  7279.                                                 'height' => 236,
  7280.                                                 'forceResize' => true,
  7281.                                                 'positioning' => 'center',
  7282.                                             ],
  7283.                                         ],
  7284.                                     ],
  7285.                                     'medias' => [
  7286.                                     ],
  7287.                                     'name' => 'portal-engine_teaser-1by1',
  7288.                                     'description' => '',
  7289.                                     'group' => 'Portal Engine',
  7290.                                     'format' => 'SOURCE',
  7291.                                     'quality' => 85,
  7292.                                     'highResolution' => NULL,
  7293.                                     'preserveColor' => false,
  7294.                                     'preserveMetaData' => false,
  7295.                                     'rasterizeSVG' => false,
  7296.                                     'downloadable' => false,
  7297.                                     'modificationDate' => 1661348636,
  7298.                                     'creationDate' => 1661348636,
  7299.                                     'preserveAnimation' => false,
  7300.                                 ],
  7301.                                 'portal-engine_teaser-2by1' => [
  7302.                                     'items' => [
  7303.                                         => [
  7304.                                             'method' => 'cover',
  7305.                                             'arguments' => [
  7306.                                                 'width' => 471,
  7307.                                                 'height' => 235,
  7308.                                                 'forceResize' => true,
  7309.                                                 'positioning' => 'center',
  7310.                                             ],
  7311.                                         ],
  7312.                                     ],
  7313.                                     'medias' => [
  7314.                                     ],
  7315.                                     'name' => 'portal-engine_teaser-2by1',
  7316.                                     'description' => '',
  7317.                                     'group' => 'Portal Engine',
  7318.                                     'format' => 'SOURCE',
  7319.                                     'quality' => 85,
  7320.                                     'highResolution' => NULL,
  7321.                                     'preserveColor' => false,
  7322.                                     'preserveMetaData' => false,
  7323.                                     'rasterizeSVG' => false,
  7324.                                     'downloadable' => false,
  7325.                                     'modificationDate' => 1661348636,
  7326.                                     'creationDate' => 1661348636,
  7327.                                     'preserveAnimation' => false,
  7328.                                 ],
  7329.                                 'portal-engine_teaser-cta' => [
  7330.                                     'items' => [
  7331.                                         => [
  7332.                                             'method' => 'cover',
  7333.                                             'arguments' => [
  7334.                                                 'width' => 730,
  7335.                                                 'height' => 408,
  7336.                                                 'forceResize' => true,
  7337.                                                 'positioning' => 'center',
  7338.                                             ],
  7339.                                         ],
  7340.                                     ],
  7341.                                     'medias' => [
  7342.                                     ],
  7343.                                     'name' => 'portal-engine_teaser-cta',
  7344.                                     'description' => '',
  7345.                                     'group' => 'Portal Engine',
  7346.                                     'format' => 'SOURCE',
  7347.                                     'quality' => 85,
  7348.                                     'highResolution' => NULL,
  7349.                                     'preserveColor' => false,
  7350.                                     'preserveMetaData' => false,
  7351.                                     'rasterizeSVG' => false,
  7352.                                     'downloadable' => false,
  7353.                                     'modificationDate' => 1661348636,
  7354.                                     'creationDate' => 1661348636,
  7355.                                     'preserveAnimation' => false,
  7356.                                 ],
  7357.                                 'preview' => [
  7358.                                     'items' => [
  7359.                                         => [
  7360.                                             'method' => 'scaleByWidth',
  7361.                                             'arguments' => [
  7362.                                                 'width' => 300,
  7363.                                                 'forceResize' => false,
  7364.                                             ],
  7365.                                         ],
  7366.                                     ],
  7367.                                     'medias' => [
  7368.                                     ],
  7369.                                     'name' => 'preview',
  7370.                                     'description' => '',
  7371.                                     'group' => '',
  7372.                                     'format' => 'SOURCE',
  7373.                                     'quality' => 85,
  7374.                                     'highResolution' => 0.0,
  7375.                                     'preserveColor' => false,
  7376.                                     'preserveMetaData' => false,
  7377.                                     'rasterizeSVG' => false,
  7378.                                     'downloadable' => false,
  7379.                                     'modificationDate' => 1653304334,
  7380.                                     'creationDate' => 1531468645,
  7381.                                     'preserveAnimation' => false,
  7382.                                 ],
  7383.                                 'tiff-to-png' => [
  7384.                                     'items' => [
  7385.                                     ],
  7386.                                     'medias' => [
  7387.                                     ],
  7388.                                     'name' => 'tiff-to-png',
  7389.                                     'description' => '',
  7390.                                     'group' => '',
  7391.                                     'format' => 'PNG',
  7392.                                     'quality' => 85,
  7393.                                     'highResolution' => 0.0,
  7394.                                     'preserveColor' => false,
  7395.                                     'preserveMetaData' => false,
  7396.                                     'rasterizeSVG' => false,
  7397.                                     'downloadable' => false,
  7398.                                     'modificationDate' => 1761053700,
  7399.                                     'creationDate' => 1761053685,
  7400.                                     'preserveAnimation' => false,
  7401.                                 ],
  7402.                                 'width1024' => [
  7403.                                     'items' => [
  7404.                                         => [
  7405.                                             'method' => 'scaleByWidth',
  7406.                                             'arguments' => [
  7407.                                                 'width' => 1024,
  7408.                                                 'forceResize' => false,
  7409.                                             ],
  7410.                                         ],
  7411.                                     ],
  7412.                                     'medias' => [
  7413.                                     ],
  7414.                                     'name' => 'width1024',
  7415.                                     'description' => '',
  7416.                                     'group' => '',
  7417.                                     'format' => 'SOURCE',
  7418.                                     'quality' => 85,
  7419.                                     'highResolution' => 0.0,
  7420.                                     'preserveColor' => false,
  7421.                                     'preserveMetaData' => false,
  7422.                                     'rasterizeSVG' => false,
  7423.                                     'downloadable' => false,
  7424.                                     'modificationDate' => 1653304342,
  7425.                                     'creationDate' => 1597134138,
  7426.                                     'preserveAnimation' => false,
  7427.                                 ],
  7428.                                 'width150' => [
  7429.                                     'items' => [
  7430.                                         => [
  7431.                                             'method' => 'scaleByWidth',
  7432.                                             'arguments' => [
  7433.                                                 'width' => 150,
  7434.                                                 'forceResize' => false,
  7435.                                             ],
  7436.                                         ],
  7437.                                     ],
  7438.                                     'medias' => [
  7439.                                     ],
  7440.                                     'name' => 'width150',
  7441.                                     'description' => '',
  7442.                                     'group' => '',
  7443.                                     'format' => 'SOURCE',
  7444.                                     'quality' => 85,
  7445.                                     'highResolution' => 0.0,
  7446.                                     'preserveColor' => false,
  7447.                                     'preserveMetaData' => false,
  7448.                                     'rasterizeSVG' => false,
  7449.                                     'downloadable' => false,
  7450.                                     'modificationDate' => 1653304356,
  7451.                                     'creationDate' => 1597133845,
  7452.                                     'preserveAnimation' => false,
  7453.                                 ],
  7454.                                 'width300' => [
  7455.                                     'items' => [
  7456.                                         => [
  7457.                                             'method' => 'scaleByWidth',
  7458.                                             'arguments' => [
  7459.                                                 'width' => 300,
  7460.                                                 'forceResize' => false,
  7461.                                             ],
  7462.                                         ],
  7463.                                     ],
  7464.                                     'medias' => [
  7465.                                     ],
  7466.                                     'name' => 'width300',
  7467.                                     'description' => '',
  7468.                                     'group' => '',
  7469.                                     'format' => 'SOURCE',
  7470.                                     'quality' => 85,
  7471.                                     'highResolution' => 0.0,
  7472.                                     'preserveColor' => false,
  7473.                                     'preserveMetaData' => false,
  7474.                                     'rasterizeSVG' => false,
  7475.                                     'downloadable' => false,
  7476.                                     'modificationDate' => 1653304371,
  7477.                                     'creationDate' => 1597133865,
  7478.                                     'preserveAnimation' => false,
  7479.                                 ],
  7480.                                 'width500' => [
  7481.                                     'items' => [
  7482.                                         => [
  7483.                                             'method' => 'scaleByWidth',
  7484.                                             'arguments' => [
  7485.                                                 'width' => 500,
  7486.                                                 'forceResize' => false,
  7487.                                             ],
  7488.                                         ],
  7489.                                     ],
  7490.                                     'medias' => [
  7491.                                     ],
  7492.                                     'name' => 'width500',
  7493.                                     'description' => '',
  7494.                                     'group' => '',
  7495.                                     'format' => 'SOURCE',
  7496.                                     'quality' => 85,
  7497.                                     'highResolution' => 0.0,
  7498.                                     'preserveColor' => false,
  7499.                                     'preserveMetaData' => false,
  7500.                                     'rasterizeSVG' => false,
  7501.                                     'downloadable' => false,
  7502.                                     'modificationDate' => 1653304382,
  7503.                                     'creationDate' => 1597133817,
  7504.                                     'preserveAnimation' => false,
  7505.                                 ],
  7506.                                 'width600' => [
  7507.                                     'items' => [
  7508.                                         => [
  7509.                                             'method' => 'scaleByWidth',
  7510.                                             'arguments' => [
  7511.                                                 'width' => 600,
  7512.                                                 'forceResize' => false,
  7513.                                             ],
  7514.                                         ],
  7515.                                     ],
  7516.                                     'medias' => [
  7517.                                     ],
  7518.                                     'name' => 'width600',
  7519.                                     'description' => '',
  7520.                                     'group' => '',
  7521.                                     'format' => 'SOURCE',
  7522.                                     'quality' => 85,
  7523.                                     'highResolution' => 0.0,
  7524.                                     'preserveColor' => false,
  7525.                                     'preserveMetaData' => false,
  7526.                                     'rasterizeSVG' => false,
  7527.                                     'downloadable' => false,
  7528.                                     'modificationDate' => 1653304392,
  7529.                                     'creationDate' => 1597134078,
  7530.                                     'preserveAnimation' => false,
  7531.                                 ],
  7532.                                 'width800' => [
  7533.                                     'items' => [
  7534.                                         => [
  7535.                                             'method' => 'scaleByWidth',
  7536.                                             'arguments' => [
  7537.                                                 'width' => 800,
  7538.                                                 'forceResize' => false,
  7539.                                             ],
  7540.                                         ],
  7541.                                     ],
  7542.                                     'medias' => [
  7543.                                     ],
  7544.                                     'name' => 'width800',
  7545.                                     'description' => '',
  7546.                                     'group' => '',
  7547.                                     'format' => 'SOURCE',
  7548.                                     'quality' => 85,
  7549.                                     'highResolution' => 0.0,
  7550.                                     'preserveColor' => false,
  7551.                                     'preserveMetaData' => false,
  7552.                                     'rasterizeSVG' => false,
  7553.                                     'downloadable' => false,
  7554.                                     'modificationDate' => 1653304402,
  7555.                                     'creationDate' => 1597133881,
  7556.                                     'preserveAnimation' => false,
  7557.                                 ],
  7558.                             ],
  7559.                             'clip_auto_support' => true,
  7560.                             'image_optimizers' => [
  7561.                                 'enabled' => true,
  7562.                             ],
  7563.                             'auto_formats' => [
  7564.                                 'avif' => [
  7565.                                     'enabled' => true,
  7566.                                     'quality' => 15,
  7567.                                 ],
  7568.                                 'webp' => [
  7569.                                     'enabled' => true,
  7570.                                     'quality' => NULL,
  7571.                                 ],
  7572.                             ],
  7573.                             'status_cache' => true,
  7574.                             'auto_clear_temp_files' => true,
  7575.                         ],
  7576.                         'max_pixels' => 40000000,
  7577.                         'low_quality_image_preview' => [
  7578.                             'enabled' => true,
  7579.                         ],
  7580.                         'focal_point_detection' => [
  7581.                             'enabled' => true,
  7582.                         ],
  7583.                     ],
  7584.                     'frontend_prefixes' => [
  7585.                         'source' => '',
  7586.                         'thumbnail' => '',
  7587.                         'thumbnail_deferred' => '',
  7588.                     ],
  7589.                     'preview_image_thumbnail' => NULL,
  7590.                     'default_upload_path' => '_default_upload_bucket',
  7591.                     'tree_paging_limit' => 100,
  7592.                     'video' => [
  7593.                         'thumbnails' => [
  7594.                             'definitions' => [
  7595.                             ],
  7596.                             'auto_clear_temp_files' => true,
  7597.                         ],
  7598.                     ],
  7599.                     'icc_rgb_profile' => NULL,
  7600.                     'icc_cmyk_profile' => NULL,
  7601.                 ],
  7602.                 'objects' => [
  7603.                     'class_definitions' => [
  7604.                         'data' => [
  7605.                             'map' => [
  7606.                                 'block' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Block',
  7607.                                 'calculatedValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\CalculatedValue',
  7608.                                 'checkbox' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Checkbox',
  7609.                                 'classificationstore' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Classificationstore',
  7610.                                 'consent' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Consent',
  7611.                                 'country' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Country',
  7612.                                 'countrymultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Countrymultiselect',
  7613.                                 'date' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Date',
  7614.                                 'datetime' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Datetime',
  7615.                                 'email' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Email',
  7616.                                 'encryptedField' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\EncryptedField',
  7617.                                 'externalImage' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ExternalImage',
  7618.                                 'fieldcollections' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Fieldcollections',
  7619.                                 'firstname' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Firstname',
  7620.                                 'gender' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Gender',
  7621.                                 'geobounds' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geobounds',
  7622.                                 'geopoint' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopoint',
  7623.                                 'geopolygon' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopolygon',
  7624.                                 'geopolyline' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopolyline',
  7625.                                 'hotspotimage' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Hotspotimage',
  7626.                                 'manyToOneRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToOneRelation',
  7627.                                 'image' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Image',
  7628.                                 'imageGallery' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ImageGallery',
  7629.                                 'input' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Input',
  7630.                                 'language' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Language',
  7631.                                 'languagemultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Languagemultiselect',
  7632.                                 'lastname' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Lastname',
  7633.                                 'link' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Link',
  7634.                                 'localizedfields' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Localizedfields',
  7635.                                 'manyToManyRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToManyRelation',
  7636.                                 'advancedManyToManyRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\AdvancedManyToManyRelation',
  7637.                                 'multiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Multiselect',
  7638.                                 'newsletterActive' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\NewsletterActive',
  7639.                                 'reverseObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ReverseObjectRelation',
  7640.                                 'urlSlug' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\UrlSlug',
  7641.                                 'numeric' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Numeric',
  7642.                                 'objectbricks' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Objectbricks',
  7643.                                 'manyToManyObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToManyObjectRelation',
  7644.                                 'advancedManyToManyObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\AdvancedManyToManyObjectRelation',
  7645.                                 'password' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Password',
  7646.                                 'rgbaColor' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\RgbaColor',
  7647.                                 'targetGroup' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\TargetGroup',
  7648.                                 'targetGroupMultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\TargetGroupMultiselect',
  7649.                                 'quantityValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\QuantityValue',
  7650.                                 'inputQuantityValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\InputQuantityValue',
  7651.                                 'select' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Select',
  7652.                                 'slider' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Slider',
  7653.                                 'structuredTable' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\StructuredTable',
  7654.                                 'table' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Table',
  7655.                                 'textarea' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Textarea',
  7656.                                 'time' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Time',
  7657.                                 'user' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\User',
  7658.                                 'video' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Video',
  7659.                                 'wysiwyg' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Wysiwyg',
  7660.                                 'permissionManyToOneRelation' => 'FrontendPermissionToolkitBundle\\CoreExtensions\\ClassDefinitions\\PermissionManyToOneRelation',
  7661.                                 'permissionManyToManyRelation' => 'FrontendPermissionToolkitBundle\\CoreExtensions\\ClassDefinitions\\PermissionManyToManyRelation',
  7662.                                 'permissionResource' => 'FrontendPermissionToolkitBundle\\CoreExtensions\\ClassDefinitions\\PermissionResource',
  7663.                                 'dynamicPermissionResource' => 'FrontendPermissionToolkitBundle\\CoreExtensions\\ClassDefinitions\\DynamicPermissionResource',
  7664.                             ],
  7665.                             'prefixes' => [
  7666.                                 => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\',
  7667.                                 => '\\Object_Class_Data_',
  7668.                             ],
  7669.                         ],
  7670.                         'layout' => [
  7671.                             'prefixes' => [
  7672.                                 => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Layout\\',
  7673.                                 => '\\Object_Class_Layout_',
  7674.                             ],
  7675.                             'map' => [
  7676.                             ],
  7677.                         ],
  7678.                     ],
  7679.                     'auto_save_interval' => 0,
  7680.                     'versions' => [
  7681.                         'days' => NULL,
  7682.                         'steps' => 8,
  7683.                         'disable_stack_trace' => false,
  7684.                     ],
  7685.                     'ignore_localized_query_fallback' => false,
  7686.                     'tree_paging_limit' => 30,
  7687.                 ],
  7688.                 'documents' => [
  7689.                     'editables' => [
  7690.                         'prefixes' => [
  7691.                             => '\\Pimcore\\Model\\Document\\Editable\\',
  7692.                         ],
  7693.                         'map' => [
  7694.                             'area' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Area',
  7695.                             'areablock' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Areablock',
  7696.                             'block' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Block',
  7697.                             'checkbox' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Checkbox',
  7698.                             'date' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Date',
  7699.                             'embed' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Embed',
  7700.                             'image' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Image',
  7701.                             'input' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Input',
  7702.                             'link' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Link',
  7703.                             'multiselect' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Multiselect',
  7704.                             'numeric' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Numeric',
  7705.                             'pdf' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Pdf',
  7706.                             'relation' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Relation',
  7707.                             'relations' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Relations',
  7708.                             'renderlet' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Renderlet',
  7709.                             'scheduledblock' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Scheduledblock',
  7710.                             'select' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Select',
  7711.                             'snippet' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Snippet',
  7712.                             'table' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Table',
  7713.                             'textarea' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Textarea',
  7714.                             'video' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Video',
  7715.                             'wysiwyg' => '\\Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Model\\Document\\Editable\\Wysiwyg',
  7716.                         ],
  7717.                     ],
  7718.                     'types' => [
  7719.                         => 'folder',
  7720.                         => 'page',
  7721.                         => 'snippet',
  7722.                         => 'link',
  7723.                         => 'hardlink',
  7724.                         => 'email',
  7725.                         => 'newsletter',
  7726.                         => 'printpage',
  7727.                         => 'printcontainer',
  7728.                     ],
  7729.                     'valid_tables' => [
  7730.                         => 'email',
  7731.                         => 'newsletter',
  7732.                         => 'hardlink',
  7733.                         => 'link',
  7734.                         => 'page',
  7735.                         => 'snippet',
  7736.                     ],
  7737.                     'auto_save_interval' => 0,
  7738.                     'versions' => [
  7739.                         'days' => NULL,
  7740.                         'steps' => 10,
  7741.                         'disable_stack_trace' => false,
  7742.                     ],
  7743.                     'error_pages' => [
  7744.                         'default' => '/',
  7745.                         'localized' => [
  7746.                             'en' => '',
  7747.                             'de' => '',
  7748.                             'es' => '',
  7749.                             'fr' => '',
  7750.                             'sk' => '',
  7751.                             'cs' => '',
  7752.                             'pl' => '',
  7753.                             'it' => '',
  7754.                             'ro' => '',
  7755.                             'sv' => '',
  7756.                             'nl' => '',
  7757.                         ],
  7758.                     ],
  7759.                     'doc_types' => [
  7760.                         'definitions' => [
  7761.                             '0e37ede7-4df2-455d-aad3-6be2b80a99e1' => [
  7762.                                 'name' => 'Portal Engine - Portal Page',
  7763.                                 'group' => 'Portal Engine',
  7764.                                 'controller' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PortalController::pageAction',
  7765.                                 'template' => NULL,
  7766.                                 'type' => 'page',
  7767.                                 'priority' => 0,
  7768.                                 'creationDate' => 1661348636,
  7769.                                 'modificationDate' => 1661348636,
  7770.                                 'staticGeneratorEnabled' => NULL,
  7771.                             ],
  7772.                             '4717735b-d6c2-4c3d-9714-f77261e706f6' => [
  7773.                                 'name' => 'Portal Engine - Data Object Data Pool',
  7774.                                 'group' => 'Portal Engine',
  7775.                                 'controller' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\DataObjectController::listAction',
  7776.                                 'template' => NULL,
  7777.                                 'type' => 'page',
  7778.                                 'priority' => 0,
  7779.                                 'creationDate' => 1661348636,
  7780.                                 'modificationDate' => 1661348636,
  7781.                                 'staticGeneratorEnabled' => NULL,
  7782.                             ],
  7783.                             '8701acb5-da9c-4c4f-87ba-d81f1de51fd9' => [
  7784.                                 'name' => 'Portal Engine - Data Pool Language Variant',
  7785.                                 'group' => 'Portal Engine',
  7786.                                 'controller' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\LanguageVariantController::dataPoolLanguageVariantAction',
  7787.                                 'template' => NULL,
  7788.                                 'type' => 'page',
  7789.                                 'priority' => 0,
  7790.                                 'creationDate' => 1661348636,
  7791.                                 'modificationDate' => 1661348636,
  7792.                                 'staticGeneratorEnabled' => NULL,
  7793.                             ],
  7794.                             'adfd7e5f-1307-457b-a5da-82949716a4e3' => [
  7795.                                 'name' => 'Portal Engine - Footer Snippet',
  7796.                                 'group' => 'Portal Engine',
  7797.                                 'controller' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SnippetController::footerAction',
  7798.                                 'template' => NULL,
  7799.                                 'type' => 'snippet',
  7800.                                 'priority' => 0,
  7801.                                 'creationDate' => 1661348636,
  7802.                                 'modificationDate' => 1661348636,
  7803.                                 'staticGeneratorEnabled' => NULL,
  7804.                             ],
  7805.                             'd8c2cc5c-03e5-4cb2-99ed-55c199d454e1' => [
  7806.                                 'name' => 'Portal Engine - Content Page',
  7807.                                 'group' => 'Portal Engine',
  7808.                                 'controller' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PortalController::contentAction',
  7809.                                 'template' => NULL,
  7810.                                 'type' => 'page',
  7811.                                 'priority' => 0,
  7812.                                 'creationDate' => 1661348636,
  7813.                                 'modificationDate' => 1661348636,
  7814.                                 'staticGeneratorEnabled' => NULL,
  7815.                             ],
  7816.                             'ff632785-fe5f-4364-a4e9-fa25246060ac' => [
  7817.                                 'name' => 'Portal Engine - Asset Data Pool',
  7818.                                 'group' => 'Portal Engine',
  7819.                                 'controller' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\AssetController::listAction',
  7820.                                 'template' => NULL,
  7821.                                 'type' => 'page',
  7822.                                 'priority' => 0,
  7823.                                 'creationDate' => 1661348636,
  7824.                                 'modificationDate' => 1661348636,
  7825.                                 'staticGeneratorEnabled' => NULL,
  7826.                             ],
  7827.                         ],
  7828.                     ],
  7829.                     'default_controller' => 'App\\Controller\\DefaultController::defaultAction',
  7830.                     'allow_trailing_slash' => 'no',
  7831.                     'generate_preview' => false,
  7832.                     'preview_url_prefix' => '',
  7833.                     'tree_paging_limit' => 50,
  7834.                     'areas' => [
  7835.                         'autoload' => true,
  7836.                     ],
  7837.                     'newsletter' => [
  7838.                         'defaultUrlPrefix' => NULL,
  7839.                     ],
  7840.                     'web_to_print' => [
  7841.                         'pdf_creation_php_memory_limit' => '2048M',
  7842.                         'default_controller_print_page' => 'App\\Controller\\Web2printController::defaultAction',
  7843.                         'default_controller_print_container' => 'App\\Controller\\Web2printController::containerAction',
  7844.                         'enableInDefaultView' => false,
  7845.                         'generalTool' => '',
  7846.                     ],
  7847.                     'static_page_router' => [
  7848.                         'enabled' => false,
  7849.                         'route_pattern' => NULL,
  7850.                     ],
  7851.                 ],
  7852.                 'routing' => [
  7853.                     'direct_route_document_types' => [
  7854.                         => 'page',
  7855.                         => 'snippet',
  7856.                         => 'email',
  7857.                         => 'newsletter',
  7858.                         => 'printpage',
  7859.                         => 'printcontainer',
  7860.                     ],
  7861.                     'allow_processing_unpublished_fallback_document' => false,
  7862.                     'static' => [
  7863.                         'locale_params' => [
  7864.                         ],
  7865.                     ],
  7866.                 ],
  7867.                 'newsletter' => [
  7868.                     'source_adapters' => [
  7869.                         'defaultAdapter' => 'pimcore.document.newsletter.factory.default',
  7870.                         'csvList' => 'pimcore.document.newsletter.factory.csv',
  7871.                         'reportAdapter' => 'pimcore.document.newsletter.factory.report',
  7872.                     ],
  7873.                     'use_specific' => false,
  7874.                     'sender' => [
  7875.                         'name' => '',
  7876.                         'email' => '',
  7877.                     ],
  7878.                     'return' => [
  7879.                         'name' => '',
  7880.                         'email' => '',
  7881.                     ],
  7882.                     'method' => NULL,
  7883.                 ],
  7884.                 'custom_report' => [
  7885.                     'adapters' => [
  7886.                         'sql' => 'pimcore.custom_report.adapter.factory.sql',
  7887.                         'analytics' => 'pimcore.custom_report.adapter.factory.analytics',
  7888.                     ],
  7889.                     'definitions' => [
  7890.                     ],
  7891.                 ],
  7892.                 'targeting' => [
  7893.                     'data_providers' => [
  7894.                         'device' => 'Pimcore\\Targeting\\DataProvider\\Device',
  7895.                         'geoip' => 'Pimcore\\Targeting\\DataProvider\\GeoIp',
  7896.                         'geolocation' => 'Pimcore\\Targeting\\DataProvider\\GeoLocation',
  7897.                         'targeting_storage' => 'Pimcore\\Targeting\\DataProvider\\TargetingStorage',
  7898.                         'visited_pages_counter' => 'Pimcore\\Targeting\\DataProvider\\VisitedPagesCounter',
  7899.                     ],
  7900.                     'conditions' => [
  7901.                         'browser' => 'Pimcore\\Targeting\\Condition\\Browser',
  7902.                         'country' => 'Pimcore\\Targeting\\Condition\\Country',
  7903.                         'geopoint' => 'Pimcore\\Targeting\\Condition\\GeoPoint',
  7904.                         'hardwareplatform' => 'Pimcore\\Targeting\\Condition\\HardwarePlatform',
  7905.                         'language' => 'Pimcore\\Targeting\\Condition\\Language',
  7906.                         'operatingsystem' => 'Pimcore\\Targeting\\Condition\\OperatingSystem',
  7907.                         'referringsite' => 'Pimcore\\Targeting\\Condition\\ReferringSite',
  7908.                         'searchengine' => 'Pimcore\\Targeting\\Condition\\SearchEngine',
  7909.                         'target_group' => 'Pimcore\\Targeting\\Condition\\TargetGroup',
  7910.                         'timeonsite' => 'Pimcore\\Targeting\\Condition\\TimeOnSite',
  7911.                         'url' => 'Pimcore\\Targeting\\Condition\\Url',
  7912.                         'visitedpagesbefore' => 'Pimcore\\Targeting\\Condition\\VisitedPagesBefore',
  7913.                     ],
  7914.                     'action_handlers' => [
  7915.                         'assign_target_group' => 'Pimcore\\Targeting\\ActionHandler\\AssignTargetGroup',
  7916.                         'codesnippet' => 'Pimcore\\Targeting\\ActionHandler\\CodeSnippet',
  7917.                         'redirect' => 'Pimcore\\Targeting\\ActionHandler\\Redirect',
  7918.                     ],
  7919.                     'enabled' => true,
  7920.                     'storage_id' => 'Pimcore\\Targeting\\Storage\\CookieStorage',
  7921.                     'session' => [
  7922.                         'enabled' => false,
  7923.                     ],
  7924.                 ],
  7925.                 'context' => [
  7926.                     'profiler' => [
  7927.                         'routes' => [
  7928.                             => [
  7929.                                 'path' => '^/_(profiler|wdt)(/.*)?$',
  7930.                                 'route' => false,
  7931.                                 'host' => false,
  7932.                                 'methods' => [
  7933.                                 ],
  7934.                             ],
  7935.                         ],
  7936.                     ],
  7937.                     'admin' => [
  7938.                         'routes' => [
  7939.                             => [
  7940.                                 'path' => '^/admin(/.*)?$',
  7941.                                 'route' => false,
  7942.                                 'host' => false,
  7943.                                 'methods' => [
  7944.                                 ],
  7945.                             ],
  7946.                             => [
  7947.                                 'route' => '^pimcore_admin_',
  7948.                                 'path' => false,
  7949.                                 'host' => false,
  7950.                                 'methods' => [
  7951.                                 ],
  7952.                             ],
  7953.                         ],
  7954.                     ],
  7955.                     'plugin' => [
  7956.                         'routes' => [
  7957.                             => [
  7958.                                 'path' => '^/plugin(/.*)?$',
  7959.                                 'route' => false,
  7960.                                 'host' => false,
  7961.                                 'methods' => [
  7962.                                 ],
  7963.                             ],
  7964.                         ],
  7965.                     ],
  7966.                 ],
  7967.                 'admin' => [
  7968.                     'session' => [
  7969.                         'attribute_bags' => [
  7970.                             'pimcore_admin' => [
  7971.                                 'storage_key' => '_pimcore_admin',
  7972.                             ],
  7973.                             'pimcore_objects' => [
  7974.                                 'storage_key' => '_pimcore_objects',
  7975.                             ],
  7976.                             'pimcore_copy' => [
  7977.                                 'storage_key' => '_pimcore_copy',
  7978.                             ],
  7979.                             'pimcore_gridconfig' => [
  7980.                                 'storage_key' => '_pimcore_gridconfig',
  7981.                             ],
  7982.                             'pimcore_importconfig' => [
  7983.                                 'storage_key' => '_pimcore_importconfig',
  7984.                             ],
  7985.                         ],
  7986.                     ],
  7987.                     'unauthenticated_routes' => [
  7988.                         => [
  7989.                             'route' => 'pimcore_settings_display_custom_logo',
  7990.                             'path' => false,
  7991.                             'host' => false,
  7992.                             'methods' => [
  7993.                             ],
  7994.                         ],
  7995.                         => [
  7996.                             'route' => 'pimcore_admin_login',
  7997.                             'path' => false,
  7998.                             'host' => false,
  7999.                             'methods' => [
  8000.                             ],
  8001.                         ],
  8002.                         => [
  8003.                             'route' => 'pimcore_admin_webdav',
  8004.                             'path' => false,
  8005.                             'host' => false,
  8006.                             'methods' => [
  8007.                             ],
  8008.                         ],
  8009.                     ],
  8010.                     'translations' => [
  8011.                         'path' => '@PimcoreCoreBundle/Resources/translations',
  8012.                     ],
  8013.                 ],
  8014.                 'sitemaps' => [
  8015.                     'generators' => [
  8016.                         'pimcore_documents' => [
  8017.                             'enabled' => true,
  8018.                             'priority' => 100,
  8019.                             'generator_id' => 'Pimcore\\Sitemap\\Document\\DocumentTreeGenerator',
  8020.                         ],
  8021.                     ],
  8022.                 ],
  8023.                 'redirects' => [
  8024.                     'status_codes' => [
  8025.                         300 => 'Multiple Choices',
  8026.                         301 => 'Moved Permanently',
  8027.                         302 => 'Found',
  8028.                         303 => 'See Other',
  8029.                         307 => 'Temporary Redirect',
  8030.                     ],
  8031.                 ],
  8032.                 'glossary' => [
  8033.                     'blocked_tags' => [
  8034.                         => 'a',
  8035.                         => 'script',
  8036.                         => 'style',
  8037.                         => 'code',
  8038.                         => 'pre',
  8039.                         => 'textarea',
  8040.                         => 'acronym',
  8041.                         => 'abbr',
  8042.                         => 'option',
  8043.                         => 'h1',
  8044.                         10 => 'h2',
  8045.                         11 => 'h3',
  8046.                         12 => 'h4',
  8047.                         13 => 'h5',
  8048.                         14 => 'h6',
  8049.                     ],
  8050.                 ],
  8051.                 'templating_engine' => [
  8052.                     'twig' => [
  8053.                         'sandbox_security_policy' => [
  8054.                             'tags' => [
  8055.                                 => 'set',
  8056.                             ],
  8057.                             'filters' => [
  8058.                                 => 'escape',
  8059.                                 => 'trans',
  8060.                             ],
  8061.                             'functions' => [
  8062.                                 => 'path',
  8063.                                 => 'asset',
  8064.                             ],
  8065.                         ],
  8066.                     ],
  8067.                 ],
  8068.                 'translations' => [
  8069.                     'debugging' => [
  8070.                         'enabled' => true,
  8071.                         'parameter' => 'pimcore_debug_translations',
  8072.                     ],
  8073.                     'admin_translation_mapping' => [
  8074.                     ],
  8075.                     'data_object' => [
  8076.                     ],
  8077.                 ],
  8078.                 'workflows' => [
  8079.                     'product_workflow_local_de' => [
  8080.                         'placeholders' => [
  8081.                             '{{stateFieldName}}' => 'translationStateDe',
  8082.                             '{{locale}}' => 'de',
  8083.                             '{{role}}' => 'CountryEditor',
  8084.                             '{{permission}}' => 'country_editor_de',
  8085.                         ],
  8086.                         'enabled' => true,
  8087.                         'label' => 'Local Release Workflow (de)',
  8088.                         'type' => 'state_machine',
  8089.                         'support_strategy' => [
  8090.                             'service' => 'workflow.support_strategy.country_editor_de',
  8091.                             'arguments' => [
  8092.                             ],
  8093.                         ],
  8094.                         'initial_markings' => [
  8095.                             => 'local_new',
  8096.                         ],
  8097.                         'marking_store' => [
  8098.                             'type' => 'single_state',
  8099.                             'arguments' => [
  8100.                                 => 'translationStateDe',
  8101.                             ],
  8102.                         ],
  8103.                         'places' => [
  8104.                             'local_new' => [
  8105.                                 'label' => 'update Texts (de)',
  8106.                                 'visibleInHeader' => false,
  8107.                                 'color' => '#cddc39',
  8108.                                 'colorInverted' => false,
  8109.                                 'permissions' => [
  8110.                                     => [
  8111.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  8112.                                         'modify' => true,
  8113.                                     ],
  8114.                                     => [
  8115.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  8116.                                         'publish' => false,
  8117.                                         'save' => true,
  8118.                                         'delete' => false,
  8119.                                         'settings' => false,
  8120.                                         'versions' => false,
  8121.                                         'unpublish' => false,
  8122.                                     ],
  8123.                                     => [
  8124.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  8125.                                         'publish' => false,
  8126.                                         'save' => true,
  8127.                                         'delete' => false,
  8128.                                         'settings' => false,
  8129.                                         'versions' => false,
  8130.                                         'unpublish' => false,
  8131.                                     ],
  8132.                                 ],
  8133.                                 'title' => '',
  8134.                             ],
  8135.                             'local_ready' => [
  8136.                                 'label' => 'Ready For Publishing - de',
  8137.                                 'visibleInHeader' => false,
  8138.                                 'color' => '#cddc39',
  8139.                                 'colorInverted' => false,
  8140.                                 'permissions' => [
  8141.                                     => [
  8142.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  8143.                                         'publish' => true,
  8144.                                     ],
  8145.                                     => [
  8146.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  8147.                                         'publish' => false,
  8148.                                         'save' => true,
  8149.                                     ],
  8150.                                     => [
  8151.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  8152.                                         'publish' => false,
  8153.                                         'save' => false,
  8154.                                     ],
  8155.                                 ],
  8156.                                 'title' => '',
  8157.                             ],
  8158.                         ],
  8159.                         'transitions' => [
  8160.                             'to_do' => [
  8161.                                 'to' => [
  8162.                                     => 'local_new',
  8163.                                 ],
  8164.                                 'from' => [
  8165.                                     => 'local_ready',
  8166.                                 ],
  8167.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_de\') or 97 in user.getUser().getRoles()) ))',
  8168.                                 'options' => [
  8169.                                     'label' => 'DE - Enable Edit Mode',
  8170.                                     'objectLayout' => false,
  8171.                                     'notificationSettings' => [
  8172.                                     ],
  8173.                                     'changePublishedState' => 'no_change',
  8174.                                 ],
  8175.                                 'name' => 'to_do',
  8176.                             ],
  8177.                             'to_published' => [
  8178.                                 'to' => [
  8179.                                     => 'local_ready',
  8180.                                 ],
  8181.                                 'from' => [
  8182.                                     => 'local_new',
  8183.                                 ],
  8184.                                 'guard' => 'is_fully_authenticated() and ( user.getUser().isAllowed(subject.getProductBranchPermissionName()) and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_de\') or 97 in user.getUser().getRoles() ) ))',
  8185.                                 'options' => [
  8186.                                     'label' => ' DE - Set to "ready for publishing"',
  8187.                                     'objectLayout' => false,
  8188.                                     'notificationSettings' => [
  8189.                                     ],
  8190.                                     'changePublishedState' => 'no_change',
  8191.                                 ],
  8192.                                 'name' => 'to_published',
  8193.                             ],
  8194.                         ],
  8195.                         'priority' => 0,
  8196.                         'audit_trail' => [
  8197.                             'enabled' => false,
  8198.                         ],
  8199.                         'supports' => [
  8200.                         ],
  8201.                         'globalActions' => [
  8202.                         ],
  8203.                     ],
  8204.                     'product_workflow_local_en' => [
  8205.                         'placeholders' => [
  8206.                             '{{stateFieldName}}' => 'translationStateEn',
  8207.                             '{{locale}}' => 'en',
  8208.                             '{{flag}}' => 'gb',
  8209.                             '{{role}}' => 'CountryEditor',
  8210.                             '{{permission}}' => 'country_editor_en',
  8211.                         ],
  8212.                         'enabled' => true,
  8213.                         'label' => 'Local Release Workflow (en)',
  8214.                         'type' => 'state_machine',
  8215.                         'support_strategy' => [
  8216.                             'service' => 'workflow.support_strategy.country_editor_en',
  8217.                             'arguments' => [
  8218.                             ],
  8219.                         ],
  8220.                         'initial_markings' => [
  8221.                             => 'local_new',
  8222.                         ],
  8223.                         'marking_store' => [
  8224.                             'type' => 'single_state',
  8225.                             'arguments' => [
  8226.                                 => 'translationStateEn',
  8227.                             ],
  8228.                         ],
  8229.                         'places' => [
  8230.                             'local_new' => [
  8231.                                 'label' => 'update Texts (en)',
  8232.                                 'visibleInHeader' => false,
  8233.                                 'color' => '#cddc39',
  8234.                                 'colorInverted' => false,
  8235.                                 'permissions' => [
  8236.                                     => [
  8237.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  8238.                                         'modify' => true,
  8239.                                     ],
  8240.                                     => [
  8241.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  8242.                                         'publish' => false,
  8243.                                         'save' => true,
  8244.                                         'delete' => false,
  8245.                                         'settings' => false,
  8246.                                         'versions' => false,
  8247.                                         'unpublish' => false,
  8248.                                     ],
  8249.                                     => [
  8250.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  8251.                                         'publish' => false,
  8252.                                         'save' => true,
  8253.                                         'delete' => false,
  8254.                                         'settings' => false,
  8255.                                         'versions' => false,
  8256.                                         'unpublish' => false,
  8257.                                     ],
  8258.                                 ],
  8259.                                 'title' => '',
  8260.                             ],
  8261.                             'local_ready' => [
  8262.                                 'label' => 'Ready For Publishing - en',
  8263.                                 'visibleInHeader' => false,
  8264.                                 'color' => '#cddc39',
  8265.                                 'colorInverted' => false,
  8266.                                 'permissions' => [
  8267.                                     => [
  8268.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  8269.                                         'modify' => true,
  8270.                                     ],
  8271.                                     => [
  8272.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  8273.                                         'publish' => false,
  8274.                                         'save' => true,
  8275.                                     ],
  8276.                                     => [
  8277.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  8278.                                         'publish' => false,
  8279.                                         'save' => false,
  8280.                                     ],
  8281.                                 ],
  8282.                                 'title' => '',
  8283.                             ],
  8284.                         ],
  8285.                         'transitions' => [
  8286.                             'to_do' => [
  8287.                                 'to' => [
  8288.                                     => 'local_new',
  8289.                                 ],
  8290.                                 'from' => [
  8291.                                     => 'local_ready',
  8292.                                 ],
  8293.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_en\') or 97 in user.getUser().getRoles()) ))',
  8294.                                 'options' => [
  8295.                                     'label' => 'EN - Enable Edit Mode',
  8296.                                     'objectLayout' => false,
  8297.                                     'notificationSettings' => [
  8298.                                     ],
  8299.                                     'changePublishedState' => 'no_change',
  8300.                                 ],
  8301.                                 'name' => 'to_do',
  8302.                             ],
  8303.                             'to_published' => [
  8304.                                 'to' => [
  8305.                                     => 'local_ready',
  8306.                                 ],
  8307.                                 'from' => [
  8308.                                     => 'local_new',
  8309.                                 ],
  8310.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_en\') or 97 in user.getUser().getRoles()) ))',
  8311.                                 'options' => [
  8312.                                     'label' => ' EN - Set to "ready for publishing"',
  8313.                                     'objectLayout' => false,
  8314.                                     'notificationSettings' => [
  8315.                                     ],
  8316.                                     'changePublishedState' => 'no_change',
  8317.                                 ],
  8318.                                 'name' => 'to_published',
  8319.                             ],
  8320.                         ],
  8321.                         'priority' => 0,
  8322.                         'audit_trail' => [
  8323.                             'enabled' => false,
  8324.                         ],
  8325.                         'supports' => [
  8326.                         ],
  8327.                         'globalActions' => [
  8328.                         ],
  8329.                     ],
  8330.                     'product_workflow_local_fr' => [
  8331.                         'placeholders' => [
  8332.                             '{{stateFieldName}}' => 'translationStateFr',
  8333.                             '{{locale}}' => 'fr',
  8334.                             '{{flag}}' => 'fr',
  8335.                             '{{role}}' => 'CountryEditor',
  8336.                             '{{permission}}' => 'country_editor_fr',
  8337.                         ],
  8338.                         'enabled' => true,
  8339.                         'label' => 'Local Release Workflow (fr)',
  8340.                         'type' => 'state_machine',
  8341.                         'support_strategy' => [
  8342.                             'service' => 'workflow.support_strategy.country_editor_fr',
  8343.                             'arguments' => [
  8344.                             ],
  8345.                         ],
  8346.                         'initial_markings' => [
  8347.                             => 'local_new',
  8348.                         ],
  8349.                         'marking_store' => [
  8350.                             'type' => 'single_state',
  8351.                             'arguments' => [
  8352.                                 => 'translationStateFr',
  8353.                             ],
  8354.                         ],
  8355.                         'places' => [
  8356.                             'local_new' => [
  8357.                                 'label' => 'update Texts (fr)',
  8358.                                 'visibleInHeader' => false,
  8359.                                 'color' => '#cddc39',
  8360.                                 'colorInverted' => false,
  8361.                                 'permissions' => [
  8362.                                     => [
  8363.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  8364.                                         'modify' => true,
  8365.                                     ],
  8366.                                     => [
  8367.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  8368.                                         'publish' => false,
  8369.                                         'save' => true,
  8370.                                         'delete' => false,
  8371.                                         'settings' => false,
  8372.                                         'versions' => false,
  8373.                                         'unpublish' => false,
  8374.                                     ],
  8375.                                     => [
  8376.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  8377.                                         'publish' => false,
  8378.                                         'save' => true,
  8379.                                         'delete' => false,
  8380.                                         'settings' => false,
  8381.                                         'versions' => false,
  8382.                                         'unpublish' => false,
  8383.                                     ],
  8384.                                 ],
  8385.                                 'title' => '',
  8386.                             ],
  8387.                             'local_ready' => [
  8388.                                 'label' => 'Ready For Publishing - fr',
  8389.                                 'visibleInHeader' => false,
  8390.                                 'color' => '#cddc39',
  8391.                                 'colorInverted' => false,
  8392.                                 'permissions' => [
  8393.                                     => [
  8394.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  8395.                                         'modify' => true,
  8396.                                     ],
  8397.                                     => [
  8398.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  8399.                                         'publish' => false,
  8400.                                         'save' => true,
  8401.                                     ],
  8402.                                     => [
  8403.                                         'condition' => 'is_fully_authenticated() and not subject.isTranslationReady() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  8404.                                         'publish' => false,
  8405.                                         'save' => false,
  8406.                                     ],
  8407.                                 ],
  8408.                                 'title' => '',
  8409.                             ],
  8410.                         ],
  8411.                         'transitions' => [
  8412.                             'to_do' => [
  8413.                                 'to' => [
  8414.                                     => 'local_new',
  8415.                                 ],
  8416.                                 'from' => [
  8417.                                     => 'local_ready',
  8418.                                 ],
  8419.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_fr\') or 97 in user.getUser().getRoles()) ))',
  8420.                                 'options' => [
  8421.                                     'label' => 'FR - Enable Edit Mode',
  8422.                                     'objectLayout' => false,
  8423.                                     'notificationSettings' => [
  8424.                                     ],
  8425.                                     'changePublishedState' => 'no_change',
  8426.                                 ],
  8427.                                 'name' => 'to_do',
  8428.                             ],
  8429.                             'to_published' => [
  8430.                                 'to' => [
  8431.                                     => 'local_ready',
  8432.                                 ],
  8433.                                 'from' => [
  8434.                                     => 'local_new',
  8435.                                 ],
  8436.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_fr\') or 97 in user.getUser().getRoles()) ))',
  8437.                                 'options' => [
  8438.                                     'label' => ' FR - Set to "ready for publishing"',
  8439.                                     'objectLayout' => false,
  8440.                                     'notificationSettings' => [
  8441.                                     ],
  8442.                                     'changePublishedState' => 'no_change',
  8443.                                 ],
  8444.                                 'name' => 'to_published',
  8445.                             ],
  8446.                         ],
  8447.                         'priority' => 0,
  8448.                         'audit_trail' => [
  8449.                             'enabled' => false,
  8450.                         ],
  8451.                         'supports' => [
  8452.                         ],
  8453.                         'globalActions' => [
  8454.                         ],
  8455.                     ],
  8456.                     'product_workflow_local_ro' => [
  8457.                         'placeholders' => [
  8458.                             '{{stateFieldName}}' => 'translationStateRo',
  8459.                             '{{locale}}' => 'ro',
  8460.                             '{{flag}}' => 'ro',
  8461.                             '{{role}}' => 'CountryEditor',
  8462.                             '{{permission}}' => 'country_editor_ro',
  8463.                         ],
  8464.                         'enabled' => true,
  8465.                         'label' => 'Local Release Workflow (ro)',
  8466.                         'type' => 'state_machine',
  8467.                         'support_strategy' => [
  8468.                             'service' => 'workflow.support_strategy.country_editor_ro',
  8469.                             'arguments' => [
  8470.                             ],
  8471.                         ],
  8472.                         'initial_markings' => [
  8473.                             => 'local_new',
  8474.                         ],
  8475.                         'marking_store' => [
  8476.                             'type' => 'single_state',
  8477.                             'arguments' => [
  8478.                                 => 'translationStateRo',
  8479.                             ],
  8480.                         ],
  8481.                         'places' => [
  8482.                             'local_new' => [
  8483.                                 'label' => 'update Texts (ro)',
  8484.                                 'visibleInHeader' => false,
  8485.                                 'color' => '#cddc39',
  8486.                                 'colorInverted' => false,
  8487.                                 'permissions' => [
  8488.                                     => [
  8489.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  8490.                                         'modify' => true,
  8491.                                     ],
  8492.                                     => [
  8493.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  8494.                                         'publish' => false,
  8495.                                         'save' => true,
  8496.                                         'delete' => false,
  8497.                                         'settings' => false,
  8498.                                         'versions' => false,
  8499.                                         'unpublish' => false,
  8500.                                     ],
  8501.                                     => [
  8502.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  8503.                                         'publish' => false,
  8504.                                         'save' => true,
  8505.                                         'delete' => false,
  8506.                                         'settings' => false,
  8507.                                         'versions' => false,
  8508.                                         'unpublish' => false,
  8509.                                     ],
  8510.                                 ],
  8511.                                 'title' => '',
  8512.                             ],
  8513.                             'local_ready' => [
  8514.                                 'label' => 'Ready For Publishing - ro',
  8515.                                 'visibleInHeader' => false,
  8516.                                 'color' => '#cddc39',
  8517.                                 'colorInverted' => false,
  8518.                                 'permissions' => [
  8519.                                     => [
  8520.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  8521.                                         'modify' => true,
  8522.                                     ],
  8523.                                     => [
  8524.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  8525.                                         'publish' => false,
  8526.                                         'save' => true,
  8527.                                     ],
  8528.                                     => [
  8529.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  8530.                                         'publish' => false,
  8531.                                         'save' => false,
  8532.                                     ],
  8533.                                 ],
  8534.                                 'title' => '',
  8535.                             ],
  8536.                         ],
  8537.                         'transitions' => [
  8538.                             'to_do' => [
  8539.                                 'to' => [
  8540.                                     => 'local_new',
  8541.                                 ],
  8542.                                 'from' => [
  8543.                                     => 'local_ready',
  8544.                                 ],
  8545.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_ro\') or 97 in user.getUser().getRoles()) ))',
  8546.                                 'options' => [
  8547.                                     'label' => 'RO - Enable Edit Mode',
  8548.                                     'objectLayout' => false,
  8549.                                     'notificationSettings' => [
  8550.                                     ],
  8551.                                     'changePublishedState' => 'no_change',
  8552.                                 ],
  8553.                                 'name' => 'to_do',
  8554.                             ],
  8555.                             'to_published' => [
  8556.                                 'to' => [
  8557.                                     => 'local_ready',
  8558.                                 ],
  8559.                                 'from' => [
  8560.                                     => 'local_new',
  8561.                                 ],
  8562.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_ro\') or 97 in user.getUser().getRoles()) ))',
  8563.                                 'options' => [
  8564.                                     'label' => ' RO - Set to "ready for publishing"',
  8565.                                     'objectLayout' => false,
  8566.                                     'notificationSettings' => [
  8567.                                     ],
  8568.                                     'changePublishedState' => 'no_change',
  8569.                                 ],
  8570.                                 'name' => 'to_published',
  8571.                             ],
  8572.                         ],
  8573.                         'priority' => 0,
  8574.                         'audit_trail' => [
  8575.                             'enabled' => false,
  8576.                         ],
  8577.                         'supports' => [
  8578.                         ],
  8579.                         'globalActions' => [
  8580.                         ],
  8581.                     ],
  8582.                     'product_workflow_local_es' => [
  8583.                         'placeholders' => [
  8584.                             '{{stateFieldName}}' => 'translationStateEs',
  8585.                             '{{locale}}' => 'es',
  8586.                             '{{flag}}' => 'es',
  8587.                             '{{role}}' => 'CountryEditor',
  8588.                             '{{permission}}' => 'country_editor_es',
  8589.                         ],
  8590.                         'enabled' => true,
  8591.                         'label' => 'Local Release Workflow (es)',
  8592.                         'type' => 'state_machine',
  8593.                         'support_strategy' => [
  8594.                             'service' => 'workflow.support_strategy.country_editor_es',
  8595.                             'arguments' => [
  8596.                             ],
  8597.                         ],
  8598.                         'initial_markings' => [
  8599.                             => 'local_new',
  8600.                         ],
  8601.                         'marking_store' => [
  8602.                             'type' => 'single_state',
  8603.                             'arguments' => [
  8604.                                 => 'translationStateEs',
  8605.                             ],
  8606.                         ],
  8607.                         'places' => [
  8608.                             'local_new' => [
  8609.                                 'label' => 'update Texts (es)',
  8610.                                 'visibleInHeader' => false,
  8611.                                 'color' => '#cddc39',
  8612.                                 'colorInverted' => false,
  8613.                                 'permissions' => [
  8614.                                     => [
  8615.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  8616.                                         'modify' => true,
  8617.                                     ],
  8618.                                     => [
  8619.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  8620.                                         'publish' => false,
  8621.                                         'save' => true,
  8622.                                         'delete' => false,
  8623.                                         'settings' => false,
  8624.                                         'versions' => false,
  8625.                                         'unpublish' => false,
  8626.                                     ],
  8627.                                     => [
  8628.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  8629.                                         'publish' => false,
  8630.                                         'save' => true,
  8631.                                         'delete' => false,
  8632.                                         'settings' => false,
  8633.                                         'versions' => false,
  8634.                                         'unpublish' => false,
  8635.                                     ],
  8636.                                 ],
  8637.                                 'title' => '',
  8638.                             ],
  8639.                             'local_ready' => [
  8640.                                 'label' => 'Ready For Publishing - es',
  8641.                                 'visibleInHeader' => false,
  8642.                                 'color' => '#cddc39',
  8643.                                 'colorInverted' => false,
  8644.                                 'permissions' => [
  8645.                                     => [
  8646.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  8647.                                         'modify' => true,
  8648.                                     ],
  8649.                                     => [
  8650.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  8651.                                         'publish' => false,
  8652.                                         'save' => true,
  8653.                                     ],
  8654.                                     => [
  8655.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  8656.                                         'publish' => false,
  8657.                                         'save' => false,
  8658.                                     ],
  8659.                                 ],
  8660.                                 'title' => '',
  8661.                             ],
  8662.                         ],
  8663.                         'transitions' => [
  8664.                             'to_do' => [
  8665.                                 'to' => [
  8666.                                     => 'local_new',
  8667.                                 ],
  8668.                                 'from' => [
  8669.                                     => 'local_ready',
  8670.                                 ],
  8671.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_es\') or 97 in user.getUser().getRoles()) ))',
  8672.                                 'options' => [
  8673.                                     'label' => 'ES - Enable Edit Mode',
  8674.                                     'objectLayout' => false,
  8675.                                     'notificationSettings' => [
  8676.                                     ],
  8677.                                     'changePublishedState' => 'no_change',
  8678.                                 ],
  8679.                                 'name' => 'to_do',
  8680.                             ],
  8681.                             'to_published' => [
  8682.                                 'to' => [
  8683.                                     => 'local_ready',
  8684.                                 ],
  8685.                                 'from' => [
  8686.                                     => 'local_new',
  8687.                                 ],
  8688.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_es\') or 97 in user.getUser().getRoles()) ))',
  8689.                                 'options' => [
  8690.                                     'label' => ' ES - Set to "ready for publishing"',
  8691.                                     'objectLayout' => false,
  8692.                                     'notificationSettings' => [
  8693.                                     ],
  8694.                                     'changePublishedState' => 'no_change',
  8695.                                 ],
  8696.                                 'name' => 'to_published',
  8697.                             ],
  8698.                         ],
  8699.                         'priority' => 0,
  8700.                         'audit_trail' => [
  8701.                             'enabled' => false,
  8702.                         ],
  8703.                         'supports' => [
  8704.                         ],
  8705.                         'globalActions' => [
  8706.                         ],
  8707.                     ],
  8708.                     'product_workflow_local_sk' => [
  8709.                         'placeholders' => [
  8710.                             '{{stateFieldName}}' => 'translationStateSk',
  8711.                             '{{locale}}' => 'sk',
  8712.                             '{{flag}}' => 'sk',
  8713.                             '{{role}}' => 'CountryEditor',
  8714.                             '{{permission}}' => 'country_editor_sk',
  8715.                         ],
  8716.                         'enabled' => true,
  8717.                         'label' => 'Local Release Workflow (sk)',
  8718.                         'type' => 'state_machine',
  8719.                         'support_strategy' => [
  8720.                             'service' => 'workflow.support_strategy.country_editor_sk',
  8721.                             'arguments' => [
  8722.                             ],
  8723.                         ],
  8724.                         'initial_markings' => [
  8725.                             => 'local_new',
  8726.                         ],
  8727.                         'marking_store' => [
  8728.                             'type' => 'single_state',
  8729.                             'arguments' => [
  8730.                                 => 'translationStateSk',
  8731.                             ],
  8732.                         ],
  8733.                         'places' => [
  8734.                             'local_new' => [
  8735.                                 'label' => 'update Texts (sk)',
  8736.                                 'visibleInHeader' => false,
  8737.                                 'color' => '#cddc39',
  8738.                                 'colorInverted' => false,
  8739.                                 'permissions' => [
  8740.                                     => [
  8741.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  8742.                                         'modify' => true,
  8743.                                     ],
  8744.                                     => [
  8745.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  8746.                                         'publish' => false,
  8747.                                         'save' => true,
  8748.                                         'delete' => false,
  8749.                                         'settings' => false,
  8750.                                         'versions' => false,
  8751.                                         'unpublish' => false,
  8752.                                     ],
  8753.                                     => [
  8754.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  8755.                                         'publish' => false,
  8756.                                         'save' => true,
  8757.                                         'delete' => false,
  8758.                                         'settings' => false,
  8759.                                         'versions' => false,
  8760.                                         'unpublish' => false,
  8761.                                     ],
  8762.                                 ],
  8763.                                 'title' => '',
  8764.                             ],
  8765.                             'local_ready' => [
  8766.                                 'label' => 'Ready For Publishing - sk',
  8767.                                 'visibleInHeader' => false,
  8768.                                 'color' => '#cddc39',
  8769.                                 'colorInverted' => false,
  8770.                                 'permissions' => [
  8771.                                     => [
  8772.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  8773.                                         'modify' => true,
  8774.                                     ],
  8775.                                     => [
  8776.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  8777.                                         'publish' => false,
  8778.                                         'save' => true,
  8779.                                     ],
  8780.                                     => [
  8781.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  8782.                                         'publish' => false,
  8783.                                         'save' => false,
  8784.                                     ],
  8785.                                 ],
  8786.                                 'title' => '',
  8787.                             ],
  8788.                         ],
  8789.                         'transitions' => [
  8790.                             'to_do' => [
  8791.                                 'to' => [
  8792.                                     => 'local_new',
  8793.                                 ],
  8794.                                 'from' => [
  8795.                                     => 'local_ready',
  8796.                                 ],
  8797.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_sk\') or 97 in user.getUser().getRoles()) ))',
  8798.                                 'options' => [
  8799.                                     'label' => 'SK - Enable Edit Mode',
  8800.                                     'objectLayout' => false,
  8801.                                     'notificationSettings' => [
  8802.                                     ],
  8803.                                     'changePublishedState' => 'no_change',
  8804.                                 ],
  8805.                                 'name' => 'to_do',
  8806.                             ],
  8807.                             'to_published' => [
  8808.                                 'to' => [
  8809.                                     => 'local_ready',
  8810.                                 ],
  8811.                                 'from' => [
  8812.                                     => 'local_new',
  8813.                                 ],
  8814.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_sk\') or 97 in user.getUser().getRoles()) ))',
  8815.                                 'options' => [
  8816.                                     'label' => 'SK - Set to "ready for publishing"',
  8817.                                     'objectLayout' => false,
  8818.                                     'notificationSettings' => [
  8819.                                     ],
  8820.                                     'changePublishedState' => 'no_change',
  8821.                                 ],
  8822.                                 'name' => 'to_published',
  8823.                             ],
  8824.                         ],
  8825.                         'priority' => 0,
  8826.                         'audit_trail' => [
  8827.                             'enabled' => false,
  8828.                         ],
  8829.                         'supports' => [
  8830.                         ],
  8831.                         'globalActions' => [
  8832.                         ],
  8833.                     ],
  8834.                     'product_workflow_local_cs' => [
  8835.                         'placeholders' => [
  8836.                             '{{stateFieldName}}' => 'translationStateCs',
  8837.                             '{{locale}}' => 'cs',
  8838.                             '{{flag}}' => 'cs',
  8839.                             '{{role}}' => 'CountryEditor',
  8840.                             '{{permission}}' => 'country_editor_cs',
  8841.                         ],
  8842.                         'enabled' => true,
  8843.                         'label' => 'Local Release Workflow (cs)',
  8844.                         'type' => 'state_machine',
  8845.                         'support_strategy' => [
  8846.                             'service' => 'workflow.support_strategy.country_editor_cs',
  8847.                             'arguments' => [
  8848.                             ],
  8849.                         ],
  8850.                         'initial_markings' => [
  8851.                             => 'local_new',
  8852.                         ],
  8853.                         'marking_store' => [
  8854.                             'type' => 'single_state',
  8855.                             'arguments' => [
  8856.                                 => 'translationStateCs',
  8857.                             ],
  8858.                         ],
  8859.                         'places' => [
  8860.                             'local_new' => [
  8861.                                 'label' => 'update Texts (cs)',
  8862.                                 'visibleInHeader' => false,
  8863.                                 'color' => '#cddc39',
  8864.                                 'colorInverted' => false,
  8865.                                 'permissions' => [
  8866.                                     => [
  8867.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  8868.                                         'modify' => true,
  8869.                                     ],
  8870.                                     => [
  8871.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  8872.                                         'publish' => false,
  8873.                                         'save' => true,
  8874.                                         'delete' => false,
  8875.                                         'settings' => false,
  8876.                                         'versions' => false,
  8877.                                         'unpublish' => false,
  8878.                                     ],
  8879.                                     => [
  8880.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  8881.                                         'publish' => false,
  8882.                                         'save' => true,
  8883.                                         'delete' => false,
  8884.                                         'settings' => false,
  8885.                                         'versions' => false,
  8886.                                         'unpublish' => false,
  8887.                                     ],
  8888.                                 ],
  8889.                                 'title' => '',
  8890.                             ],
  8891.                             'local_ready' => [
  8892.                                 'label' => 'Ready For Publishing - cs',
  8893.                                 'visibleInHeader' => false,
  8894.                                 'color' => '#cddc39',
  8895.                                 'colorInverted' => false,
  8896.                                 'permissions' => [
  8897.                                     => [
  8898.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  8899.                                         'modify' => true,
  8900.                                     ],
  8901.                                     => [
  8902.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  8903.                                         'publish' => false,
  8904.                                         'save' => true,
  8905.                                     ],
  8906.                                     => [
  8907.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  8908.                                         'publish' => false,
  8909.                                         'save' => false,
  8910.                                     ],
  8911.                                 ],
  8912.                                 'title' => '',
  8913.                             ],
  8914.                         ],
  8915.                         'transitions' => [
  8916.                             'to_do' => [
  8917.                                 'to' => [
  8918.                                     => 'local_new',
  8919.                                 ],
  8920.                                 'from' => [
  8921.                                     => 'local_ready',
  8922.                                 ],
  8923.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_cs\') or 97 in user.getUser().getRoles()) ))',
  8924.                                 'options' => [
  8925.                                     'label' => 'CS - Enable Edit Mode',
  8926.                                     'objectLayout' => false,
  8927.                                     'notificationSettings' => [
  8928.                                     ],
  8929.                                     'changePublishedState' => 'no_change',
  8930.                                 ],
  8931.                                 'name' => 'to_do',
  8932.                             ],
  8933.                             'to_published' => [
  8934.                                 'to' => [
  8935.                                     => 'local_ready',
  8936.                                 ],
  8937.                                 'from' => [
  8938.                                     => 'local_new',
  8939.                                 ],
  8940.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_cs\') or 97 in user.getUser().getRoles()) ))',
  8941.                                 'options' => [
  8942.                                     'label' => ' CS - Set to "ready for publishing"',
  8943.                                     'objectLayout' => false,
  8944.                                     'notificationSettings' => [
  8945.                                     ],
  8946.                                     'changePublishedState' => 'no_change',
  8947.                                 ],
  8948.                                 'name' => 'to_published',
  8949.                             ],
  8950.                         ],
  8951.                         'priority' => 0,
  8952.                         'audit_trail' => [
  8953.                             'enabled' => false,
  8954.                         ],
  8955.                         'supports' => [
  8956.                         ],
  8957.                         'globalActions' => [
  8958.                         ],
  8959.                     ],
  8960.                     'product_workflow_local_pl' => [
  8961.                         'placeholders' => [
  8962.                             '{{stateFieldName}}' => 'translationStatePl',
  8963.                             '{{locale}}' => 'pl',
  8964.                             '{{flag}}' => 'pl',
  8965.                             '{{role}}' => 'CountryEditor',
  8966.                             '{{permission}}' => 'country_editor_pl',
  8967.                         ],
  8968.                         'enabled' => true,
  8969.                         'label' => 'Local Release Workflow (pl)',
  8970.                         'type' => 'state_machine',
  8971.                         'support_strategy' => [
  8972.                             'service' => 'workflow.support_strategy.country_editor_pl',
  8973.                             'arguments' => [
  8974.                             ],
  8975.                         ],
  8976.                         'initial_markings' => [
  8977.                             => 'local_new',
  8978.                         ],
  8979.                         'marking_store' => [
  8980.                             'type' => 'single_state',
  8981.                             'arguments' => [
  8982.                                 => 'translationStatePl',
  8983.                             ],
  8984.                         ],
  8985.                         'places' => [
  8986.                             'local_new' => [
  8987.                                 'label' => 'update Texts (pl)',
  8988.                                 'visibleInHeader' => false,
  8989.                                 'color' => '#cddc39',
  8990.                                 'colorInverted' => false,
  8991.                                 'permissions' => [
  8992.                                     => [
  8993.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  8994.                                         'modify' => true,
  8995.                                     ],
  8996.                                     => [
  8997.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  8998.                                         'publish' => false,
  8999.                                         'save' => true,
  9000.                                         'delete' => false,
  9001.                                         'settings' => false,
  9002.                                         'versions' => false,
  9003.                                         'unpublish' => false,
  9004.                                     ],
  9005.                                     => [
  9006.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  9007.                                         'publish' => false,
  9008.                                         'save' => true,
  9009.                                         'delete' => false,
  9010.                                         'settings' => false,
  9011.                                         'versions' => false,
  9012.                                         'unpublish' => false,
  9013.                                     ],
  9014.                                 ],
  9015.                                 'title' => '',
  9016.                             ],
  9017.                             'local_ready' => [
  9018.                                 'label' => 'Ready For Publishing - pl',
  9019.                                 'visibleInHeader' => false,
  9020.                                 'color' => '#cddc39',
  9021.                                 'colorInverted' => false,
  9022.                                 'permissions' => [
  9023.                                     => [
  9024.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9025.                                         'modify' => true,
  9026.                                     ],
  9027.                                     => [
  9028.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  9029.                                         'publish' => false,
  9030.                                         'save' => true,
  9031.                                     ],
  9032.                                     => [
  9033.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  9034.                                         'publish' => false,
  9035.                                         'save' => false,
  9036.                                     ],
  9037.                                 ],
  9038.                                 'title' => '',
  9039.                             ],
  9040.                         ],
  9041.                         'transitions' => [
  9042.                             'to_do' => [
  9043.                                 'to' => [
  9044.                                     => 'local_new',
  9045.                                 ],
  9046.                                 'from' => [
  9047.                                     => 'local_ready',
  9048.                                 ],
  9049.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_pl\') or 97 in user.getUser().getRoles()) ))',
  9050.                                 'options' => [
  9051.                                     'label' => 'PL - Enable Edit Mode',
  9052.                                     'objectLayout' => false,
  9053.                                     'notificationSettings' => [
  9054.                                     ],
  9055.                                     'changePublishedState' => 'no_change',
  9056.                                 ],
  9057.                                 'name' => 'to_do',
  9058.                             ],
  9059.                             'to_published' => [
  9060.                                 'to' => [
  9061.                                     => 'local_ready',
  9062.                                 ],
  9063.                                 'from' => [
  9064.                                     => 'local_new',
  9065.                                 ],
  9066.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_pl\') or 97 in user.getUser().getRoles()) ))',
  9067.                                 'options' => [
  9068.                                     'label' => 'PL - Set to "ready for publishing"',
  9069.                                     'objectLayout' => false,
  9070.                                     'notificationSettings' => [
  9071.                                     ],
  9072.                                     'changePublishedState' => 'no_change',
  9073.                                 ],
  9074.                                 'name' => 'to_published',
  9075.                             ],
  9076.                         ],
  9077.                         'priority' => 0,
  9078.                         'audit_trail' => [
  9079.                             'enabled' => false,
  9080.                         ],
  9081.                         'supports' => [
  9082.                         ],
  9083.                         'globalActions' => [
  9084.                         ],
  9085.                     ],
  9086.                     'product_workflow_local_it' => [
  9087.                         'placeholders' => [
  9088.                             '{{stateFieldName}}' => 'translationStateIt',
  9089.                             '{{locale}}' => 'it',
  9090.                             '{{flag}}' => 'it',
  9091.                             '{{role}}' => 'CountryEditor',
  9092.                             '{{permission}}' => 'country_editor_it',
  9093.                         ],
  9094.                         'enabled' => true,
  9095.                         'label' => 'Local Release Workflow (it)',
  9096.                         'type' => 'state_machine',
  9097.                         'support_strategy' => [
  9098.                             'service' => 'workflow.support_strategy.country_editor_it',
  9099.                             'arguments' => [
  9100.                             ],
  9101.                         ],
  9102.                         'initial_markings' => [
  9103.                             => 'local_new',
  9104.                         ],
  9105.                         'marking_store' => [
  9106.                             'type' => 'single_state',
  9107.                             'arguments' => [
  9108.                                 => 'translationStateIt',
  9109.                             ],
  9110.                         ],
  9111.                         'places' => [
  9112.                             'local_new' => [
  9113.                                 'label' => 'update Texts (it)',
  9114.                                 'visibleInHeader' => false,
  9115.                                 'color' => '#cddc39',
  9116.                                 'colorInverted' => false,
  9117.                                 'permissions' => [
  9118.                                     => [
  9119.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9120.                                         'modify' => true,
  9121.                                     ],
  9122.                                     => [
  9123.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  9124.                                         'publish' => false,
  9125.                                         'save' => true,
  9126.                                         'delete' => false,
  9127.                                         'settings' => false,
  9128.                                         'versions' => false,
  9129.                                         'unpublish' => false,
  9130.                                     ],
  9131.                                     => [
  9132.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  9133.                                         'publish' => false,
  9134.                                         'save' => true,
  9135.                                         'delete' => false,
  9136.                                         'settings' => false,
  9137.                                         'versions' => false,
  9138.                                         'unpublish' => false,
  9139.                                     ],
  9140.                                 ],
  9141.                                 'title' => '',
  9142.                             ],
  9143.                             'local_ready' => [
  9144.                                 'label' => 'Ready For Publishing - it',
  9145.                                 'visibleInHeader' => false,
  9146.                                 'color' => '#cddc39',
  9147.                                 'colorInverted' => false,
  9148.                                 'permissions' => [
  9149.                                     => [
  9150.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9151.                                         'modify' => true,
  9152.                                     ],
  9153.                                     => [
  9154.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  9155.                                         'publish' => false,
  9156.                                         'save' => true,
  9157.                                     ],
  9158.                                     => [
  9159.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  9160.                                         'publish' => false,
  9161.                                         'save' => false,
  9162.                                     ],
  9163.                                 ],
  9164.                                 'title' => '',
  9165.                             ],
  9166.                         ],
  9167.                         'transitions' => [
  9168.                             'to_do' => [
  9169.                                 'to' => [
  9170.                                     => 'local_new',
  9171.                                 ],
  9172.                                 'from' => [
  9173.                                     => 'local_ready',
  9174.                                 ],
  9175.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_it\') or 97 in user.getUser().getRoles()) ))',
  9176.                                 'options' => [
  9177.                                     'label' => 'IT - Enable Edit Mode',
  9178.                                     'objectLayout' => false,
  9179.                                     'notificationSettings' => [
  9180.                                     ],
  9181.                                     'changePublishedState' => 'no_change',
  9182.                                 ],
  9183.                                 'name' => 'to_do',
  9184.                             ],
  9185.                             'to_published' => [
  9186.                                 'to' => [
  9187.                                     => 'local_ready',
  9188.                                 ],
  9189.                                 'from' => [
  9190.                                     => 'local_new',
  9191.                                 ],
  9192.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_it\') or 97 in user.getUser().getRoles()) ))',
  9193.                                 'options' => [
  9194.                                     'label' => ' IT - Set to "ready for publishing"',
  9195.                                     'objectLayout' => false,
  9196.                                     'notificationSettings' => [
  9197.                                     ],
  9198.                                     'changePublishedState' => 'no_change',
  9199.                                 ],
  9200.                                 'name' => 'to_published',
  9201.                             ],
  9202.                         ],
  9203.                         'priority' => 0,
  9204.                         'audit_trail' => [
  9205.                             'enabled' => false,
  9206.                         ],
  9207.                         'supports' => [
  9208.                         ],
  9209.                         'globalActions' => [
  9210.                         ],
  9211.                     ],
  9212.                     'product_workflow_local_sv' => [
  9213.                         'placeholders' => [
  9214.                             '{{stateFieldName}}' => 'translationStateSv',
  9215.                             '{{locale}}' => 'it',
  9216.                             '{{flag}}' => 'it',
  9217.                             '{{role}}' => 'CountryEditor',
  9218.                             '{{permission}}' => 'country_editor_sv',
  9219.                         ],
  9220.                         'enabled' => true,
  9221.                         'label' => 'Local Release Workflow (sv)',
  9222.                         'type' => 'state_machine',
  9223.                         'support_strategy' => [
  9224.                             'service' => 'workflow.support_strategy.country_editor_sv',
  9225.                             'arguments' => [
  9226.                             ],
  9227.                         ],
  9228.                         'initial_markings' => [
  9229.                             => 'local_new',
  9230.                         ],
  9231.                         'marking_store' => [
  9232.                             'type' => 'single_state',
  9233.                             'arguments' => [
  9234.                                 => 'translationStateSv',
  9235.                             ],
  9236.                         ],
  9237.                         'places' => [
  9238.                             'local_new' => [
  9239.                                 'label' => 'update Texts (it)',
  9240.                                 'visibleInHeader' => false,
  9241.                                 'color' => '#cddc39',
  9242.                                 'colorInverted' => false,
  9243.                                 'permissions' => [
  9244.                                     => [
  9245.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9246.                                         'modify' => true,
  9247.                                     ],
  9248.                                     => [
  9249.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  9250.                                         'publish' => false,
  9251.                                         'save' => true,
  9252.                                         'delete' => false,
  9253.                                         'settings' => false,
  9254.                                         'versions' => false,
  9255.                                         'unpublish' => false,
  9256.                                     ],
  9257.                                     => [
  9258.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  9259.                                         'publish' => false,
  9260.                                         'save' => true,
  9261.                                         'delete' => false,
  9262.                                         'settings' => false,
  9263.                                         'versions' => false,
  9264.                                         'unpublish' => false,
  9265.                                     ],
  9266.                                 ],
  9267.                                 'title' => '',
  9268.                             ],
  9269.                             'local_ready' => [
  9270.                                 'label' => 'Ready For Publishing - it',
  9271.                                 'visibleInHeader' => false,
  9272.                                 'color' => '#cddc39',
  9273.                                 'colorInverted' => false,
  9274.                                 'permissions' => [
  9275.                                     => [
  9276.                                         'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9277.                                         'modify' => true,
  9278.                                     ],
  9279.                                     => [
  9280.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  9281.                                         'publish' => false,
  9282.                                         'save' => true,
  9283.                                     ],
  9284.                                     => [
  9285.                                         'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  9286.                                         'publish' => false,
  9287.                                         'save' => false,
  9288.                                     ],
  9289.                                 ],
  9290.                                 'title' => '',
  9291.                             ],
  9292.                         ],
  9293.                         'transitions' => [
  9294.                             'to_do' => [
  9295.                                 'to' => [
  9296.                                     => 'local_new',
  9297.                                 ],
  9298.                                 'from' => [
  9299.                                     => 'local_ready',
  9300.                                 ],
  9301.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_sv\') or 97 in user.getUser().getRoles()) ))',
  9302.                                 'options' => [
  9303.                                     'label' => 'SV - Enable Edit Mode',
  9304.                                     'objectLayout' => false,
  9305.                                     'notificationSettings' => [
  9306.                                     ],
  9307.                                     'changePublishedState' => 'no_change',
  9308.                                 ],
  9309.                                 'name' => 'to_do',
  9310.                             ],
  9311.                             'to_published' => [
  9312.                                 'to' => [
  9313.                                     => 'local_ready',
  9314.                                 ],
  9315.                                 'from' => [
  9316.                                     => 'local_new',
  9317.                                 ],
  9318.                                 'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_sv\') or 97 in user.getUser().getRoles()) ))',
  9319.                                 'options' => [
  9320.                                     'label' => 'SV - Set to "ready for publishing"',
  9321.                                     'objectLayout' => false,
  9322.                                     'notificationSettings' => [
  9323.                                     ],
  9324.                                     'changePublishedState' => 'no_change',
  9325.                                 ],
  9326.                                 'name' => 'to_published',
  9327.                             ],
  9328.                         ],
  9329.                         'priority' => 0,
  9330.                         'audit_trail' => [
  9331.                             'enabled' => false,
  9332.                         ],
  9333.                         'supports' => [
  9334.                         ],
  9335.                         'globalActions' => [
  9336.                         ],
  9337.                     ],
  9338.                     'product_workflow_global_wm' => [
  9339.                         'placeholders' => [
  9340.                             '{{stateFieldName}}' => 'globalStateWm',
  9341.                             '{{branch}}' => 'water_management',
  9342.                             '{{role}}' => 'global Branch Editor water',
  9343.                             '{{permission}}' => 'branch_water_management',
  9344.                         ],
  9345.                         'enabled' => true,
  9346.                         'initial_markings' => [
  9347.                             => 'draft',
  9348.                         ],
  9349.                         'label' => 'global Release Workflow (Water Management)',
  9350.                         'type' => 'state_machine',
  9351.                         'priority' => 10,
  9352.                         'support_strategy' => [
  9353.                             'type' => 'expression',
  9354.                             'arguments' => [
  9355.                                 => '\\Pimcore\\Model\\DataObject\\Product',
  9356.                                 => 'subject.isWaterManagement()',
  9357.                                 => 'subject.getProductType() == \'A\'',
  9358.                             ],
  9359.                         ],
  9360.                         'marking_store' => [
  9361.                             'type' => 'single_state',
  9362.                             'arguments' => [
  9363.                                 => 'globalStateWm',
  9364.                             ],
  9365.                         ],
  9366.                         'places' => [
  9367.                             'draft' => [
  9368.                                 'label' => 'draft (water_management)',
  9369.                                 'visibleInHeader' => true,
  9370.                                 'color' => '#ffdc39',
  9371.                                 'colorInverted' => false,
  9372.                                 'permissions' => [
  9373.                                     => [
  9374.                                         'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9375.                                         'modify' => true,
  9376.                                     ],
  9377.                                     => [
  9378.                                         'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) )',
  9379.                                         'publish' => false,
  9380.                                         'save' => true,
  9381.                                         'unpublish' => false,
  9382.                                     ],
  9383.                                     => [
  9384.                                         'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )',
  9385.                                         'publish' => false,
  9386.                                         'save' => true,
  9387.                                         'unpublish' => false,
  9388.                                     ],
  9389.                                     => [
  9390.                                         'save' => false,
  9391.                                         'publish' => false,
  9392.                                     ],
  9393.                                 ],
  9394.                                 'title' => '',
  9395.                             ],
  9396.                             'global_ready' => [
  9397.                                 'label' => 'Ready For Publishing (water_management)',
  9398.                                 'visibleInHeader' => true,
  9399.                                 'color' => '#ffdc39',
  9400.                                 'colorInverted' => false,
  9401.                                 'permissions' => [
  9402.                                     => [
  9403.                                         'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9404.                                         'publish' => true,
  9405.                                     ],
  9406.                                     => [
  9407.                                         'condition' => 'is_fully_authenticated() and subject.isWaterManagement() and ( ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  9408.                                         'publish' => false,
  9409.                                         'save' => true,
  9410.                                     ],
  9411.                                     => [
  9412.                                         'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )',
  9413.                                         'publish' => false,
  9414.                                         'save' => false,
  9415.                                     ],
  9416.                                     => [
  9417.                                         'save' => false,
  9418.                                         'publish' => false,
  9419.                                     ],
  9420.                                 ],
  9421.                                 'title' => '',
  9422.                             ],
  9423.                             'global_published' => [
  9424.                                 'label' => 'Published (water_management)',
  9425.                                 'visibleInHeader' => true,
  9426.                                 'color' => '#ffdc39',
  9427.                                 'colorInverted' => false,
  9428.                                 'permissions' => [
  9429.                                     => [
  9430.                                         'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9431.                                         'save' => true,
  9432.                                         'modify' => true,
  9433.                                         'unpublish' => true,
  9434.                                     ],
  9435.                                     => [
  9436.                                         'condition' => 'is_fully_authenticated() and subject.isWaterManagement() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  9437.                                         'publish' => false,
  9438.                                         'save' => false,
  9439.                                         'unpublish' => false,
  9440.                                     ],
  9441.                                     => [
  9442.                                         'save' => false,
  9443.                                         'publish' => false,
  9444.                                     ],
  9445.                                 ],
  9446.                                 'title' => '',
  9447.                             ],
  9448.                         ],
  9449.                         'transitions' => [
  9450.                             'make_ready' => [
  9451.                                 'to' => [
  9452.                                     => 'global_ready',
  9453.                                 ],
  9454.                                 'from' => [
  9455.                                     => 'draft',
  9456.                                     => 'global_published',
  9457.                                 ],
  9458.                                 'guard' => 'is_fully_authenticated() and subject.isWaterManagement() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  9459.                                 'options' => [
  9460.                                     'label' => 'enable Review Mode - Water Management',
  9461.                                     'objectLayout' => false,
  9462.                                     'notificationSettings' => [
  9463.                                     ],
  9464.                                     'changePublishedState' => 'no_change',
  9465.                                 ],
  9466.                                 'name' => 'make_ready',
  9467.                             ],
  9468.                             'publish' => [
  9469.                                 'to' => [
  9470.                                     => 'global_published',
  9471.                                 ],
  9472.                                 'from' => [
  9473.                                     => 'global_ready',
  9474.                                 ],
  9475.                                 'guard' => 'is_fully_authenticated() and subject.isWaterManagement() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  9476.                                 'options' => [
  9477.                                     'label' => ' Publish - Water Management',
  9478.                                     'changePublishedState' => 'force_published',
  9479.                                     'objectLayout' => false,
  9480.                                     'notificationSettings' => [
  9481.                                     ],
  9482.                                 ],
  9483.                                 'name' => 'publish',
  9484.                             ],
  9485.                             'edit' => [
  9486.                                 'to' => [
  9487.                                     => 'draft',
  9488.                                 ],
  9489.                                 'from' => [
  9490.                                     => 'global_published',
  9491.                                     => 'global_ready',
  9492.                                 ],
  9493.                                 'guard' => 'is_fully_authenticated() and subject.isWaterManagement() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and ( 97 in user.getUser().getRoles() or 98 in user.getUser().getRoles() ) ) ) )',
  9494.                                 'options' => [
  9495.                                     'label' => ' enable Edit Mode - Water Management',
  9496.                                     'objectLayout' => false,
  9497.                                     'notificationSettings' => [
  9498.                                     ],
  9499.                                     'changePublishedState' => 'no_change',
  9500.                                 ],
  9501.                                 'name' => 'edit',
  9502.                             ],
  9503.                         ],
  9504.                         'audit_trail' => [
  9505.                             'enabled' => false,
  9506.                         ],
  9507.                         'supports' => [
  9508.                         ],
  9509.                         'globalActions' => [
  9510.                         ],
  9511.                     ],
  9512.                     'product_workflow_global_bs' => [
  9513.                         'placeholders' => [
  9514.                             '{{stateFieldName}}' => 'globalStateBs',
  9515.                             '{{branch}}' => 'building_systems',
  9516.                             '{{role}}' => 'global Branch Editor Building Systems',
  9517.                             '{{permission}}' => 'branch_building_systems',
  9518.                         ],
  9519.                         'enabled' => true,
  9520.                         'priority' => 10,
  9521.                         'initial_markings' => [
  9522.                             => 'draft',
  9523.                         ],
  9524.                         'label' => 'global Release Workflow (Building Systems)',
  9525.                         'type' => 'state_machine',
  9526.                         'support_strategy' => [
  9527.                             'type' => 'expression',
  9528.                             'arguments' => [
  9529.                                 => '\\Pimcore\\Model\\DataObject\\Product',
  9530.                                 => 'subject.isBuildingSystems()',
  9531.                                 => 'subject.getProductType() == \'A\'',
  9532.                             ],
  9533.                         ],
  9534.                         'marking_store' => [
  9535.                             'type' => 'single_state',
  9536.                             'arguments' => [
  9537.                                 => 'globalStateBs',
  9538.                             ],
  9539.                         ],
  9540.                         'places' => [
  9541.                             'draft' => [
  9542.                                 'label' => 'draft (building_systems)',
  9543.                                 'visibleInHeader' => true,
  9544.                                 'color' => '#ffdc39',
  9545.                                 'colorInverted' => false,
  9546.                                 'permissions' => [
  9547.                                     => [
  9548.                                         'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9549.                                         'modify' => true,
  9550.                                     ],
  9551.                                     => [
  9552.                                         'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) )',
  9553.                                         'publish' => false,
  9554.                                         'save' => true,
  9555.                                         'unpublish' => false,
  9556.                                     ],
  9557.                                     => [
  9558.                                         'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )',
  9559.                                         'publish' => false,
  9560.                                         'save' => true,
  9561.                                         'unpublish' => false,
  9562.                                     ],
  9563.                                     => [
  9564.                                         'save' => false,
  9565.                                         'publish' => false,
  9566.                                     ],
  9567.                                 ],
  9568.                                 'title' => '',
  9569.                             ],
  9570.                             'global_ready' => [
  9571.                                 'label' => 'Ready For Publishing (building_systems)',
  9572.                                 'visibleInHeader' => true,
  9573.                                 'color' => '#ffdc39',
  9574.                                 'colorInverted' => false,
  9575.                                 'permissions' => [
  9576.                                     => [
  9577.                                         'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9578.                                         'publish' => true,
  9579.                                     ],
  9580.                                     => [
  9581.                                         'condition' => 'is_fully_authenticated() and subject.isWaterManagement() and ( ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  9582.                                         'publish' => false,
  9583.                                         'save' => true,
  9584.                                     ],
  9585.                                     => [
  9586.                                         'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )',
  9587.                                         'publish' => false,
  9588.                                         'save' => false,
  9589.                                     ],
  9590.                                     => [
  9591.                                         'condition' => 'is_fully_authenticated() and not ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) )',
  9592.                                         'save' => false,
  9593.                                         'publish' => false,
  9594.                                     ],
  9595.                                 ],
  9596.                                 'title' => '',
  9597.                             ],
  9598.                             'global_published' => [
  9599.                                 'label' => 'Published (building_systems)',
  9600.                                 'visibleInHeader' => true,
  9601.                                 'color' => '#ffdc39',
  9602.                                 'colorInverted' => false,
  9603.                                 'permissions' => [
  9604.                                     => [
  9605.                                         'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9606.                                         'save' => true,
  9607.                                         'modify' => true,
  9608.                                         'unpublish' => true,
  9609.                                     ],
  9610.                                     => [
  9611.                                         'condition' => 'is_fully_authenticated() and subject.isBuildingSystems() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  9612.                                         'publish' => false,
  9613.                                         'save' => false,
  9614.                                         'unpublish' => false,
  9615.                                     ],
  9616.                                     => [
  9617.                                         'save' => false,
  9618.                                         'publish' => false,
  9619.                                     ],
  9620.                                 ],
  9621.                                 'title' => '',
  9622.                             ],
  9623.                         ],
  9624.                         'transitions' => [
  9625.                             'make_ready' => [
  9626.                                 'to' => [
  9627.                                     => 'global_ready',
  9628.                                 ],
  9629.                                 'from' => [
  9630.                                     => 'draft',
  9631.                                     => 'global_published',
  9632.                                 ],
  9633.                                 'guard' => 'is_fully_authenticated()  and subject.isBuildingSystems() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  9634.                                 'options' => [
  9635.                                     'label' => 'enable Review Mode - Building Systems',
  9636.                                     'objectLayout' => false,
  9637.                                     'notificationSettings' => [
  9638.                                     ],
  9639.                                     'changePublishedState' => 'no_change',
  9640.                                 ],
  9641.                                 'name' => 'make_ready',
  9642.                             ],
  9643.                             'publish' => [
  9644.                                 'to' => [
  9645.                                     => 'global_published',
  9646.                                 ],
  9647.                                 'from' => [
  9648.                                     => 'global_ready',
  9649.                                 ],
  9650.                                 'guard' => 'is_fully_authenticated() and subject.isBuildingSystems() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  9651.                                 'options' => [
  9652.                                     'label' => 'publish - Building Systems',
  9653.                                     'changePublishedState' => 'force_published',
  9654.                                     'objectLayout' => false,
  9655.                                     'notificationSettings' => [
  9656.                                     ],
  9657.                                 ],
  9658.                                 'name' => 'publish',
  9659.                             ],
  9660.                             'edit' => [
  9661.                                 'to' => [
  9662.                                     => 'draft',
  9663.                                 ],
  9664.                                 'from' => [
  9665.                                     => 'global_published',
  9666.                                     => 'global_ready',
  9667.                                 ],
  9668.                                 'guard' => 'is_fully_authenticated() and subject.isBuildingSystems() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and ( 97 in user.getUser().getRoles() or 98 in user.getUser().getRoles() ) ) ) )',
  9669.                                 'options' => [
  9670.                                     'label' => ' enable Edit Mode - Building Systems',
  9671.                                     'objectLayout' => false,
  9672.                                     'notificationSettings' => [
  9673.                                     ],
  9674.                                     'changePublishedState' => 'no_change',
  9675.                                 ],
  9676.                                 'name' => 'edit',
  9677.                             ],
  9678.                         ],
  9679.                         'audit_trail' => [
  9680.                             'enabled' => false,
  9681.                         ],
  9682.                         'supports' => [
  9683.                         ],
  9684.                         'globalActions' => [
  9685.                         ],
  9686.                     ],
  9687.                     'product_workflow_global_ma' => [
  9688.                         'placeholders' => [
  9689.                             '{{stateFieldName}}' => 'globalStateMa',
  9690.                             '{{branch}}' => 'metal_applications',
  9691.                             '{{role}}' => 'global Branch Editor Metal Applications',
  9692.                             '{{permission}}' => 'branch_metal_applications',
  9693.                         ],
  9694.                         'enabled' => true,
  9695.                         'priority' => 10,
  9696.                         'initial_markings' => [
  9697.                             => 'draft',
  9698.                         ],
  9699.                         'label' => 'global Release Workflow (Metal Applications)',
  9700.                         'type' => 'state_machine',
  9701.                         'support_strategy' => [
  9702.                             'type' => 'expression',
  9703.                             'arguments' => [
  9704.                                 => '\\Pimcore\\Model\\DataObject\\Product',
  9705.                                 => 'subject.isMetalApplications()',
  9706.                                 => 'subject.getProductType() == \'A\'',
  9707.                             ],
  9708.                         ],
  9709.                         'marking_store' => [
  9710.                             'type' => 'single_state',
  9711.                             'arguments' => [
  9712.                                 => 'globalStateMa',
  9713.                             ],
  9714.                         ],
  9715.                         'places' => [
  9716.                             'draft' => [
  9717.                                 'label' => 'draft (metal_applications)',
  9718.                                 'visibleInHeader' => true,
  9719.                                 'color' => '#ffdc39',
  9720.                                 'colorInverted' => false,
  9721.                                 'permissions' => [
  9722.                                     => [
  9723.                                         'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9724.                                         'modify' => true,
  9725.                                     ],
  9726.                                     => [
  9727.                                         'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) )',
  9728.                                         'publish' => false,
  9729.                                         'save' => true,
  9730.                                         'unpublish' => false,
  9731.                                     ],
  9732.                                     => [
  9733.                                         'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )',
  9734.                                         'publish' => false,
  9735.                                         'save' => true,
  9736.                                         'unpublish' => false,
  9737.                                     ],
  9738.                                     => [
  9739.                                         'save' => false,
  9740.                                         'publish' => false,
  9741.                                     ],
  9742.                                 ],
  9743.                                 'title' => '',
  9744.                             ],
  9745.                             'global_ready' => [
  9746.                                 'label' => 'Ready For Publishing (metal_applications)',
  9747.                                 'visibleInHeader' => true,
  9748.                                 'color' => '#ffdc39',
  9749.                                 'colorInverted' => false,
  9750.                                 'permissions' => [
  9751.                                     => [
  9752.                                         'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9753.                                         'modify' => true,
  9754.                                     ],
  9755.                                     => [
  9756.                                         'condition' => 'is_fully_authenticated() and subject.isWaterManagement() and ( ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  9757.                                         'publish' => false,
  9758.                                         'save' => true,
  9759.                                     ],
  9760.                                     => [
  9761.                                         'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )',
  9762.                                         'publish' => false,
  9763.                                         'save' => false,
  9764.                                     ],
  9765.                                     => [
  9766.                                         'save' => false,
  9767.                                         'publish' => false,
  9768.                                     ],
  9769.                                 ],
  9770.                                 'title' => '',
  9771.                             ],
  9772.                             'global_published' => [
  9773.                                 'label' => 'Published (metal_applications)',
  9774.                                 'visibleInHeader' => true,
  9775.                                 'color' => '#ffdc39',
  9776.                                 'colorInverted' => false,
  9777.                                 'permissions' => [
  9778.                                     => [
  9779.                                         'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9780.                                         'save' => true,
  9781.                                         'modify' => true,
  9782.                                         'unpublish' => true,
  9783.                                     ],
  9784.                                     => [
  9785.                                         'condition' => 'is_fully_authenticated() and subject.isMetalApplications() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  9786.                                         'publish' => false,
  9787.                                         'save' => false,
  9788.                                         'unpublish' => false,
  9789.                                     ],
  9790.                                     => [
  9791.                                         'save' => false,
  9792.                                         'publish' => false,
  9793.                                     ],
  9794.                                 ],
  9795.                                 'title' => '',
  9796.                             ],
  9797.                         ],
  9798.                         'transitions' => [
  9799.                             'make_ready' => [
  9800.                                 'to' => [
  9801.                                     => 'global_ready',
  9802.                                 ],
  9803.                                 'from' => [
  9804.                                     => 'draft',
  9805.                                     => 'global_published',
  9806.                                 ],
  9807.                                 'guard' => 'is_fully_authenticated()  and subject.isMetalApplications() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  9808.                                 'options' => [
  9809.                                     'label' => 'enable Review Mode - Metal Applications',
  9810.                                     'objectLayout' => false,
  9811.                                     'notificationSettings' => [
  9812.                                     ],
  9813.                                     'changePublishedState' => 'no_change',
  9814.                                 ],
  9815.                                 'name' => 'make_ready',
  9816.                             ],
  9817.                             'publish' => [
  9818.                                 'to' => [
  9819.                                     => 'global_published',
  9820.                                 ],
  9821.                                 'from' => [
  9822.                                     => 'global_ready',
  9823.                                 ],
  9824.                                 'guard' => 'is_fully_authenticated() and subject.isMetalApplications() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  9825.                                 'options' => [
  9826.                                     'label' => 'publish - Metal Applications',
  9827.                                     'changePublishedState' => 'force_published',
  9828.                                     'objectLayout' => false,
  9829.                                     'notificationSettings' => [
  9830.                                     ],
  9831.                                 ],
  9832.                                 'name' => 'publish',
  9833.                             ],
  9834.                             'edit' => [
  9835.                                 'to' => [
  9836.                                     => 'draft',
  9837.                                 ],
  9838.                                 'from' => [
  9839.                                     => 'global_published',
  9840.                                     => 'global_ready',
  9841.                                 ],
  9842.                                 'guard' => 'is_fully_authenticated() and subject.isMetalApplications() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and ( 97 in user.getUser().getRoles() or 98 in user.getUser().getRoles() ) ) ) )',
  9843.                                 'options' => [
  9844.                                     'label' => ' enable Edit Mode - Metal Applications',
  9845.                                     'objectLayout' => false,
  9846.                                     'notificationSettings' => [
  9847.                                     ],
  9848.                                     'changePublishedState' => 'no_change',
  9849.                                 ],
  9850.                                 'name' => 'edit',
  9851.                             ],
  9852.                         ],
  9853.                         'audit_trail' => [
  9854.                             'enabled' => false,
  9855.                         ],
  9856.                         'supports' => [
  9857.                         ],
  9858.                         'globalActions' => [
  9859.                         ],
  9860.                     ],
  9861.                     'product_workflow_archive' => [
  9862.                         'placeholders' => [
  9863.                             '{{stateFieldName}}' => 'archiveState',
  9864.                         ],
  9865.                         'enabled' => true,
  9866.                         'initial_markings' => [
  9867.                             => 'not_archived',
  9868.                         ],
  9869.                         'label' => 'Archive product',
  9870.                         'type' => 'state_machine',
  9871.                         'priority' => 10,
  9872.                         'support_strategy' => [
  9873.                             'type' => 'expression',
  9874.                             'arguments' => [
  9875.                                 => '\\Pimcore\\Model\\DataObject\\Product',
  9876.                                 => 'subject.getProductType() == \'A\'',
  9877.                             ],
  9878.                         ],
  9879.                         'marking_store' => [
  9880.                             'type' => 'single_state',
  9881.                             'arguments' => [
  9882.                                 => 'archiveState',
  9883.                             ],
  9884.                         ],
  9885.                         'places' => [
  9886.                             'not_archived' => [
  9887.                                 'label' => 'Not Archived Product',
  9888.                                 'visibleInHeader' => false,
  9889.                                 'color' => '#ffdc39',
  9890.                                 'colorInverted' => false,
  9891.                                 'permissions' => [
  9892.                                     => [
  9893.                                         'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9894.                                         'modify' => true,
  9895.                                     ],
  9896.                                 ],
  9897.                                 'title' => '',
  9898.                             ],
  9899.                             'archived' => [
  9900.                                 'label' => 'Archived Product',
  9901.                                 'visibleInHeader' => true,
  9902.                                 'color' => '#ffdc39',
  9903.                                 'colorInverted' => false,
  9904.                                 'permissions' => [
  9905.                                     => [
  9906.                                         'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9907.                                         'modify' => true,
  9908.                                     ],
  9909.                                 ],
  9910.                                 'title' => '',
  9911.                             ],
  9912.                             'de_archived' => [
  9913.                                 'label' => 'De-Archived',
  9914.                                 'visibleInHeader' => true,
  9915.                                 'color' => '#ffdc39',
  9916.                                 'colorInverted' => false,
  9917.                                 'permissions' => [
  9918.                                     => [
  9919.                                         'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9920.                                         'modify' => true,
  9921.                                     ],
  9922.                                 ],
  9923.                                 'title' => '',
  9924.                             ],
  9925.                         ],
  9926.                         'transitions' => [
  9927.                             'make_archive' => [
  9928.                                 'to' => [
  9929.                                     => 'archived',
  9930.                                 ],
  9931.                                 'from' => [
  9932.                                     => 'not_archived',
  9933.                                     => 'de_archived',
  9934.                                 ],
  9935.                                 'guard' => 'not is_fully_authenticated() or ( is_fully_authenticated() and is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9936.                                 'options' => [
  9937.                                     'label' => 'Archive Product',
  9938.                                     'objectLayout' => false,
  9939.                                     'notificationSettings' => [
  9940.                                     ],
  9941.                                     'changePublishedState' => 'no_change',
  9942.                                 ],
  9943.                                 'name' => 'make_archive',
  9944.                             ],
  9945.                             'make_de_archive' => [
  9946.                                 'to' => [
  9947.                                     => 'de_archived',
  9948.                                 ],
  9949.                                 'from' => [
  9950.                                     => 'archived',
  9951.                                 ],
  9952.                                 'guard' => 'not is_fully_authenticated() or ( is_fully_authenticated() and is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  9953.                                 'options' => [
  9954.                                     'label' => 'De-Archive Product',
  9955.                                     'objectLayout' => false,
  9956.                                     'notificationSettings' => [
  9957.                                     ],
  9958.                                     'changePublishedState' => 'no_change',
  9959.                                 ],
  9960.                                 'name' => 'make_de_archive',
  9961.                             ],
  9962.                         ],
  9963.                         'audit_trail' => [
  9964.                             'enabled' => false,
  9965.                         ],
  9966.                         'supports' => [
  9967.                         ],
  9968.                         'globalActions' => [
  9969.                         ],
  9970.                     ],
  9971.                 ],
  9972.                 'models' => [
  9973.                     'class_overrides' => [
  9974.                         'Pimcore\\Model\\DataObject\\Product' => 'App\\Model\\Product\\Product',
  9975.                         'Pimcore\\Model\\DataObject\\Category' => 'App\\Model\\Category\\Category',
  9976.                     ],
  9977.                 ],
  9978.                 'general' => [
  9979.                     'timezone' => 'Europe/Berlin',
  9980.                     'path_variable' => '',
  9981.                     'instance_identifier' => '',
  9982.                     'domain' => '',
  9983.                     'redirect_to_maindomain' => false,
  9984.                     'language' => 'de',
  9985.                     'valid_languages' => 'en,de,es,fr,sk,cs,pl,it,ro,sv,nl',
  9986.                     'fallback_languages' => [
  9987.                         'en' => '',
  9988.                         'de' => '',
  9989.                         'es' => '',
  9990.                         'fr' => '',
  9991.                         'sk' => '',
  9992.                         'cs' => '',
  9993.                         'pl' => '',
  9994.                         'it' => '',
  9995.                         'ro' => '',
  9996.                         'sv' => '',
  9997.                         'nl' => '',
  9998.                     ],
  9999.                     'default_language' => 'de',
  10000.                     'debug_admin_translations' => false,
  10001.                     'disable_usage_statistics' => false,
  10002.                 ],
  10003.                 'services' => [
  10004.                     'google' => [
  10005.                         'client_id' => '',
  10006.                         'email' => '',
  10007.                         'simple_api_key' => '',
  10008.                         'browser_api_key' => '',
  10009.                     ],
  10010.                 ],
  10011.                 'full_page_cache' => [
  10012.                     'enabled' => false,
  10013.                     'lifetime' => NULL,
  10014.                     'exclude_cookie' => '',
  10015.                     'exclude_patterns' => '',
  10016.                 ],
  10017.                 'httpclient' => [
  10018.                     'adapter' => 'Socket',
  10019.                     'proxy_host' => '',
  10020.                     'proxy_port' => '',
  10021.                     'proxy_user' => '',
  10022.                     'proxy_pass' => '',
  10023.                 ],
  10024.                 'email' => [
  10025.                     'sender' => [
  10026.                         'name' => 'MEA PIM',
  10027.                         'email' => 'mea-pim@mea-group.com',
  10028.                     ],
  10029.                     'return' => [
  10030.                         'name' => '',
  10031.                         'email' => '',
  10032.                     ],
  10033.                     'debug' => [
  10034.                         'email_addresses' => '',
  10035.                     ],
  10036.                     'usespecific' => false,
  10037.                 ],
  10038.                 'applicationlog' => [
  10039.                     'mail_notification' => [
  10040.                         'send_log_summary' => false,
  10041.                         'filter_priority' => NULL,
  10042.                         'mail_receiver' => '',
  10043.                     ],
  10044.                     'archive_treshold' => '30',
  10045.                     'archive_alternative_database' => '',
  10046.                     'delete_archive_threshold' => '6',
  10047.                 ],
  10048.                 'properties' => [
  10049.                     'predefined' => [
  10050.                         'definitions' => [
  10051.                             '7ccff2da-95f0-4fde-ac99-10c538f5bdb8' => [
  10052.                                 'name' => 'Portal Engine - Navigation Root',
  10053.                                 'description' => NULL,
  10054.                                 'key' => 'portal-engine_navigation-root',
  10055.                                 'type' => 'document',
  10056.                                 'data' => NULL,
  10057.                                 'config' => NULL,
  10058.                                 'ctype' => 'document',
  10059.                                 'inheritable' => true,
  10060.                                 'creationDate' => 1661348636,
  10061.                                 'modificationDate' => 1661348636,
  10062.                             ],
  10063.                             '8288145a-14c5-45fc-aa4f-6c8d4d927e83' => [
  10064.                                 'name' => 'Portal Engine - Filter root',
  10065.                                 'description' => '',
  10066.                                 'key' => 'portal_engine_filter_root',
  10067.                                 'type' => 'document',
  10068.                                 'data' => '',
  10069.                                 'config' => '',
  10070.                                 'ctype' => 'document',
  10071.                                 'inheritable' => true,
  10072.                                 'creationDate' => 1684133984,
  10073.                                 'modificationDate' => 1684134014,
  10074.                             ],
  10075.                             'b818a8dc-a792-4b2f-858e-91b2ebce84d5' => [
  10076.                                 'name' => 'Portal Engine - Hide breadcrumbs',
  10077.                                 'description' => '',
  10078.                                 'key' => 'portal_engine_hide_breadcrumbs',
  10079.                                 'type' => 'bool',
  10080.                                 'data' => '1',
  10081.                                 'config' => '',
  10082.                                 'ctype' => 'document',
  10083.                                 'inheritable' => false,
  10084.                                 'creationDate' => 1684323076,
  10085.                                 'modificationDate' => 1684323162,
  10086.                             ],
  10087.                             'd8f6a236-13b1-4336-950e-4cdf4cec99ab' => [
  10088.                                 'name' => 'Portal Engine - How to page',
  10089.                                 'description' => '',
  10090.                                 'key' => 'portal_engine-how-to-page',
  10091.                                 'type' => 'bool',
  10092.                                 'data' => '1',
  10093.                                 'config' => '',
  10094.                                 'ctype' => 'document',
  10095.                                 'inheritable' => false,
  10096.                                 'creationDate' => 1691660128,
  10097.                                 'modificationDate' => 1691660197,
  10098.                             ],
  10099.                         ],
  10100.                     ],
  10101.                 ],
  10102.                 'error_handling' => [
  10103.                     'render_error_document' => true,
  10104.                 ],
  10105.                 'flags' => [
  10106.                 ],
  10107.                 'maps' => [
  10108.                     'tile_layer_url_template' => 'https://a.tile.openstreetmap.org/{z}/{x}/{y}.png',
  10109.                     'geocoding_url_template' => 'https://nominatim.openstreetmap.org/search?q={q}&addressdetails=1&format=json&limit=1',
  10110.                     'reverse_geocoding_url_template' => 'https://nominatim.openstreetmap.org/reverse?format=json&lat={lat}&lon={lon}&addressdetails=1',
  10111.                 ],
  10112.                 'maintenance' => [
  10113.                     'housekeeping' => [
  10114.                         'cleanup_tmp_files_atime_older_than' => 7776000,
  10115.                         'cleanup_profiler_files_atime_older_than' => 1800,
  10116.                     ],
  10117.                 ],
  10118.                 'encryption' => [
  10119.                     'secret' => NULL,
  10120.                 ],
  10121.                 'staticroutes' => [
  10122.                     'definitions' => [
  10123.                     ],
  10124.                 ],
  10125.                 'perspectives' => [
  10126.                     'definitions' => [
  10127.                     ],
  10128.                 ],
  10129.                 'custom_views' => [
  10130.                     'definitions' => [
  10131.                     ],
  10132.                 ],
  10133.             ],
  10134.             'pimcore.routing.static.locale_params' => [
  10135.             ],
  10136.             'pimcore.targeting.enabled' => true,
  10137.             'pimcore.targeting.conditions' => [
  10138.                 'browser' => 'Pimcore\\Targeting\\Condition\\Browser',
  10139.                 'country' => 'Pimcore\\Targeting\\Condition\\Country',
  10140.                 'geopoint' => 'Pimcore\\Targeting\\Condition\\GeoPoint',
  10141.                 'hardwareplatform' => 'Pimcore\\Targeting\\Condition\\HardwarePlatform',
  10142.                 'language' => 'Pimcore\\Targeting\\Condition\\Language',
  10143.                 'operatingsystem' => 'Pimcore\\Targeting\\Condition\\OperatingSystem',
  10144.                 'referringsite' => 'Pimcore\\Targeting\\Condition\\ReferringSite',
  10145.                 'searchengine' => 'Pimcore\\Targeting\\Condition\\SearchEngine',
  10146.                 'target_group' => 'Pimcore\\Targeting\\Condition\\TargetGroup',
  10147.                 'timeonsite' => 'Pimcore\\Targeting\\Condition\\TimeOnSite',
  10148.                 'url' => 'Pimcore\\Targeting\\Condition\\Url',
  10149.                 'visitedpagesbefore' => 'Pimcore\\Targeting\\Condition\\VisitedPagesBefore',
  10150.             ],
  10151.             'pimcore.geoip.db_file' => '',
  10152.             'pimcore.glossary.blocked_tags' => [
  10153.                 => 'a',
  10154.                 => 'script',
  10155.                 => 'style',
  10156.                 => 'code',
  10157.                 => 'pre',
  10158.                 => 'textarea',
  10159.                 => 'acronym',
  10160.                 => 'abbr',
  10161.                 => 'option',
  10162.                 => 'h1',
  10163.                 10 => 'h2',
  10164.                 11 => 'h3',
  10165.                 12 => 'h4',
  10166.                 13 => 'h5',
  10167.                 14 => 'h6',
  10168.             ],
  10169.             'pimcore.workflow' => [
  10170.                 'product_workflow_local_de' => [
  10171.                     'placeholders' => [
  10172.                         '{{stateFieldName}}' => 'translationStateDe',
  10173.                         '{{locale}}' => 'de',
  10174.                         '{{role}}' => 'CountryEditor',
  10175.                         '{{permission}}' => 'country_editor_de',
  10176.                     ],
  10177.                     'enabled' => true,
  10178.                     'label' => 'Local Release Workflow (de)',
  10179.                     'type' => 'state_machine',
  10180.                     'support_strategy' => [
  10181.                         'service' => 'workflow.support_strategy.country_editor_de',
  10182.                         'arguments' => [
  10183.                         ],
  10184.                     ],
  10185.                     'initial_markings' => [
  10186.                         => 'local_new',
  10187.                     ],
  10188.                     'marking_store' => [
  10189.                         'type' => 'single_state',
  10190.                         'arguments' => [
  10191.                             => 'translationStateDe',
  10192.                         ],
  10193.                     ],
  10194.                     'places' => [
  10195.                         'local_new' => [
  10196.                             'label' => 'update Texts (de)',
  10197.                             'visibleInHeader' => false,
  10198.                             'color' => '#cddc39',
  10199.                             'colorInverted' => false,
  10200.                             'permissions' => [
  10201.                                 => [
  10202.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  10203.                                     'modify' => true,
  10204.                                 ],
  10205.                                 => [
  10206.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  10207.                                     'publish' => false,
  10208.                                     'save' => true,
  10209.                                     'delete' => false,
  10210.                                     'settings' => false,
  10211.                                     'versions' => false,
  10212.                                     'unpublish' => false,
  10213.                                 ],
  10214.                                 => [
  10215.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  10216.                                     'publish' => false,
  10217.                                     'save' => true,
  10218.                                     'delete' => false,
  10219.                                     'settings' => false,
  10220.                                     'versions' => false,
  10221.                                     'unpublish' => false,
  10222.                                 ],
  10223.                             ],
  10224.                             'title' => '',
  10225.                         ],
  10226.                         'local_ready' => [
  10227.                             'label' => 'Ready For Publishing - de',
  10228.                             'visibleInHeader' => false,
  10229.                             'color' => '#cddc39',
  10230.                             'colorInverted' => false,
  10231.                             'permissions' => [
  10232.                                 => [
  10233.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  10234.                                     'publish' => true,
  10235.                                 ],
  10236.                                 => [
  10237.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  10238.                                     'publish' => false,
  10239.                                     'save' => true,
  10240.                                 ],
  10241.                                 => [
  10242.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  10243.                                     'publish' => false,
  10244.                                     'save' => false,
  10245.                                 ],
  10246.                             ],
  10247.                             'title' => '',
  10248.                         ],
  10249.                     ],
  10250.                     'transitions' => [
  10251.                         'to_do' => [
  10252.                             'to' => [
  10253.                                 => 'local_new',
  10254.                             ],
  10255.                             'from' => [
  10256.                                 => 'local_ready',
  10257.                             ],
  10258.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_de\') or 97 in user.getUser().getRoles()) ))',
  10259.                             'options' => [
  10260.                                 'label' => 'DE - Enable Edit Mode',
  10261.                                 'objectLayout' => false,
  10262.                                 'notificationSettings' => [
  10263.                                 ],
  10264.                                 'changePublishedState' => 'no_change',
  10265.                             ],
  10266.                             'name' => 'to_do',
  10267.                         ],
  10268.                         'to_published' => [
  10269.                             'to' => [
  10270.                                 => 'local_ready',
  10271.                             ],
  10272.                             'from' => [
  10273.                                 => 'local_new',
  10274.                             ],
  10275.                             'guard' => 'is_fully_authenticated() and ( user.getUser().isAllowed(subject.getProductBranchPermissionName()) and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_de\') or 97 in user.getUser().getRoles() ) ))',
  10276.                             'options' => [
  10277.                                 'label' => ' DE - Set to "ready for publishing"',
  10278.                                 'objectLayout' => false,
  10279.                                 'notificationSettings' => [
  10280.                                 ],
  10281.                                 'changePublishedState' => 'no_change',
  10282.                             ],
  10283.                             'name' => 'to_published',
  10284.                         ],
  10285.                     ],
  10286.                     'priority' => 0,
  10287.                     'audit_trail' => [
  10288.                         'enabled' => false,
  10289.                     ],
  10290.                     'supports' => [
  10291.                     ],
  10292.                     'globalActions' => [
  10293.                     ],
  10294.                 ],
  10295.                 'product_workflow_local_en' => [
  10296.                     'placeholders' => [
  10297.                         '{{stateFieldName}}' => 'translationStateEn',
  10298.                         '{{locale}}' => 'en',
  10299.                         '{{flag}}' => 'gb',
  10300.                         '{{role}}' => 'CountryEditor',
  10301.                         '{{permission}}' => 'country_editor_en',
  10302.                     ],
  10303.                     'enabled' => true,
  10304.                     'label' => 'Local Release Workflow (en)',
  10305.                     'type' => 'state_machine',
  10306.                     'support_strategy' => [
  10307.                         'service' => 'workflow.support_strategy.country_editor_en',
  10308.                         'arguments' => [
  10309.                         ],
  10310.                     ],
  10311.                     'initial_markings' => [
  10312.                         => 'local_new',
  10313.                     ],
  10314.                     'marking_store' => [
  10315.                         'type' => 'single_state',
  10316.                         'arguments' => [
  10317.                             => 'translationStateEn',
  10318.                         ],
  10319.                     ],
  10320.                     'places' => [
  10321.                         'local_new' => [
  10322.                             'label' => 'update Texts (en)',
  10323.                             'visibleInHeader' => false,
  10324.                             'color' => '#cddc39',
  10325.                             'colorInverted' => false,
  10326.                             'permissions' => [
  10327.                                 => [
  10328.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  10329.                                     'modify' => true,
  10330.                                 ],
  10331.                                 => [
  10332.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  10333.                                     'publish' => false,
  10334.                                     'save' => true,
  10335.                                     'delete' => false,
  10336.                                     'settings' => false,
  10337.                                     'versions' => false,
  10338.                                     'unpublish' => false,
  10339.                                 ],
  10340.                                 => [
  10341.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  10342.                                     'publish' => false,
  10343.                                     'save' => true,
  10344.                                     'delete' => false,
  10345.                                     'settings' => false,
  10346.                                     'versions' => false,
  10347.                                     'unpublish' => false,
  10348.                                 ],
  10349.                             ],
  10350.                             'title' => '',
  10351.                         ],
  10352.                         'local_ready' => [
  10353.                             'label' => 'Ready For Publishing - en',
  10354.                             'visibleInHeader' => false,
  10355.                             'color' => '#cddc39',
  10356.                             'colorInverted' => false,
  10357.                             'permissions' => [
  10358.                                 => [
  10359.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  10360.                                     'modify' => true,
  10361.                                 ],
  10362.                                 => [
  10363.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  10364.                                     'publish' => false,
  10365.                                     'save' => true,
  10366.                                 ],
  10367.                                 => [
  10368.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  10369.                                     'publish' => false,
  10370.                                     'save' => false,
  10371.                                 ],
  10372.                             ],
  10373.                             'title' => '',
  10374.                         ],
  10375.                     ],
  10376.                     'transitions' => [
  10377.                         'to_do' => [
  10378.                             'to' => [
  10379.                                 => 'local_new',
  10380.                             ],
  10381.                             'from' => [
  10382.                                 => 'local_ready',
  10383.                             ],
  10384.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_en\') or 97 in user.getUser().getRoles()) ))',
  10385.                             'options' => [
  10386.                                 'label' => 'EN - Enable Edit Mode',
  10387.                                 'objectLayout' => false,
  10388.                                 'notificationSettings' => [
  10389.                                 ],
  10390.                                 'changePublishedState' => 'no_change',
  10391.                             ],
  10392.                             'name' => 'to_do',
  10393.                         ],
  10394.                         'to_published' => [
  10395.                             'to' => [
  10396.                                 => 'local_ready',
  10397.                             ],
  10398.                             'from' => [
  10399.                                 => 'local_new',
  10400.                             ],
  10401.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_en\') or 97 in user.getUser().getRoles()) ))',
  10402.                             'options' => [
  10403.                                 'label' => ' EN - Set to "ready for publishing"',
  10404.                                 'objectLayout' => false,
  10405.                                 'notificationSettings' => [
  10406.                                 ],
  10407.                                 'changePublishedState' => 'no_change',
  10408.                             ],
  10409.                             'name' => 'to_published',
  10410.                         ],
  10411.                     ],
  10412.                     'priority' => 0,
  10413.                     'audit_trail' => [
  10414.                         'enabled' => false,
  10415.                     ],
  10416.                     'supports' => [
  10417.                     ],
  10418.                     'globalActions' => [
  10419.                     ],
  10420.                 ],
  10421.                 'product_workflow_local_fr' => [
  10422.                     'placeholders' => [
  10423.                         '{{stateFieldName}}' => 'translationStateFr',
  10424.                         '{{locale}}' => 'fr',
  10425.                         '{{flag}}' => 'fr',
  10426.                         '{{role}}' => 'CountryEditor',
  10427.                         '{{permission}}' => 'country_editor_fr',
  10428.                     ],
  10429.                     'enabled' => true,
  10430.                     'label' => 'Local Release Workflow (fr)',
  10431.                     'type' => 'state_machine',
  10432.                     'support_strategy' => [
  10433.                         'service' => 'workflow.support_strategy.country_editor_fr',
  10434.                         'arguments' => [
  10435.                         ],
  10436.                     ],
  10437.                     'initial_markings' => [
  10438.                         => 'local_new',
  10439.                     ],
  10440.                     'marking_store' => [
  10441.                         'type' => 'single_state',
  10442.                         'arguments' => [
  10443.                             => 'translationStateFr',
  10444.                         ],
  10445.                     ],
  10446.                     'places' => [
  10447.                         'local_new' => [
  10448.                             'label' => 'update Texts (fr)',
  10449.                             'visibleInHeader' => false,
  10450.                             'color' => '#cddc39',
  10451.                             'colorInverted' => false,
  10452.                             'permissions' => [
  10453.                                 => [
  10454.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  10455.                                     'modify' => true,
  10456.                                 ],
  10457.                                 => [
  10458.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  10459.                                     'publish' => false,
  10460.                                     'save' => true,
  10461.                                     'delete' => false,
  10462.                                     'settings' => false,
  10463.                                     'versions' => false,
  10464.                                     'unpublish' => false,
  10465.                                 ],
  10466.                                 => [
  10467.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  10468.                                     'publish' => false,
  10469.                                     'save' => true,
  10470.                                     'delete' => false,
  10471.                                     'settings' => false,
  10472.                                     'versions' => false,
  10473.                                     'unpublish' => false,
  10474.                                 ],
  10475.                             ],
  10476.                             'title' => '',
  10477.                         ],
  10478.                         'local_ready' => [
  10479.                             'label' => 'Ready For Publishing - fr',
  10480.                             'visibleInHeader' => false,
  10481.                             'color' => '#cddc39',
  10482.                             'colorInverted' => false,
  10483.                             'permissions' => [
  10484.                                 => [
  10485.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  10486.                                     'modify' => true,
  10487.                                 ],
  10488.                                 => [
  10489.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  10490.                                     'publish' => false,
  10491.                                     'save' => true,
  10492.                                 ],
  10493.                                 => [
  10494.                                     'condition' => 'is_fully_authenticated() and not subject.isTranslationReady() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  10495.                                     'publish' => false,
  10496.                                     'save' => false,
  10497.                                 ],
  10498.                             ],
  10499.                             'title' => '',
  10500.                         ],
  10501.                     ],
  10502.                     'transitions' => [
  10503.                         'to_do' => [
  10504.                             'to' => [
  10505.                                 => 'local_new',
  10506.                             ],
  10507.                             'from' => [
  10508.                                 => 'local_ready',
  10509.                             ],
  10510.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_fr\') or 97 in user.getUser().getRoles()) ))',
  10511.                             'options' => [
  10512.                                 'label' => 'FR - Enable Edit Mode',
  10513.                                 'objectLayout' => false,
  10514.                                 'notificationSettings' => [
  10515.                                 ],
  10516.                                 'changePublishedState' => 'no_change',
  10517.                             ],
  10518.                             'name' => 'to_do',
  10519.                         ],
  10520.                         'to_published' => [
  10521.                             'to' => [
  10522.                                 => 'local_ready',
  10523.                             ],
  10524.                             'from' => [
  10525.                                 => 'local_new',
  10526.                             ],
  10527.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_fr\') or 97 in user.getUser().getRoles()) ))',
  10528.                             'options' => [
  10529.                                 'label' => ' FR - Set to "ready for publishing"',
  10530.                                 'objectLayout' => false,
  10531.                                 'notificationSettings' => [
  10532.                                 ],
  10533.                                 'changePublishedState' => 'no_change',
  10534.                             ],
  10535.                             'name' => 'to_published',
  10536.                         ],
  10537.                     ],
  10538.                     'priority' => 0,
  10539.                     'audit_trail' => [
  10540.                         'enabled' => false,
  10541.                     ],
  10542.                     'supports' => [
  10543.                     ],
  10544.                     'globalActions' => [
  10545.                     ],
  10546.                 ],
  10547.                 'product_workflow_local_ro' => [
  10548.                     'placeholders' => [
  10549.                         '{{stateFieldName}}' => 'translationStateRo',
  10550.                         '{{locale}}' => 'ro',
  10551.                         '{{flag}}' => 'ro',
  10552.                         '{{role}}' => 'CountryEditor',
  10553.                         '{{permission}}' => 'country_editor_ro',
  10554.                     ],
  10555.                     'enabled' => true,
  10556.                     'label' => 'Local Release Workflow (ro)',
  10557.                     'type' => 'state_machine',
  10558.                     'support_strategy' => [
  10559.                         'service' => 'workflow.support_strategy.country_editor_ro',
  10560.                         'arguments' => [
  10561.                         ],
  10562.                     ],
  10563.                     'initial_markings' => [
  10564.                         => 'local_new',
  10565.                     ],
  10566.                     'marking_store' => [
  10567.                         'type' => 'single_state',
  10568.                         'arguments' => [
  10569.                             => 'translationStateRo',
  10570.                         ],
  10571.                     ],
  10572.                     'places' => [
  10573.                         'local_new' => [
  10574.                             'label' => 'update Texts (ro)',
  10575.                             'visibleInHeader' => false,
  10576.                             'color' => '#cddc39',
  10577.                             'colorInverted' => false,
  10578.                             'permissions' => [
  10579.                                 => [
  10580.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  10581.                                     'modify' => true,
  10582.                                 ],
  10583.                                 => [
  10584.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  10585.                                     'publish' => false,
  10586.                                     'save' => true,
  10587.                                     'delete' => false,
  10588.                                     'settings' => false,
  10589.                                     'versions' => false,
  10590.                                     'unpublish' => false,
  10591.                                 ],
  10592.                                 => [
  10593.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  10594.                                     'publish' => false,
  10595.                                     'save' => true,
  10596.                                     'delete' => false,
  10597.                                     'settings' => false,
  10598.                                     'versions' => false,
  10599.                                     'unpublish' => false,
  10600.                                 ],
  10601.                             ],
  10602.                             'title' => '',
  10603.                         ],
  10604.                         'local_ready' => [
  10605.                             'label' => 'Ready For Publishing - ro',
  10606.                             'visibleInHeader' => false,
  10607.                             'color' => '#cddc39',
  10608.                             'colorInverted' => false,
  10609.                             'permissions' => [
  10610.                                 => [
  10611.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  10612.                                     'modify' => true,
  10613.                                 ],
  10614.                                 => [
  10615.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  10616.                                     'publish' => false,
  10617.                                     'save' => true,
  10618.                                 ],
  10619.                                 => [
  10620.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  10621.                                     'publish' => false,
  10622.                                     'save' => false,
  10623.                                 ],
  10624.                             ],
  10625.                             'title' => '',
  10626.                         ],
  10627.                     ],
  10628.                     'transitions' => [
  10629.                         'to_do' => [
  10630.                             'to' => [
  10631.                                 => 'local_new',
  10632.                             ],
  10633.                             'from' => [
  10634.                                 => 'local_ready',
  10635.                             ],
  10636.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_ro\') or 97 in user.getUser().getRoles()) ))',
  10637.                             'options' => [
  10638.                                 'label' => 'RO - Enable Edit Mode',
  10639.                                 'objectLayout' => false,
  10640.                                 'notificationSettings' => [
  10641.                                 ],
  10642.                                 'changePublishedState' => 'no_change',
  10643.                             ],
  10644.                             'name' => 'to_do',
  10645.                         ],
  10646.                         'to_published' => [
  10647.                             'to' => [
  10648.                                 => 'local_ready',
  10649.                             ],
  10650.                             'from' => [
  10651.                                 => 'local_new',
  10652.                             ],
  10653.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_ro\') or 97 in user.getUser().getRoles()) ))',
  10654.                             'options' => [
  10655.                                 'label' => ' RO - Set to "ready for publishing"',
  10656.                                 'objectLayout' => false,
  10657.                                 'notificationSettings' => [
  10658.                                 ],
  10659.                                 'changePublishedState' => 'no_change',
  10660.                             ],
  10661.                             'name' => 'to_published',
  10662.                         ],
  10663.                     ],
  10664.                     'priority' => 0,
  10665.                     'audit_trail' => [
  10666.                         'enabled' => false,
  10667.                     ],
  10668.                     'supports' => [
  10669.                     ],
  10670.                     'globalActions' => [
  10671.                     ],
  10672.                 ],
  10673.                 'product_workflow_local_es' => [
  10674.                     'placeholders' => [
  10675.                         '{{stateFieldName}}' => 'translationStateEs',
  10676.                         '{{locale}}' => 'es',
  10677.                         '{{flag}}' => 'es',
  10678.                         '{{role}}' => 'CountryEditor',
  10679.                         '{{permission}}' => 'country_editor_es',
  10680.                     ],
  10681.                     'enabled' => true,
  10682.                     'label' => 'Local Release Workflow (es)',
  10683.                     'type' => 'state_machine',
  10684.                     'support_strategy' => [
  10685.                         'service' => 'workflow.support_strategy.country_editor_es',
  10686.                         'arguments' => [
  10687.                         ],
  10688.                     ],
  10689.                     'initial_markings' => [
  10690.                         => 'local_new',
  10691.                     ],
  10692.                     'marking_store' => [
  10693.                         'type' => 'single_state',
  10694.                         'arguments' => [
  10695.                             => 'translationStateEs',
  10696.                         ],
  10697.                     ],
  10698.                     'places' => [
  10699.                         'local_new' => [
  10700.                             'label' => 'update Texts (es)',
  10701.                             'visibleInHeader' => false,
  10702.                             'color' => '#cddc39',
  10703.                             'colorInverted' => false,
  10704.                             'permissions' => [
  10705.                                 => [
  10706.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  10707.                                     'modify' => true,
  10708.                                 ],
  10709.                                 => [
  10710.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  10711.                                     'publish' => false,
  10712.                                     'save' => true,
  10713.                                     'delete' => false,
  10714.                                     'settings' => false,
  10715.                                     'versions' => false,
  10716.                                     'unpublish' => false,
  10717.                                 ],
  10718.                                 => [
  10719.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  10720.                                     'publish' => false,
  10721.                                     'save' => true,
  10722.                                     'delete' => false,
  10723.                                     'settings' => false,
  10724.                                     'versions' => false,
  10725.                                     'unpublish' => false,
  10726.                                 ],
  10727.                             ],
  10728.                             'title' => '',
  10729.                         ],
  10730.                         'local_ready' => [
  10731.                             'label' => 'Ready For Publishing - es',
  10732.                             'visibleInHeader' => false,
  10733.                             'color' => '#cddc39',
  10734.                             'colorInverted' => false,
  10735.                             'permissions' => [
  10736.                                 => [
  10737.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  10738.                                     'modify' => true,
  10739.                                 ],
  10740.                                 => [
  10741.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  10742.                                     'publish' => false,
  10743.                                     'save' => true,
  10744.                                 ],
  10745.                                 => [
  10746.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  10747.                                     'publish' => false,
  10748.                                     'save' => false,
  10749.                                 ],
  10750.                             ],
  10751.                             'title' => '',
  10752.                         ],
  10753.                     ],
  10754.                     'transitions' => [
  10755.                         'to_do' => [
  10756.                             'to' => [
  10757.                                 => 'local_new',
  10758.                             ],
  10759.                             'from' => [
  10760.                                 => 'local_ready',
  10761.                             ],
  10762.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_es\') or 97 in user.getUser().getRoles()) ))',
  10763.                             'options' => [
  10764.                                 'label' => 'ES - Enable Edit Mode',
  10765.                                 'objectLayout' => false,
  10766.                                 'notificationSettings' => [
  10767.                                 ],
  10768.                                 'changePublishedState' => 'no_change',
  10769.                             ],
  10770.                             'name' => 'to_do',
  10771.                         ],
  10772.                         'to_published' => [
  10773.                             'to' => [
  10774.                                 => 'local_ready',
  10775.                             ],
  10776.                             'from' => [
  10777.                                 => 'local_new',
  10778.                             ],
  10779.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_es\') or 97 in user.getUser().getRoles()) ))',
  10780.                             'options' => [
  10781.                                 'label' => ' ES - Set to "ready for publishing"',
  10782.                                 'objectLayout' => false,
  10783.                                 'notificationSettings' => [
  10784.                                 ],
  10785.                                 'changePublishedState' => 'no_change',
  10786.                             ],
  10787.                             'name' => 'to_published',
  10788.                         ],
  10789.                     ],
  10790.                     'priority' => 0,
  10791.                     'audit_trail' => [
  10792.                         'enabled' => false,
  10793.                     ],
  10794.                     'supports' => [
  10795.                     ],
  10796.                     'globalActions' => [
  10797.                     ],
  10798.                 ],
  10799.                 'product_workflow_local_sk' => [
  10800.                     'placeholders' => [
  10801.                         '{{stateFieldName}}' => 'translationStateSk',
  10802.                         '{{locale}}' => 'sk',
  10803.                         '{{flag}}' => 'sk',
  10804.                         '{{role}}' => 'CountryEditor',
  10805.                         '{{permission}}' => 'country_editor_sk',
  10806.                     ],
  10807.                     'enabled' => true,
  10808.                     'label' => 'Local Release Workflow (sk)',
  10809.                     'type' => 'state_machine',
  10810.                     'support_strategy' => [
  10811.                         'service' => 'workflow.support_strategy.country_editor_sk',
  10812.                         'arguments' => [
  10813.                         ],
  10814.                     ],
  10815.                     'initial_markings' => [
  10816.                         => 'local_new',
  10817.                     ],
  10818.                     'marking_store' => [
  10819.                         'type' => 'single_state',
  10820.                         'arguments' => [
  10821.                             => 'translationStateSk',
  10822.                         ],
  10823.                     ],
  10824.                     'places' => [
  10825.                         'local_new' => [
  10826.                             'label' => 'update Texts (sk)',
  10827.                             'visibleInHeader' => false,
  10828.                             'color' => '#cddc39',
  10829.                             'colorInverted' => false,
  10830.                             'permissions' => [
  10831.                                 => [
  10832.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  10833.                                     'modify' => true,
  10834.                                 ],
  10835.                                 => [
  10836.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  10837.                                     'publish' => false,
  10838.                                     'save' => true,
  10839.                                     'delete' => false,
  10840.                                     'settings' => false,
  10841.                                     'versions' => false,
  10842.                                     'unpublish' => false,
  10843.                                 ],
  10844.                                 => [
  10845.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  10846.                                     'publish' => false,
  10847.                                     'save' => true,
  10848.                                     'delete' => false,
  10849.                                     'settings' => false,
  10850.                                     'versions' => false,
  10851.                                     'unpublish' => false,
  10852.                                 ],
  10853.                             ],
  10854.                             'title' => '',
  10855.                         ],
  10856.                         'local_ready' => [
  10857.                             'label' => 'Ready For Publishing - sk',
  10858.                             'visibleInHeader' => false,
  10859.                             'color' => '#cddc39',
  10860.                             'colorInverted' => false,
  10861.                             'permissions' => [
  10862.                                 => [
  10863.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  10864.                                     'modify' => true,
  10865.                                 ],
  10866.                                 => [
  10867.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  10868.                                     'publish' => false,
  10869.                                     'save' => true,
  10870.                                 ],
  10871.                                 => [
  10872.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  10873.                                     'publish' => false,
  10874.                                     'save' => false,
  10875.                                 ],
  10876.                             ],
  10877.                             'title' => '',
  10878.                         ],
  10879.                     ],
  10880.                     'transitions' => [
  10881.                         'to_do' => [
  10882.                             'to' => [
  10883.                                 => 'local_new',
  10884.                             ],
  10885.                             'from' => [
  10886.                                 => 'local_ready',
  10887.                             ],
  10888.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_sk\') or 97 in user.getUser().getRoles()) ))',
  10889.                             'options' => [
  10890.                                 'label' => 'SK - Enable Edit Mode',
  10891.                                 'objectLayout' => false,
  10892.                                 'notificationSettings' => [
  10893.                                 ],
  10894.                                 'changePublishedState' => 'no_change',
  10895.                             ],
  10896.                             'name' => 'to_do',
  10897.                         ],
  10898.                         'to_published' => [
  10899.                             'to' => [
  10900.                                 => 'local_ready',
  10901.                             ],
  10902.                             'from' => [
  10903.                                 => 'local_new',
  10904.                             ],
  10905.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_sk\') or 97 in user.getUser().getRoles()) ))',
  10906.                             'options' => [
  10907.                                 'label' => 'SK - Set to "ready for publishing"',
  10908.                                 'objectLayout' => false,
  10909.                                 'notificationSettings' => [
  10910.                                 ],
  10911.                                 'changePublishedState' => 'no_change',
  10912.                             ],
  10913.                             'name' => 'to_published',
  10914.                         ],
  10915.                     ],
  10916.                     'priority' => 0,
  10917.                     'audit_trail' => [
  10918.                         'enabled' => false,
  10919.                     ],
  10920.                     'supports' => [
  10921.                     ],
  10922.                     'globalActions' => [
  10923.                     ],
  10924.                 ],
  10925.                 'product_workflow_local_cs' => [
  10926.                     'placeholders' => [
  10927.                         '{{stateFieldName}}' => 'translationStateCs',
  10928.                         '{{locale}}' => 'cs',
  10929.                         '{{flag}}' => 'cs',
  10930.                         '{{role}}' => 'CountryEditor',
  10931.                         '{{permission}}' => 'country_editor_cs',
  10932.                     ],
  10933.                     'enabled' => true,
  10934.                     'label' => 'Local Release Workflow (cs)',
  10935.                     'type' => 'state_machine',
  10936.                     'support_strategy' => [
  10937.                         'service' => 'workflow.support_strategy.country_editor_cs',
  10938.                         'arguments' => [
  10939.                         ],
  10940.                     ],
  10941.                     'initial_markings' => [
  10942.                         => 'local_new',
  10943.                     ],
  10944.                     'marking_store' => [
  10945.                         'type' => 'single_state',
  10946.                         'arguments' => [
  10947.                             => 'translationStateCs',
  10948.                         ],
  10949.                     ],
  10950.                     'places' => [
  10951.                         'local_new' => [
  10952.                             'label' => 'update Texts (cs)',
  10953.                             'visibleInHeader' => false,
  10954.                             'color' => '#cddc39',
  10955.                             'colorInverted' => false,
  10956.                             'permissions' => [
  10957.                                 => [
  10958.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  10959.                                     'modify' => true,
  10960.                                 ],
  10961.                                 => [
  10962.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  10963.                                     'publish' => false,
  10964.                                     'save' => true,
  10965.                                     'delete' => false,
  10966.                                     'settings' => false,
  10967.                                     'versions' => false,
  10968.                                     'unpublish' => false,
  10969.                                 ],
  10970.                                 => [
  10971.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  10972.                                     'publish' => false,
  10973.                                     'save' => true,
  10974.                                     'delete' => false,
  10975.                                     'settings' => false,
  10976.                                     'versions' => false,
  10977.                                     'unpublish' => false,
  10978.                                 ],
  10979.                             ],
  10980.                             'title' => '',
  10981.                         ],
  10982.                         'local_ready' => [
  10983.                             'label' => 'Ready For Publishing - cs',
  10984.                             'visibleInHeader' => false,
  10985.                             'color' => '#cddc39',
  10986.                             'colorInverted' => false,
  10987.                             'permissions' => [
  10988.                                 => [
  10989.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  10990.                                     'modify' => true,
  10991.                                 ],
  10992.                                 => [
  10993.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  10994.                                     'publish' => false,
  10995.                                     'save' => true,
  10996.                                 ],
  10997.                                 => [
  10998.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  10999.                                     'publish' => false,
  11000.                                     'save' => false,
  11001.                                 ],
  11002.                             ],
  11003.                             'title' => '',
  11004.                         ],
  11005.                     ],
  11006.                     'transitions' => [
  11007.                         'to_do' => [
  11008.                             'to' => [
  11009.                                 => 'local_new',
  11010.                             ],
  11011.                             'from' => [
  11012.                                 => 'local_ready',
  11013.                             ],
  11014.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_cs\') or 97 in user.getUser().getRoles()) ))',
  11015.                             'options' => [
  11016.                                 'label' => 'CS - Enable Edit Mode',
  11017.                                 'objectLayout' => false,
  11018.                                 'notificationSettings' => [
  11019.                                 ],
  11020.                                 'changePublishedState' => 'no_change',
  11021.                             ],
  11022.                             'name' => 'to_do',
  11023.                         ],
  11024.                         'to_published' => [
  11025.                             'to' => [
  11026.                                 => 'local_ready',
  11027.                             ],
  11028.                             'from' => [
  11029.                                 => 'local_new',
  11030.                             ],
  11031.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_cs\') or 97 in user.getUser().getRoles()) ))',
  11032.                             'options' => [
  11033.                                 'label' => ' CS - Set to "ready for publishing"',
  11034.                                 'objectLayout' => false,
  11035.                                 'notificationSettings' => [
  11036.                                 ],
  11037.                                 'changePublishedState' => 'no_change',
  11038.                             ],
  11039.                             'name' => 'to_published',
  11040.                         ],
  11041.                     ],
  11042.                     'priority' => 0,
  11043.                     'audit_trail' => [
  11044.                         'enabled' => false,
  11045.                     ],
  11046.                     'supports' => [
  11047.                     ],
  11048.                     'globalActions' => [
  11049.                     ],
  11050.                 ],
  11051.                 'product_workflow_local_pl' => [
  11052.                     'placeholders' => [
  11053.                         '{{stateFieldName}}' => 'translationStatePl',
  11054.                         '{{locale}}' => 'pl',
  11055.                         '{{flag}}' => 'pl',
  11056.                         '{{role}}' => 'CountryEditor',
  11057.                         '{{permission}}' => 'country_editor_pl',
  11058.                     ],
  11059.                     'enabled' => true,
  11060.                     'label' => 'Local Release Workflow (pl)',
  11061.                     'type' => 'state_machine',
  11062.                     'support_strategy' => [
  11063.                         'service' => 'workflow.support_strategy.country_editor_pl',
  11064.                         'arguments' => [
  11065.                         ],
  11066.                     ],
  11067.                     'initial_markings' => [
  11068.                         => 'local_new',
  11069.                     ],
  11070.                     'marking_store' => [
  11071.                         'type' => 'single_state',
  11072.                         'arguments' => [
  11073.                             => 'translationStatePl',
  11074.                         ],
  11075.                     ],
  11076.                     'places' => [
  11077.                         'local_new' => [
  11078.                             'label' => 'update Texts (pl)',
  11079.                             'visibleInHeader' => false,
  11080.                             'color' => '#cddc39',
  11081.                             'colorInverted' => false,
  11082.                             'permissions' => [
  11083.                                 => [
  11084.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11085.                                     'modify' => true,
  11086.                                 ],
  11087.                                 => [
  11088.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  11089.                                     'publish' => false,
  11090.                                     'save' => true,
  11091.                                     'delete' => false,
  11092.                                     'settings' => false,
  11093.                                     'versions' => false,
  11094.                                     'unpublish' => false,
  11095.                                 ],
  11096.                                 => [
  11097.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  11098.                                     'publish' => false,
  11099.                                     'save' => true,
  11100.                                     'delete' => false,
  11101.                                     'settings' => false,
  11102.                                     'versions' => false,
  11103.                                     'unpublish' => false,
  11104.                                 ],
  11105.                             ],
  11106.                             'title' => '',
  11107.                         ],
  11108.                         'local_ready' => [
  11109.                             'label' => 'Ready For Publishing - pl',
  11110.                             'visibleInHeader' => false,
  11111.                             'color' => '#cddc39',
  11112.                             'colorInverted' => false,
  11113.                             'permissions' => [
  11114.                                 => [
  11115.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11116.                                     'modify' => true,
  11117.                                 ],
  11118.                                 => [
  11119.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  11120.                                     'publish' => false,
  11121.                                     'save' => true,
  11122.                                 ],
  11123.                                 => [
  11124.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  11125.                                     'publish' => false,
  11126.                                     'save' => false,
  11127.                                 ],
  11128.                             ],
  11129.                             'title' => '',
  11130.                         ],
  11131.                     ],
  11132.                     'transitions' => [
  11133.                         'to_do' => [
  11134.                             'to' => [
  11135.                                 => 'local_new',
  11136.                             ],
  11137.                             'from' => [
  11138.                                 => 'local_ready',
  11139.                             ],
  11140.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_pl\') or 97 in user.getUser().getRoles()) ))',
  11141.                             'options' => [
  11142.                                 'label' => 'PL - Enable Edit Mode',
  11143.                                 'objectLayout' => false,
  11144.                                 'notificationSettings' => [
  11145.                                 ],
  11146.                                 'changePublishedState' => 'no_change',
  11147.                             ],
  11148.                             'name' => 'to_do',
  11149.                         ],
  11150.                         'to_published' => [
  11151.                             'to' => [
  11152.                                 => 'local_ready',
  11153.                             ],
  11154.                             'from' => [
  11155.                                 => 'local_new',
  11156.                             ],
  11157.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_pl\') or 97 in user.getUser().getRoles()) ))',
  11158.                             'options' => [
  11159.                                 'label' => 'PL - Set to "ready for publishing"',
  11160.                                 'objectLayout' => false,
  11161.                                 'notificationSettings' => [
  11162.                                 ],
  11163.                                 'changePublishedState' => 'no_change',
  11164.                             ],
  11165.                             'name' => 'to_published',
  11166.                         ],
  11167.                     ],
  11168.                     'priority' => 0,
  11169.                     'audit_trail' => [
  11170.                         'enabled' => false,
  11171.                     ],
  11172.                     'supports' => [
  11173.                     ],
  11174.                     'globalActions' => [
  11175.                     ],
  11176.                 ],
  11177.                 'product_workflow_local_it' => [
  11178.                     'placeholders' => [
  11179.                         '{{stateFieldName}}' => 'translationStateIt',
  11180.                         '{{locale}}' => 'it',
  11181.                         '{{flag}}' => 'it',
  11182.                         '{{role}}' => 'CountryEditor',
  11183.                         '{{permission}}' => 'country_editor_it',
  11184.                     ],
  11185.                     'enabled' => true,
  11186.                     'label' => 'Local Release Workflow (it)',
  11187.                     'type' => 'state_machine',
  11188.                     'support_strategy' => [
  11189.                         'service' => 'workflow.support_strategy.country_editor_it',
  11190.                         'arguments' => [
  11191.                         ],
  11192.                     ],
  11193.                     'initial_markings' => [
  11194.                         => 'local_new',
  11195.                     ],
  11196.                     'marking_store' => [
  11197.                         'type' => 'single_state',
  11198.                         'arguments' => [
  11199.                             => 'translationStateIt',
  11200.                         ],
  11201.                     ],
  11202.                     'places' => [
  11203.                         'local_new' => [
  11204.                             'label' => 'update Texts (it)',
  11205.                             'visibleInHeader' => false,
  11206.                             'color' => '#cddc39',
  11207.                             'colorInverted' => false,
  11208.                             'permissions' => [
  11209.                                 => [
  11210.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11211.                                     'modify' => true,
  11212.                                 ],
  11213.                                 => [
  11214.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  11215.                                     'publish' => false,
  11216.                                     'save' => true,
  11217.                                     'delete' => false,
  11218.                                     'settings' => false,
  11219.                                     'versions' => false,
  11220.                                     'unpublish' => false,
  11221.                                 ],
  11222.                                 => [
  11223.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  11224.                                     'publish' => false,
  11225.                                     'save' => true,
  11226.                                     'delete' => false,
  11227.                                     'settings' => false,
  11228.                                     'versions' => false,
  11229.                                     'unpublish' => false,
  11230.                                 ],
  11231.                             ],
  11232.                             'title' => '',
  11233.                         ],
  11234.                         'local_ready' => [
  11235.                             'label' => 'Ready For Publishing - it',
  11236.                             'visibleInHeader' => false,
  11237.                             'color' => '#cddc39',
  11238.                             'colorInverted' => false,
  11239.                             'permissions' => [
  11240.                                 => [
  11241.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11242.                                     'modify' => true,
  11243.                                 ],
  11244.                                 => [
  11245.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  11246.                                     'publish' => false,
  11247.                                     'save' => true,
  11248.                                 ],
  11249.                                 => [
  11250.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  11251.                                     'publish' => false,
  11252.                                     'save' => false,
  11253.                                 ],
  11254.                             ],
  11255.                             'title' => '',
  11256.                         ],
  11257.                     ],
  11258.                     'transitions' => [
  11259.                         'to_do' => [
  11260.                             'to' => [
  11261.                                 => 'local_new',
  11262.                             ],
  11263.                             'from' => [
  11264.                                 => 'local_ready',
  11265.                             ],
  11266.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_it\') or 97 in user.getUser().getRoles()) ))',
  11267.                             'options' => [
  11268.                                 'label' => 'IT - Enable Edit Mode',
  11269.                                 'objectLayout' => false,
  11270.                                 'notificationSettings' => [
  11271.                                 ],
  11272.                                 'changePublishedState' => 'no_change',
  11273.                             ],
  11274.                             'name' => 'to_do',
  11275.                         ],
  11276.                         'to_published' => [
  11277.                             'to' => [
  11278.                                 => 'local_ready',
  11279.                             ],
  11280.                             'from' => [
  11281.                                 => 'local_new',
  11282.                             ],
  11283.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_it\') or 97 in user.getUser().getRoles()) ))',
  11284.                             'options' => [
  11285.                                 'label' => ' IT - Set to "ready for publishing"',
  11286.                                 'objectLayout' => false,
  11287.                                 'notificationSettings' => [
  11288.                                 ],
  11289.                                 'changePublishedState' => 'no_change',
  11290.                             ],
  11291.                             'name' => 'to_published',
  11292.                         ],
  11293.                     ],
  11294.                     'priority' => 0,
  11295.                     'audit_trail' => [
  11296.                         'enabled' => false,
  11297.                     ],
  11298.                     'supports' => [
  11299.                     ],
  11300.                     'globalActions' => [
  11301.                     ],
  11302.                 ],
  11303.                 'product_workflow_local_sv' => [
  11304.                     'placeholders' => [
  11305.                         '{{stateFieldName}}' => 'translationStateSv',
  11306.                         '{{locale}}' => 'it',
  11307.                         '{{flag}}' => 'it',
  11308.                         '{{role}}' => 'CountryEditor',
  11309.                         '{{permission}}' => 'country_editor_sv',
  11310.                     ],
  11311.                     'enabled' => true,
  11312.                     'label' => 'Local Release Workflow (sv)',
  11313.                     'type' => 'state_machine',
  11314.                     'support_strategy' => [
  11315.                         'service' => 'workflow.support_strategy.country_editor_sv',
  11316.                         'arguments' => [
  11317.                         ],
  11318.                     ],
  11319.                     'initial_markings' => [
  11320.                         => 'local_new',
  11321.                     ],
  11322.                     'marking_store' => [
  11323.                         'type' => 'single_state',
  11324.                         'arguments' => [
  11325.                             => 'translationStateSv',
  11326.                         ],
  11327.                     ],
  11328.                     'places' => [
  11329.                         'local_new' => [
  11330.                             'label' => 'update Texts (it)',
  11331.                             'visibleInHeader' => false,
  11332.                             'color' => '#cddc39',
  11333.                             'colorInverted' => false,
  11334.                             'permissions' => [
  11335.                                 => [
  11336.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11337.                                     'modify' => true,
  11338.                                 ],
  11339.                                 => [
  11340.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 97 in user.getUser().getRoles()',
  11341.                                     'publish' => false,
  11342.                                     'save' => true,
  11343.                                     'delete' => false,
  11344.                                     'settings' => false,
  11345.                                     'versions' => false,
  11346.                                     'unpublish' => false,
  11347.                                 ],
  11348.                                 => [
  11349.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and 98 in user.getUser().getRoles()',
  11350.                                     'publish' => false,
  11351.                                     'save' => true,
  11352.                                     'delete' => false,
  11353.                                     'settings' => false,
  11354.                                     'versions' => false,
  11355.                                     'unpublish' => false,
  11356.                                 ],
  11357.                             ],
  11358.                             'title' => '',
  11359.                         ],
  11360.                         'local_ready' => [
  11361.                             'label' => 'Ready For Publishing - it',
  11362.                             'visibleInHeader' => false,
  11363.                             'color' => '#cddc39',
  11364.                             'colorInverted' => false,
  11365.                             'permissions' => [
  11366.                                 => [
  11367.                                     'condition' => 'is_fully_authenticated() and (is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11368.                                     'modify' => true,
  11369.                                 ],
  11370.                                 => [
  11371.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and  ( 97 in user.getUser().getRoles() or ( 98 in user.getUser().getRoles() and not subject.isTranslationReady()) )',
  11372.                                     'publish' => false,
  11373.                                     'save' => true,
  11374.                                 ],
  11375.                                 => [
  11376.                                     'condition' => 'is_fully_authenticated() and ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) ) and ( 98 in user.getUser().getRoles() )',
  11377.                                     'publish' => false,
  11378.                                     'save' => false,
  11379.                                 ],
  11380.                             ],
  11381.                             'title' => '',
  11382.                         ],
  11383.                     ],
  11384.                     'transitions' => [
  11385.                         'to_do' => [
  11386.                             'to' => [
  11387.                                 => 'local_new',
  11388.                             ],
  11389.                             'from' => [
  11390.                                 => 'local_ready',
  11391.                             ],
  11392.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_sv\') or 97 in user.getUser().getRoles()) ))',
  11393.                             'options' => [
  11394.                                 'label' => 'SV - Enable Edit Mode',
  11395.                                 'objectLayout' => false,
  11396.                                 'notificationSettings' => [
  11397.                                 ],
  11398.                                 'changePublishedState' => 'no_change',
  11399.                             ],
  11400.                             'name' => 'to_do',
  11401.                         ],
  11402.                         'to_published' => [
  11403.                             'to' => [
  11404.                                 => 'local_ready',
  11405.                             ],
  11406.                             'from' => [
  11407.                                 => 'local_new',
  11408.                             ],
  11409.                             'guard' => 'is_fully_authenticated() and ( (user.getUser().isAllowed(subject.getProductBranchPermissionName()) ) and (is_granted(\'ROLE_PIMCORE_ADMIN\') or (user.getUser().isAllowed(\'country_editor_sv\') or 97 in user.getUser().getRoles()) ))',
  11410.                             'options' => [
  11411.                                 'label' => 'SV - Set to "ready for publishing"',
  11412.                                 'objectLayout' => false,
  11413.                                 'notificationSettings' => [
  11414.                                 ],
  11415.                                 'changePublishedState' => 'no_change',
  11416.                             ],
  11417.                             'name' => 'to_published',
  11418.                         ],
  11419.                     ],
  11420.                     'priority' => 0,
  11421.                     'audit_trail' => [
  11422.                         'enabled' => false,
  11423.                     ],
  11424.                     'supports' => [
  11425.                     ],
  11426.                     'globalActions' => [
  11427.                     ],
  11428.                 ],
  11429.                 'product_workflow_global_wm' => [
  11430.                     'placeholders' => [
  11431.                         '{{stateFieldName}}' => 'globalStateWm',
  11432.                         '{{branch}}' => 'water_management',
  11433.                         '{{role}}' => 'global Branch Editor water',
  11434.                         '{{permission}}' => 'branch_water_management',
  11435.                     ],
  11436.                     'enabled' => true,
  11437.                     'initial_markings' => [
  11438.                         => 'draft',
  11439.                     ],
  11440.                     'label' => 'global Release Workflow (Water Management)',
  11441.                     'type' => 'state_machine',
  11442.                     'priority' => 10,
  11443.                     'support_strategy' => [
  11444.                         'type' => 'expression',
  11445.                         'arguments' => [
  11446.                             => '\\Pimcore\\Model\\DataObject\\Product',
  11447.                             => 'subject.isWaterManagement()',
  11448.                             => 'subject.getProductType() == \'A\'',
  11449.                         ],
  11450.                     ],
  11451.                     'marking_store' => [
  11452.                         'type' => 'single_state',
  11453.                         'arguments' => [
  11454.                             => 'globalStateWm',
  11455.                         ],
  11456.                     ],
  11457.                     'places' => [
  11458.                         'draft' => [
  11459.                             'label' => 'draft (water_management)',
  11460.                             'visibleInHeader' => true,
  11461.                             'color' => '#ffdc39',
  11462.                             'colorInverted' => false,
  11463.                             'permissions' => [
  11464.                                 => [
  11465.                                     'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11466.                                     'modify' => true,
  11467.                                 ],
  11468.                                 => [
  11469.                                     'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) )',
  11470.                                     'publish' => false,
  11471.                                     'save' => true,
  11472.                                     'unpublish' => false,
  11473.                                 ],
  11474.                                 => [
  11475.                                     'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )',
  11476.                                     'publish' => false,
  11477.                                     'save' => true,
  11478.                                     'unpublish' => false,
  11479.                                 ],
  11480.                                 => [
  11481.                                     'save' => false,
  11482.                                     'publish' => false,
  11483.                                 ],
  11484.                             ],
  11485.                             'title' => '',
  11486.                         ],
  11487.                         'global_ready' => [
  11488.                             'label' => 'Ready For Publishing (water_management)',
  11489.                             'visibleInHeader' => true,
  11490.                             'color' => '#ffdc39',
  11491.                             'colorInverted' => false,
  11492.                             'permissions' => [
  11493.                                 => [
  11494.                                     'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11495.                                     'publish' => true,
  11496.                                 ],
  11497.                                 => [
  11498.                                     'condition' => 'is_fully_authenticated() and subject.isWaterManagement() and ( ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  11499.                                     'publish' => false,
  11500.                                     'save' => true,
  11501.                                 ],
  11502.                                 => [
  11503.                                     'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )',
  11504.                                     'publish' => false,
  11505.                                     'save' => false,
  11506.                                 ],
  11507.                                 => [
  11508.                                     'save' => false,
  11509.                                     'publish' => false,
  11510.                                 ],
  11511.                             ],
  11512.                             'title' => '',
  11513.                         ],
  11514.                         'global_published' => [
  11515.                             'label' => 'Published (water_management)',
  11516.                             'visibleInHeader' => true,
  11517.                             'color' => '#ffdc39',
  11518.                             'colorInverted' => false,
  11519.                             'permissions' => [
  11520.                                 => [
  11521.                                     'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11522.                                     'save' => true,
  11523.                                     'modify' => true,
  11524.                                     'unpublish' => true,
  11525.                                 ],
  11526.                                 => [
  11527.                                     'condition' => 'is_fully_authenticated() and subject.isWaterManagement() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  11528.                                     'publish' => false,
  11529.                                     'save' => false,
  11530.                                     'unpublish' => false,
  11531.                                 ],
  11532.                                 => [
  11533.                                     'save' => false,
  11534.                                     'publish' => false,
  11535.                                 ],
  11536.                             ],
  11537.                             'title' => '',
  11538.                         ],
  11539.                     ],
  11540.                     'transitions' => [
  11541.                         'make_ready' => [
  11542.                             'to' => [
  11543.                                 => 'global_ready',
  11544.                             ],
  11545.                             'from' => [
  11546.                                 => 'draft',
  11547.                                 => 'global_published',
  11548.                             ],
  11549.                             'guard' => 'is_fully_authenticated() and subject.isWaterManagement() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  11550.                             'options' => [
  11551.                                 'label' => 'enable Review Mode - Water Management',
  11552.                                 'objectLayout' => false,
  11553.                                 'notificationSettings' => [
  11554.                                 ],
  11555.                                 'changePublishedState' => 'no_change',
  11556.                             ],
  11557.                             'name' => 'make_ready',
  11558.                         ],
  11559.                         'publish' => [
  11560.                             'to' => [
  11561.                                 => 'global_published',
  11562.                             ],
  11563.                             'from' => [
  11564.                                 => 'global_ready',
  11565.                             ],
  11566.                             'guard' => 'is_fully_authenticated() and subject.isWaterManagement() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  11567.                             'options' => [
  11568.                                 'label' => ' Publish - Water Management',
  11569.                                 'changePublishedState' => 'force_published',
  11570.                                 'objectLayout' => false,
  11571.                                 'notificationSettings' => [
  11572.                                 ],
  11573.                             ],
  11574.                             'name' => 'publish',
  11575.                         ],
  11576.                         'edit' => [
  11577.                             'to' => [
  11578.                                 => 'draft',
  11579.                             ],
  11580.                             'from' => [
  11581.                                 => 'global_published',
  11582.                                 => 'global_ready',
  11583.                             ],
  11584.                             'guard' => 'is_fully_authenticated() and subject.isWaterManagement() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and ( 97 in user.getUser().getRoles() or 98 in user.getUser().getRoles() ) ) ) )',
  11585.                             'options' => [
  11586.                                 'label' => ' enable Edit Mode - Water Management',
  11587.                                 'objectLayout' => false,
  11588.                                 'notificationSettings' => [
  11589.                                 ],
  11590.                                 'changePublishedState' => 'no_change',
  11591.                             ],
  11592.                             'name' => 'edit',
  11593.                         ],
  11594.                     ],
  11595.                     'audit_trail' => [
  11596.                         'enabled' => false,
  11597.                     ],
  11598.                     'supports' => [
  11599.                     ],
  11600.                     'globalActions' => [
  11601.                     ],
  11602.                 ],
  11603.                 'product_workflow_global_bs' => [
  11604.                     'placeholders' => [
  11605.                         '{{stateFieldName}}' => 'globalStateBs',
  11606.                         '{{branch}}' => 'building_systems',
  11607.                         '{{role}}' => 'global Branch Editor Building Systems',
  11608.                         '{{permission}}' => 'branch_building_systems',
  11609.                     ],
  11610.                     'enabled' => true,
  11611.                     'priority' => 10,
  11612.                     'initial_markings' => [
  11613.                         => 'draft',
  11614.                     ],
  11615.                     'label' => 'global Release Workflow (Building Systems)',
  11616.                     'type' => 'state_machine',
  11617.                     'support_strategy' => [
  11618.                         'type' => 'expression',
  11619.                         'arguments' => [
  11620.                             => '\\Pimcore\\Model\\DataObject\\Product',
  11621.                             => 'subject.isBuildingSystems()',
  11622.                             => 'subject.getProductType() == \'A\'',
  11623.                         ],
  11624.                     ],
  11625.                     'marking_store' => [
  11626.                         'type' => 'single_state',
  11627.                         'arguments' => [
  11628.                             => 'globalStateBs',
  11629.                         ],
  11630.                     ],
  11631.                     'places' => [
  11632.                         'draft' => [
  11633.                             'label' => 'draft (building_systems)',
  11634.                             'visibleInHeader' => true,
  11635.                             'color' => '#ffdc39',
  11636.                             'colorInverted' => false,
  11637.                             'permissions' => [
  11638.                                 => [
  11639.                                     'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11640.                                     'modify' => true,
  11641.                                 ],
  11642.                                 => [
  11643.                                     'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) )',
  11644.                                     'publish' => false,
  11645.                                     'save' => true,
  11646.                                     'unpublish' => false,
  11647.                                 ],
  11648.                                 => [
  11649.                                     'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )',
  11650.                                     'publish' => false,
  11651.                                     'save' => true,
  11652.                                     'unpublish' => false,
  11653.                                 ],
  11654.                                 => [
  11655.                                     'save' => false,
  11656.                                     'publish' => false,
  11657.                                 ],
  11658.                             ],
  11659.                             'title' => '',
  11660.                         ],
  11661.                         'global_ready' => [
  11662.                             'label' => 'Ready For Publishing (building_systems)',
  11663.                             'visibleInHeader' => true,
  11664.                             'color' => '#ffdc39',
  11665.                             'colorInverted' => false,
  11666.                             'permissions' => [
  11667.                                 => [
  11668.                                     'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11669.                                     'publish' => true,
  11670.                                 ],
  11671.                                 => [
  11672.                                     'condition' => 'is_fully_authenticated() and subject.isWaterManagement() and ( ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  11673.                                     'publish' => false,
  11674.                                     'save' => true,
  11675.                                 ],
  11676.                                 => [
  11677.                                     'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )',
  11678.                                     'publish' => false,
  11679.                                     'save' => false,
  11680.                                 ],
  11681.                                 => [
  11682.                                     'condition' => 'is_fully_authenticated() and not ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) )',
  11683.                                     'save' => false,
  11684.                                     'publish' => false,
  11685.                                 ],
  11686.                             ],
  11687.                             'title' => '',
  11688.                         ],
  11689.                         'global_published' => [
  11690.                             'label' => 'Published (building_systems)',
  11691.                             'visibleInHeader' => true,
  11692.                             'color' => '#ffdc39',
  11693.                             'colorInverted' => false,
  11694.                             'permissions' => [
  11695.                                 => [
  11696.                                     'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11697.                                     'save' => true,
  11698.                                     'modify' => true,
  11699.                                     'unpublish' => true,
  11700.                                 ],
  11701.                                 => [
  11702.                                     'condition' => 'is_fully_authenticated() and subject.isBuildingSystems() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  11703.                                     'publish' => false,
  11704.                                     'save' => false,
  11705.                                     'unpublish' => false,
  11706.                                 ],
  11707.                                 => [
  11708.                                     'save' => false,
  11709.                                     'publish' => false,
  11710.                                 ],
  11711.                             ],
  11712.                             'title' => '',
  11713.                         ],
  11714.                     ],
  11715.                     'transitions' => [
  11716.                         'make_ready' => [
  11717.                             'to' => [
  11718.                                 => 'global_ready',
  11719.                             ],
  11720.                             'from' => [
  11721.                                 => 'draft',
  11722.                                 => 'global_published',
  11723.                             ],
  11724.                             'guard' => 'is_fully_authenticated()  and subject.isBuildingSystems() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  11725.                             'options' => [
  11726.                                 'label' => 'enable Review Mode - Building Systems',
  11727.                                 'objectLayout' => false,
  11728.                                 'notificationSettings' => [
  11729.                                 ],
  11730.                                 'changePublishedState' => 'no_change',
  11731.                             ],
  11732.                             'name' => 'make_ready',
  11733.                         ],
  11734.                         'publish' => [
  11735.                             'to' => [
  11736.                                 => 'global_published',
  11737.                             ],
  11738.                             'from' => [
  11739.                                 => 'global_ready',
  11740.                             ],
  11741.                             'guard' => 'is_fully_authenticated() and subject.isBuildingSystems() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  11742.                             'options' => [
  11743.                                 'label' => 'publish - Building Systems',
  11744.                                 'changePublishedState' => 'force_published',
  11745.                                 'objectLayout' => false,
  11746.                                 'notificationSettings' => [
  11747.                                 ],
  11748.                             ],
  11749.                             'name' => 'publish',
  11750.                         ],
  11751.                         'edit' => [
  11752.                             'to' => [
  11753.                                 => 'draft',
  11754.                             ],
  11755.                             'from' => [
  11756.                                 => 'global_published',
  11757.                                 => 'global_ready',
  11758.                             ],
  11759.                             'guard' => 'is_fully_authenticated() and subject.isBuildingSystems() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and ( 97 in user.getUser().getRoles() or 98 in user.getUser().getRoles() ) ) ) )',
  11760.                             'options' => [
  11761.                                 'label' => ' enable Edit Mode - Building Systems',
  11762.                                 'objectLayout' => false,
  11763.                                 'notificationSettings' => [
  11764.                                 ],
  11765.                                 'changePublishedState' => 'no_change',
  11766.                             ],
  11767.                             'name' => 'edit',
  11768.                         ],
  11769.                     ],
  11770.                     'audit_trail' => [
  11771.                         'enabled' => false,
  11772.                     ],
  11773.                     'supports' => [
  11774.                     ],
  11775.                     'globalActions' => [
  11776.                     ],
  11777.                 ],
  11778.                 'product_workflow_global_ma' => [
  11779.                     'placeholders' => [
  11780.                         '{{stateFieldName}}' => 'globalStateMa',
  11781.                         '{{branch}}' => 'metal_applications',
  11782.                         '{{role}}' => 'global Branch Editor Metal Applications',
  11783.                         '{{permission}}' => 'branch_metal_applications',
  11784.                     ],
  11785.                     'enabled' => true,
  11786.                     'priority' => 10,
  11787.                     'initial_markings' => [
  11788.                         => 'draft',
  11789.                     ],
  11790.                     'label' => 'global Release Workflow (Metal Applications)',
  11791.                     'type' => 'state_machine',
  11792.                     'support_strategy' => [
  11793.                         'type' => 'expression',
  11794.                         'arguments' => [
  11795.                             => '\\Pimcore\\Model\\DataObject\\Product',
  11796.                             => 'subject.isMetalApplications()',
  11797.                             => 'subject.getProductType() == \'A\'',
  11798.                         ],
  11799.                     ],
  11800.                     'marking_store' => [
  11801.                         'type' => 'single_state',
  11802.                         'arguments' => [
  11803.                             => 'globalStateMa',
  11804.                         ],
  11805.                     ],
  11806.                     'places' => [
  11807.                         'draft' => [
  11808.                             'label' => 'draft (metal_applications)',
  11809.                             'visibleInHeader' => true,
  11810.                             'color' => '#ffdc39',
  11811.                             'colorInverted' => false,
  11812.                             'permissions' => [
  11813.                                 => [
  11814.                                     'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11815.                                     'modify' => true,
  11816.                                 ],
  11817.                                 => [
  11818.                                     'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) )',
  11819.                                     'publish' => false,
  11820.                                     'save' => true,
  11821.                                     'unpublish' => false,
  11822.                                 ],
  11823.                                 => [
  11824.                                     'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )',
  11825.                                     'publish' => false,
  11826.                                     'save' => true,
  11827.                                     'unpublish' => false,
  11828.                                 ],
  11829.                                 => [
  11830.                                     'save' => false,
  11831.                                     'publish' => false,
  11832.                                 ],
  11833.                             ],
  11834.                             'title' => '',
  11835.                         ],
  11836.                         'global_ready' => [
  11837.                             'label' => 'Ready For Publishing (metal_applications)',
  11838.                             'visibleInHeader' => true,
  11839.                             'color' => '#ffdc39',
  11840.                             'colorInverted' => false,
  11841.                             'permissions' => [
  11842.                                 => [
  11843.                                     'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11844.                                     'modify' => true,
  11845.                                 ],
  11846.                                 => [
  11847.                                     'condition' => 'is_fully_authenticated() and subject.isWaterManagement() and ( ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  11848.                                     'publish' => false,
  11849.                                     'save' => true,
  11850.                                 ],
  11851.                                 => [
  11852.                                     'condition' => 'is_fully_authenticated() and ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 98 in user.getUser().getRoles() ) )',
  11853.                                     'publish' => false,
  11854.                                     'save' => false,
  11855.                                 ],
  11856.                                 => [
  11857.                                     'save' => false,
  11858.                                     'publish' => false,
  11859.                                 ],
  11860.                             ],
  11861.                             'title' => '',
  11862.                         ],
  11863.                         'global_published' => [
  11864.                             'label' => 'Published (metal_applications)',
  11865.                             'visibleInHeader' => true,
  11866.                             'color' => '#ffdc39',
  11867.                             'colorInverted' => false,
  11868.                             'permissions' => [
  11869.                                 => [
  11870.                                     'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11871.                                     'save' => true,
  11872.                                     'modify' => true,
  11873.                                     'unpublish' => true,
  11874.                                 ],
  11875.                                 => [
  11876.                                     'condition' => 'is_fully_authenticated() and subject.isMetalApplications() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  11877.                                     'publish' => false,
  11878.                                     'save' => false,
  11879.                                     'unpublish' => false,
  11880.                                 ],
  11881.                                 => [
  11882.                                     'save' => false,
  11883.                                     'publish' => false,
  11884.                                 ],
  11885.                             ],
  11886.                             'title' => '',
  11887.                         ],
  11888.                     ],
  11889.                     'transitions' => [
  11890.                         'make_ready' => [
  11891.                             'to' => [
  11892.                                 => 'global_ready',
  11893.                             ],
  11894.                             'from' => [
  11895.                                 => 'draft',
  11896.                                 => 'global_published',
  11897.                             ],
  11898.                             'guard' => 'is_fully_authenticated()  and subject.isMetalApplications() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  11899.                             'options' => [
  11900.                                 'label' => 'enable Review Mode - Metal Applications',
  11901.                                 'objectLayout' => false,
  11902.                                 'notificationSettings' => [
  11903.                                 ],
  11904.                                 'changePublishedState' => 'no_change',
  11905.                             ],
  11906.                             'name' => 'make_ready',
  11907.                         ],
  11908.                         'publish' => [
  11909.                             'to' => [
  11910.                                 => 'global_published',
  11911.                             ],
  11912.                             'from' => [
  11913.                                 => 'global_ready',
  11914.                             ],
  11915.                             'guard' => 'is_fully_authenticated() and subject.isMetalApplications() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and 97 in user.getUser().getRoles() ) ) )',
  11916.                             'options' => [
  11917.                                 'label' => 'publish - Metal Applications',
  11918.                                 'changePublishedState' => 'force_published',
  11919.                                 'objectLayout' => false,
  11920.                                 'notificationSettings' => [
  11921.                                 ],
  11922.                             ],
  11923.                             'name' => 'publish',
  11924.                         ],
  11925.                         'edit' => [
  11926.                             'to' => [
  11927.                                 => 'draft',
  11928.                             ],
  11929.                             'from' => [
  11930.                                 => 'global_published',
  11931.                                 => 'global_ready',
  11932.                             ],
  11933.                             'guard' => 'is_fully_authenticated() and subject.isMetalApplications() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') or ( ( user.getUser().isAllowed( subject.getProductBranchPermissionName() ) and ( 97 in user.getUser().getRoles() or 98 in user.getUser().getRoles() ) ) ) )',
  11934.                             'options' => [
  11935.                                 'label' => ' enable Edit Mode - Metal Applications',
  11936.                                 'objectLayout' => false,
  11937.                                 'notificationSettings' => [
  11938.                                 ],
  11939.                                 'changePublishedState' => 'no_change',
  11940.                             ],
  11941.                             'name' => 'edit',
  11942.                         ],
  11943.                     ],
  11944.                     'audit_trail' => [
  11945.                         'enabled' => false,
  11946.                     ],
  11947.                     'supports' => [
  11948.                     ],
  11949.                     'globalActions' => [
  11950.                     ],
  11951.                 ],
  11952.                 'product_workflow_archive' => [
  11953.                     'placeholders' => [
  11954.                         '{{stateFieldName}}' => 'archiveState',
  11955.                     ],
  11956.                     'enabled' => true,
  11957.                     'initial_markings' => [
  11958.                         => 'not_archived',
  11959.                     ],
  11960.                     'label' => 'Archive product',
  11961.                     'type' => 'state_machine',
  11962.                     'priority' => 10,
  11963.                     'support_strategy' => [
  11964.                         'type' => 'expression',
  11965.                         'arguments' => [
  11966.                             => '\\Pimcore\\Model\\DataObject\\Product',
  11967.                             => 'subject.getProductType() == \'A\'',
  11968.                         ],
  11969.                     ],
  11970.                     'marking_store' => [
  11971.                         'type' => 'single_state',
  11972.                         'arguments' => [
  11973.                             => 'archiveState',
  11974.                         ],
  11975.                     ],
  11976.                     'places' => [
  11977.                         'not_archived' => [
  11978.                             'label' => 'Not Archived Product',
  11979.                             'visibleInHeader' => false,
  11980.                             'color' => '#ffdc39',
  11981.                             'colorInverted' => false,
  11982.                             'permissions' => [
  11983.                                 => [
  11984.                                     'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11985.                                     'modify' => true,
  11986.                                 ],
  11987.                             ],
  11988.                             'title' => '',
  11989.                         ],
  11990.                         'archived' => [
  11991.                             'label' => 'Archived Product',
  11992.                             'visibleInHeader' => true,
  11993.                             'color' => '#ffdc39',
  11994.                             'colorInverted' => false,
  11995.                             'permissions' => [
  11996.                                 => [
  11997.                                     'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  11998.                                     'modify' => true,
  11999.                                 ],
  12000.                             ],
  12001.                             'title' => '',
  12002.                         ],
  12003.                         'de_archived' => [
  12004.                             'label' => 'De-Archived',
  12005.                             'visibleInHeader' => true,
  12006.                             'color' => '#ffdc39',
  12007.                             'colorInverted' => false,
  12008.                             'permissions' => [
  12009.                                 => [
  12010.                                     'condition' => 'is_fully_authenticated() and ( is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  12011.                                     'modify' => true,
  12012.                                 ],
  12013.                             ],
  12014.                             'title' => '',
  12015.                         ],
  12016.                     ],
  12017.                     'transitions' => [
  12018.                         'make_archive' => [
  12019.                             'to' => [
  12020.                                 => 'archived',
  12021.                             ],
  12022.                             'from' => [
  12023.                                 => 'not_archived',
  12024.                                 => 'de_archived',
  12025.                             ],
  12026.                             'guard' => 'not is_fully_authenticated() or ( is_fully_authenticated() and is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  12027.                             'options' => [
  12028.                                 'label' => 'Archive Product',
  12029.                                 'objectLayout' => false,
  12030.                                 'notificationSettings' => [
  12031.                                 ],
  12032.                                 'changePublishedState' => 'no_change',
  12033.                             ],
  12034.                             'name' => 'make_archive',
  12035.                         ],
  12036.                         'make_de_archive' => [
  12037.                             'to' => [
  12038.                                 => 'de_archived',
  12039.                             ],
  12040.                             'from' => [
  12041.                                 => 'archived',
  12042.                             ],
  12043.                             'guard' => 'not is_fully_authenticated() or ( is_fully_authenticated() and is_granted(\'ROLE_PIMCORE_ADMIN\') )',
  12044.                             'options' => [
  12045.                                 'label' => 'De-Archive Product',
  12046.                                 'objectLayout' => false,
  12047.                                 'notificationSettings' => [
  12048.                                 ],
  12049.                                 'changePublishedState' => 'no_change',
  12050.                             ],
  12051.                             'name' => 'make_de_archive',
  12052.                         ],
  12053.                     ],
  12054.                     'audit_trail' => [
  12055.                         'enabled' => false,
  12056.                     ],
  12057.                     'supports' => [
  12058.                     ],
  12059.                     'globalActions' => [
  12060.                     ],
  12061.                 ],
  12062.             ],
  12063.             'pimcore.gdpr-data-extrator.dataobjects' => [
  12064.                 'classes' => [
  12065.                 ],
  12066.             ],
  12067.             'pimcore.gdpr-data-extrator.assets' => [
  12068.                 'types' => [
  12069.                 ],
  12070.             ],
  12071.             'pimcore_admin.dataObjects.notes_events.types' => [
  12072.                 => '',
  12073.                 => 'content',
  12074.                 => 'seo',
  12075.                 => 'warning',
  12076.                 => 'notice',
  12077.             ],
  12078.             'pimcore_admin.assets.notes_events.types' => [
  12079.                 => '',
  12080.                 => 'content',
  12081.                 => 'seo',
  12082.                 => 'warning',
  12083.                 => 'notice',
  12084.             ],
  12085.             'pimcore_admin.documents.notes_events.types' => [
  12086.                 => '',
  12087.                 => 'content',
  12088.                 => 'seo',
  12089.                 => 'warning',
  12090.                 => 'notice',
  12091.             ],
  12092.             'pimcore_admin.csrf_protection.excluded_routes' => [
  12093.             ],
  12094.             'pimcore_admin.admin_languages' => [
  12095.             ],
  12096.             'pimcore_admin.custom_admin_path_identifier' => NULL,
  12097.             'pimcore_admin.custom_admin_route_name' => 'my_custom_admin_entry_point',
  12098.             'pimcore_admin.config' => [
  12099.                 'branding' => [
  12100.                     'login_screen_invert_colors' => true,
  12101.                     'color_login_screen' => '#FF0000',
  12102.                     'color_admin_interface' => '#FF0000',
  12103.                     'color_admin_interface_background' => '',
  12104.                     'login_screen_custom_image' => 'https://meagroup0.sharepoint.com/:i:/r/sites/Vorlagen/Freigegebene%20Dokumente/Vorlagen/Microsoft_teams_Backgrounds/Teams_Background_1.png?csf=1&web=1&e=MZaeyd',
  12105.                 ],
  12106.                 'gdpr_data_extractor' => [
  12107.                     'dataObjects' => [
  12108.                         'classes' => [
  12109.                         ],
  12110.                     ],
  12111.                     'assets' => [
  12112.                         'types' => [
  12113.                         ],
  12114.                     ],
  12115.                 ],
  12116.                 'objects' => [
  12117.                     'notes_events' => [
  12118.                         'types' => [
  12119.                             => '',
  12120.                             => 'content',
  12121.                             => 'seo',
  12122.                             => 'warning',
  12123.                             => 'notice',
  12124.                         ],
  12125.                     ],
  12126.                 ],
  12127.                 'assets' => [
  12128.                     'notes_events' => [
  12129.                         'types' => [
  12130.                             => '',
  12131.                             => 'content',
  12132.                             => 'seo',
  12133.                             => 'warning',
  12134.                             => 'notice',
  12135.                         ],
  12136.                     ],
  12137.                 ],
  12138.                 'documents' => [
  12139.                     'notes_events' => [
  12140.                         'types' => [
  12141.                             => '',
  12142.                             => 'content',
  12143.                             => 'seo',
  12144.                             => 'warning',
  12145.                             => 'notice',
  12146.                         ],
  12147.                     ],
  12148.                 ],
  12149.                 'admin_languages' => [
  12150.                 ],
  12151.                 'csrf_protection' => [
  12152.                     'excluded_routes' => [
  12153.                     ],
  12154.                 ],
  12155.                 'admin_csp_header' => [
  12156.                     'enabled' => false,
  12157.                     'exclude_paths' => [
  12158.                     ],
  12159.                     'additional_urls' => [
  12160.                         'default-src' => [
  12161.                         ],
  12162.                         'img-src' => [
  12163.                         ],
  12164.                         'script-src' => [
  12165.                         ],
  12166.                         'style-src' => [
  12167.                         ],
  12168.                         'connect-src' => [
  12169.                         ],
  12170.                         'font-src' => [
  12171.                         ],
  12172.                         'media-src' => [
  12173.                         ],
  12174.                         'frame-src' => [
  12175.                         ],
  12176.                     ],
  12177.                 ],
  12178.                 'custom_admin_path_identifier' => NULL,
  12179.                 'custom_admin_route_name' => 'my_custom_admin_entry_point',
  12180.             ],
  12181.             'pimcore_data_hub' => [
  12182.                 'configurations' => [
  12183.                     'test' => [
  12184.                         'general' => [
  12185.                             'active' => true,
  12186.                             'type' => 'graphql',
  12187.                             'name' => 'test',
  12188.                             'description' => '',
  12189.                             'group' => '',
  12190.                             'sqlObjectCondition' => '',
  12191.                             'modificationDate' => 1665645003,
  12192.                             'path' => NULL,
  12193.                             'createDate' => 1645188491,
  12194.                         ],
  12195.                         'schema' => [
  12196.                             'queryEntities' => [
  12197.                                 'Product' => [
  12198.                                     'id' => 'Product',
  12199.                                     'name' => 'Product',
  12200.                                     'columnConfig' => [
  12201.                                         'columns' => [
  12202.                                             => [
  12203.                                                 'attributes' => [
  12204.                                                     'attribute' => 'name',
  12205.                                                     'label' => 'SAP Produktname',
  12206.                                                     'dataType' => 'input',
  12207.                                                     'layout' => [
  12208.                                                         'fieldtype' => 'input',
  12209.                                                         'width' => 500,
  12210.                                                         'queryColumnType' => 'varchar',
  12211.                                                         'columnType' => 'varchar',
  12212.                                                         'columnLength' => 190,
  12213.                                                         'phpdocType' => 'string',
  12214.                                                         'regex' => '',
  12215.                                                         'unique' => false,
  12216.                                                         'showCharCount' => NULL,
  12217.                                                         'name' => 'name',
  12218.                                                         'title' => 'SAP Produktname',
  12219.                                                         'tooltip' => '',
  12220.                                                         'mandatory' => false,
  12221.                                                         'noteditable' => false,
  12222.                                                         'index' => false,
  12223.                                                         'locked' => false,
  12224.                                                         'style' => '',
  12225.                                                         'permissions' => NULL,
  12226.                                                         'datatype' => 'data',
  12227.                                                         'relationType' => false,
  12228.                                                         'invisible' => false,
  12229.                                                         'visibleGridView' => true,
  12230.                                                         'visibleSearch' => true,
  12231.                                                     ],
  12232.                                                 ],
  12233.                                                 'isOperator' => false,
  12234.                                             ],
  12235.                                             => [
  12236.                                                 'attributes' => [
  12237.                                                     'attribute' => 'primaryOrderNumber',
  12238.                                                     'label' => 'Artikelnummer',
  12239.                                                     'dataType' => 'input',
  12240.                                                     'layout' => [
  12241.                                                         'fieldtype' => 'input',
  12242.                                                         'width' => NULL,
  12243.                                                         'queryColumnType' => 'varchar',
  12244.                                                         'columnType' => 'varchar',
  12245.                                                         'columnLength' => 190,
  12246.                                                         'phpdocType' => 'string',
  12247.                                                         'regex' => '',
  12248.                                                         'unique' => false,
  12249.                                                         'showCharCount' => NULL,
  12250.                                                         'name' => 'primaryOrderNumber',
  12251.                                                         'title' => 'Artikelnummer',
  12252.                                                         'tooltip' => '',
  12253.                                                         'mandatory' => false,
  12254.                                                         'noteditable' => false,
  12255.                                                         'index' => true,
  12256.                                                         'locked' => false,
  12257.                                                         'style' => '',
  12258.                                                         'permissions' => NULL,
  12259.                                                         'datatype' => 'data',
  12260.                                                         'relationType' => false,
  12261.                                                         'invisible' => false,
  12262.                                                         'visibleGridView' => true,
  12263.                                                         'visibleSearch' => true,
  12264.                                                     ],
  12265.                                                 ],
  12266.                                                 'isOperator' => false,
  12267.                                             ],
  12268.                                             => [
  12269.                                                 'attributes' => [
  12270.                                                     'attribute' => 'ean',
  12271.                                                     'label' => 'EAN',
  12272.                                                     'dataType' => 'input',
  12273.                                                     'layout' => [
  12274.                                                         'fieldtype' => 'input',
  12275.                                                         'width' => NULL,
  12276.                                                         'queryColumnType' => 'varchar',
  12277.                                                         'columnType' => 'varchar',
  12278.                                                         'columnLength' => 190,
  12279.                                                         'phpdocType' => 'string',
  12280.                                                         'regex' => '',
  12281.                                                         'unique' => false,
  12282.                                                         'showCharCount' => NULL,
  12283.                                                         'name' => 'ean',
  12284.                                                         'title' => 'EAN',
  12285.                                                         'tooltip' => '',
  12286.                                                         'mandatory' => false,
  12287.                                                         'noteditable' => false,
  12288.                                                         'index' => true,
  12289.                                                         'locked' => false,
  12290.                                                         'style' => '',
  12291.                                                         'permissions' => NULL,
  12292.                                                         'datatype' => 'data',
  12293.                                                         'relationType' => false,
  12294.                                                         'invisible' => false,
  12295.                                                         'visibleGridView' => true,
  12296.                                                         'visibleSearch' => true,
  12297.                                                     ],
  12298.                                                 ],
  12299.                                                 'isOperator' => false,
  12300.                                             ],
  12301.                                             => [
  12302.                                                 'attributes' => [
  12303.                                                     'attribute' => 'price',
  12304.                                                     'label' => 'UVP Euro',
  12305.                                                     'dataType' => 'numeric',
  12306.                                                     'layout' => [
  12307.                                                         'fieldtype' => 'numeric',
  12308.                                                         'width' => '',
  12309.                                                         'defaultValue' => NULL,
  12310.                                                         'queryColumnType' => 'double',
  12311.                                                         'columnType' => 'double',
  12312.                                                         'phpdocType' => 'float',
  12313.                                                         'integer' => false,
  12314.                                                         'unsigned' => false,
  12315.                                                         'minValue' => NULL,
  12316.                                                         'maxValue' => NULL,
  12317.                                                         'unique' => false,
  12318.                                                         'decimalSize' => NULL,
  12319.                                                         'decimalPrecision' => NULL,
  12320.                                                         'name' => 'price',
  12321.                                                         'title' => 'UVP Euro',
  12322.                                                         'tooltip' => '',
  12323.                                                         'mandatory' => false,
  12324.                                                         'noteditable' => false,
  12325.                                                         'index' => false,
  12326.                                                         'locked' => false,
  12327.                                                         'style' => '',
  12328.                                                         'permissions' => NULL,
  12329.                                                         'datatype' => 'data',
  12330.                                                         'relationType' => false,
  12331.                                                         'invisible' => false,
  12332.                                                         'visibleGridView' => true,
  12333.                                                         'visibleSearch' => true,
  12334.                                                     ],
  12335.                                                 ],
  12336.                                                 'isOperator' => false,
  12337.                                             ],
  12338.                                             => [
  12339.                                                 'attributes' => [
  12340.                                                     'attribute' => 'pl',
  12341.                                                     'label' => 'Preisliste',
  12342.                                                     'dataType' => 'input',
  12343.                                                     'layout' => [
  12344.                                                         'fieldtype' => 'input',
  12345.                                                         'width' => NULL,
  12346.                                                         'queryColumnType' => 'varchar',
  12347.                                                         'columnType' => 'varchar',
  12348.                                                         'columnLength' => 190,
  12349.                                                         'phpdocType' => 'string',
  12350.                                                         'regex' => '',
  12351.                                                         'unique' => false,
  12352.                                                         'showCharCount' => NULL,
  12353.                                                         'name' => 'pl',
  12354.                                                         'title' => 'Preisliste',
  12355.                                                         'tooltip' => '',
  12356.                                                         'mandatory' => false,
  12357.                                                         'noteditable' => false,
  12358.                                                         'index' => false,
  12359.                                                         'locked' => false,
  12360.                                                         'style' => '',
  12361.                                                         'permissions' => NULL,
  12362.                                                         'datatype' => 'data',
  12363.                                                         'relationType' => false,
  12364.                                                         'invisible' => false,
  12365.                                                         'visibleGridView' => true,
  12366.                                                         'visibleSearch' => true,
  12367.                                                     ],
  12368.                                                 ],
  12369.                                                 'isOperator' => false,
  12370.                                             ],
  12371.                                             => [
  12372.                                                 'attributes' => [
  12373.                                                     'attribute' => 'materialGroup',
  12374.                                                     'label' => 'Materialgruppe',
  12375.                                                     'dataType' => 'input',
  12376.                                                     'layout' => [
  12377.                                                         'fieldtype' => 'input',
  12378.                                                         'width' => NULL,
  12379.                                                         'queryColumnType' => 'varchar',
  12380.                                                         'columnType' => 'varchar',
  12381.                                                         'columnLength' => 190,
  12382.                                                         'phpdocType' => 'string',
  12383.                                                         'regex' => '',
  12384.                                                         'unique' => false,
  12385.                                                         'showCharCount' => NULL,
  12386.                                                         'name' => 'materialGroup',
  12387.                                                         'title' => 'Materialgruppe',
  12388.                                                         'tooltip' => '',
  12389.                                                         'mandatory' => false,
  12390.                                                         'noteditable' => false,
  12391.                                                         'index' => false,
  12392.                                                         'locked' => false,
  12393.                                                         'style' => '',
  12394.                                                         'permissions' => NULL,
  12395.                                                         'datatype' => 'data',
  12396.                                                         'relationType' => false,
  12397.                                                         'invisible' => false,
  12398.                                                         'visibleGridView' => true,
  12399.                                                         'visibleSearch' => true,
  12400.                                                     ],
  12401.                                                 ],
  12402.                                                 'isOperator' => false,
  12403.                                             ],
  12404.                                             => [
  12405.                                                 'attributes' => [
  12406.                                                     'attribute' => 'unit',
  12407.                                                     'label' => 'Einheit (VPE)',
  12408.                                                     'dataType' => 'select',
  12409.                                                     'layout' => [
  12410.                                                         'fieldtype' => 'select',
  12411.                                                         'options' => [
  12412.                                                             => [
  12413.                                                                 'key' => 'Stück',
  12414.                                                                 'value' => 'piece',
  12415.                                                             ],
  12416.                                                             => [
  12417.                                                                 'key' => 'qm',
  12418.                                                                 'value' => 'qm',
  12419.                                                             ],
  12420.                                                         ],
  12421.                                                         'width' => 100,
  12422.                                                         'defaultValue' => 'piece',
  12423.                                                         'optionsProviderClass' => '',
  12424.                                                         'optionsProviderData' => '',
  12425.                                                         'queryColumnType' => 'varchar',
  12426.                                                         'columnType' => 'varchar',
  12427.                                                         'columnLength' => 190,
  12428.                                                         'phpdocType' => 'string',
  12429.                                                         'dynamicOptions' => false,
  12430.                                                         'name' => 'unit',
  12431.                                                         'title' => 'Einheit (VPE)',
  12432.                                                         'tooltip' => 'm2,Stück,...',
  12433.                                                         'mandatory' => false,
  12434.                                                         'noteditable' => false,
  12435.                                                         'index' => false,
  12436.                                                         'locked' => false,
  12437.                                                         'style' => '',
  12438.                                                         'permissions' => NULL,
  12439.                                                         'datatype' => 'data',
  12440.                                                         'relationType' => false,
  12441.                                                         'invisible' => false,
  12442.                                                         'visibleGridView' => true,
  12443.                                                         'visibleSearch' => true,
  12444.                                                     ],
  12445.                                                 ],
  12446.                                                 'isOperator' => false,
  12447.                                             ],
  12448.                                             => [
  12449.                                                 'attributes' => [
  12450.                                                     'attribute' => 'unitQuantityPalette',
  12451.                                                     'label' => 'Anzahl pro Palette',
  12452.                                                     'dataType' => 'numeric',
  12453.                                                     'layout' => [
  12454.                                                         'fieldtype' => 'numeric',
  12455.                                                         'width' => 100,
  12456.                                                         'defaultValue' => 1,
  12457.                                                         'queryColumnType' => 'double',
  12458.                                                         'columnType' => 'double',
  12459.                                                         'phpdocType' => 'float',
  12460.                                                         'integer' => true,
  12461.                                                         'unsigned' => true,
  12462.                                                         'minValue' => NULL,
  12463.                                                         'maxValue' => NULL,
  12464.                                                         'unique' => false,
  12465.                                                         'decimalSize' => NULL,
  12466.                                                         'decimalPrecision' => NULL,
  12467.                                                         'name' => 'unitQuantityPalette',
  12468.                                                         'title' => 'Anzahl pro Palette',
  12469.                                                         'tooltip' => '',
  12470.                                                         'mandatory' => false,
  12471.                                                         'noteditable' => false,
  12472.                                                         'index' => false,
  12473.                                                         'locked' => false,
  12474.                                                         'style' => '',
  12475.                                                         'permissions' => NULL,
  12476.                                                         'datatype' => 'data',
  12477.                                                         'relationType' => false,
  12478.                                                         'invisible' => false,
  12479.                                                         'visibleGridView' => false,
  12480.                                                         'visibleSearch' => false,
  12481.                                                     ],
  12482.                                                 ],
  12483.                                                 'isOperator' => false,
  12484.                                             ],
  12485.                                             => [
  12486.                                                 'attributes' => [
  12487.                                                     'attribute' => 'unitQuantity',
  12488.                                                     'label' => 'Anzahl pro Einheit',
  12489.                                                     'dataType' => 'numeric',
  12490.                                                     'layout' => [
  12491.                                                         'fieldtype' => 'numeric',
  12492.                                                         'width' => 100,
  12493.                                                         'defaultValue' => 1,
  12494.                                                         'queryColumnType' => 'double',
  12495.                                                         'columnType' => 'double',
  12496.                                                         'phpdocType' => 'float',
  12497.                                                         'integer' => true,
  12498.                                                         'unsigned' => true,
  12499.                                                         'minValue' => NULL,
  12500.                                                         'maxValue' => NULL,
  12501.                                                         'unique' => false,
  12502.                                                         'decimalSize' => NULL,
  12503.                                                         'decimalPrecision' => NULL,
  12504.                                                         'name' => 'unitQuantity',
  12505.                                                         'title' => 'Anzahl pro Einheit',
  12506.                                                         'tooltip' => '',
  12507.                                                         'mandatory' => false,
  12508.                                                         'noteditable' => false,
  12509.                                                         'index' => false,
  12510.                                                         'locked' => false,
  12511.                                                         'style' => '',
  12512.                                                         'permissions' => NULL,
  12513.                                                         'datatype' => 'data',
  12514.                                                         'relationType' => false,
  12515.                                                         'invisible' => false,
  12516.                                                         'visibleGridView' => false,
  12517.                                                         'visibleSearch' => false,
  12518.                                                     ],
  12519.                                                 ],
  12520.                                                 'isOperator' => false,
  12521.                                             ],
  12522.                                             => [
  12523.                                                 'attributes' => [
  12524.                                                     'attribute' => 'BME',
  12525.                                                     'label' => 'BME',
  12526.                                                     'dataType' => 'input',
  12527.                                                     'layout' => [
  12528.                                                         'fieldtype' => 'input',
  12529.                                                         'width' => 200,
  12530.                                                         'queryColumnType' => 'varchar',
  12531.                                                         'columnType' => 'varchar',
  12532.                                                         'columnLength' => 190,
  12533.                                                         'phpdocType' => 'string',
  12534.                                                         'regex' => '',
  12535.                                                         'unique' => false,
  12536.                                                         'showCharCount' => NULL,
  12537.                                                         'name' => 'BME',
  12538.                                                         'title' => 'BME',
  12539.                                                         'tooltip' => '',
  12540.                                                         'mandatory' => false,
  12541.                                                         'noteditable' => false,
  12542.                                                         'index' => false,
  12543.                                                         'locked' => false,
  12544.                                                         'style' => '',
  12545.                                                         'permissions' => NULL,
  12546.                                                         'datatype' => 'data',
  12547.                                                         'relationType' => false,
  12548.                                                         'invisible' => false,
  12549.                                                         'visibleGridView' => false,
  12550.                                                         'visibleSearch' => false,
  12551.                                                     ],
  12552.                                                 ],
  12553.                                                 'isOperator' => false,
  12554.                                             ],
  12555.                                             10 => [
  12556.                                                 'attributes' => [
  12557.                                                     'attribute' => 'AME',
  12558.                                                     'label' => 'AME',
  12559.                                                     'dataType' => 'input',
  12560.                                                     'layout' => [
  12561.                                                         'fieldtype' => 'input',
  12562.                                                         'width' => 200,
  12563.                                                         'queryColumnType' => 'varchar',
  12564.                                                         'columnType' => 'varchar',
  12565.                                                         'columnLength' => 190,
  12566.                                                         'phpdocType' => 'string',
  12567.                                                         'regex' => '',
  12568.                                                         'unique' => false,
  12569.                                                         'showCharCount' => NULL,
  12570.                                                         'name' => 'AME',
  12571.                                                         'title' => 'AME',
  12572.                                                         'tooltip' => '',
  12573.                                                         'mandatory' => false,
  12574.                                                         'noteditable' => false,
  12575.                                                         'index' => false,
  12576.                                                         'locked' => false,
  12577.                                                         'style' => '',
  12578.                                                         'permissions' => NULL,
  12579.                                                         'datatype' => 'data',
  12580.                                                         'relationType' => false,
  12581.                                                         'invisible' => false,
  12582.                                                         'visibleGridView' => false,
  12583.                                                         'visibleSearch' => false,
  12584.                                                     ],
  12585.                                                 ],
  12586.                                                 'isOperator' => false,
  12587.                                             ],
  12588.                                             11 => [
  12589.                                                 'attributes' => [
  12590.                                                     'attribute' => 'productHierarchyCode',
  12591.                                                     'label' => 'SAP Code',
  12592.                                                     'dataType' => 'input',
  12593.                                                     'layout' => [
  12594.                                                         'fieldtype' => 'input',
  12595.                                                         'width' => NULL,
  12596.                                                         'queryColumnType' => 'varchar',
  12597.                                                         'columnType' => 'varchar',
  12598.                                                         'columnLength' => 190,
  12599.                                                         'phpdocType' => 'string',
  12600.                                                         'regex' => '',
  12601.                                                         'unique' => false,
  12602.                                                         'showCharCount' => false,
  12603.                                                         'name' => 'productHierarchyCode',
  12604.                                                         'title' => 'SAP Code',
  12605.                                                         'tooltip' => '',
  12606.                                                         'mandatory' => false,
  12607.                                                         'noteditable' => false,
  12608.                                                         'index' => false,
  12609.                                                         'locked' => false,
  12610.                                                         'style' => '',
  12611.                                                         'permissions' => NULL,
  12612.                                                         'datatype' => 'data',
  12613.                                                         'relationType' => false,
  12614.                                                         'invisible' => false,
  12615.                                                         'visibleGridView' => true,
  12616.                                                         'visibleSearch' => false,
  12617.                                                     ],
  12618.                                                 ],
  12619.                                                 'isOperator' => false,
  12620.                                             ],
  12621.                                             12 => [
  12622.                                                 'attributes' => [
  12623.                                                     'attribute' => 'productHierarchyName',
  12624.                                                     'label' => 'SAP Hierarchie',
  12625.                                                     'dataType' => 'input',
  12626.                                                     'layout' => [
  12627.                                                         'fieldtype' => 'input',
  12628.                                                         'width' => 600,
  12629.                                                         'queryColumnType' => 'varchar',
  12630.                                                         'columnType' => 'varchar',
  12631.                                                         'columnLength' => 255,
  12632.                                                         'phpdocType' => 'string',
  12633.                                                         'regex' => '',
  12634.                                                         'unique' => false,
  12635.                                                         'showCharCount' => false,
  12636.                                                         'name' => 'productHierarchyName',
  12637.                                                         'title' => 'SAP Hierarchie',
  12638.                                                         'tooltip' => '',
  12639.                                                         'mandatory' => false,
  12640.                                                         'noteditable' => false,
  12641.                                                         'index' => false,
  12642.                                                         'locked' => false,
  12643.                                                         'style' => '',
  12644.                                                         'permissions' => NULL,
  12645.                                                         'datatype' => 'data',
  12646.                                                         'relationType' => false,
  12647.                                                         'invisible' => false,
  12648.                                                         'visibleGridView' => true,
  12649.                                                         'visibleSearch' => false,
  12650.                                                     ],
  12651.                                                 ],
  12652.                                                 'isOperator' => false,
  12653.                                             ],
  12654.                                             13 => [
  12655.                                                 'attributes' => [
  12656.                                                     'attribute' => 'weight',
  12657.                                                     'label' => 'Gewicht',
  12658.                                                     'dataType' => 'numeric',
  12659.                                                     'layout' => [
  12660.                                                         'fieldtype' => 'numeric',
  12661.                                                         'width' => '',
  12662.                                                         'defaultValue' => NULL,
  12663.                                                         'queryColumnType' => 'double',
  12664.                                                         'columnType' => 'double',
  12665.                                                         'phpdocType' => 'float',
  12666.                                                         'integer' => false,
  12667.                                                         'unsigned' => false,
  12668.                                                         'minValue' => NULL,
  12669.                                                         'maxValue' => NULL,
  12670.                                                         'unique' => false,
  12671.                                                         'decimalSize' => NULL,
  12672.                                                         'decimalPrecision' => NULL,
  12673.                                                         'name' => 'weight',
  12674.                                                         'title' => 'Gewicht',
  12675.                                                         'tooltip' => '',
  12676.                                                         'mandatory' => false,
  12677.                                                         'noteditable' => false,
  12678.                                                         'index' => false,
  12679.                                                         'locked' => false,
  12680.                                                         'style' => '',
  12681.                                                         'permissions' => NULL,
  12682.                                                         'datatype' => 'data',
  12683.                                                         'relationType' => false,
  12684.                                                         'invisible' => false,
  12685.                                                         'visibleGridView' => true,
  12686.                                                         'visibleSearch' => true,
  12687.                                                     ],
  12688.                                                 ],
  12689.                                                 'isOperator' => false,
  12690.                                             ],
  12691.                                             14 => [
  12692.                                                 'attributes' => [
  12693.                                                     'attribute' => 'buyableProduct',
  12694.                                                     'label' => 'Kaufbares Produkt',
  12695.                                                     'dataType' => 'checkbox',
  12696.                                                     'layout' => [
  12697.                                                         'fieldtype' => 'checkbox',
  12698.                                                         'defaultValue' => 0,
  12699.                                                         'queryColumnType' => 'tinyint(1)',
  12700.                                                         'columnType' => 'tinyint(1)',
  12701.                                                         'phpdocType' => 'boolean',
  12702.                                                         'name' => 'buyableProduct',
  12703.                                                         'title' => 'Kaufbares Produkt',
  12704.                                                         'tooltip' => '',
  12705.                                                         'mandatory' => false,
  12706.                                                         'noteditable' => false,
  12707.                                                         'index' => false,
  12708.                                                         'locked' => false,
  12709.                                                         'style' => '',
  12710.                                                         'permissions' => NULL,
  12711.                                                         'datatype' => 'data',
  12712.                                                         'relationType' => false,
  12713.                                                         'invisible' => false,
  12714.                                                         'visibleGridView' => false,
  12715.                                                         'visibleSearch' => false,
  12716.                                                     ],
  12717.                                                 ],
  12718.                                                 'isOperator' => false,
  12719.                                             ],
  12720.                                             15 => [
  12721.                                                 'attributes' => [
  12722.                                                     'attribute' => 'technicalData',
  12723.                                                     'label' => 'Technische Daten',
  12724.                                                     'dataType' => 'classificationstore',
  12725.                                                     'layout' => [
  12726.                                                         'fieldtype' => 'classificationstore',
  12727.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Classificationstore',
  12728.                                                         'childs' => [
  12729.                                                         ],
  12730.                                                         'name' => 'technicalData',
  12731.                                                         'region' => NULL,
  12732.                                                         'layout' => NULL,
  12733.                                                         'title' => 'Technische Daten',
  12734.                                                         'width' => '',
  12735.                                                         'height' => '',
  12736.                                                         'maxTabs' => NULL,
  12737.                                                         'labelWidth' => 300,
  12738.                                                         'localized' => false,
  12739.                                                         'storeId' => '1',
  12740.                                                         'hideEmptyData' => false,
  12741.                                                         'disallowAddRemove' => NULL,
  12742.                                                         'fieldDefinitionsCache' => NULL,
  12743.                                                         'allowedGroupIds' => [
  12744.                                                         ],
  12745.                                                         'activeGroupDefinitions' => [
  12746.                                                         ],
  12747.                                                         'tooltip' => '',
  12748.                                                         'mandatory' => false,
  12749.                                                         'noteditable' => false,
  12750.                                                         'index' => false,
  12751.                                                         'locked' => false,
  12752.                                                         'style' => '',
  12753.                                                         'permissions' => NULL,
  12754.                                                         'datatype' => 'data',
  12755.                                                         'relationType' => false,
  12756.                                                         'invisible' => false,
  12757.                                                         'visibleGridView' => false,
  12758.                                                         'visibleSearch' => false,
  12759.                                                     ],
  12760.                                                 ],
  12761.                                                 'isOperator' => false,
  12762.                                             ],
  12763.                                             16 => [
  12764.                                                 'attributes' => [
  12765.                                                     'attribute' => 'description',
  12766.                                                     'label' => 'SAP Beschreibung',
  12767.                                                     'dataType' => 'wysiwyg',
  12768.                                                     'layout' => [
  12769.                                                         'fieldtype' => 'wysiwyg',
  12770.                                                         'width' => 700,
  12771.                                                         'height' => 200,
  12772.                                                         'queryColumnType' => 'longtext',
  12773.                                                         'columnType' => 'longtext',
  12774.                                                         'phpdocType' => 'string',
  12775.                                                         'toolbarConfig' => '',
  12776.                                                         'excludeFromSearchIndex' => false,
  12777.                                                         'name' => 'description',
  12778.                                                         'title' => 'SAP Beschreibung',
  12779.                                                         'tooltip' => '',
  12780.                                                         'mandatory' => false,
  12781.                                                         'noteditable' => false,
  12782.                                                         'index' => false,
  12783.                                                         'locked' => false,
  12784.                                                         'style' => '',
  12785.                                                         'permissions' => NULL,
  12786.                                                         'datatype' => 'data',
  12787.                                                         'relationType' => false,
  12788.                                                         'invisible' => false,
  12789.                                                         'visibleGridView' => false,
  12790.                                                         'visibleSearch' => false,
  12791.                                                     ],
  12792.                                                 ],
  12793.                                                 'isOperator' => false,
  12794.                                             ],
  12795.                                             17 => [
  12796.                                                 'attributes' => [
  12797.                                                     'attribute' => 'b2cdescription',
  12798.                                                     'label' => 'Endkunden Beschreibung',
  12799.                                                     'dataType' => 'wysiwyg',
  12800.                                                     'layout' => [
  12801.                                                         'fieldtype' => 'wysiwyg',
  12802.                                                         'width' => 700,
  12803.                                                         'height' => 200,
  12804.                                                         'queryColumnType' => 'longtext',
  12805.                                                         'columnType' => 'longtext',
  12806.                                                         'phpdocType' => 'string',
  12807.                                                         'toolbarConfig' => '',
  12808.                                                         'excludeFromSearchIndex' => false,
  12809.                                                         'name' => 'b2cdescription',
  12810.                                                         'title' => 'Endkunden Beschreibung',
  12811.                                                         'tooltip' => '',
  12812.                                                         'mandatory' => false,
  12813.                                                         'noteditable' => false,
  12814.                                                         'index' => false,
  12815.                                                         'locked' => false,
  12816.                                                         'style' => '',
  12817.                                                         'permissions' => NULL,
  12818.                                                         'datatype' => 'data',
  12819.                                                         'relationType' => false,
  12820.                                                         'invisible' => false,
  12821.                                                         'visibleGridView' => true,
  12822.                                                         'visibleSearch' => true,
  12823.                                                     ],
  12824.                                                 ],
  12825.                                                 'isOperator' => false,
  12826.                                             ],
  12827.                                             18 => [
  12828.                                                 'attributes' => [
  12829.                                                     'attribute' => 'usePurpose',
  12830.                                                     'label' => 'Einsatzzweck',
  12831.                                                     'dataType' => 'wysiwyg',
  12832.                                                     'layout' => [
  12833.                                                         'fieldtype' => 'wysiwyg',
  12834.                                                         'width' => 700,
  12835.                                                         'height' => 200,
  12836.                                                         'queryColumnType' => 'longtext',
  12837.                                                         'columnType' => 'longtext',
  12838.                                                         'phpdocType' => 'string',
  12839.                                                         'toolbarConfig' => '',
  12840.                                                         'excludeFromSearchIndex' => false,
  12841.                                                         'name' => 'usePurpose',
  12842.                                                         'title' => 'Einsatzzweck',
  12843.                                                         'tooltip' => '',
  12844.                                                         'mandatory' => false,
  12845.                                                         'noteditable' => false,
  12846.                                                         'index' => false,
  12847.                                                         'locked' => false,
  12848.                                                         'style' => '',
  12849.                                                         'permissions' => NULL,
  12850.                                                         'datatype' => 'data',
  12851.                                                         'relationType' => false,
  12852.                                                         'invisible' => false,
  12853.                                                         'visibleGridView' => false,
  12854.                                                         'visibleSearch' => false,
  12855.                                                     ],
  12856.                                                 ],
  12857.                                                 'isOperator' => false,
  12858.                                             ],
  12859.                                             19 => [
  12860.                                                 'attributes' => [
  12861.                                                     'attribute' => 'modificationDate',
  12862.                                                     'label' => 'modificationDate',
  12863.                                                     'dataType' => 'system',
  12864.                                                     'layout' => [
  12865.                                                         'title' => 'modificationDate',
  12866.                                                         'name' => 'modificationDate',
  12867.                                                         'datatype' => 'data',
  12868.                                                         'fieldtype' => 'system',
  12869.                                                     ],
  12870.                                                 ],
  12871.                                                 'isOperator' => false,
  12872.                                             ],
  12873.                                             20 => [
  12874.                                                 'attributes' => [
  12875.                                                     'attribute' => 'creationDate',
  12876.                                                     'label' => 'creationDate',
  12877.                                                     'dataType' => 'system',
  12878.                                                     'layout' => [
  12879.                                                         'title' => 'creationDate',
  12880.                                                         'name' => 'creationDate',
  12881.                                                         'datatype' => 'data',
  12882.                                                         'fieldtype' => 'system',
  12883.                                                     ],
  12884.                                                 ],
  12885.                                                 'isOperator' => false,
  12886.                                             ],
  12887.                                         ],
  12888.                                     ],
  12889.                                 ],
  12890.                             ],
  12891.                             'mutationEntities' => [
  12892.                                 'Product' => [
  12893.                                     'id' => 'Product',
  12894.                                     'name' => 'Product',
  12895.                                     'update' => false,
  12896.                                     'create' => false,
  12897.                                     'columnConfig' => [
  12898.                                         'columns' => [
  12899.                                             => [
  12900.                                                 'attributes' => [
  12901.                                                     'attribute' => 'AME',
  12902.                                                     'label' => 'AME',
  12903.                                                     'dataType' => 'input',
  12904.                                                     'layout' => [
  12905.                                                         'fieldtype' => 'input',
  12906.                                                         'width' => 200,
  12907.                                                         'queryColumnType' => 'varchar',
  12908.                                                         'columnType' => 'varchar',
  12909.                                                         'columnLength' => 190,
  12910.                                                         'phpdocType' => 'string',
  12911.                                                         'regex' => '',
  12912.                                                         'unique' => false,
  12913.                                                         'showCharCount' => NULL,
  12914.                                                         'name' => 'AME',
  12915.                                                         'title' => 'AME',
  12916.                                                         'tooltip' => '',
  12917.                                                         'mandatory' => false,
  12918.                                                         'noteditable' => false,
  12919.                                                         'index' => false,
  12920.                                                         'locked' => false,
  12921.                                                         'style' => '',
  12922.                                                         'permissions' => NULL,
  12923.                                                         'datatype' => 'data',
  12924.                                                         'relationType' => false,
  12925.                                                         'invisible' => false,
  12926.                                                         'visibleGridView' => false,
  12927.                                                         'visibleSearch' => false,
  12928.                                                     ],
  12929.                                                 ],
  12930.                                                 'isOperator' => false,
  12931.                                             ],
  12932.                                             => [
  12933.                                                 'attributes' => [
  12934.                                                     'attribute' => 'unitQuantity',
  12935.                                                     'label' => 'Anzahl pro Einheit',
  12936.                                                     'dataType' => 'numeric',
  12937.                                                     'layout' => [
  12938.                                                         'fieldtype' => 'numeric',
  12939.                                                         'width' => 100,
  12940.                                                         'defaultValue' => 1,
  12941.                                                         'queryColumnType' => 'double',
  12942.                                                         'columnType' => 'double',
  12943.                                                         'phpdocType' => 'float',
  12944.                                                         'integer' => true,
  12945.                                                         'unsigned' => true,
  12946.                                                         'minValue' => NULL,
  12947.                                                         'maxValue' => NULL,
  12948.                                                         'unique' => false,
  12949.                                                         'decimalSize' => NULL,
  12950.                                                         'decimalPrecision' => NULL,
  12951.                                                         'name' => 'unitQuantity',
  12952.                                                         'title' => 'Anzahl pro Einheit',
  12953.                                                         'tooltip' => '',
  12954.                                                         'mandatory' => false,
  12955.                                                         'noteditable' => false,
  12956.                                                         'index' => false,
  12957.                                                         'locked' => false,
  12958.                                                         'style' => '',
  12959.                                                         'permissions' => NULL,
  12960.                                                         'datatype' => 'data',
  12961.                                                         'relationType' => false,
  12962.                                                         'invisible' => false,
  12963.                                                         'visibleGridView' => false,
  12964.                                                         'visibleSearch' => false,
  12965.                                                     ],
  12966.                                                 ],
  12967.                                                 'isOperator' => false,
  12968.                                             ],
  12969.                                             => [
  12970.                                                 'attributes' => [
  12971.                                                     'attribute' => 'unitQuantityPalette',
  12972.                                                     'label' => 'Anzahl pro Palette',
  12973.                                                     'dataType' => 'numeric',
  12974.                                                     'layout' => [
  12975.                                                         'fieldtype' => 'numeric',
  12976.                                                         'width' => 100,
  12977.                                                         'defaultValue' => 1,
  12978.                                                         'queryColumnType' => 'double',
  12979.                                                         'columnType' => 'double',
  12980.                                                         'phpdocType' => 'float',
  12981.                                                         'integer' => true,
  12982.                                                         'unsigned' => true,
  12983.                                                         'minValue' => NULL,
  12984.                                                         'maxValue' => NULL,
  12985.                                                         'unique' => false,
  12986.                                                         'decimalSize' => NULL,
  12987.                                                         'decimalPrecision' => NULL,
  12988.                                                         'name' => 'unitQuantityPalette',
  12989.                                                         'title' => 'Anzahl pro Palette',
  12990.                                                         'tooltip' => '',
  12991.                                                         'mandatory' => false,
  12992.                                                         'noteditable' => false,
  12993.                                                         'index' => false,
  12994.                                                         'locked' => false,
  12995.                                                         'style' => '',
  12996.                                                         'permissions' => NULL,
  12997.                                                         'datatype' => 'data',
  12998.                                                         'relationType' => false,
  12999.                                                         'invisible' => false,
  13000.                                                         'visibleGridView' => false,
  13001.                                                         'visibleSearch' => false,
  13002.                                                     ],
  13003.                                                 ],
  13004.                                                 'isOperator' => false,
  13005.                                             ],
  13006.                                             => [
  13007.                                                 'attributes' => [
  13008.                                                     'attribute' => 'primaryOrderNumber',
  13009.                                                     'label' => 'Artikelnummer',
  13010.                                                     'dataType' => 'input',
  13011.                                                     'layout' => [
  13012.                                                         'fieldtype' => 'input',
  13013.                                                         'width' => NULL,
  13014.                                                         'queryColumnType' => 'varchar',
  13015.                                                         'columnType' => 'varchar',
  13016.                                                         'columnLength' => 190,
  13017.                                                         'phpdocType' => 'string',
  13018.                                                         'regex' => '',
  13019.                                                         'unique' => false,
  13020.                                                         'showCharCount' => NULL,
  13021.                                                         'name' => 'primaryOrderNumber',
  13022.                                                         'title' => 'Artikelnummer',
  13023.                                                         'tooltip' => '',
  13024.                                                         'mandatory' => false,
  13025.                                                         'noteditable' => false,
  13026.                                                         'index' => true,
  13027.                                                         'locked' => false,
  13028.                                                         'style' => '',
  13029.                                                         'permissions' => NULL,
  13030.                                                         'datatype' => 'data',
  13031.                                                         'relationType' => false,
  13032.                                                         'invisible' => false,
  13033.                                                         'visibleGridView' => true,
  13034.                                                         'visibleSearch' => true,
  13035.                                                     ],
  13036.                                                 ],
  13037.                                                 'isOperator' => false,
  13038.                                             ],
  13039.                                             => [
  13040.                                                 'attributes' => [
  13041.                                                     'attribute' => 'BME',
  13042.                                                     'label' => 'BME',
  13043.                                                     'dataType' => 'input',
  13044.                                                     'layout' => [
  13045.                                                         'fieldtype' => 'input',
  13046.                                                         'width' => 200,
  13047.                                                         'queryColumnType' => 'varchar',
  13048.                                                         'columnType' => 'varchar',
  13049.                                                         'columnLength' => 190,
  13050.                                                         'phpdocType' => 'string',
  13051.                                                         'regex' => '',
  13052.                                                         'unique' => false,
  13053.                                                         'showCharCount' => NULL,
  13054.                                                         'name' => 'BME',
  13055.                                                         'title' => 'BME',
  13056.                                                         'tooltip' => '',
  13057.                                                         'mandatory' => false,
  13058.                                                         'noteditable' => false,
  13059.                                                         'index' => false,
  13060.                                                         'locked' => false,
  13061.                                                         'style' => '',
  13062.                                                         'permissions' => NULL,
  13063.                                                         'datatype' => 'data',
  13064.                                                         'relationType' => false,
  13065.                                                         'invisible' => false,
  13066.                                                         'visibleGridView' => false,
  13067.                                                         'visibleSearch' => false,
  13068.                                                     ],
  13069.                                                 ],
  13070.                                                 'isOperator' => false,
  13071.                                             ],
  13072.                                             => [
  13073.                                                 'attributes' => [
  13074.                                                     'attribute' => 'ean',
  13075.                                                     'label' => 'EAN',
  13076.                                                     'dataType' => 'input',
  13077.                                                     'layout' => [
  13078.                                                         'fieldtype' => 'input',
  13079.                                                         'width' => NULL,
  13080.                                                         'queryColumnType' => 'varchar',
  13081.                                                         'columnType' => 'varchar',
  13082.                                                         'columnLength' => 190,
  13083.                                                         'phpdocType' => 'string',
  13084.                                                         'regex' => '',
  13085.                                                         'unique' => false,
  13086.                                                         'showCharCount' => NULL,
  13087.                                                         'name' => 'ean',
  13088.                                                         'title' => 'EAN',
  13089.                                                         'tooltip' => '',
  13090.                                                         'mandatory' => false,
  13091.                                                         'noteditable' => false,
  13092.                                                         'index' => true,
  13093.                                                         'locked' => false,
  13094.                                                         'style' => '',
  13095.                                                         'permissions' => NULL,
  13096.                                                         'datatype' => 'data',
  13097.                                                         'relationType' => false,
  13098.                                                         'invisible' => false,
  13099.                                                         'visibleGridView' => true,
  13100.                                                         'visibleSearch' => true,
  13101.                                                     ],
  13102.                                                 ],
  13103.                                                 'isOperator' => false,
  13104.                                             ],
  13105.                                             => [
  13106.                                                 'attributes' => [
  13107.                                                     'attribute' => 'unit',
  13108.                                                     'label' => 'Einheit (VPE)',
  13109.                                                     'dataType' => 'select',
  13110.                                                     'layout' => [
  13111.                                                         'fieldtype' => 'select',
  13112.                                                         'options' => [
  13113.                                                             => [
  13114.                                                                 'key' => 'Stück',
  13115.                                                                 'value' => 'piece',
  13116.                                                             ],
  13117.                                                             => [
  13118.                                                                 'key' => 'qm',
  13119.                                                                 'value' => 'qm',
  13120.                                                             ],
  13121.                                                         ],
  13122.                                                         'width' => 100,
  13123.                                                         'defaultValue' => 'piece',
  13124.                                                         'optionsProviderClass' => '',
  13125.                                                         'optionsProviderData' => '',
  13126.                                                         'queryColumnType' => 'varchar',
  13127.                                                         'columnType' => 'varchar',
  13128.                                                         'columnLength' => 190,
  13129.                                                         'phpdocType' => 'string',
  13130.                                                         'dynamicOptions' => false,
  13131.                                                         'name' => 'unit',
  13132.                                                         'title' => 'Einheit (VPE)',
  13133.                                                         'tooltip' => 'm2,Stück,...',
  13134.                                                         'mandatory' => false,
  13135.                                                         'noteditable' => false,
  13136.                                                         'index' => false,
  13137.                                                         'locked' => false,
  13138.                                                         'style' => '',
  13139.                                                         'permissions' => NULL,
  13140.                                                         'datatype' => 'data',
  13141.                                                         'relationType' => false,
  13142.                                                         'invisible' => false,
  13143.                                                         'visibleGridView' => true,
  13144.                                                         'visibleSearch' => true,
  13145.                                                     ],
  13146.                                                 ],
  13147.                                                 'isOperator' => false,
  13148.                                             ],
  13149.                                             => [
  13150.                                                 'attributes' => [
  13151.                                                     'attribute' => 'materialGroup',
  13152.                                                     'label' => 'Materialgruppe',
  13153.                                                     'dataType' => 'input',
  13154.                                                     'layout' => [
  13155.                                                         'fieldtype' => 'input',
  13156.                                                         'width' => NULL,
  13157.                                                         'queryColumnType' => 'varchar',
  13158.                                                         'columnType' => 'varchar',
  13159.                                                         'columnLength' => 190,
  13160.                                                         'phpdocType' => 'string',
  13161.                                                         'regex' => '',
  13162.                                                         'unique' => false,
  13163.                                                         'showCharCount' => NULL,
  13164.                                                         'name' => 'materialGroup',
  13165.                                                         'title' => 'Materialgruppe',
  13166.                                                         'tooltip' => '',
  13167.                                                         'mandatory' => false,
  13168.                                                         'noteditable' => false,
  13169.                                                         'index' => false,
  13170.                                                         'locked' => false,
  13171.                                                         'style' => '',
  13172.                                                         'permissions' => NULL,
  13173.                                                         'datatype' => 'data',
  13174.                                                         'relationType' => false,
  13175.                                                         'invisible' => false,
  13176.                                                         'visibleGridView' => true,
  13177.                                                         'visibleSearch' => true,
  13178.                                                     ],
  13179.                                                 ],
  13180.                                                 'isOperator' => false,
  13181.                                             ],
  13182.                                             => [
  13183.                                                 'attributes' => [
  13184.                                                     'attribute' => 'priceValidFrom',
  13185.                                                     'label' => 'Preis gültig ab',
  13186.                                                     'dataType' => 'input',
  13187.                                                     'layout' => [
  13188.                                                         'fieldtype' => 'input',
  13189.                                                         'width' => NULL,
  13190.                                                         'queryColumnType' => 'varchar',
  13191.                                                         'columnType' => 'varchar',
  13192.                                                         'columnLength' => 190,
  13193.                                                         'phpdocType' => 'string',
  13194.                                                         'regex' => '',
  13195.                                                         'unique' => false,
  13196.                                                         'showCharCount' => NULL,
  13197.                                                         'name' => 'priceValidFrom',
  13198.                                                         'title' => 'Preis gültig ab',
  13199.                                                         'tooltip' => '',
  13200.                                                         'mandatory' => false,
  13201.                                                         'noteditable' => false,
  13202.                                                         'index' => false,
  13203.                                                         'locked' => false,
  13204.                                                         'style' => '',
  13205.                                                         'permissions' => NULL,
  13206.                                                         'datatype' => 'data',
  13207.                                                         'relationType' => false,
  13208.                                                         'invisible' => false,
  13209.                                                         'visibleGridView' => false,
  13210.                                                         'visibleSearch' => false,
  13211.                                                     ],
  13212.                                                 ],
  13213.                                                 'isOperator' => false,
  13214.                                             ],
  13215.                                             => [
  13216.                                                 'attributes' => [
  13217.                                                     'attribute' => 'pl',
  13218.                                                     'label' => 'Preisliste',
  13219.                                                     'dataType' => 'input',
  13220.                                                     'layout' => [
  13221.                                                         'fieldtype' => 'input',
  13222.                                                         'width' => NULL,
  13223.                                                         'queryColumnType' => 'varchar',
  13224.                                                         'columnType' => 'varchar',
  13225.                                                         'columnLength' => 190,
  13226.                                                         'phpdocType' => 'string',
  13227.                                                         'regex' => '',
  13228.                                                         'unique' => false,
  13229.                                                         'showCharCount' => NULL,
  13230.                                                         'name' => 'pl',
  13231.                                                         'title' => 'Preisliste',
  13232.                                                         'tooltip' => '',
  13233.                                                         'mandatory' => false,
  13234.                                                         'noteditable' => false,
  13235.                                                         'index' => false,
  13236.                                                         'locked' => false,
  13237.                                                         'style' => '',
  13238.                                                         'permissions' => NULL,
  13239.                                                         'datatype' => 'data',
  13240.                                                         'relationType' => false,
  13241.                                                         'invisible' => false,
  13242.                                                         'visibleGridView' => true,
  13243.                                                         'visibleSearch' => true,
  13244.                                                     ],
  13245.                                                 ],
  13246.                                                 'isOperator' => false,
  13247.                                             ],
  13248.                                             10 => [
  13249.                                                 'attributes' => [
  13250.                                                     'attribute' => 'productHierarchyCode',
  13251.                                                     'label' => 'SAP Code',
  13252.                                                     'dataType' => 'input',
  13253.                                                     'layout' => [
  13254.                                                         'fieldtype' => 'input',
  13255.                                                         'width' => NULL,
  13256.                                                         'queryColumnType' => 'varchar',
  13257.                                                         'columnType' => 'varchar',
  13258.                                                         'columnLength' => 190,
  13259.                                                         'phpdocType' => 'string',
  13260.                                                         'regex' => '',
  13261.                                                         'unique' => false,
  13262.                                                         'showCharCount' => false,
  13263.                                                         'name' => 'productHierarchyCode',
  13264.                                                         'title' => 'SAP Code',
  13265.                                                         'tooltip' => '',
  13266.                                                         'mandatory' => false,
  13267.                                                         'noteditable' => false,
  13268.                                                         'index' => false,
  13269.                                                         'locked' => false,
  13270.                                                         'style' => '',
  13271.                                                         'permissions' => NULL,
  13272.                                                         'datatype' => 'data',
  13273.                                                         'relationType' => false,
  13274.                                                         'invisible' => false,
  13275.                                                         'visibleGridView' => true,
  13276.                                                         'visibleSearch' => false,
  13277.                                                     ],
  13278.                                                 ],
  13279.                                                 'isOperator' => false,
  13280.                                             ],
  13281.                                             11 => [
  13282.                                                 'attributes' => [
  13283.                                                     'attribute' => 'price',
  13284.                                                     'label' => 'UVP Euro',
  13285.                                                     'dataType' => 'numeric',
  13286.                                                     'layout' => [
  13287.                                                         'fieldtype' => 'numeric',
  13288.                                                         'width' => '',
  13289.                                                         'defaultValue' => NULL,
  13290.                                                         'queryColumnType' => 'double',
  13291.                                                         'columnType' => 'double',
  13292.                                                         'phpdocType' => 'float',
  13293.                                                         'integer' => false,
  13294.                                                         'unsigned' => false,
  13295.                                                         'minValue' => NULL,
  13296.                                                         'maxValue' => NULL,
  13297.                                                         'unique' => false,
  13298.                                                         'decimalSize' => NULL,
  13299.                                                         'decimalPrecision' => NULL,
  13300.                                                         'name' => 'price',
  13301.                                                         'title' => 'UVP Euro',
  13302.                                                         'tooltip' => '',
  13303.                                                         'mandatory' => false,
  13304.                                                         'noteditable' => false,
  13305.                                                         'index' => false,
  13306.                                                         'locked' => false,
  13307.                                                         'style' => '',
  13308.                                                         'permissions' => NULL,
  13309.                                                         'datatype' => 'data',
  13310.                                                         'relationType' => false,
  13311.                                                         'invisible' => false,
  13312.                                                         'visibleGridView' => true,
  13313.                                                         'visibleSearch' => true,
  13314.                                                     ],
  13315.                                                 ],
  13316.                                                 'isOperator' => false,
  13317.                                             ],
  13318.                                             12 => [
  13319.                                                 'attributes' => [
  13320.                                                     'attribute' => 'productHierarchyName',
  13321.                                                     'label' => 'SAP Hierarchie',
  13322.                                                     'dataType' => 'input',
  13323.                                                     'layout' => [
  13324.                                                         'fieldtype' => 'input',
  13325.                                                         'width' => 600,
  13326.                                                         'queryColumnType' => 'varchar',
  13327.                                                         'columnType' => 'varchar',
  13328.                                                         'columnLength' => 255,
  13329.                                                         'phpdocType' => 'string',
  13330.                                                         'regex' => '',
  13331.                                                         'unique' => false,
  13332.                                                         'showCharCount' => false,
  13333.                                                         'name' => 'productHierarchyName',
  13334.                                                         'title' => 'SAP Hierarchie',
  13335.                                                         'tooltip' => '',
  13336.                                                         'mandatory' => false,
  13337.                                                         'noteditable' => false,
  13338.                                                         'index' => false,
  13339.                                                         'locked' => false,
  13340.                                                         'style' => '',
  13341.                                                         'permissions' => NULL,
  13342.                                                         'datatype' => 'data',
  13343.                                                         'relationType' => false,
  13344.                                                         'invisible' => false,
  13345.                                                         'visibleGridView' => true,
  13346.                                                         'visibleSearch' => false,
  13347.                                                     ],
  13348.                                                 ],
  13349.                                                 'isOperator' => false,
  13350.                                             ],
  13351.                                             13 => [
  13352.                                                 'attributes' => [
  13353.                                                     'attribute' => 'productFamily',
  13354.                                                     'label' => 'Produktfamilie',
  13355.                                                     'dataType' => 'input',
  13356.                                                     'layout' => [
  13357.                                                         'fieldtype' => 'input',
  13358.                                                         'width' => NULL,
  13359.                                                         'queryColumnType' => 'varchar',
  13360.                                                         'columnType' => 'varchar',
  13361.                                                         'columnLength' => 190,
  13362.                                                         'phpdocType' => 'string',
  13363.                                                         'regex' => '',
  13364.                                                         'unique' => false,
  13365.                                                         'showCharCount' => NULL,
  13366.                                                         'name' => 'productFamily',
  13367.                                                         'title' => 'Produktfamilie',
  13368.                                                         'tooltip' => '',
  13369.                                                         'mandatory' => false,
  13370.                                                         'noteditable' => false,
  13371.                                                         'index' => false,
  13372.                                                         'locked' => false,
  13373.                                                         'style' => '',
  13374.                                                         'permissions' => NULL,
  13375.                                                         'datatype' => 'data',
  13376.                                                         'relationType' => false,
  13377.                                                         'invisible' => false,
  13378.                                                         'visibleGridView' => true,
  13379.                                                         'visibleSearch' => true,
  13380.                                                     ],
  13381.                                                 ],
  13382.                                                 'isOperator' => false,
  13383.                                             ],
  13384.                                             14 => [
  13385.                                                 'attributes' => [
  13386.                                                     'attribute' => 'weight',
  13387.                                                     'label' => 'Gewicht',
  13388.                                                     'dataType' => 'numeric',
  13389.                                                     'layout' => [
  13390.                                                         'fieldtype' => 'numeric',
  13391.                                                         'width' => '',
  13392.                                                         'defaultValue' => NULL,
  13393.                                                         'queryColumnType' => 'double',
  13394.                                                         'columnType' => 'double',
  13395.                                                         'phpdocType' => 'float',
  13396.                                                         'integer' => false,
  13397.                                                         'unsigned' => false,
  13398.                                                         'minValue' => NULL,
  13399.                                                         'maxValue' => NULL,
  13400.                                                         'unique' => false,
  13401.                                                         'decimalSize' => NULL,
  13402.                                                         'decimalPrecision' => NULL,
  13403.                                                         'name' => 'weight',
  13404.                                                         'title' => 'Gewicht',
  13405.                                                         'tooltip' => '',
  13406.                                                         'mandatory' => false,
  13407.                                                         'noteditable' => false,
  13408.                                                         'index' => false,
  13409.                                                         'locked' => false,
  13410.                                                         'style' => '',
  13411.                                                         'permissions' => NULL,
  13412.                                                         'datatype' => 'data',
  13413.                                                         'relationType' => false,
  13414.                                                         'invisible' => false,
  13415.                                                         'visibleGridView' => true,
  13416.                                                         'visibleSearch' => true,
  13417.                                                     ],
  13418.                                                 ],
  13419.                                                 'isOperator' => false,
  13420.                                             ],
  13421.                                             15 => [
  13422.                                                 'attributes' => [
  13423.                                                     'attribute' => 'creationDate',
  13424.                                                     'label' => 'creationDate',
  13425.                                                     'dataType' => 'system',
  13426.                                                     'layout' => [
  13427.                                                         'title' => 'creationDate',
  13428.                                                         'name' => 'creationDate',
  13429.                                                         'datatype' => 'data',
  13430.                                                         'fieldtype' => 'system',
  13431.                                                     ],
  13432.                                                 ],
  13433.                                                 'isOperator' => false,
  13434.                                             ],
  13435.                                             16 => [
  13436.                                                 'attributes' => [
  13437.                                                     'attribute' => 'modificationDate',
  13438.                                                     'label' => 'modificationDate',
  13439.                                                     'dataType' => 'system',
  13440.                                                     'layout' => [
  13441.                                                         'title' => 'modificationDate',
  13442.                                                         'name' => 'modificationDate',
  13443.                                                         'datatype' => 'data',
  13444.                                                         'fieldtype' => 'system',
  13445.                                                     ],
  13446.                                                 ],
  13447.                                                 'isOperator' => false,
  13448.                                             ],
  13449.                                             17 => [
  13450.                                                 'attributes' => [
  13451.                                                     'attribute' => 'name',
  13452.                                                     'label' => 'SAP Produktname',
  13453.                                                     'dataType' => 'input',
  13454.                                                     'layout' => [
  13455.                                                         'fieldtype' => 'input',
  13456.                                                         'width' => 500,
  13457.                                                         'queryColumnType' => 'varchar',
  13458.                                                         'columnType' => 'varchar',
  13459.                                                         'columnLength' => 190,
  13460.                                                         'phpdocType' => 'string',
  13461.                                                         'regex' => '',
  13462.                                                         'unique' => false,
  13463.                                                         'showCharCount' => NULL,
  13464.                                                         'name' => 'name',
  13465.                                                         'title' => 'SAP Produktname',
  13466.                                                         'tooltip' => '',
  13467.                                                         'mandatory' => false,
  13468.                                                         'noteditable' => false,
  13469.                                                         'index' => false,
  13470.                                                         'locked' => false,
  13471.                                                         'style' => '',
  13472.                                                         'permissions' => NULL,
  13473.                                                         'datatype' => 'data',
  13474.                                                         'relationType' => false,
  13475.                                                         'invisible' => false,
  13476.                                                         'visibleGridView' => true,
  13477.                                                         'visibleSearch' => true,
  13478.                                                     ],
  13479.                                                 ],
  13480.                                                 'isOperator' => false,
  13481.                                             ],
  13482.                                             18 => [
  13483.                                                 'attributes' => [
  13484.                                                     'attribute' => 'description',
  13485.                                                     'label' => 'SAP Beschreibung',
  13486.                                                     'dataType' => 'wysiwyg',
  13487.                                                     'layout' => [
  13488.                                                         'fieldtype' => 'wysiwyg',
  13489.                                                         'width' => 700,
  13490.                                                         'height' => 200,
  13491.                                                         'queryColumnType' => 'longtext',
  13492.                                                         'columnType' => 'longtext',
  13493.                                                         'phpdocType' => 'string',
  13494.                                                         'toolbarConfig' => '',
  13495.                                                         'excludeFromSearchIndex' => false,
  13496.                                                         'name' => 'description',
  13497.                                                         'title' => 'SAP Beschreibung',
  13498.                                                         'tooltip' => '',
  13499.                                                         'mandatory' => false,
  13500.                                                         'noteditable' => false,
  13501.                                                         'index' => false,
  13502.                                                         'locked' => false,
  13503.                                                         'style' => '',
  13504.                                                         'permissions' => NULL,
  13505.                                                         'datatype' => 'data',
  13506.                                                         'relationType' => false,
  13507.                                                         'invisible' => false,
  13508.                                                         'visibleGridView' => false,
  13509.                                                         'visibleSearch' => false,
  13510.                                                     ],
  13511.                                                 ],
  13512.                                                 'isOperator' => false,
  13513.                                             ],
  13514.                                         ],
  13515.                                     ],
  13516.                                 ],
  13517.                             ],
  13518.                             'specialEntities' => [
  13519.                                 'document' => [
  13520.                                     'read' => false,
  13521.                                     'create' => false,
  13522.                                     'update' => false,
  13523.                                     'delete' => false,
  13524.                                 ],
  13525.                                 'document_folder' => [
  13526.                                     'read' => false,
  13527.                                     'create' => false,
  13528.                                     'update' => false,
  13529.                                     'delete' => false,
  13530.                                 ],
  13531.                                 'asset' => [
  13532.                                     'read' => false,
  13533.                                     'create' => false,
  13534.                                     'update' => false,
  13535.                                     'delete' => false,
  13536.                                 ],
  13537.                                 'asset_folder' => [
  13538.                                     'read' => false,
  13539.                                     'create' => false,
  13540.                                     'update' => false,
  13541.                                     'delete' => false,
  13542.                                 ],
  13543.                                 'asset_listing' => [
  13544.                                     'read' => false,
  13545.                                     'create' => false,
  13546.                                     'update' => false,
  13547.                                     'delete' => false,
  13548.                                 ],
  13549.                                 'object_folder' => [
  13550.                                     'read' => true,
  13551.                                     'create' => false,
  13552.                                     'update' => false,
  13553.                                     'delete' => false,
  13554.                                 ],
  13555.                                 'translation' => [
  13556.                                     'read' => false,
  13557.                                     'create' => false,
  13558.                                     'update' => false,
  13559.                                     'delete' => false,
  13560.                                 ],
  13561.                                 'translation_listing' => [
  13562.                                     'read' => false,
  13563.                                     'create' => false,
  13564.                                     'update' => false,
  13565.                                     'delete' => false,
  13566.                                 ],
  13567.                             ],
  13568.                         ],
  13569.                         'security' => [
  13570.                             'method' => 'datahub_apikey',
  13571.                             'apikey' => [
  13572.                                 => '1234123412341234',
  13573.                             ],
  13574.                             'skipPermissionCheck' => false,
  13575.                             'disableIntrospection' => false,
  13576.                         ],
  13577.                         'workspaces' => [
  13578.                             'asset' => [
  13579.                             ],
  13580.                             'document' => [
  13581.                             ],
  13582.                             'object' => [
  13583.                                 => [
  13584.                                     'read' => true,
  13585.                                     'cpath' => '/MEA PIM/Produkte/Artikel',
  13586.                                     'create' => true,
  13587.                                     'update' => true,
  13588.                                     'delete' => false,
  13589.                                     'id' => 'extModel1325-1',
  13590.                                 ],
  13591.                             ],
  13592.                         ],
  13593.                         'permissions' => [
  13594.                             'user' => [
  13595.                             ],
  13596.                             'role' => [
  13597.                             ],
  13598.                         ],
  13599.                     ],
  13600.                     'aus' => [
  13601.                         'general' => [
  13602.                             'active' => true,
  13603.                             'type' => 'graphql',
  13604.                             'name' => 'aus',
  13605.                             'description' => '',
  13606.                             'group' => '',
  13607.                             'sqlObjectCondition' => '',
  13608.                             'modificationDate' => 1665644983,
  13609.                             'path' => NULL,
  13610.                             'createDate' => 1645188497,
  13611.                         ],
  13612.                         'schema' => [
  13613.                             'queryEntities' => [
  13614.                                 'Category' => [
  13615.                                     'id' => 'Category',
  13616.                                     'name' => 'Category',
  13617.                                     'columnConfig' => [
  13618.                                         'columns' => [
  13619.                                             => [
  13620.                                                 'attributes' => [
  13621.                                                     'attribute' => 'name',
  13622.                                                     'label' => 'Titel',
  13623.                                                     'dataType' => 'input',
  13624.                                                     'layout' => [
  13625.                                                         'fieldtype' => 'input',
  13626.                                                         'width' => 500,
  13627.                                                         'defaultValue' => NULL,
  13628.                                                         'queryColumnType' => 'varchar',
  13629.                                                         'columnType' => 'varchar',
  13630.                                                         'columnLength' => 190,
  13631.                                                         'phpdocType' => 'string',
  13632.                                                         'regex' => '',
  13633.                                                         'unique' => false,
  13634.                                                         'showCharCount' => NULL,
  13635.                                                         'name' => 'name',
  13636.                                                         'title' => 'Titel',
  13637.                                                         'tooltip' => '',
  13638.                                                         'mandatory' => false,
  13639.                                                         'noteditable' => false,
  13640.                                                         'index' => false,
  13641.                                                         'locked' => false,
  13642.                                                         'style' => '',
  13643.                                                         'permissions' => NULL,
  13644.                                                         'datatype' => 'data',
  13645.                                                         'relationType' => false,
  13646.                                                         'invisible' => false,
  13647.                                                         'visibleGridView' => true,
  13648.                                                         'visibleSearch' => true,
  13649.                                                         'defaultValueGenerator' => '',
  13650.                                                     ],
  13651.                                                 ],
  13652.                                                 'isOperator' => false,
  13653.                                             ],
  13654.                                             => [
  13655.                                                 'attributes' => [
  13656.                                                     'attribute' => 'name2',
  13657.                                                     'label' => 'Untertitel',
  13658.                                                     'dataType' => 'textarea',
  13659.                                                     'layout' => [
  13660.                                                         'fieldtype' => 'textarea',
  13661.                                                         'width' => 500,
  13662.                                                         'height' => 100,
  13663.                                                         'maxLength' => NULL,
  13664.                                                         'showCharCount' => false,
  13665.                                                         'excludeFromSearchIndex' => false,
  13666.                                                         'queryColumnType' => 'longtext',
  13667.                                                         'columnType' => 'longtext',
  13668.                                                         'phpdocType' => 'string',
  13669.                                                         'name' => 'name2',
  13670.                                                         'title' => 'Untertitel',
  13671.                                                         'tooltip' => '',
  13672.                                                         'mandatory' => false,
  13673.                                                         'noteditable' => false,
  13674.                                                         'index' => false,
  13675.                                                         'locked' => false,
  13676.                                                         'style' => '',
  13677.                                                         'permissions' => NULL,
  13678.                                                         'datatype' => 'data',
  13679.                                                         'relationType' => false,
  13680.                                                         'invisible' => false,
  13681.                                                         'visibleGridView' => true,
  13682.                                                         'visibleSearch' => true,
  13683.                                                     ],
  13684.                                                 ],
  13685.                                                 'isOperator' => false,
  13686.                                             ],
  13687.                                             => [
  13688.                                                 'attributes' => [
  13689.                                                     'attribute' => 'description',
  13690.                                                     'label' => 'Beschreibung',
  13691.                                                     'dataType' => 'wysiwyg',
  13692.                                                     'layout' => [
  13693.                                                         'fieldtype' => 'wysiwyg',
  13694.                                                         'width' => '',
  13695.                                                         'height' => 400,
  13696.                                                         'queryColumnType' => 'longtext',
  13697.                                                         'columnType' => 'longtext',
  13698.                                                         'phpdocType' => 'string',
  13699.                                                         'toolbarConfig' => '',
  13700.                                                         'excludeFromSearchIndex' => false,
  13701.                                                         'name' => 'description',
  13702.                                                         'title' => 'Beschreibung',
  13703.                                                         'tooltip' => '',
  13704.                                                         'mandatory' => false,
  13705.                                                         'noteditable' => false,
  13706.                                                         'index' => false,
  13707.                                                         'locked' => false,
  13708.                                                         'style' => '',
  13709.                                                         'permissions' => NULL,
  13710.                                                         'datatype' => 'data',
  13711.                                                         'relationType' => false,
  13712.                                                         'invisible' => false,
  13713.                                                         'visibleGridView' => false,
  13714.                                                         'visibleSearch' => false,
  13715.                                                     ],
  13716.                                                 ],
  13717.                                                 'isOperator' => false,
  13718.                                             ],
  13719.                                             => [
  13720.                                                 'attributes' => [
  13721.                                                     'attribute' => 'linkedProducts',
  13722.                                                     'label' => 'Produkte',
  13723.                                                     'dataType' => 'advancedManyToManyObjectRelation',
  13724.                                                     'layout' => [
  13725.                                                         'allowedClassId' => 'Product',
  13726.                                                         'visibleFields' => 'primaryOrderNumber,name',
  13727.                                                         'columns' => [
  13728.                                                             => [
  13729.                                                                 'type' => 'text',
  13730.                                                                 'position' => 1,
  13731.                                                                 'key' => 'top',
  13732.                                                                 'id' => 'extModel12001-1',
  13733.                                                                 'label' => 'Top Produkt',
  13734.                                                             ],
  13735.                                                         ],
  13736.                                                         'columnKeys' => [
  13737.                                                             => 'top',
  13738.                                                         ],
  13739.                                                         'fieldtype' => 'advancedManyToManyObjectRelation',
  13740.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\ObjectMetadata[]',
  13741.                                                         'enableBatchEdit' => NULL,
  13742.                                                         'allowMultipleAssignments' => NULL,
  13743.                                                         'visibleFieldDefinitions' => [
  13744.                                                         ],
  13745.                                                         'width' => '',
  13746.                                                         'height' => '',
  13747.                                                         'maxItems' => '',
  13748.                                                         'queryColumnType' => 'text',
  13749.                                                         'relationType' => true,
  13750.                                                         'allowToCreateNewObject' => true,
  13751.                                                         'optimizedAdminLoading' => false,
  13752.                                                         'classes' => [
  13753.                                                         ],
  13754.                                                         'pathFormatterClass' => '',
  13755.                                                         'name' => 'linkedProducts',
  13756.                                                         'title' => 'Produkte',
  13757.                                                         'tooltip' => '',
  13758.                                                         'mandatory' => false,
  13759.                                                         'noteditable' => false,
  13760.                                                         'index' => false,
  13761.                                                         'locked' => false,
  13762.                                                         'style' => '',
  13763.                                                         'permissions' => NULL,
  13764.                                                         'datatype' => 'data',
  13765.                                                         'invisible' => false,
  13766.                                                         'visibleGridView' => false,
  13767.                                                         'visibleSearch' => false,
  13768.                                                     ],
  13769.                                                 ],
  13770.                                                 'isOperator' => false,
  13771.                                             ],
  13772.                                             => [
  13773.                                                 'attributes' => [
  13774.                                                     'attribute' => 'countriesAll',
  13775.                                                     'label' => 'Alle Länder freigegeben',
  13776.                                                     'dataType' => 'checkbox',
  13777.                                                     'layout' => [
  13778.                                                         'fieldtype' => 'checkbox',
  13779.                                                         'defaultValue' => NULL,
  13780.                                                         'queryColumnType' => 'tinyint(1)',
  13781.                                                         'columnType' => 'tinyint(1)',
  13782.                                                         'phpdocType' => 'boolean',
  13783.                                                         'name' => 'countriesAll',
  13784.                                                         'title' => 'Alle Länder freigegeben',
  13785.                                                         'tooltip' => '',
  13786.                                                         'mandatory' => false,
  13787.                                                         'noteditable' => false,
  13788.                                                         'index' => false,
  13789.                                                         'locked' => false,
  13790.                                                         'style' => '',
  13791.                                                         'permissions' => NULL,
  13792.                                                         'datatype' => 'data',
  13793.                                                         'relationType' => false,
  13794.                                                         'invisible' => false,
  13795.                                                         'visibleGridView' => true,
  13796.                                                         'visibleSearch' => true,
  13797.                                                         'defaultValueGenerator' => '',
  13798.                                                     ],
  13799.                                                 ],
  13800.                                                 'isOperator' => false,
  13801.                                             ],
  13802.                                             => [
  13803.                                                 'attributes' => [
  13804.                                                     'attribute' => 'countries',
  13805.                                                     'label' => 'Länder',
  13806.                                                     'dataType' => 'advancedManyToManyObjectRelation',
  13807.                                                     'layout' => [
  13808.                                                         'allowedClassId' => 'Country',
  13809.                                                         'visibleFields' => 'iso2,name,currencyCode',
  13810.                                                         'columns' => [
  13811.                                                             => [
  13812.                                                                 'type' => 'number',
  13813.                                                                 'position' => 1,
  13814.                                                                 'key' => 'price',
  13815.                                                                 'id' => 'extModel6243-1',
  13816.                                                                 'label' => 'Preis',
  13817.                                                             ],
  13818.                                                             => [
  13819.                                                                 'type' => 'text',
  13820.                                                                 'position' => 2,
  13821.                                                                 'key' => 'sku',
  13822.                                                                 'id' => 'extModel11177-1',
  13823.                                                                 'label' => 'Artikelnummer',
  13824.                                                             ],
  13825.                                                         ],
  13826.                                                         'columnKeys' => [
  13827.                                                             => 'price',
  13828.                                                             => 'sku',
  13829.                                                         ],
  13830.                                                         'fieldtype' => 'advancedManyToManyObjectRelation',
  13831.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\ObjectMetadata[]',
  13832.                                                         'enableBatchEdit' => false,
  13833.                                                         'allowMultipleAssignments' => false,
  13834.                                                         'visibleFieldDefinitions' => [
  13835.                                                         ],
  13836.                                                         'width' => '',
  13837.                                                         'height' => '',
  13838.                                                         'maxItems' => '',
  13839.                                                         'queryColumnType' => 'text',
  13840.                                                         'relationType' => true,
  13841.                                                         'allowToCreateNewObject' => true,
  13842.                                                         'optimizedAdminLoading' => false,
  13843.                                                         'classes' => [
  13844.                                                         ],
  13845.                                                         'pathFormatterClass' => '',
  13846.                                                         'name' => 'countries',
  13847.                                                         'title' => 'Länder',
  13848.                                                         'tooltip' => '',
  13849.                                                         'mandatory' => false,
  13850.                                                         'noteditable' => false,
  13851.                                                         'index' => false,
  13852.                                                         'locked' => false,
  13853.                                                         'style' => '',
  13854.                                                         'permissions' => NULL,
  13855.                                                         'datatype' => 'data',
  13856.                                                         'invisible' => false,
  13857.                                                         'visibleGridView' => true,
  13858.                                                         'visibleSearch' => true,
  13859.                                                     ],
  13860.                                                 ],
  13861.                                                 'isOperator' => false,
  13862.                                             ],
  13863.                                             => [
  13864.                                                 'attributes' => [
  13865.                                                     'attribute' => 'channelsAll',
  13866.                                                     'label' => 'Alle Kanäle freigegeben',
  13867.                                                     'dataType' => 'checkbox',
  13868.                                                     'layout' => [
  13869.                                                         'fieldtype' => 'checkbox',
  13870.                                                         'defaultValue' => NULL,
  13871.                                                         'queryColumnType' => 'tinyint(1)',
  13872.                                                         'columnType' => 'tinyint(1)',
  13873.                                                         'phpdocType' => 'boolean',
  13874.                                                         'name' => 'channelsAll',
  13875.                                                         'title' => 'Alle Kanäle freigegeben',
  13876.                                                         'tooltip' => '',
  13877.                                                         'mandatory' => false,
  13878.                                                         'noteditable' => false,
  13879.                                                         'index' => false,
  13880.                                                         'locked' => false,
  13881.                                                         'style' => '',
  13882.                                                         'permissions' => NULL,
  13883.                                                         'datatype' => 'data',
  13884.                                                         'relationType' => false,
  13885.                                                         'invisible' => false,
  13886.                                                         'visibleGridView' => true,
  13887.                                                         'visibleSearch' => true,
  13888.                                                         'defaultValueGenerator' => '',
  13889.                                                     ],
  13890.                                                 ],
  13891.                                                 'isOperator' => false,
  13892.                                             ],
  13893.                                             => [
  13894.                                                 'attributes' => [
  13895.                                                     'attribute' => 'channels',
  13896.                                                     'label' => 'Kanäle',
  13897.                                                     'dataType' => 'advancedManyToManyObjectRelation',
  13898.                                                     'layout' => [
  13899.                                                         'allowedClassId' => 'Channel',
  13900.                                                         'visibleFields' => 'channel',
  13901.                                                         'columns' => [
  13902.                                                         ],
  13903.                                                         'columnKeys' => [
  13904.                                                         ],
  13905.                                                         'fieldtype' => 'advancedManyToManyObjectRelation',
  13906.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\ObjectMetadata[]',
  13907.                                                         'enableBatchEdit' => false,
  13908.                                                         'allowMultipleAssignments' => false,
  13909.                                                         'visibleFieldDefinitions' => [
  13910.                                                         ],
  13911.                                                         'width' => '',
  13912.                                                         'height' => '',
  13913.                                                         'maxItems' => '',
  13914.                                                         'queryColumnType' => 'text',
  13915.                                                         'relationType' => true,
  13916.                                                         'allowToCreateNewObject' => true,
  13917.                                                         'optimizedAdminLoading' => false,
  13918.                                                         'classes' => [
  13919.                                                         ],
  13920.                                                         'pathFormatterClass' => '',
  13921.                                                         'name' => 'channels',
  13922.                                                         'title' => 'Kanäle',
  13923.                                                         'tooltip' => '',
  13924.                                                         'mandatory' => false,
  13925.                                                         'noteditable' => false,
  13926.                                                         'index' => false,
  13927.                                                         'locked' => false,
  13928.                                                         'style' => '',
  13929.                                                         'permissions' => NULL,
  13930.                                                         'datatype' => 'data',
  13931.                                                         'invisible' => false,
  13932.                                                         'visibleGridView' => true,
  13933.                                                         'visibleSearch' => true,
  13934.                                                     ],
  13935.                                                 ],
  13936.                                                 'isOperator' => false,
  13937.                                             ],
  13938.                                             => [
  13939.                                                 'attributes' => [
  13940.                                                     'attribute' => 'organizationsAll',
  13941.                                                     'label' => 'Alle Organisationen freigegeben',
  13942.                                                     'dataType' => 'checkbox',
  13943.                                                     'layout' => [
  13944.                                                         'fieldtype' => 'checkbox',
  13945.                                                         'defaultValue' => NULL,
  13946.                                                         'queryColumnType' => 'tinyint(1)',
  13947.                                                         'columnType' => 'tinyint(1)',
  13948.                                                         'phpdocType' => 'boolean',
  13949.                                                         'name' => 'organizationsAll',
  13950.                                                         'title' => 'Alle Organisationen freigegeben',
  13951.                                                         'tooltip' => '',
  13952.                                                         'mandatory' => false,
  13953.                                                         'noteditable' => false,
  13954.                                                         'index' => false,
  13955.                                                         'locked' => false,
  13956.                                                         'style' => '',
  13957.                                                         'permissions' => NULL,
  13958.                                                         'datatype' => 'data',
  13959.                                                         'relationType' => false,
  13960.                                                         'invisible' => false,
  13961.                                                         'visibleGridView' => true,
  13962.                                                         'visibleSearch' => true,
  13963.                                                         'defaultValueGenerator' => '',
  13964.                                                     ],
  13965.                                                 ],
  13966.                                                 'isOperator' => false,
  13967.                                             ],
  13968.                                             => [
  13969.                                                 'attributes' => [
  13970.                                                     'attribute' => 'organizations',
  13971.                                                     'label' => 'Organisationen',
  13972.                                                     'dataType' => 'advancedManyToManyObjectRelation',
  13973.                                                     'layout' => [
  13974.                                                         'allowedClassId' => 'Organization',
  13975.                                                         'visibleFields' => 'organization',
  13976.                                                         'columns' => [
  13977.                                                         ],
  13978.                                                         'columnKeys' => [
  13979.                                                         ],
  13980.                                                         'fieldtype' => 'advancedManyToManyObjectRelation',
  13981.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\ObjectMetadata[]',
  13982.                                                         'enableBatchEdit' => false,
  13983.                                                         'allowMultipleAssignments' => false,
  13984.                                                         'visibleFieldDefinitions' => [
  13985.                                                         ],
  13986.                                                         'width' => '',
  13987.                                                         'height' => '',
  13988.                                                         'maxItems' => '',
  13989.                                                         'queryColumnType' => 'text',
  13990.                                                         'relationType' => true,
  13991.                                                         'allowToCreateNewObject' => true,
  13992.                                                         'optimizedAdminLoading' => false,
  13993.                                                         'classes' => [
  13994.                                                         ],
  13995.                                                         'pathFormatterClass' => '',
  13996.                                                         'name' => 'organizations',
  13997.                                                         'title' => 'Organisationen',
  13998.                                                         'tooltip' => '',
  13999.                                                         'mandatory' => false,
  14000.                                                         'noteditable' => false,
  14001.                                                         'index' => false,
  14002.                                                         'locked' => false,
  14003.                                                         'style' => '',
  14004.                                                         'permissions' => NULL,
  14005.                                                         'datatype' => 'data',
  14006.                                                         'invisible' => false,
  14007.                                                         'visibleGridView' => true,
  14008.                                                         'visibleSearch' => true,
  14009.                                                     ],
  14010.                                                 ],
  14011.                                                 'isOperator' => false,
  14012.                                             ],
  14013.                                             10 => [
  14014.                                                 'attributes' => [
  14015.                                                     'attribute' => 'ignoreTechnicalData',
  14016.                                                     'label' => 'Technische Daten unterdrücken',
  14017.                                                     'dataType' => 'checkbox',
  14018.                                                     'layout' => [
  14019.                                                         'fieldtype' => 'checkbox',
  14020.                                                         'defaultValue' => 0,
  14021.                                                         'queryColumnType' => 'tinyint(1)',
  14022.                                                         'columnType' => 'tinyint(1)',
  14023.                                                         'phpdocType' => 'boolean',
  14024.                                                         'name' => 'ignoreTechnicalData',
  14025.                                                         'title' => 'Technische Daten unterdrücken',
  14026.                                                         'tooltip' => '',
  14027.                                                         'mandatory' => false,
  14028.                                                         'noteditable' => false,
  14029.                                                         'index' => false,
  14030.                                                         'locked' => false,
  14031.                                                         'style' => '',
  14032.                                                         'permissions' => NULL,
  14033.                                                         'datatype' => 'data',
  14034.                                                         'relationType' => false,
  14035.                                                         'invisible' => false,
  14036.                                                         'visibleGridView' => true,
  14037.                                                         'visibleSearch' => true,
  14038.                                                         'defaultValueGenerator' => '',
  14039.                                                     ],
  14040.                                                 ],
  14041.                                                 'isOperator' => false,
  14042.                                             ],
  14043.                                             11 => [
  14044.                                                 'attributes' => [
  14045.                                                     'attribute' => 'icon',
  14046.                                                     'label' => 'Icon',
  14047.                                                     'dataType' => 'manyToOneRelation',
  14048.                                                     'layout' => [
  14049.                                                         'fieldtype' => 'manyToOneRelation',
  14050.                                                         'width' => '',
  14051.                                                         'assetUploadPath' => '',
  14052.                                                         'relationType' => true,
  14053.                                                         'queryColumnType' => [
  14054.                                                             'id' => 'int(11)',
  14055.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  14056.                                                         ],
  14057.                                                         'phpdocType' => '\\Pimcore\\Model\\Document\\Page | \\Pimcore\\Model\\Document\\Snippet | \\Pimcore\\Model\\Document | \\Pimcore\\Model\\Asset | \\Pimcore\\Model\\DataObject\\AbstractObject',
  14058.                                                         'objectsAllowed' => false,
  14059.                                                         'assetsAllowed' => true,
  14060.                                                         'assetTypes' => [
  14061.                                                             => [
  14062.                                                                 'assetTypes' => 'image',
  14063.                                                             ],
  14064.                                                         ],
  14065.                                                         'documentsAllowed' => false,
  14066.                                                         'documentTypes' => [
  14067.                                                         ],
  14068.                                                         'classes' => [
  14069.                                                         ],
  14070.                                                         'pathFormatterClass' => '',
  14071.                                                         'name' => 'icon',
  14072.                                                         'title' => 'Icon',
  14073.                                                         'tooltip' => '',
  14074.                                                         'mandatory' => false,
  14075.                                                         'noteditable' => false,
  14076.                                                         'index' => false,
  14077.                                                         'locked' => false,
  14078.                                                         'style' => '',
  14079.                                                         'permissions' => NULL,
  14080.                                                         'datatype' => 'data',
  14081.                                                         'invisible' => false,
  14082.                                                         'visibleGridView' => false,
  14083.                                                         'visibleSearch' => false,
  14084.                                                     ],
  14085.                                                 ],
  14086.                                                 'isOperator' => false,
  14087.                                             ],
  14088.                                             12 => [
  14089.                                                 'attributes' => [
  14090.                                                     'attribute' => 'primaryImage',
  14091.                                                     'label' => 'Bild',
  14092.                                                     'dataType' => 'manyToOneRelation',
  14093.                                                     'layout' => [
  14094.                                                         'fieldtype' => 'manyToOneRelation',
  14095.                                                         'width' => '',
  14096.                                                         'assetUploadPath' => '',
  14097.                                                         'relationType' => true,
  14098.                                                         'queryColumnType' => [
  14099.                                                             'id' => 'int(11)',
  14100.                                                             'type' => 'enum(\'document\',\'asset\',\'object\')',
  14101.                                                         ],
  14102.                                                         'phpdocType' => '\\Pimcore\\Model\\Document\\Page | \\Pimcore\\Model\\Document\\Snippet | \\Pimcore\\Model\\Document | \\Pimcore\\Model\\Asset | \\Pimcore\\Model\\DataObject\\AbstractObject',
  14103.                                                         'objectsAllowed' => false,
  14104.                                                         'assetsAllowed' => true,
  14105.                                                         'assetTypes' => [
  14106.                                                             => [
  14107.                                                                 'assetTypes' => 'image',
  14108.                                                             ],
  14109.                                                         ],
  14110.                                                         'documentsAllowed' => false,
  14111.                                                         'documentTypes' => [
  14112.                                                         ],
  14113.                                                         'classes' => [
  14114.                                                         ],
  14115.                                                         'pathFormatterClass' => '',
  14116.                                                         'name' => 'primaryImage',
  14117.                                                         'title' => 'Bild',
  14118.                                                         'tooltip' => '',
  14119.                                                         'mandatory' => false,
  14120.                                                         'noteditable' => false,
  14121.                                                         'index' => false,
  14122.                                                         'locked' => false,
  14123.                                                         'style' => '',
  14124.                                                         'permissions' => NULL,
  14125.                                                         'datatype' => 'data',
  14126.                                                         'invisible' => false,
  14127.                                                         'visibleGridView' => false,
  14128.                                                         'visibleSearch' => false,
  14129.                                                     ],
  14130.                                                 ],
  14131.                                                 'isOperator' => false,
  14132.                                             ],
  14133.                                             13 => [
  14134.                                                 'attributes' => [
  14135.                                                     'attribute' => 'techDataFixedMaterialProperties',
  14136.                                                     'label' => 'Vordefinierte Materialeigenschaften',
  14137.                                                     'dataType' => 'manyToManyObjectRelation',
  14138.                                                     'layout' => [
  14139.                                                         'fieldtype' => 'manyToManyObjectRelation',
  14140.                                                         'width' => '',
  14141.                                                         'height' => '',
  14142.                                                         'maxItems' => 1,
  14143.                                                         'queryColumnType' => 'text',
  14144.                                                         'phpdocType' => 'array',
  14145.                                                         'relationType' => true,
  14146.                                                         'visibleFields' => 'material',
  14147.                                                         'allowToCreateNewObject' => true,
  14148.                                                         'optimizedAdminLoading' => false,
  14149.                                                         'visibleFieldDefinitions' => [
  14150.                                                         ],
  14151.                                                         'classes' => [
  14152.                                                             => [
  14153.                                                                 'classes' => 'Material',
  14154.                                                             ],
  14155.                                                         ],
  14156.                                                         'pathFormatterClass' => '',
  14157.                                                         'name' => 'techDataFixedMaterialProperties',
  14158.                                                         'title' => 'Vordefinierte Materialeigenschaften',
  14159.                                                         'tooltip' => '',
  14160.                                                         'mandatory' => false,
  14161.                                                         'noteditable' => false,
  14162.                                                         'index' => false,
  14163.                                                         'locked' => false,
  14164.                                                         'style' => '',
  14165.                                                         'permissions' => NULL,
  14166.                                                         'datatype' => 'data',
  14167.                                                         'invisible' => false,
  14168.                                                         'visibleGridView' => false,
  14169.                                                         'visibleSearch' => false,
  14170.                                                     ],
  14171.                                                 ],
  14172.                                                 'isOperator' => false,
  14173.                                             ],
  14174.                                             14 => [
  14175.                                                 'attributes' => [
  14176.                                                     'attribute' => 'techDataMaterialProperties',
  14177.                                                     'label' => 'Materialeigenschaften',
  14178.                                                     'dataType' => 'table',
  14179.                                                     'layout' => [
  14180.                                                         'fieldtype' => 'table',
  14181.                                                         'width' => '',
  14182.                                                         'height' => '',
  14183.                                                         'cols' => 2,
  14184.                                                         'colsFixed' => true,
  14185.                                                         'rows' => 10,
  14186.                                                         'rowsFixed' => false,
  14187.                                                         'data' => '',
  14188.                                                         'columnConfigActivated' => false,
  14189.                                                         'columnConfig' => [
  14190.                                                             => [
  14191.                                                                 'key' => 0,
  14192.                                                                 'label' => 0,
  14193.                                                             ],
  14194.                                                             => [
  14195.                                                                 'key' => 1,
  14196.                                                                 'label' => 1,
  14197.                                                             ],
  14198.                                                         ],
  14199.                                                         'queryColumnType' => 'longtext',
  14200.                                                         'columnType' => 'longtext',
  14201.                                                         'phpdocType' => 'array',
  14202.                                                         'name' => 'techDataMaterialProperties',
  14203.                                                         'title' => 'Materialeigenschaften',
  14204.                                                         'tooltip' => '',
  14205.                                                         'mandatory' => false,
  14206.                                                         'noteditable' => false,
  14207.                                                         'index' => false,
  14208.                                                         'locked' => false,
  14209.                                                         'style' => '',
  14210.                                                         'permissions' => NULL,
  14211.                                                         'datatype' => 'data',
  14212.                                                         'relationType' => false,
  14213.                                                         'invisible' => false,
  14214.                                                         'visibleGridView' => false,
  14215.                                                         'visibleSearch' => false,
  14216.                                                     ],
  14217.                                                 ],
  14218.                                                 'isOperator' => false,
  14219.                                             ],
  14220.                                             15 => [
  14221.                                                 'attributes' => [
  14222.                                                     'attribute' => 'techDataUsePurpose',
  14223.                                                     'label' => 'Einsatzzweck',
  14224.                                                     'dataType' => 'textarea',
  14225.                                                     'layout' => [
  14226.                                                         'fieldtype' => 'textarea',
  14227.                                                         'width' => 800,
  14228.                                                         'height' => 80,
  14229.                                                         'maxLength' => NULL,
  14230.                                                         'showCharCount' => false,
  14231.                                                         'excludeFromSearchIndex' => false,
  14232.                                                         'queryColumnType' => 'longtext',
  14233.                                                         'columnType' => 'longtext',
  14234.                                                         'phpdocType' => 'string',
  14235.                                                         'name' => 'techDataUsePurpose',
  14236.                                                         'title' => 'Einsatzzweck',
  14237.                                                         'tooltip' => '',
  14238.                                                         'mandatory' => false,
  14239.                                                         'noteditable' => false,
  14240.                                                         'index' => false,
  14241.                                                         'locked' => false,
  14242.                                                         'style' => '',
  14243.                                                         'permissions' => NULL,
  14244.                                                         'datatype' => 'data',
  14245.                                                         'relationType' => false,
  14246.                                                         'invisible' => false,
  14247.                                                         'visibleGridView' => false,
  14248.                                                         'visibleSearch' => false,
  14249.                                                     ],
  14250.                                                 ],
  14251.                                                 'isOperator' => false,
  14252.                                             ],
  14253.                                             16 => [
  14254.                                                 'attributes' => [
  14255.                                                     'attribute' => 'techDataVersions',
  14256.                                                     'label' => 'Ausführungen',
  14257.                                                     'dataType' => 'block',
  14258.                                                     'layout' => [
  14259.                                                         'fieldtype' => 'block',
  14260.                                                         'lazyLoading' => false,
  14261.                                                         'disallowAddRemove' => false,
  14262.                                                         'disallowReorder' => false,
  14263.                                                         'collapsible' => false,
  14264.                                                         'collapsed' => false,
  14265.                                                         'maxItems' => NULL,
  14266.                                                         'columnType' => 'longtext',
  14267.                                                         'styleElement' => '',
  14268.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\BlockElement[][]',
  14269.                                                         'childs' => [
  14270.                                                             => [
  14271.                                                                 'fieldtype' => 'input',
  14272.                                                                 'width' => 600,
  14273.                                                                 'defaultValue' => NULL,
  14274.                                                                 'queryColumnType' => 'varchar',
  14275.                                                                 'columnType' => 'varchar',
  14276.                                                                 'columnLength' => 190,
  14277.                                                                 'phpdocType' => 'string',
  14278.                                                                 'regex' => '',
  14279.                                                                 'unique' => false,
  14280.                                                                 'showCharCount' => false,
  14281.                                                                 'name' => 'techDataVersion',
  14282.                                                                 'title' => 'Ausführung',
  14283.                                                                 'tooltip' => '',
  14284.                                                                 'mandatory' => false,
  14285.                                                                 'noteditable' => false,
  14286.                                                                 'index' => false,
  14287.                                                                 'locked' => false,
  14288.                                                                 'style' => '',
  14289.                                                                 'permissions' => NULL,
  14290.                                                                 'datatype' => 'data',
  14291.                                                                 'relationType' => false,
  14292.                                                                 'invisible' => false,
  14293.                                                                 'visibleGridView' => false,
  14294.                                                                 'visibleSearch' => false,
  14295.                                                                 'defaultValueGenerator' => '',
  14296.                                                             ],
  14297.                                                         ],
  14298.                                                         'layout' => NULL,
  14299.                                                         'fieldDefinitionsCache' => NULL,
  14300.                                                         'name' => 'techDataVersions',
  14301.                                                         'title' => 'Ausführungen',
  14302.                                                         'tooltip' => '',
  14303.                                                         'mandatory' => false,
  14304.                                                         'noteditable' => false,
  14305.                                                         'index' => false,
  14306.                                                         'locked' => false,
  14307.                                                         'style' => '',
  14308.                                                         'permissions' => NULL,
  14309.                                                         'datatype' => 'data',
  14310.                                                         'relationType' => false,
  14311.                                                         'invisible' => false,
  14312.                                                         'visibleGridView' => false,
  14313.                                                         'visibleSearch' => false,
  14314.                                                     ],
  14315.                                                 ],
  14316.                                                 'isOperator' => false,
  14317.                                             ],
  14318.                                             17 => [
  14319.                                                 'attributes' => [
  14320.                                                     'attribute' => 'techDataAccessories',
  14321.                                                     'label' => 'Zubehör',
  14322.                                                     'dataType' => 'block',
  14323.                                                     'layout' => [
  14324.                                                         'fieldtype' => 'block',
  14325.                                                         'lazyLoading' => false,
  14326.                                                         'disallowAddRemove' => false,
  14327.                                                         'disallowReorder' => false,
  14328.                                                         'collapsible' => false,
  14329.                                                         'collapsed' => false,
  14330.                                                         'maxItems' => NULL,
  14331.                                                         'columnType' => 'longtext',
  14332.                                                         'styleElement' => '',
  14333.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\BlockElement[][]',
  14334.                                                         'childs' => [
  14335.                                                             => [
  14336.                                                                 'fieldtype' => 'input',
  14337.                                                                 'width' => 600,
  14338.                                                                 'defaultValue' => NULL,
  14339.                                                                 'queryColumnType' => 'varchar',
  14340.                                                                 'columnType' => 'varchar',
  14341.                                                                 'columnLength' => 190,
  14342.                                                                 'phpdocType' => 'string',
  14343.                                                                 'regex' => '',
  14344.                                                                 'unique' => false,
  14345.                                                                 'showCharCount' => false,
  14346.                                                                 'name' => 'techDataAccessory',
  14347.                                                                 'title' => 'Zubehör',
  14348.                                                                 'tooltip' => '',
  14349.                                                                 'mandatory' => false,
  14350.                                                                 'noteditable' => false,
  14351.                                                                 'index' => false,
  14352.                                                                 'locked' => false,
  14353.                                                                 'style' => '',
  14354.                                                                 'permissions' => NULL,
  14355.                                                                 'datatype' => 'data',
  14356.                                                                 'relationType' => false,
  14357.                                                                 'invisible' => false,
  14358.                                                                 'visibleGridView' => false,
  14359.                                                                 'visibleSearch' => false,
  14360.                                                                 'defaultValueGenerator' => '',
  14361.                                                             ],
  14362.                                                         ],
  14363.                                                         'layout' => NULL,
  14364.                                                         'fieldDefinitionsCache' => NULL,
  14365.                                                         'name' => 'techDataAccessories',
  14366.                                                         'title' => 'Zubehör',
  14367.                                                         'tooltip' => '',
  14368.                                                         'mandatory' => false,
  14369.                                                         'noteditable' => false,
  14370.                                                         'index' => false,
  14371.                                                         'locked' => false,
  14372.                                                         'style' => '',
  14373.                                                         'permissions' => NULL,
  14374.                                                         'datatype' => 'data',
  14375.                                                         'relationType' => false,
  14376.                                                         'invisible' => false,
  14377.                                                         'visibleGridView' => false,
  14378.                                                         'visibleSearch' => false,
  14379.                                                     ],
  14380.                                                 ],
  14381.                                                 'isOperator' => false,
  14382.                                             ],
  14383.                                         ],
  14384.                                     ],
  14385.                                 ],
  14386.                                 'Product' => [
  14387.                                     'id' => 'Product',
  14388.                                     'name' => 'Product',
  14389.                                     'columnConfig' => [
  14390.                                         'columns' => [
  14391.                                             => [
  14392.                                                 'attributes' => [
  14393.                                                     'attribute' => 'primaryOrderNumber',
  14394.                                                     'label' => 'Artikelnummer',
  14395.                                                     'dataType' => 'input',
  14396.                                                     'layout' => [
  14397.                                                         'fieldtype' => 'input',
  14398.                                                         'width' => NULL,
  14399.                                                         'defaultValue' => NULL,
  14400.                                                         'queryColumnType' => 'varchar',
  14401.                                                         'columnType' => 'varchar',
  14402.                                                         'columnLength' => 190,
  14403.                                                         'phpdocType' => 'string',
  14404.                                                         'regex' => '',
  14405.                                                         'unique' => false,
  14406.                                                         'showCharCount' => false,
  14407.                                                         'name' => 'primaryOrderNumber',
  14408.                                                         'title' => 'Artikelnummer',
  14409.                                                         'tooltip' => '',
  14410.                                                         'mandatory' => false,
  14411.                                                         'noteditable' => false,
  14412.                                                         'index' => true,
  14413.                                                         'locked' => false,
  14414.                                                         'style' => '',
  14415.                                                         'permissions' => NULL,
  14416.                                                         'datatype' => 'data',
  14417.                                                         'relationType' => false,
  14418.                                                         'invisible' => false,
  14419.                                                         'visibleGridView' => true,
  14420.                                                         'visibleSearch' => true,
  14421.                                                         'defaultValueGenerator' => '',
  14422.                                                     ],
  14423.                                                 ],
  14424.                                                 'isOperator' => false,
  14425.                                             ],
  14426.                                             => [
  14427.                                                 'attributes' => [
  14428.                                                     'attribute' => 'ean',
  14429.                                                     'label' => 'EAN',
  14430.                                                     'dataType' => 'input',
  14431.                                                     'layout' => [
  14432.                                                         'fieldtype' => 'input',
  14433.                                                         'width' => NULL,
  14434.                                                         'defaultValue' => NULL,
  14435.                                                         'queryColumnType' => 'varchar',
  14436.                                                         'columnType' => 'varchar',
  14437.                                                         'columnLength' => 190,
  14438.                                                         'phpdocType' => 'string',
  14439.                                                         'regex' => '',
  14440.                                                         'unique' => false,
  14441.                                                         'showCharCount' => NULL,
  14442.                                                         'name' => 'ean',
  14443.                                                         'title' => 'EAN',
  14444.                                                         'tooltip' => '',
  14445.                                                         'mandatory' => false,
  14446.                                                         'noteditable' => false,
  14447.                                                         'index' => true,
  14448.                                                         'locked' => false,
  14449.                                                         'style' => '',
  14450.                                                         'permissions' => NULL,
  14451.                                                         'datatype' => 'data',
  14452.                                                         'relationType' => false,
  14453.                                                         'invisible' => false,
  14454.                                                         'visibleGridView' => true,
  14455.                                                         'visibleSearch' => true,
  14456.                                                         'defaultValueGenerator' => '',
  14457.                                                     ],
  14458.                                                 ],
  14459.                                                 'isOperator' => false,
  14460.                                             ],
  14461.                                             => [
  14462.                                                 'attributes' => [
  14463.                                                     'attribute' => 'pl',
  14464.                                                     'label' => 'Preisliste',
  14465.                                                     'dataType' => 'input',
  14466.                                                     'layout' => [
  14467.                                                         'fieldtype' => 'input',
  14468.                                                         'width' => NULL,
  14469.                                                         'defaultValue' => NULL,
  14470.                                                         'queryColumnType' => 'varchar',
  14471.                                                         'columnType' => 'varchar',
  14472.                                                         'columnLength' => 190,
  14473.                                                         'phpdocType' => 'string',
  14474.                                                         'regex' => '',
  14475.                                                         'unique' => false,
  14476.                                                         'showCharCount' => NULL,
  14477.                                                         'name' => 'pl',
  14478.                                                         'title' => 'Preisliste',
  14479.                                                         'tooltip' => '',
  14480.                                                         'mandatory' => false,
  14481.                                                         'noteditable' => false,
  14482.                                                         'index' => false,
  14483.                                                         'locked' => false,
  14484.                                                         'style' => '',
  14485.                                                         'permissions' => NULL,
  14486.                                                         'datatype' => 'data',
  14487.                                                         'relationType' => false,
  14488.                                                         'invisible' => false,
  14489.                                                         'visibleGridView' => true,
  14490.                                                         'visibleSearch' => true,
  14491.                                                         'defaultValueGenerator' => '',
  14492.                                                     ],
  14493.                                                 ],
  14494.                                                 'isOperator' => false,
  14495.                                             ],
  14496.                                             => [
  14497.                                                 'attributes' => [
  14498.                                                     'attribute' => 'BME',
  14499.                                                     'label' => 'BME',
  14500.                                                     'dataType' => 'input',
  14501.                                                     'layout' => [
  14502.                                                         'fieldtype' => 'input',
  14503.                                                         'width' => 200,
  14504.                                                         'defaultValue' => NULL,
  14505.                                                         'queryColumnType' => 'varchar',
  14506.                                                         'columnType' => 'varchar',
  14507.                                                         'columnLength' => 190,
  14508.                                                         'phpdocType' => 'string',
  14509.                                                         'regex' => '',
  14510.                                                         'unique' => false,
  14511.                                                         'showCharCount' => false,
  14512.                                                         'name' => 'BME',
  14513.                                                         'title' => 'BME',
  14514.                                                         'tooltip' => '',
  14515.                                                         'mandatory' => false,
  14516.                                                         'noteditable' => false,
  14517.                                                         'index' => false,
  14518.                                                         'locked' => false,
  14519.                                                         'style' => '',
  14520.                                                         'permissions' => NULL,
  14521.                                                         'datatype' => 'data',
  14522.                                                         'relationType' => false,
  14523.                                                         'invisible' => false,
  14524.                                                         'visibleGridView' => false,
  14525.                                                         'visibleSearch' => false,
  14526.                                                         'defaultValueGenerator' => '',
  14527.                                                     ],
  14528.                                                 ],
  14529.                                                 'isOperator' => false,
  14530.                                             ],
  14531.                                             => [
  14532.                                                 'attributes' => [
  14533.                                                     'attribute' => 'materialGroup',
  14534.                                                     'label' => 'Materialgruppe',
  14535.                                                     'dataType' => 'input',
  14536.                                                     'layout' => [
  14537.                                                         'fieldtype' => 'input',
  14538.                                                         'width' => NULL,
  14539.                                                         'defaultValue' => NULL,
  14540.                                                         'queryColumnType' => 'varchar',
  14541.                                                         'columnType' => 'varchar',
  14542.                                                         'columnLength' => 190,
  14543.                                                         'phpdocType' => 'string',
  14544.                                                         'regex' => '',
  14545.                                                         'unique' => false,
  14546.                                                         'showCharCount' => false,
  14547.                                                         'name' => 'materialGroup',
  14548.                                                         'title' => 'Materialgruppe',
  14549.                                                         'tooltip' => '',
  14550.                                                         'mandatory' => false,
  14551.                                                         'noteditable' => false,
  14552.                                                         'index' => false,
  14553.                                                         'locked' => false,
  14554.                                                         'style' => '',
  14555.                                                         'permissions' => NULL,
  14556.                                                         'datatype' => 'data',
  14557.                                                         'relationType' => false,
  14558.                                                         'invisible' => false,
  14559.                                                         'visibleGridView' => true,
  14560.                                                         'visibleSearch' => true,
  14561.                                                         'defaultValueGenerator' => '',
  14562.                                                     ],
  14563.                                                 ],
  14564.                                                 'isOperator' => false,
  14565.                                             ],
  14566.                                             => [
  14567.                                                 'attributes' => [
  14568.                                                     'attribute' => 'productHierarchyCode',
  14569.                                                     'label' => 'SAP Code',
  14570.                                                     'dataType' => 'input',
  14571.                                                     'layout' => [
  14572.                                                         'fieldtype' => 'input',
  14573.                                                         'width' => NULL,
  14574.                                                         'defaultValue' => NULL,
  14575.                                                         'queryColumnType' => 'varchar',
  14576.                                                         'columnType' => 'varchar',
  14577.                                                         'columnLength' => 190,
  14578.                                                         'phpdocType' => 'string',
  14579.                                                         'regex' => '',
  14580.                                                         'unique' => false,
  14581.                                                         'showCharCount' => false,
  14582.                                                         'name' => 'productHierarchyCode',
  14583.                                                         'title' => 'SAP Code',
  14584.                                                         'tooltip' => '',
  14585.                                                         'mandatory' => false,
  14586.                                                         'noteditable' => false,
  14587.                                                         'index' => false,
  14588.                                                         'locked' => false,
  14589.                                                         'style' => '',
  14590.                                                         'permissions' => NULL,
  14591.                                                         'datatype' => 'data',
  14592.                                                         'relationType' => false,
  14593.                                                         'invisible' => false,
  14594.                                                         'visibleGridView' => true,
  14595.                                                         'visibleSearch' => false,
  14596.                                                         'defaultValueGenerator' => '',
  14597.                                                     ],
  14598.                                                 ],
  14599.                                                 'isOperator' => false,
  14600.                                             ],
  14601.                                             => [
  14602.                                                 'attributes' => [
  14603.                                                     'attribute' => 'productHierarchyName',
  14604.                                                     'label' => 'SAP Hierarchie',
  14605.                                                     'dataType' => 'input',
  14606.                                                     'layout' => [
  14607.                                                         'fieldtype' => 'input',
  14608.                                                         'width' => 600,
  14609.                                                         'defaultValue' => NULL,
  14610.                                                         'queryColumnType' => 'varchar',
  14611.                                                         'columnType' => 'varchar',
  14612.                                                         'columnLength' => 255,
  14613.                                                         'phpdocType' => 'string',
  14614.                                                         'regex' => '',
  14615.                                                         'unique' => false,
  14616.                                                         'showCharCount' => false,
  14617.                                                         'name' => 'productHierarchyName',
  14618.                                                         'title' => 'SAP Hierarchie',
  14619.                                                         'tooltip' => '',
  14620.                                                         'mandatory' => false,
  14621.                                                         'noteditable' => false,
  14622.                                                         'index' => false,
  14623.                                                         'locked' => false,
  14624.                                                         'style' => '',
  14625.                                                         'permissions' => NULL,
  14626.                                                         'datatype' => 'data',
  14627.                                                         'relationType' => false,
  14628.                                                         'invisible' => false,
  14629.                                                         'visibleGridView' => true,
  14630.                                                         'visibleSearch' => false,
  14631.                                                         'defaultValueGenerator' => '',
  14632.                                                     ],
  14633.                                                 ],
  14634.                                                 'isOperator' => false,
  14635.                                             ],
  14636.                                             => [
  14637.                                                 'attributes' => [
  14638.                                                     'attribute' => 'productFamily',
  14639.                                                     'label' => 'Produktfamilie',
  14640.                                                     'dataType' => 'input',
  14641.                                                     'layout' => [
  14642.                                                         'fieldtype' => 'input',
  14643.                                                         'width' => NULL,
  14644.                                                         'defaultValue' => NULL,
  14645.                                                         'queryColumnType' => 'varchar',
  14646.                                                         'columnType' => 'varchar',
  14647.                                                         'columnLength' => 190,
  14648.                                                         'phpdocType' => 'string',
  14649.                                                         'regex' => '',
  14650.                                                         'unique' => false,
  14651.                                                         'showCharCount' => NULL,
  14652.                                                         'name' => 'productFamily',
  14653.                                                         'title' => 'Produktfamilie',
  14654.                                                         'tooltip' => '',
  14655.                                                         'mandatory' => false,
  14656.                                                         'noteditable' => false,
  14657.                                                         'index' => false,
  14658.                                                         'locked' => false,
  14659.                                                         'style' => '',
  14660.                                                         'permissions' => NULL,
  14661.                                                         'datatype' => 'data',
  14662.                                                         'relationType' => false,
  14663.                                                         'invisible' => false,
  14664.                                                         'visibleGridView' => true,
  14665.                                                         'visibleSearch' => true,
  14666.                                                         'defaultValueGenerator' => '',
  14667.                                                     ],
  14668.                                                 ],
  14669.                                                 'isOperator' => false,
  14670.                                             ],
  14671.                                             => [
  14672.                                                 'attributes' => [
  14673.                                                     'attribute' => 'buyableProduct',
  14674.                                                     'label' => 'Kaufbares Produkt',
  14675.                                                     'dataType' => 'checkbox',
  14676.                                                     'layout' => [
  14677.                                                         'fieldtype' => 'checkbox',
  14678.                                                         'defaultValue' => 0,
  14679.                                                         'queryColumnType' => 'tinyint(1)',
  14680.                                                         'columnType' => 'tinyint(1)',
  14681.                                                         'phpdocType' => 'boolean',
  14682.                                                         'name' => 'buyableProduct',
  14683.                                                         'title' => 'Kaufbares Produkt',
  14684.                                                         'tooltip' => '',
  14685.                                                         'mandatory' => false,
  14686.                                                         'noteditable' => false,
  14687.                                                         'index' => false,
  14688.                                                         'locked' => false,
  14689.                                                         'style' => '',
  14690.                                                         'permissions' => NULL,
  14691.                                                         'datatype' => 'data',
  14692.                                                         'relationType' => false,
  14693.                                                         'invisible' => false,
  14694.                                                         'visibleGridView' => false,
  14695.                                                         'visibleSearch' => false,
  14696.                                                         'defaultValueGenerator' => '',
  14697.                                                     ],
  14698.                                                 ],
  14699.                                                 'isOperator' => false,
  14700.                                             ],
  14701.                                             => [
  14702.                                                 'attributes' => [
  14703.                                                     'attribute' => 'productState',
  14704.                                                     'label' => 'productState',
  14705.                                                     'dataType' => 'select',
  14706.                                                     'layout' => [
  14707.                                                         'fieldtype' => 'select',
  14708.                                                         'options' => [
  14709.                                                             => [
  14710.                                                                 'value' => 'new',
  14711.                                                                 'key' => NULL,
  14712.                                                             ],
  14713.                                                         ],
  14714.                                                         'width' => '',
  14715.                                                         'defaultValue' => 'new',
  14716.                                                         'optionsProviderClass' => '@AppBundle\\Service\\OptionsProvider\\ProductStateOptionsProvider',
  14717.                                                         'optionsProviderData' => '',
  14718.                                                         'queryColumnType' => 'varchar',
  14719.                                                         'columnType' => 'varchar',
  14720.                                                         'columnLength' => 190,
  14721.                                                         'phpdocType' => 'string',
  14722.                                                         'dynamicOptions' => false,
  14723.                                                         'name' => 'productState',
  14724.                                                         'title' => 'productState',
  14725.                                                         'tooltip' => '',
  14726.                                                         'mandatory' => false,
  14727.                                                         'noteditable' => false,
  14728.                                                         'index' => false,
  14729.                                                         'locked' => false,
  14730.                                                         'style' => '',
  14731.                                                         'permissions' => NULL,
  14732.                                                         'datatype' => 'data',
  14733.                                                         'relationType' => false,
  14734.                                                         'invisible' => false,
  14735.                                                         'visibleGridView' => false,
  14736.                                                         'visibleSearch' => false,
  14737.                                                         'defaultValueGenerator' => '@AppBundle\\Service\\ValueGenerator\\ProductStateDefaultValueGenerator',
  14738.                                                     ],
  14739.                                                 ],
  14740.                                                 'isOperator' => false,
  14741.                                             ],
  14742.                                             10 => [
  14743.                                                 'attributes' => [
  14744.                                                     'attribute' => 'articleNumber',
  14745.                                                     'label' => 'articleNumber',
  14746.                                                     'dataType' => 'input',
  14747.                                                     'layout' => [
  14748.                                                         'fieldtype' => 'input',
  14749.                                                         'width' => NULL,
  14750.                                                         'defaultValue' => NULL,
  14751.                                                         'queryColumnType' => 'varchar',
  14752.                                                         'columnType' => 'varchar',
  14753.                                                         'columnLength' => 190,
  14754.                                                         'phpdocType' => 'string',
  14755.                                                         'regex' => '',
  14756.                                                         'unique' => false,
  14757.                                                         'showCharCount' => false,
  14758.                                                         'name' => 'articleNumber',
  14759.                                                         'title' => 'articleNumber',
  14760.                                                         'tooltip' => 'WarenNr / Imp.CodeN',
  14761.                                                         'mandatory' => false,
  14762.                                                         'noteditable' => false,
  14763.                                                         'index' => false,
  14764.                                                         'locked' => false,
  14765.                                                         'style' => '',
  14766.                                                         'permissions' => NULL,
  14767.                                                         'datatype' => 'data',
  14768.                                                         'relationType' => false,
  14769.                                                         'invisible' => false,
  14770.                                                         'visibleGridView' => false,
  14771.                                                         'visibleSearch' => false,
  14772.                                                         'defaultValueGenerator' => '',
  14773.                                                     ],
  14774.                                                 ],
  14775.                                                 'isOperator' => false,
  14776.                                             ],
  14777.                                             11 => [
  14778.                                                 'attributes' => [
  14779.                                                     'attribute' => 'AME',
  14780.                                                     'label' => 'AME',
  14781.                                                     'dataType' => 'input',
  14782.                                                     'layout' => [
  14783.                                                         'fieldtype' => 'input',
  14784.                                                         'width' => 200,
  14785.                                                         'defaultValue' => NULL,
  14786.                                                         'queryColumnType' => 'varchar',
  14787.                                                         'columnType' => 'varchar',
  14788.                                                         'columnLength' => 190,
  14789.                                                         'phpdocType' => 'string',
  14790.                                                         'regex' => '',
  14791.                                                         'unique' => false,
  14792.                                                         'showCharCount' => false,
  14793.                                                         'name' => 'AME',
  14794.                                                         'title' => 'AME',
  14795.                                                         'tooltip' => '',
  14796.                                                         'mandatory' => false,
  14797.                                                         'noteditable' => true,
  14798.                                                         'index' => false,
  14799.                                                         'locked' => false,
  14800.                                                         'style' => '',
  14801.                                                         'permissions' => NULL,
  14802.                                                         'datatype' => 'data',
  14803.                                                         'relationType' => false,
  14804.                                                         'invisible' => false,
  14805.                                                         'visibleGridView' => false,
  14806.                                                         'visibleSearch' => false,
  14807.                                                         'defaultValueGenerator' => '',
  14808.                                                     ],
  14809.                                                 ],
  14810.                                                 'isOperator' => false,
  14811.                                             ],
  14812.                                             12 => [
  14813.                                                 'attributes' => [
  14814.                                                     'attribute' => 'price',
  14815.                                                     'label' => 'UVP Euro',
  14816.                                                     'dataType' => 'numeric',
  14817.                                                     'layout' => [
  14818.                                                         'fieldtype' => 'numeric',
  14819.                                                         'width' => '',
  14820.                                                         'defaultValue' => NULL,
  14821.                                                         'queryColumnType' => 'double',
  14822.                                                         'columnType' => 'double',
  14823.                                                         'phpdocType' => 'float',
  14824.                                                         'integer' => false,
  14825.                                                         'unsigned' => false,
  14826.                                                         'minValue' => NULL,
  14827.                                                         'maxValue' => NULL,
  14828.                                                         'unique' => false,
  14829.                                                         'decimalSize' => NULL,
  14830.                                                         'decimalPrecision' => NULL,
  14831.                                                         'name' => 'price',
  14832.                                                         'title' => 'UVP Euro',
  14833.                                                         'tooltip' => '',
  14834.                                                         'mandatory' => false,
  14835.                                                         'noteditable' => true,
  14836.                                                         'index' => false,
  14837.                                                         'locked' => false,
  14838.                                                         'style' => '',
  14839.                                                         'permissions' => NULL,
  14840.                                                         'datatype' => 'data',
  14841.                                                         'relationType' => false,
  14842.                                                         'invisible' => false,
  14843.                                                         'visibleGridView' => true,
  14844.                                                         'visibleSearch' => true,
  14845.                                                         'defaultValueGenerator' => '',
  14846.                                                     ],
  14847.                                                 ],
  14848.                                                 'isOperator' => false,
  14849.                                             ],
  14850.                                             13 => [
  14851.                                                 'attributes' => [
  14852.                                                     'attribute' => 'unitQuantity',
  14853.                                                     'label' => 'Anzahl pro Einheit',
  14854.                                                     'dataType' => 'numeric',
  14855.                                                     'layout' => [
  14856.                                                         'fieldtype' => 'numeric',
  14857.                                                         'width' => 100,
  14858.                                                         'defaultValue' => 1,
  14859.                                                         'queryColumnType' => 'double',
  14860.                                                         'columnType' => 'double',
  14861.                                                         'phpdocType' => 'float',
  14862.                                                         'integer' => true,
  14863.                                                         'unsigned' => true,
  14864.                                                         'minValue' => NULL,
  14865.                                                         'maxValue' => NULL,
  14866.                                                         'unique' => false,
  14867.                                                         'decimalSize' => NULL,
  14868.                                                         'decimalPrecision' => NULL,
  14869.                                                         'name' => 'unitQuantity',
  14870.                                                         'title' => 'Anzahl pro Einheit',
  14871.                                                         'tooltip' => '',
  14872.                                                         'mandatory' => false,
  14873.                                                         'noteditable' => true,
  14874.                                                         'index' => false,
  14875.                                                         'locked' => false,
  14876.                                                         'style' => '',
  14877.                                                         'permissions' => NULL,
  14878.                                                         'datatype' => 'data',
  14879.                                                         'relationType' => false,
  14880.                                                         'invisible' => false,
  14881.                                                         'visibleGridView' => false,
  14882.                                                         'visibleSearch' => false,
  14883.                                                         'defaultValueGenerator' => '',
  14884.                                                     ],
  14885.                                                 ],
  14886.                                                 'isOperator' => false,
  14887.                                             ],
  14888.                                             14 => [
  14889.                                                 'attributes' => [
  14890.                                                     'attribute' => 'priceValidFrom',
  14891.                                                     'label' => 'Preis gültig ab',
  14892.                                                     'dataType' => 'input',
  14893.                                                     'layout' => [
  14894.                                                         'fieldtype' => 'input',
  14895.                                                         'width' => NULL,
  14896.                                                         'defaultValue' => NULL,
  14897.                                                         'queryColumnType' => 'varchar',
  14898.                                                         'columnType' => 'varchar',
  14899.                                                         'columnLength' => 190,
  14900.                                                         'phpdocType' => 'string',
  14901.                                                         'regex' => '',
  14902.                                                         'unique' => false,
  14903.                                                         'showCharCount' => false,
  14904.                                                         'name' => 'priceValidFrom',
  14905.                                                         'title' => 'Preis gültig ab',
  14906.                                                         'tooltip' => '',
  14907.                                                         'mandatory' => false,
  14908.                                                         'noteditable' => true,
  14909.                                                         'index' => false,
  14910.                                                         'locked' => false,
  14911.                                                         'style' => '',
  14912.                                                         'permissions' => NULL,
  14913.                                                         'datatype' => 'data',
  14914.                                                         'relationType' => false,
  14915.                                                         'invisible' => false,
  14916.                                                         'visibleGridView' => false,
  14917.                                                         'visibleSearch' => false,
  14918.                                                         'defaultValueGenerator' => '',
  14919.                                                     ],
  14920.                                                 ],
  14921.                                                 'isOperator' => false,
  14922.                                             ],
  14923.                                             15 => [
  14924.                                                 'attributes' => [
  14925.                                                     'attribute' => 'unitQuantityPalette',
  14926.                                                     'label' => 'Anzahl pro Palette',
  14927.                                                     'dataType' => 'numeric',
  14928.                                                     'layout' => [
  14929.                                                         'fieldtype' => 'numeric',
  14930.                                                         'width' => 100,
  14931.                                                         'defaultValue' => 1,
  14932.                                                         'queryColumnType' => 'double',
  14933.                                                         'columnType' => 'double',
  14934.                                                         'phpdocType' => 'float',
  14935.                                                         'integer' => true,
  14936.                                                         'unsigned' => true,
  14937.                                                         'minValue' => NULL,
  14938.                                                         'maxValue' => NULL,
  14939.                                                         'unique' => false,
  14940.                                                         'decimalSize' => NULL,
  14941.                                                         'decimalPrecision' => NULL,
  14942.                                                         'name' => 'unitQuantityPalette',
  14943.                                                         'title' => 'Anzahl pro Palette',
  14944.                                                         'tooltip' => '',
  14945.                                                         'mandatory' => false,
  14946.                                                         'noteditable' => true,
  14947.                                                         'index' => false,
  14948.                                                         'locked' => false,
  14949.                                                         'style' => '',
  14950.                                                         'permissions' => NULL,
  14951.                                                         'datatype' => 'data',
  14952.                                                         'relationType' => false,
  14953.                                                         'invisible' => false,
  14954.                                                         'visibleGridView' => false,
  14955.                                                         'visibleSearch' => false,
  14956.                                                         'defaultValueGenerator' => '',
  14957.                                                     ],
  14958.                                                 ],
  14959.                                                 'isOperator' => false,
  14960.                                             ],
  14961.                                             16 => [
  14962.                                                 'attributes' => [
  14963.                                                     'attribute' => 'name',
  14964.                                                     'label' => 'SAP Produktname',
  14965.                                                     'dataType' => 'input',
  14966.                                                     'layout' => [
  14967.                                                         'fieldtype' => 'input',
  14968.                                                         'width' => 500,
  14969.                                                         'defaultValue' => NULL,
  14970.                                                         'queryColumnType' => 'varchar',
  14971.                                                         'columnType' => 'varchar',
  14972.                                                         'columnLength' => 190,
  14973.                                                         'phpdocType' => 'string',
  14974.                                                         'regex' => '',
  14975.                                                         'unique' => false,
  14976.                                                         'showCharCount' => NULL,
  14977.                                                         'name' => 'name',
  14978.                                                         'title' => 'SAP Produktname',
  14979.                                                         'tooltip' => '',
  14980.                                                         'mandatory' => false,
  14981.                                                         'noteditable' => false,
  14982.                                                         'index' => false,
  14983.                                                         'locked' => false,
  14984.                                                         'style' => '',
  14985.                                                         'permissions' => NULL,
  14986.                                                         'datatype' => 'data',
  14987.                                                         'relationType' => false,
  14988.                                                         'invisible' => false,
  14989.                                                         'visibleGridView' => true,
  14990.                                                         'visibleSearch' => true,
  14991.                                                         'defaultValueGenerator' => '',
  14992.                                                     ],
  14993.                                                 ],
  14994.                                                 'isOperator' => false,
  14995.                                             ],
  14996.                                             17 => [
  14997.                                                 'attributes' => [
  14998.                                                     'attribute' => 'b2cname',
  14999.                                                     'label' => 'Endkunden Produktname (Print, Online)',
  15000.                                                     'dataType' => 'input',
  15001.                                                     'layout' => [
  15002.                                                         'fieldtype' => 'input',
  15003.                                                         'width' => 500,
  15004.                                                         'defaultValue' => NULL,
  15005.                                                         'queryColumnType' => 'varchar',
  15006.                                                         'columnType' => 'varchar',
  15007.                                                         'columnLength' => 190,
  15008.                                                         'phpdocType' => 'string',
  15009.                                                         'regex' => '',
  15010.                                                         'unique' => false,
  15011.                                                         'showCharCount' => NULL,
  15012.                                                         'name' => 'b2cname',
  15013.                                                         'title' => 'Endkunden Produktname (Print, Online)',
  15014.                                                         'tooltip' => '',
  15015.                                                         'mandatory' => false,
  15016.                                                         'noteditable' => false,
  15017.                                                         'index' => false,
  15018.                                                         'locked' => false,
  15019.                                                         'style' => '',
  15020.                                                         'permissions' => NULL,
  15021.                                                         'datatype' => 'data',
  15022.                                                         'relationType' => false,
  15023.                                                         'invisible' => false,
  15024.                                                         'visibleGridView' => true,
  15025.                                                         'visibleSearch' => true,
  15026.                                                         'defaultValueGenerator' => '',
  15027.                                                     ],
  15028.                                                 ],
  15029.                                                 'isOperator' => false,
  15030.                                             ],
  15031.                                             18 => [
  15032.                                                 'attributes' => [
  15033.                                                     'attribute' => 'subtitle',
  15034.                                                     'label' => 'Untertitel',
  15035.                                                     'dataType' => 'input',
  15036.                                                     'layout' => [
  15037.                                                         'fieldtype' => 'input',
  15038.                                                         'width' => 500,
  15039.                                                         'defaultValue' => NULL,
  15040.                                                         'queryColumnType' => 'varchar',
  15041.                                                         'columnType' => 'varchar',
  15042.                                                         'columnLength' => 190,
  15043.                                                         'phpdocType' => 'string',
  15044.                                                         'regex' => '',
  15045.                                                         'unique' => false,
  15046.                                                         'showCharCount' => false,
  15047.                                                         'name' => 'subtitle',
  15048.                                                         'title' => 'Untertitel',
  15049.                                                         'tooltip' => '',
  15050.                                                         'mandatory' => false,
  15051.                                                         'noteditable' => true,
  15052.                                                         'index' => false,
  15053.                                                         'locked' => false,
  15054.                                                         'style' => '',
  15055.                                                         'permissions' => NULL,
  15056.                                                         'datatype' => 'data',
  15057.                                                         'relationType' => false,
  15058.                                                         'invisible' => false,
  15059.                                                         'visibleGridView' => false,
  15060.                                                         'visibleSearch' => false,
  15061.                                                         'defaultValueGenerator' => '',
  15062.                                                     ],
  15063.                                                 ],
  15064.                                                 'isOperator' => false,
  15065.                                             ],
  15066.                                             19 => [
  15067.                                                 'attributes' => [
  15068.                                                     'attribute' => 'keywords',
  15069.                                                     'label' => 'Keywords',
  15070.                                                     'dataType' => 'input',
  15071.                                                     'layout' => [
  15072.                                                         'fieldtype' => 'input',
  15073.                                                         'width' => 500,
  15074.                                                         'defaultValue' => NULL,
  15075.                                                         'queryColumnType' => 'varchar',
  15076.                                                         'columnType' => 'varchar',
  15077.                                                         'columnLength' => 190,
  15078.                                                         'phpdocType' => 'string',
  15079.                                                         'regex' => '',
  15080.                                                         'unique' => false,
  15081.                                                         'showCharCount' => NULL,
  15082.                                                         'name' => 'keywords',
  15083.                                                         'title' => 'Keywords',
  15084.                                                         'tooltip' => '',
  15085.                                                         'mandatory' => false,
  15086.                                                         'noteditable' => false,
  15087.                                                         'index' => false,
  15088.                                                         'locked' => false,
  15089.                                                         'style' => '',
  15090.                                                         'permissions' => NULL,
  15091.                                                         'datatype' => 'data',
  15092.                                                         'relationType' => false,
  15093.                                                         'invisible' => true,
  15094.                                                         'visibleGridView' => false,
  15095.                                                         'visibleSearch' => false,
  15096.                                                         'defaultValueGenerator' => '',
  15097.                                                     ],
  15098.                                                 ],
  15099.                                                 'isOperator' => false,
  15100.                                             ],
  15101.                                             20 => [
  15102.                                                 'attributes' => [
  15103.                                                     'attribute' => 'family',
  15104.                                                     'label' => 'Produktfamilie (mehrsprachig)',
  15105.                                                     'dataType' => 'input',
  15106.                                                     'layout' => [
  15107.                                                         'fieldtype' => 'input',
  15108.                                                         'width' => 500,
  15109.                                                         'defaultValue' => NULL,
  15110.                                                         'queryColumnType' => 'varchar',
  15111.                                                         'columnType' => 'varchar',
  15112.                                                         'columnLength' => 190,
  15113.                                                         'phpdocType' => 'string',
  15114.                                                         'regex' => '',
  15115.                                                         'unique' => false,
  15116.                                                         'showCharCount' => NULL,
  15117.                                                         'name' => 'family',
  15118.                                                         'title' => 'Produktfamilie (mehrsprachig)',
  15119.                                                         'tooltip' => '',
  15120.                                                         'mandatory' => false,
  15121.                                                         'noteditable' => false,
  15122.                                                         'index' => false,
  15123.                                                         'locked' => false,
  15124.                                                         'style' => '',
  15125.                                                         'permissions' => NULL,
  15126.                                                         'datatype' => 'data',
  15127.                                                         'relationType' => false,
  15128.                                                         'invisible' => true,
  15129.                                                         'visibleGridView' => false,
  15130.                                                         'visibleSearch' => false,
  15131.                                                         'defaultValueGenerator' => '',
  15132.                                                     ],
  15133.                                                 ],
  15134.                                                 'isOperator' => false,
  15135.                                             ],
  15136.                                             21 => [
  15137.                                                 'attributes' => [
  15138.                                                     'attribute' => 'description',
  15139.                                                     'label' => 'SAP Beschreibung',
  15140.                                                     'dataType' => 'wysiwyg',
  15141.                                                     'layout' => [
  15142.                                                         'fieldtype' => 'wysiwyg',
  15143.                                                         'width' => 700,
  15144.                                                         'height' => 200,
  15145.                                                         'queryColumnType' => 'longtext',
  15146.                                                         'columnType' => 'longtext',
  15147.                                                         'phpdocType' => 'string',
  15148.                                                         'toolbarConfig' => '',
  15149.                                                         'excludeFromSearchIndex' => false,
  15150.                                                         'name' => 'description',
  15151.                                                         'title' => 'SAP Beschreibung',
  15152.                                                         'tooltip' => '',
  15153.                                                         'mandatory' => false,
  15154.                                                         'noteditable' => false,
  15155.                                                         'index' => false,
  15156.                                                         'locked' => false,
  15157.                                                         'style' => '',
  15158.                                                         'permissions' => NULL,
  15159.                                                         'datatype' => 'data',
  15160.                                                         'relationType' => false,
  15161.                                                         'invisible' => false,
  15162.                                                         'visibleGridView' => false,
  15163.                                                         'visibleSearch' => false,
  15164.                                                     ],
  15165.                                                 ],
  15166.                                                 'isOperator' => false,
  15167.                                             ],
  15168.                                             22 => [
  15169.                                                 'attributes' => [
  15170.                                                     'attribute' => 'b2cdescription',
  15171.                                                     'label' => 'Endkunden Beschreibung',
  15172.                                                     'dataType' => 'wysiwyg',
  15173.                                                     'layout' => [
  15174.                                                         'fieldtype' => 'wysiwyg',
  15175.                                                         'width' => 700,
  15176.                                                         'height' => 200,
  15177.                                                         'queryColumnType' => 'longtext',
  15178.                                                         'columnType' => 'longtext',
  15179.                                                         'phpdocType' => 'string',
  15180.                                                         'toolbarConfig' => '',
  15181.                                                         'excludeFromSearchIndex' => false,
  15182.                                                         'name' => 'b2cdescription',
  15183.                                                         'title' => 'Endkunden Beschreibung',
  15184.                                                         'tooltip' => '',
  15185.                                                         'mandatory' => false,
  15186.                                                         'noteditable' => false,
  15187.                                                         'index' => false,
  15188.                                                         'locked' => false,
  15189.                                                         'style' => '',
  15190.                                                         'permissions' => NULL,
  15191.                                                         'datatype' => 'data',
  15192.                                                         'relationType' => false,
  15193.                                                         'invisible' => false,
  15194.                                                         'visibleGridView' => true,
  15195.                                                         'visibleSearch' => true,
  15196.                                                     ],
  15197.                                                 ],
  15198.                                                 'isOperator' => false,
  15199.                                             ],
  15200.                                             23 => [
  15201.                                                 'attributes' => [
  15202.                                                     'attribute' => 'usePurpose',
  15203.                                                     'label' => 'Einsatzzweck',
  15204.                                                     'dataType' => 'wysiwyg',
  15205.                                                     'layout' => [
  15206.                                                         'fieldtype' => 'wysiwyg',
  15207.                                                         'width' => 700,
  15208.                                                         'height' => 200,
  15209.                                                         'queryColumnType' => 'longtext',
  15210.                                                         'columnType' => 'longtext',
  15211.                                                         'phpdocType' => 'string',
  15212.                                                         'toolbarConfig' => '',
  15213.                                                         'excludeFromSearchIndex' => false,
  15214.                                                         'name' => 'usePurpose',
  15215.                                                         'title' => 'Einsatzzweck',
  15216.                                                         'tooltip' => '',
  15217.                                                         'mandatory' => false,
  15218.                                                         'noteditable' => false,
  15219.                                                         'index' => false,
  15220.                                                         'locked' => false,
  15221.                                                         'style' => '',
  15222.                                                         'permissions' => NULL,
  15223.                                                         'datatype' => 'data',
  15224.                                                         'relationType' => false,
  15225.                                                         'invisible' => false,
  15226.                                                         'visibleGridView' => false,
  15227.                                                         'visibleSearch' => false,
  15228.                                                     ],
  15229.                                                 ],
  15230.                                                 'isOperator' => false,
  15231.                                             ],
  15232.                                             24 => [
  15233.                                                 'attributes' => [
  15234.                                                     'attribute' => 'variantProducts',
  15235.                                                     'label' => 'Produkt Varianten',
  15236.                                                     'dataType' => 'advancedManyToManyObjectRelation',
  15237.                                                     'layout' => [
  15238.                                                         'allowedClassId' => 'Product',
  15239.                                                         'visibleFields' => 'primaryOrderNumber,ean,price,priceValidFrom,unitQuantity,name',
  15240.                                                         'columns' => [
  15241.                                                             => [
  15242.                                                                 'type' => 'text',
  15243.                                                                 'position' => 1,
  15244.                                                                 'key' => 'new',
  15245.                                                                 'id' => 'extModel405-1',
  15246.                                                                 'label' => 'Neu',
  15247.                                                             ],
  15248.                                                         ],
  15249.                                                         'columnKeys' => [
  15250.                                                             => 'new',
  15251.                                                         ],
  15252.                                                         'fieldtype' => 'advancedManyToManyObjectRelation',
  15253.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\ObjectMetadata[]',
  15254.                                                         'enableBatchEdit' => false,
  15255.                                                         'allowMultipleAssignments' => false,
  15256.                                                         'visibleFieldDefinitions' => [
  15257.                                                         ],
  15258.                                                         'width' => '',
  15259.                                                         'height' => '',
  15260.                                                         'maxItems' => '',
  15261.                                                         'queryColumnType' => 'text',
  15262.                                                         'relationType' => true,
  15263.                                                         'allowToCreateNewObject' => true,
  15264.                                                         'optimizedAdminLoading' => false,
  15265.                                                         'classes' => [
  15266.                                                         ],
  15267.                                                         'pathFormatterClass' => '',
  15268.                                                         'name' => 'variantProducts',
  15269.                                                         'title' => 'Produkt Varianten',
  15270.                                                         'tooltip' => '',
  15271.                                                         'mandatory' => false,
  15272.                                                         'noteditable' => false,
  15273.                                                         'index' => false,
  15274.                                                         'locked' => false,
  15275.                                                         'style' => '',
  15276.                                                         'permissions' => NULL,
  15277.                                                         'datatype' => 'data',
  15278.                                                         'invisible' => false,
  15279.                                                         'visibleGridView' => false,
  15280.                                                         'visibleSearch' => false,
  15281.                                                     ],
  15282.                                                 ],
  15283.                                                 'isOperator' => false,
  15284.                                             ],
  15285.                                             25 => [
  15286.                                                 'attributes' => [
  15287.                                                     'attribute' => 'image',
  15288.                                                     'label' => 'Bild',
  15289.                                                     'dataType' => 'image',
  15290.                                                     'layout' => [
  15291.                                                         'fieldtype' => 'image',
  15292.                                                         'width' => '',
  15293.                                                         'height' => '',
  15294.                                                         'uploadPath' => '/products/uploads/images',
  15295.                                                         'queryColumnType' => 'int(11)',
  15296.                                                         'columnType' => 'int(11)',
  15297.                                                         'phpdocType' => '\\Pimcore\\Model\\Asset\\Image',
  15298.                                                         'name' => 'image',
  15299.                                                         'title' => 'Bild',
  15300.                                                         'tooltip' => '',
  15301.                                                         'mandatory' => false,
  15302.                                                         'noteditable' => false,
  15303.                                                         'index' => false,
  15304.                                                         'locked' => false,
  15305.                                                         'style' => '',
  15306.                                                         'permissions' => NULL,
  15307.                                                         'datatype' => 'data',
  15308.                                                         'relationType' => false,
  15309.                                                         'invisible' => false,
  15310.                                                         'visibleGridView' => false,
  15311.                                                         'visibleSearch' => false,
  15312.                                                     ],
  15313.                                                 ],
  15314.                                                 'isOperator' => false,
  15315.                                             ],
  15316.                                         ],
  15317.                                     ],
  15318.                                 ],
  15319.                                 'Country' => [
  15320.                                     'id' => 'Country',
  15321.                                     'name' => 'Country',
  15322.                                     'columnConfig' => [
  15323.                                         'columns' => [
  15324.                                             => [
  15325.                                                 'attributes' => [
  15326.                                                     'attribute' => 'iso2',
  15327.                                                     'label' => 'ISO 2 Code',
  15328.                                                     'dataType' => 'input',
  15329.                                                     'layout' => [
  15330.                                                         'fieldtype' => 'input',
  15331.                                                         'width' => NULL,
  15332.                                                         'defaultValue' => NULL,
  15333.                                                         'queryColumnType' => 'varchar',
  15334.                                                         'columnType' => 'varchar',
  15335.                                                         'columnLength' => 190,
  15336.                                                         'phpdocType' => 'string',
  15337.                                                         'regex' => '',
  15338.                                                         'unique' => NULL,
  15339.                                                         'showCharCount' => NULL,
  15340.                                                         'name' => 'iso2',
  15341.                                                         'title' => 'ISO 2 Code',
  15342.                                                         'tooltip' => '',
  15343.                                                         'mandatory' => false,
  15344.                                                         'noteditable' => false,
  15345.                                                         'index' => false,
  15346.                                                         'locked' => false,
  15347.                                                         'style' => '',
  15348.                                                         'permissions' => NULL,
  15349.                                                         'datatype' => 'data',
  15350.                                                         'relationType' => false,
  15351.                                                         'invisible' => false,
  15352.                                                         'visibleGridView' => true,
  15353.                                                         'visibleSearch' => true,
  15354.                                                         'defaultValueGenerator' => '',
  15355.                                                     ],
  15356.                                                 ],
  15357.                                                 'isOperator' => false,
  15358.                                             ],
  15359.                                             => [
  15360.                                                 'attributes' => [
  15361.                                                     'attribute' => 'name',
  15362.                                                     'label' => 'Name',
  15363.                                                     'dataType' => 'input',
  15364.                                                     'layout' => [
  15365.                                                         'fieldtype' => 'input',
  15366.                                                         'width' => NULL,
  15367.                                                         'defaultValue' => NULL,
  15368.                                                         'queryColumnType' => 'varchar',
  15369.                                                         'columnType' => 'varchar',
  15370.                                                         'columnLength' => 190,
  15371.                                                         'phpdocType' => 'string',
  15372.                                                         'regex' => '',
  15373.                                                         'unique' => NULL,
  15374.                                                         'showCharCount' => NULL,
  15375.                                                         'name' => 'name',
  15376.                                                         'title' => 'Name',
  15377.                                                         'tooltip' => '',
  15378.                                                         'mandatory' => false,
  15379.                                                         'noteditable' => false,
  15380.                                                         'index' => false,
  15381.                                                         'locked' => false,
  15382.                                                         'style' => '',
  15383.                                                         'permissions' => NULL,
  15384.                                                         'datatype' => 'data',
  15385.                                                         'relationType' => false,
  15386.                                                         'invisible' => false,
  15387.                                                         'visibleGridView' => true,
  15388.                                                         'visibleSearch' => true,
  15389.                                                         'defaultValueGenerator' => '',
  15390.                                                     ],
  15391.                                                 ],
  15392.                                                 'isOperator' => false,
  15393.                                             ],
  15394.                                             => [
  15395.                                                 'attributes' => [
  15396.                                                     'attribute' => 'currencyCode',
  15397.                                                     'label' => 'Währung',
  15398.                                                     'dataType' => 'select',
  15399.                                                     'layout' => [
  15400.                                                         'fieldtype' => 'select',
  15401.                                                         'options' => [
  15402.                                                             => [
  15403.                                                                 'key' => 'Euro',
  15404.                                                                 'value' => 'EUR',
  15405.                                                             ],
  15406.                                                             => [
  15407.                                                                 'key' => 'SFR',
  15408.                                                                 'value' => 'SFR',
  15409.                                                             ],
  15410.                                                             => [
  15411.                                                                 'key' => 'US Dollar',
  15412.                                                                 'value' => 'USD',
  15413.                                                             ],
  15414.                                                         ],
  15415.                                                         'width' => '',
  15416.                                                         'defaultValue' => '',
  15417.                                                         'optionsProviderClass' => NULL,
  15418.                                                         'optionsProviderData' => NULL,
  15419.                                                         'queryColumnType' => 'varchar',
  15420.                                                         'columnType' => 'varchar',
  15421.                                                         'columnLength' => '190',
  15422.                                                         'phpdocType' => 'string',
  15423.                                                         'dynamicOptions' => false,
  15424.                                                         'name' => 'currencyCode',
  15425.                                                         'title' => 'Währung',
  15426.                                                         'tooltip' => '',
  15427.                                                         'mandatory' => false,
  15428.                                                         'noteditable' => false,
  15429.                                                         'index' => false,
  15430.                                                         'locked' => false,
  15431.                                                         'style' => '',
  15432.                                                         'permissions' => NULL,
  15433.                                                         'datatype' => 'data',
  15434.                                                         'relationType' => false,
  15435.                                                         'invisible' => false,
  15436.                                                         'visibleGridView' => true,
  15437.                                                         'visibleSearch' => true,
  15438.                                                         'defaultValueGenerator' => '',
  15439.                                                     ],
  15440.                                                 ],
  15441.                                                 'isOperator' => false,
  15442.                                             ],
  15443.                                         ],
  15444.                                     ],
  15445.                                 ],
  15446.                             ],
  15447.                             'mutationEntities' => [
  15448.                             ],
  15449.                             'specialEntities' => [
  15450.                                 'document' => [
  15451.                                     'read' => false,
  15452.                                     'create' => false,
  15453.                                     'update' => false,
  15454.                                     'delete' => false,
  15455.                                 ],
  15456.                                 'document_folder' => [
  15457.                                     'read' => false,
  15458.                                     'create' => false,
  15459.                                     'update' => false,
  15460.                                     'delete' => false,
  15461.                                 ],
  15462.                                 'asset' => [
  15463.                                     'read' => true,
  15464.                                     'create' => false,
  15465.                                     'update' => false,
  15466.                                     'delete' => false,
  15467.                                 ],
  15468.                                 'asset_folder' => [
  15469.                                     'read' => false,
  15470.                                     'create' => false,
  15471.                                     'update' => false,
  15472.                                     'delete' => false,
  15473.                                 ],
  15474.                                 'asset_listing' => [
  15475.                                     'read' => false,
  15476.                                     'create' => false,
  15477.                                     'update' => false,
  15478.                                     'delete' => false,
  15479.                                 ],
  15480.                                 'object_folder' => [
  15481.                                     'read' => true,
  15482.                                     'create' => false,
  15483.                                     'update' => false,
  15484.                                     'delete' => false,
  15485.                                 ],
  15486.                                 'translation' => [
  15487.                                     'read' => false,
  15488.                                     'create' => false,
  15489.                                     'update' => false,
  15490.                                     'delete' => false,
  15491.                                 ],
  15492.                                 'translation_listing' => [
  15493.                                     'read' => false,
  15494.                                     'create' => false,
  15495.                                     'update' => false,
  15496.                                     'delete' => false,
  15497.                                 ],
  15498.                             ],
  15499.                         ],
  15500.                         'security' => [
  15501.                             'method' => 'datahub_apikey',
  15502.                             'apikey' => [
  15503.                                 => '3d0a77d5083fa9721992a1078cef576a',
  15504.                             ],
  15505.                             'skipPermissionCheck' => false,
  15506.                             'disableIntrospection' => false,
  15507.                         ],
  15508.                         'workspaces' => [
  15509.                             'asset' => [
  15510.                             ],
  15511.                             'document' => [
  15512.                             ],
  15513.                             'object' => [
  15514.                                 => [
  15515.                                     'read' => true,
  15516.                                     'cpath' => '/',
  15517.                                     'create' => false,
  15518.                                     'update' => false,
  15519.                                     'delete' => false,
  15520.                                     'id' => 'extModel473-1',
  15521.                                 ],
  15522.                             ],
  15523.                         ],
  15524.                         'permissions' => [
  15525.                             'user' => [
  15526.                             ],
  15527.                             'role' => [
  15528.                             ],
  15529.                         ],
  15530.                     ],
  15531.                     'prod' => [
  15532.                         'general' => [
  15533.                             'active' => true,
  15534.                             'type' => 'graphql',
  15535.                             'name' => 'prod',
  15536.                             'description' => '',
  15537.                             'group' => '',
  15538.                             'sqlObjectCondition' => '',
  15539.                             'modificationDate' => 1665644996,
  15540.                             'path' => NULL,
  15541.                             'createDate' => 1645188527,
  15542.                         ],
  15543.                         'schema' => [
  15544.                             'queryEntities' => [
  15545.                                 'Product' => [
  15546.                                     'id' => 'Product',
  15547.                                     'name' => 'Product',
  15548.                                     'columnConfig' => [
  15549.                                         'columns' => [
  15550.                                             => [
  15551.                                                 'attributes' => [
  15552.                                                     'attribute' => 'name',
  15553.                                                     'label' => 'SAP Produktname',
  15554.                                                     'dataType' => 'input',
  15555.                                                     'layout' => [
  15556.                                                         'fieldtype' => 'input',
  15557.                                                         'width' => 500,
  15558.                                                         'queryColumnType' => 'varchar',
  15559.                                                         'columnType' => 'varchar',
  15560.                                                         'columnLength' => 190,
  15561.                                                         'phpdocType' => 'string',
  15562.                                                         'regex' => '',
  15563.                                                         'unique' => false,
  15564.                                                         'showCharCount' => NULL,
  15565.                                                         'name' => 'name',
  15566.                                                         'title' => 'SAP Produktname',
  15567.                                                         'tooltip' => '',
  15568.                                                         'mandatory' => false,
  15569.                                                         'noteditable' => false,
  15570.                                                         'index' => false,
  15571.                                                         'locked' => false,
  15572.                                                         'style' => '',
  15573.                                                         'permissions' => NULL,
  15574.                                                         'datatype' => 'data',
  15575.                                                         'relationType' => false,
  15576.                                                         'invisible' => false,
  15577.                                                         'visibleGridView' => true,
  15578.                                                         'visibleSearch' => true,
  15579.                                                     ],
  15580.                                                 ],
  15581.                                                 'isOperator' => false,
  15582.                                             ],
  15583.                                             => [
  15584.                                                 'attributes' => [
  15585.                                                     'attribute' => 'primaryOrderNumber',
  15586.                                                     'label' => 'Artikelnummer',
  15587.                                                     'dataType' => 'input',
  15588.                                                     'layout' => [
  15589.                                                         'fieldtype' => 'input',
  15590.                                                         'width' => NULL,
  15591.                                                         'queryColumnType' => 'varchar',
  15592.                                                         'columnType' => 'varchar',
  15593.                                                         'columnLength' => 190,
  15594.                                                         'phpdocType' => 'string',
  15595.                                                         'regex' => '',
  15596.                                                         'unique' => false,
  15597.                                                         'showCharCount' => NULL,
  15598.                                                         'name' => 'primaryOrderNumber',
  15599.                                                         'title' => 'Artikelnummer',
  15600.                                                         'tooltip' => '',
  15601.                                                         'mandatory' => false,
  15602.                                                         'noteditable' => false,
  15603.                                                         'index' => true,
  15604.                                                         'locked' => false,
  15605.                                                         'style' => '',
  15606.                                                         'permissions' => NULL,
  15607.                                                         'datatype' => 'data',
  15608.                                                         'relationType' => false,
  15609.                                                         'invisible' => false,
  15610.                                                         'visibleGridView' => true,
  15611.                                                         'visibleSearch' => true,
  15612.                                                     ],
  15613.                                                 ],
  15614.                                                 'isOperator' => false,
  15615.                                             ],
  15616.                                             => [
  15617.                                                 'attributes' => [
  15618.                                                     'attribute' => 'ean',
  15619.                                                     'label' => 'EAN',
  15620.                                                     'dataType' => 'input',
  15621.                                                     'layout' => [
  15622.                                                         'fieldtype' => 'input',
  15623.                                                         'width' => NULL,
  15624.                                                         'queryColumnType' => 'varchar',
  15625.                                                         'columnType' => 'varchar',
  15626.                                                         'columnLength' => 190,
  15627.                                                         'phpdocType' => 'string',
  15628.                                                         'regex' => '',
  15629.                                                         'unique' => false,
  15630.                                                         'showCharCount' => NULL,
  15631.                                                         'name' => 'ean',
  15632.                                                         'title' => 'EAN',
  15633.                                                         'tooltip' => '',
  15634.                                                         'mandatory' => false,
  15635.                                                         'noteditable' => false,
  15636.                                                         'index' => true,
  15637.                                                         'locked' => false,
  15638.                                                         'style' => '',
  15639.                                                         'permissions' => NULL,
  15640.                                                         'datatype' => 'data',
  15641.                                                         'relationType' => false,
  15642.                                                         'invisible' => false,
  15643.                                                         'visibleGridView' => true,
  15644.                                                         'visibleSearch' => true,
  15645.                                                     ],
  15646.                                                 ],
  15647.                                                 'isOperator' => false,
  15648.                                             ],
  15649.                                             => [
  15650.                                                 'attributes' => [
  15651.                                                     'attribute' => 'price',
  15652.                                                     'label' => 'UVP Euro',
  15653.                                                     'dataType' => 'numeric',
  15654.                                                     'layout' => [
  15655.                                                         'fieldtype' => 'numeric',
  15656.                                                         'width' => '',
  15657.                                                         'defaultValue' => NULL,
  15658.                                                         'queryColumnType' => 'double',
  15659.                                                         'columnType' => 'double',
  15660.                                                         'phpdocType' => 'float',
  15661.                                                         'integer' => false,
  15662.                                                         'unsigned' => false,
  15663.                                                         'minValue' => NULL,
  15664.                                                         'maxValue' => NULL,
  15665.                                                         'unique' => false,
  15666.                                                         'decimalSize' => NULL,
  15667.                                                         'decimalPrecision' => NULL,
  15668.                                                         'name' => 'price',
  15669.                                                         'title' => 'UVP Euro',
  15670.                                                         'tooltip' => '',
  15671.                                                         'mandatory' => false,
  15672.                                                         'noteditable' => false,
  15673.                                                         'index' => false,
  15674.                                                         'locked' => false,
  15675.                                                         'style' => '',
  15676.                                                         'permissions' => NULL,
  15677.                                                         'datatype' => 'data',
  15678.                                                         'relationType' => false,
  15679.                                                         'invisible' => false,
  15680.                                                         'visibleGridView' => true,
  15681.                                                         'visibleSearch' => true,
  15682.                                                     ],
  15683.                                                 ],
  15684.                                                 'isOperator' => false,
  15685.                                             ],
  15686.                                             => [
  15687.                                                 'attributes' => [
  15688.                                                     'attribute' => 'pl',
  15689.                                                     'label' => 'Preisliste',
  15690.                                                     'dataType' => 'input',
  15691.                                                     'layout' => [
  15692.                                                         'fieldtype' => 'input',
  15693.                                                         'width' => NULL,
  15694.                                                         'queryColumnType' => 'varchar',
  15695.                                                         'columnType' => 'varchar',
  15696.                                                         'columnLength' => 190,
  15697.                                                         'phpdocType' => 'string',
  15698.                                                         'regex' => '',
  15699.                                                         'unique' => false,
  15700.                                                         'showCharCount' => NULL,
  15701.                                                         'name' => 'pl',
  15702.                                                         'title' => 'Preisliste',
  15703.                                                         'tooltip' => '',
  15704.                                                         'mandatory' => false,
  15705.                                                         'noteditable' => false,
  15706.                                                         'index' => false,
  15707.                                                         'locked' => false,
  15708.                                                         'style' => '',
  15709.                                                         'permissions' => NULL,
  15710.                                                         'datatype' => 'data',
  15711.                                                         'relationType' => false,
  15712.                                                         'invisible' => false,
  15713.                                                         'visibleGridView' => true,
  15714.                                                         'visibleSearch' => true,
  15715.                                                     ],
  15716.                                                 ],
  15717.                                                 'isOperator' => false,
  15718.                                             ],
  15719.                                             => [
  15720.                                                 'attributes' => [
  15721.                                                     'attribute' => 'materialGroup',
  15722.                                                     'label' => 'Materialgruppe',
  15723.                                                     'dataType' => 'input',
  15724.                                                     'layout' => [
  15725.                                                         'fieldtype' => 'input',
  15726.                                                         'width' => NULL,
  15727.                                                         'queryColumnType' => 'varchar',
  15728.                                                         'columnType' => 'varchar',
  15729.                                                         'columnLength' => 190,
  15730.                                                         'phpdocType' => 'string',
  15731.                                                         'regex' => '',
  15732.                                                         'unique' => false,
  15733.                                                         'showCharCount' => NULL,
  15734.                                                         'name' => 'materialGroup',
  15735.                                                         'title' => 'Materialgruppe',
  15736.                                                         'tooltip' => '',
  15737.                                                         'mandatory' => false,
  15738.                                                         'noteditable' => false,
  15739.                                                         'index' => false,
  15740.                                                         'locked' => false,
  15741.                                                         'style' => '',
  15742.                                                         'permissions' => NULL,
  15743.                                                         'datatype' => 'data',
  15744.                                                         'relationType' => false,
  15745.                                                         'invisible' => false,
  15746.                                                         'visibleGridView' => true,
  15747.                                                         'visibleSearch' => true,
  15748.                                                     ],
  15749.                                                 ],
  15750.                                                 'isOperator' => false,
  15751.                                             ],
  15752.                                             => [
  15753.                                                 'attributes' => [
  15754.                                                     'attribute' => 'unit',
  15755.                                                     'label' => 'Einheit (VPE)',
  15756.                                                     'dataType' => 'select',
  15757.                                                     'layout' => [
  15758.                                                         'fieldtype' => 'select',
  15759.                                                         'options' => [
  15760.                                                             => [
  15761.                                                                 'key' => 'Stück',
  15762.                                                                 'value' => 'piece',
  15763.                                                             ],
  15764.                                                             => [
  15765.                                                                 'key' => 'qm',
  15766.                                                                 'value' => 'qm',
  15767.                                                             ],
  15768.                                                         ],
  15769.                                                         'width' => 100,
  15770.                                                         'defaultValue' => 'piece',
  15771.                                                         'optionsProviderClass' => '',
  15772.                                                         'optionsProviderData' => '',
  15773.                                                         'queryColumnType' => 'varchar',
  15774.                                                         'columnType' => 'varchar',
  15775.                                                         'columnLength' => 190,
  15776.                                                         'phpdocType' => 'string',
  15777.                                                         'dynamicOptions' => false,
  15778.                                                         'name' => 'unit',
  15779.                                                         'title' => 'Einheit (VPE)',
  15780.                                                         'tooltip' => 'm2,Stück,...',
  15781.                                                         'mandatory' => false,
  15782.                                                         'noteditable' => false,
  15783.                                                         'index' => false,
  15784.                                                         'locked' => false,
  15785.                                                         'style' => '',
  15786.                                                         'permissions' => NULL,
  15787.                                                         'datatype' => 'data',
  15788.                                                         'relationType' => false,
  15789.                                                         'invisible' => false,
  15790.                                                         'visibleGridView' => true,
  15791.                                                         'visibleSearch' => true,
  15792.                                                     ],
  15793.                                                 ],
  15794.                                                 'isOperator' => false,
  15795.                                             ],
  15796.                                             => [
  15797.                                                 'attributes' => [
  15798.                                                     'attribute' => 'unitQuantityPalette',
  15799.                                                     'label' => 'Anzahl pro Palette',
  15800.                                                     'dataType' => 'numeric',
  15801.                                                     'layout' => [
  15802.                                                         'fieldtype' => 'numeric',
  15803.                                                         'width' => 100,
  15804.                                                         'defaultValue' => 1,
  15805.                                                         'queryColumnType' => 'double',
  15806.                                                         'columnType' => 'double',
  15807.                                                         'phpdocType' => 'float',
  15808.                                                         'integer' => true,
  15809.                                                         'unsigned' => true,
  15810.                                                         'minValue' => NULL,
  15811.                                                         'maxValue' => NULL,
  15812.                                                         'unique' => false,
  15813.                                                         'decimalSize' => NULL,
  15814.                                                         'decimalPrecision' => NULL,
  15815.                                                         'name' => 'unitQuantityPalette',
  15816.                                                         'title' => 'Anzahl pro Palette',
  15817.                                                         'tooltip' => '',
  15818.                                                         'mandatory' => false,
  15819.                                                         'noteditable' => false,
  15820.                                                         'index' => false,
  15821.                                                         'locked' => false,
  15822.                                                         'style' => '',
  15823.                                                         'permissions' => NULL,
  15824.                                                         'datatype' => 'data',
  15825.                                                         'relationType' => false,
  15826.                                                         'invisible' => false,
  15827.                                                         'visibleGridView' => false,
  15828.                                                         'visibleSearch' => false,
  15829.                                                     ],
  15830.                                                 ],
  15831.                                                 'isOperator' => false,
  15832.                                             ],
  15833.                                             => [
  15834.                                                 'attributes' => [
  15835.                                                     'attribute' => 'unitQuantity',
  15836.                                                     'label' => 'Anzahl pro Einheit',
  15837.                                                     'dataType' => 'numeric',
  15838.                                                     'layout' => [
  15839.                                                         'fieldtype' => 'numeric',
  15840.                                                         'width' => 100,
  15841.                                                         'defaultValue' => 1,
  15842.                                                         'queryColumnType' => 'double',
  15843.                                                         'columnType' => 'double',
  15844.                                                         'phpdocType' => 'float',
  15845.                                                         'integer' => true,
  15846.                                                         'unsigned' => true,
  15847.                                                         'minValue' => NULL,
  15848.                                                         'maxValue' => NULL,
  15849.                                                         'unique' => false,
  15850.                                                         'decimalSize' => NULL,
  15851.                                                         'decimalPrecision' => NULL,
  15852.                                                         'name' => 'unitQuantity',
  15853.                                                         'title' => 'Anzahl pro Einheit',
  15854.                                                         'tooltip' => '',
  15855.                                                         'mandatory' => false,
  15856.                                                         'noteditable' => false,
  15857.                                                         'index' => false,
  15858.                                                         'locked' => false,
  15859.                                                         'style' => '',
  15860.                                                         'permissions' => NULL,
  15861.                                                         'datatype' => 'data',
  15862.                                                         'relationType' => false,
  15863.                                                         'invisible' => false,
  15864.                                                         'visibleGridView' => false,
  15865.                                                         'visibleSearch' => false,
  15866.                                                     ],
  15867.                                                 ],
  15868.                                                 'isOperator' => false,
  15869.                                             ],
  15870.                                             => [
  15871.                                                 'attributes' => [
  15872.                                                     'attribute' => 'BME',
  15873.                                                     'label' => 'BME',
  15874.                                                     'dataType' => 'input',
  15875.                                                     'layout' => [
  15876.                                                         'fieldtype' => 'input',
  15877.                                                         'width' => 200,
  15878.                                                         'queryColumnType' => 'varchar',
  15879.                                                         'columnType' => 'varchar',
  15880.                                                         'columnLength' => 190,
  15881.                                                         'phpdocType' => 'string',
  15882.                                                         'regex' => '',
  15883.                                                         'unique' => false,
  15884.                                                         'showCharCount' => NULL,
  15885.                                                         'name' => 'BME',
  15886.                                                         'title' => 'BME',
  15887.                                                         'tooltip' => '',
  15888.                                                         'mandatory' => false,
  15889.                                                         'noteditable' => false,
  15890.                                                         'index' => false,
  15891.                                                         'locked' => false,
  15892.                                                         'style' => '',
  15893.                                                         'permissions' => NULL,
  15894.                                                         'datatype' => 'data',
  15895.                                                         'relationType' => false,
  15896.                                                         'invisible' => false,
  15897.                                                         'visibleGridView' => false,
  15898.                                                         'visibleSearch' => false,
  15899.                                                     ],
  15900.                                                 ],
  15901.                                                 'isOperator' => false,
  15902.                                             ],
  15903.                                             10 => [
  15904.                                                 'attributes' => [
  15905.                                                     'attribute' => 'AME',
  15906.                                                     'label' => 'AME',
  15907.                                                     'dataType' => 'input',
  15908.                                                     'layout' => [
  15909.                                                         'fieldtype' => 'input',
  15910.                                                         'width' => 200,
  15911.                                                         'queryColumnType' => 'varchar',
  15912.                                                         'columnType' => 'varchar',
  15913.                                                         'columnLength' => 190,
  15914.                                                         'phpdocType' => 'string',
  15915.                                                         'regex' => '',
  15916.                                                         'unique' => false,
  15917.                                                         'showCharCount' => NULL,
  15918.                                                         'name' => 'AME',
  15919.                                                         'title' => 'AME',
  15920.                                                         'tooltip' => '',
  15921.                                                         'mandatory' => false,
  15922.                                                         'noteditable' => false,
  15923.                                                         'index' => false,
  15924.                                                         'locked' => false,
  15925.                                                         'style' => '',
  15926.                                                         'permissions' => NULL,
  15927.                                                         'datatype' => 'data',
  15928.                                                         'relationType' => false,
  15929.                                                         'invisible' => false,
  15930.                                                         'visibleGridView' => false,
  15931.                                                         'visibleSearch' => false,
  15932.                                                     ],
  15933.                                                 ],
  15934.                                                 'isOperator' => false,
  15935.                                             ],
  15936.                                             11 => [
  15937.                                                 'attributes' => [
  15938.                                                     'attribute' => 'productHierarchyCode',
  15939.                                                     'label' => 'SAP Code',
  15940.                                                     'dataType' => 'input',
  15941.                                                     'layout' => [
  15942.                                                         'fieldtype' => 'input',
  15943.                                                         'width' => NULL,
  15944.                                                         'queryColumnType' => 'varchar',
  15945.                                                         'columnType' => 'varchar',
  15946.                                                         'columnLength' => 190,
  15947.                                                         'phpdocType' => 'string',
  15948.                                                         'regex' => '',
  15949.                                                         'unique' => false,
  15950.                                                         'showCharCount' => false,
  15951.                                                         'name' => 'productHierarchyCode',
  15952.                                                         'title' => 'SAP Code',
  15953.                                                         'tooltip' => '',
  15954.                                                         'mandatory' => false,
  15955.                                                         'noteditable' => false,
  15956.                                                         'index' => false,
  15957.                                                         'locked' => false,
  15958.                                                         'style' => '',
  15959.                                                         'permissions' => NULL,
  15960.                                                         'datatype' => 'data',
  15961.                                                         'relationType' => false,
  15962.                                                         'invisible' => false,
  15963.                                                         'visibleGridView' => true,
  15964.                                                         'visibleSearch' => false,
  15965.                                                     ],
  15966.                                                 ],
  15967.                                                 'isOperator' => false,
  15968.                                             ],
  15969.                                             12 => [
  15970.                                                 'attributes' => [
  15971.                                                     'attribute' => 'productHierarchyName',
  15972.                                                     'label' => 'SAP Hierarchie',
  15973.                                                     'dataType' => 'input',
  15974.                                                     'layout' => [
  15975.                                                         'fieldtype' => 'input',
  15976.                                                         'width' => 600,
  15977.                                                         'queryColumnType' => 'varchar',
  15978.                                                         'columnType' => 'varchar',
  15979.                                                         'columnLength' => 255,
  15980.                                                         'phpdocType' => 'string',
  15981.                                                         'regex' => '',
  15982.                                                         'unique' => false,
  15983.                                                         'showCharCount' => false,
  15984.                                                         'name' => 'productHierarchyName',
  15985.                                                         'title' => 'SAP Hierarchie',
  15986.                                                         'tooltip' => '',
  15987.                                                         'mandatory' => false,
  15988.                                                         'noteditable' => false,
  15989.                                                         'index' => false,
  15990.                                                         'locked' => false,
  15991.                                                         'style' => '',
  15992.                                                         'permissions' => NULL,
  15993.                                                         'datatype' => 'data',
  15994.                                                         'relationType' => false,
  15995.                                                         'invisible' => false,
  15996.                                                         'visibleGridView' => true,
  15997.                                                         'visibleSearch' => false,
  15998.                                                     ],
  15999.                                                 ],
  16000.                                                 'isOperator' => false,
  16001.                                             ],
  16002.                                             13 => [
  16003.                                                 'attributes' => [
  16004.                                                     'attribute' => 'weight',
  16005.                                                     'label' => 'Gewicht',
  16006.                                                     'dataType' => 'numeric',
  16007.                                                     'layout' => [
  16008.                                                         'fieldtype' => 'numeric',
  16009.                                                         'width' => '',
  16010.                                                         'defaultValue' => NULL,
  16011.                                                         'queryColumnType' => 'double',
  16012.                                                         'columnType' => 'double',
  16013.                                                         'phpdocType' => 'float',
  16014.                                                         'integer' => false,
  16015.                                                         'unsigned' => false,
  16016.                                                         'minValue' => NULL,
  16017.                                                         'maxValue' => NULL,
  16018.                                                         'unique' => false,
  16019.                                                         'decimalSize' => NULL,
  16020.                                                         'decimalPrecision' => NULL,
  16021.                                                         'name' => 'weight',
  16022.                                                         'title' => 'Gewicht',
  16023.                                                         'tooltip' => '',
  16024.                                                         'mandatory' => false,
  16025.                                                         'noteditable' => false,
  16026.                                                         'index' => false,
  16027.                                                         'locked' => false,
  16028.                                                         'style' => '',
  16029.                                                         'permissions' => NULL,
  16030.                                                         'datatype' => 'data',
  16031.                                                         'relationType' => false,
  16032.                                                         'invisible' => false,
  16033.                                                         'visibleGridView' => true,
  16034.                                                         'visibleSearch' => true,
  16035.                                                     ],
  16036.                                                 ],
  16037.                                                 'isOperator' => false,
  16038.                                             ],
  16039.                                             14 => [
  16040.                                                 'attributes' => [
  16041.                                                     'attribute' => 'buyableProduct',
  16042.                                                     'label' => 'Kaufbares Produkt',
  16043.                                                     'dataType' => 'checkbox',
  16044.                                                     'layout' => [
  16045.                                                         'fieldtype' => 'checkbox',
  16046.                                                         'defaultValue' => 0,
  16047.                                                         'queryColumnType' => 'tinyint(1)',
  16048.                                                         'columnType' => 'tinyint(1)',
  16049.                                                         'phpdocType' => 'boolean',
  16050.                                                         'name' => 'buyableProduct',
  16051.                                                         'title' => 'Kaufbares Produkt',
  16052.                                                         'tooltip' => '',
  16053.                                                         'mandatory' => false,
  16054.                                                         'noteditable' => false,
  16055.                                                         'index' => false,
  16056.                                                         'locked' => false,
  16057.                                                         'style' => '',
  16058.                                                         'permissions' => NULL,
  16059.                                                         'datatype' => 'data',
  16060.                                                         'relationType' => false,
  16061.                                                         'invisible' => false,
  16062.                                                         'visibleGridView' => false,
  16063.                                                         'visibleSearch' => false,
  16064.                                                     ],
  16065.                                                 ],
  16066.                                                 'isOperator' => false,
  16067.                                             ],
  16068.                                             15 => [
  16069.                                                 'attributes' => [
  16070.                                                     'attribute' => 'technicalData',
  16071.                                                     'label' => 'Technische Daten',
  16072.                                                     'dataType' => 'classificationstore',
  16073.                                                     'layout' => [
  16074.                                                         'fieldtype' => 'classificationstore',
  16075.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Classificationstore',
  16076.                                                         'childs' => [
  16077.                                                         ],
  16078.                                                         'name' => 'technicalData',
  16079.                                                         'region' => NULL,
  16080.                                                         'layout' => NULL,
  16081.                                                         'title' => 'Technische Daten',
  16082.                                                         'width' => '',
  16083.                                                         'height' => '',
  16084.                                                         'maxTabs' => NULL,
  16085.                                                         'labelWidth' => 300,
  16086.                                                         'localized' => false,
  16087.                                                         'storeId' => '1',
  16088.                                                         'hideEmptyData' => false,
  16089.                                                         'disallowAddRemove' => NULL,
  16090.                                                         'fieldDefinitionsCache' => NULL,
  16091.                                                         'allowedGroupIds' => [
  16092.                                                         ],
  16093.                                                         'activeGroupDefinitions' => [
  16094.                                                         ],
  16095.                                                         'tooltip' => '',
  16096.                                                         'mandatory' => false,
  16097.                                                         'noteditable' => false,
  16098.                                                         'index' => false,
  16099.                                                         'locked' => false,
  16100.                                                         'style' => '',
  16101.                                                         'permissions' => NULL,
  16102.                                                         'datatype' => 'data',
  16103.                                                         'relationType' => false,
  16104.                                                         'invisible' => false,
  16105.                                                         'visibleGridView' => false,
  16106.                                                         'visibleSearch' => false,
  16107.                                                     ],
  16108.                                                 ],
  16109.                                                 'isOperator' => false,
  16110.                                             ],
  16111.                                             16 => [
  16112.                                                 'attributes' => [
  16113.                                                     'attribute' => 'description',
  16114.                                                     'label' => 'SAP Beschreibung',
  16115.                                                     'dataType' => 'wysiwyg',
  16116.                                                     'layout' => [
  16117.                                                         'fieldtype' => 'wysiwyg',
  16118.                                                         'width' => 700,
  16119.                                                         'height' => 200,
  16120.                                                         'queryColumnType' => 'longtext',
  16121.                                                         'columnType' => 'longtext',
  16122.                                                         'phpdocType' => 'string',
  16123.                                                         'toolbarConfig' => '',
  16124.                                                         'excludeFromSearchIndex' => false,
  16125.                                                         'name' => 'description',
  16126.                                                         'title' => 'SAP Beschreibung',
  16127.                                                         'tooltip' => '',
  16128.                                                         'mandatory' => false,
  16129.                                                         'noteditable' => false,
  16130.                                                         'index' => false,
  16131.                                                         'locked' => false,
  16132.                                                         'style' => '',
  16133.                                                         'permissions' => NULL,
  16134.                                                         'datatype' => 'data',
  16135.                                                         'relationType' => false,
  16136.                                                         'invisible' => false,
  16137.                                                         'visibleGridView' => false,
  16138.                                                         'visibleSearch' => false,
  16139.                                                     ],
  16140.                                                 ],
  16141.                                                 'isOperator' => false,
  16142.                                             ],
  16143.                                             17 => [
  16144.                                                 'attributes' => [
  16145.                                                     'attribute' => 'b2cdescription',
  16146.                                                     'label' => 'Endkunden Beschreibung',
  16147.                                                     'dataType' => 'wysiwyg',
  16148.                                                     'layout' => [
  16149.                                                         'fieldtype' => 'wysiwyg',
  16150.                                                         'width' => 700,
  16151.                                                         'height' => 200,
  16152.                                                         'queryColumnType' => 'longtext',
  16153.                                                         'columnType' => 'longtext',
  16154.                                                         'phpdocType' => 'string',
  16155.                                                         'toolbarConfig' => '',
  16156.                                                         'excludeFromSearchIndex' => false,
  16157.                                                         'name' => 'b2cdescription',
  16158.                                                         'title' => 'Endkunden Beschreibung',
  16159.                                                         'tooltip' => '',
  16160.                                                         'mandatory' => false,
  16161.                                                         'noteditable' => false,
  16162.                                                         'index' => false,
  16163.                                                         'locked' => false,
  16164.                                                         'style' => '',
  16165.                                                         'permissions' => NULL,
  16166.                                                         'datatype' => 'data',
  16167.                                                         'relationType' => false,
  16168.                                                         'invisible' => false,
  16169.                                                         'visibleGridView' => true,
  16170.                                                         'visibleSearch' => true,
  16171.                                                     ],
  16172.                                                 ],
  16173.                                                 'isOperator' => false,
  16174.                                             ],
  16175.                                             18 => [
  16176.                                                 'attributes' => [
  16177.                                                     'attribute' => 'usePurpose',
  16178.                                                     'label' => 'Einsatzzweck',
  16179.                                                     'dataType' => 'wysiwyg',
  16180.                                                     'layout' => [
  16181.                                                         'fieldtype' => 'wysiwyg',
  16182.                                                         'width' => 700,
  16183.                                                         'height' => 200,
  16184.                                                         'queryColumnType' => 'longtext',
  16185.                                                         'columnType' => 'longtext',
  16186.                                                         'phpdocType' => 'string',
  16187.                                                         'toolbarConfig' => '',
  16188.                                                         'excludeFromSearchIndex' => false,
  16189.                                                         'name' => 'usePurpose',
  16190.                                                         'title' => 'Einsatzzweck',
  16191.                                                         'tooltip' => '',
  16192.                                                         'mandatory' => false,
  16193.                                                         'noteditable' => false,
  16194.                                                         'index' => false,
  16195.                                                         'locked' => false,
  16196.                                                         'style' => '',
  16197.                                                         'permissions' => NULL,
  16198.                                                         'datatype' => 'data',
  16199.                                                         'relationType' => false,
  16200.                                                         'invisible' => false,
  16201.                                                         'visibleGridView' => false,
  16202.                                                         'visibleSearch' => false,
  16203.                                                     ],
  16204.                                                 ],
  16205.                                                 'isOperator' => false,
  16206.                                             ],
  16207.                                             19 => [
  16208.                                                 'attributes' => [
  16209.                                                     'attribute' => 'modificationDate',
  16210.                                                     'label' => 'modificationDate',
  16211.                                                     'dataType' => 'system',
  16212.                                                     'layout' => [
  16213.                                                         'title' => 'modificationDate',
  16214.                                                         'name' => 'modificationDate',
  16215.                                                         'datatype' => 'data',
  16216.                                                         'fieldtype' => 'system',
  16217.                                                     ],
  16218.                                                 ],
  16219.                                                 'isOperator' => false,
  16220.                                             ],
  16221.                                             20 => [
  16222.                                                 'attributes' => [
  16223.                                                     'attribute' => 'creationDate',
  16224.                                                     'label' => 'creationDate',
  16225.                                                     'dataType' => 'system',
  16226.                                                     'layout' => [
  16227.                                                         'title' => 'creationDate',
  16228.                                                         'name' => 'creationDate',
  16229.                                                         'datatype' => 'data',
  16230.                                                         'fieldtype' => 'system',
  16231.                                                     ],
  16232.                                                 ],
  16233.                                                 'isOperator' => false,
  16234.                                             ],
  16235.                                         ],
  16236.                                     ],
  16237.                                 ],
  16238.                             ],
  16239.                             'mutationEntities' => [
  16240.                                 'Product' => [
  16241.                                     'id' => 'Product',
  16242.                                     'name' => 'Product',
  16243.                                     'update' => false,
  16244.                                     'create' => false,
  16245.                                     'columnConfig' => [
  16246.                                         'columns' => [
  16247.                                             => [
  16248.                                                 'attributes' => [
  16249.                                                     'attribute' => 'AME',
  16250.                                                     'label' => 'AME',
  16251.                                                     'dataType' => 'input',
  16252.                                                     'layout' => [
  16253.                                                         'fieldtype' => 'input',
  16254.                                                         'width' => 200,
  16255.                                                         'queryColumnType' => 'varchar',
  16256.                                                         'columnType' => 'varchar',
  16257.                                                         'columnLength' => 190,
  16258.                                                         'phpdocType' => 'string',
  16259.                                                         'regex' => '',
  16260.                                                         'unique' => false,
  16261.                                                         'showCharCount' => NULL,
  16262.                                                         'name' => 'AME',
  16263.                                                         'title' => 'AME',
  16264.                                                         'tooltip' => '',
  16265.                                                         'mandatory' => false,
  16266.                                                         'noteditable' => false,
  16267.                                                         'index' => false,
  16268.                                                         'locked' => false,
  16269.                                                         'style' => '',
  16270.                                                         'permissions' => NULL,
  16271.                                                         'datatype' => 'data',
  16272.                                                         'relationType' => false,
  16273.                                                         'invisible' => false,
  16274.                                                         'visibleGridView' => false,
  16275.                                                         'visibleSearch' => false,
  16276.                                                     ],
  16277.                                                 ],
  16278.                                                 'isOperator' => false,
  16279.                                             ],
  16280.                                             => [
  16281.                                                 'attributes' => [
  16282.                                                     'attribute' => 'unitQuantity',
  16283.                                                     'label' => 'Anzahl pro Einheit',
  16284.                                                     'dataType' => 'numeric',
  16285.                                                     'layout' => [
  16286.                                                         'fieldtype' => 'numeric',
  16287.                                                         'width' => 100,
  16288.                                                         'defaultValue' => 1,
  16289.                                                         'queryColumnType' => 'double',
  16290.                                                         'columnType' => 'double',
  16291.                                                         'phpdocType' => 'float',
  16292.                                                         'integer' => true,
  16293.                                                         'unsigned' => true,
  16294.                                                         'minValue' => NULL,
  16295.                                                         'maxValue' => NULL,
  16296.                                                         'unique' => false,
  16297.                                                         'decimalSize' => NULL,
  16298.                                                         'decimalPrecision' => NULL,
  16299.                                                         'name' => 'unitQuantity',
  16300.                                                         'title' => 'Anzahl pro Einheit',
  16301.                                                         'tooltip' => '',
  16302.                                                         'mandatory' => false,
  16303.                                                         'noteditable' => false,
  16304.                                                         'index' => false,
  16305.                                                         'locked' => false,
  16306.                                                         'style' => '',
  16307.                                                         'permissions' => NULL,
  16308.                                                         'datatype' => 'data',
  16309.                                                         'relationType' => false,
  16310.                                                         'invisible' => false,
  16311.                                                         'visibleGridView' => false,
  16312.                                                         'visibleSearch' => false,
  16313.                                                     ],
  16314.                                                 ],
  16315.                                                 'isOperator' => false,
  16316.                                             ],
  16317.                                             => [
  16318.                                                 'attributes' => [
  16319.                                                     'attribute' => 'unitQuantityPalette',
  16320.                                                     'label' => 'Anzahl pro Palette',
  16321.                                                     'dataType' => 'numeric',
  16322.                                                     'layout' => [
  16323.                                                         'fieldtype' => 'numeric',
  16324.                                                         'width' => 100,
  16325.                                                         'defaultValue' => 1,
  16326.                                                         'queryColumnType' => 'double',
  16327.                                                         'columnType' => 'double',
  16328.                                                         'phpdocType' => 'float',
  16329.                                                         'integer' => true,
  16330.                                                         'unsigned' => true,
  16331.                                                         'minValue' => NULL,
  16332.                                                         'maxValue' => NULL,
  16333.                                                         'unique' => false,
  16334.                                                         'decimalSize' => NULL,
  16335.                                                         'decimalPrecision' => NULL,
  16336.                                                         'name' => 'unitQuantityPalette',
  16337.                                                         'title' => 'Anzahl pro Palette',
  16338.                                                         'tooltip' => '',
  16339.                                                         'mandatory' => false,
  16340.                                                         'noteditable' => false,
  16341.                                                         'index' => false,
  16342.                                                         'locked' => false,
  16343.                                                         'style' => '',
  16344.                                                         'permissions' => NULL,
  16345.                                                         'datatype' => 'data',
  16346.                                                         'relationType' => false,
  16347.                                                         'invisible' => false,
  16348.                                                         'visibleGridView' => false,
  16349.                                                         'visibleSearch' => false,
  16350.                                                     ],
  16351.                                                 ],
  16352.                                                 'isOperator' => false,
  16353.                                             ],
  16354.                                             => [
  16355.                                                 'attributes' => [
  16356.                                                     'attribute' => 'primaryOrderNumber',
  16357.                                                     'label' => 'Artikelnummer',
  16358.                                                     'dataType' => 'input',
  16359.                                                     'layout' => [
  16360.                                                         'fieldtype' => 'input',
  16361.                                                         'width' => NULL,
  16362.                                                         'queryColumnType' => 'varchar',
  16363.                                                         'columnType' => 'varchar',
  16364.                                                         'columnLength' => 190,
  16365.                                                         'phpdocType' => 'string',
  16366.                                                         'regex' => '',
  16367.                                                         'unique' => false,
  16368.                                                         'showCharCount' => NULL,
  16369.                                                         'name' => 'primaryOrderNumber',
  16370.                                                         'title' => 'Artikelnummer',
  16371.                                                         'tooltip' => '',
  16372.                                                         'mandatory' => false,
  16373.                                                         'noteditable' => false,
  16374.                                                         'index' => true,
  16375.                                                         'locked' => false,
  16376.                                                         'style' => '',
  16377.                                                         'permissions' => NULL,
  16378.                                                         'datatype' => 'data',
  16379.                                                         'relationType' => false,
  16380.                                                         'invisible' => false,
  16381.                                                         'visibleGridView' => true,
  16382.                                                         'visibleSearch' => true,
  16383.                                                     ],
  16384.                                                 ],
  16385.                                                 'isOperator' => false,
  16386.                                             ],
  16387.                                             => [
  16388.                                                 'attributes' => [
  16389.                                                     'attribute' => 'BME',
  16390.                                                     'label' => 'BME',
  16391.                                                     'dataType' => 'input',
  16392.                                                     'layout' => [
  16393.                                                         'fieldtype' => 'input',
  16394.                                                         'width' => 200,
  16395.                                                         'queryColumnType' => 'varchar',
  16396.                                                         'columnType' => 'varchar',
  16397.                                                         'columnLength' => 190,
  16398.                                                         'phpdocType' => 'string',
  16399.                                                         'regex' => '',
  16400.                                                         'unique' => false,
  16401.                                                         'showCharCount' => NULL,
  16402.                                                         'name' => 'BME',
  16403.                                                         'title' => 'BME',
  16404.                                                         'tooltip' => '',
  16405.                                                         'mandatory' => false,
  16406.                                                         'noteditable' => false,
  16407.                                                         'index' => false,
  16408.                                                         'locked' => false,
  16409.                                                         'style' => '',
  16410.                                                         'permissions' => NULL,
  16411.                                                         'datatype' => 'data',
  16412.                                                         'relationType' => false,
  16413.                                                         'invisible' => false,
  16414.                                                         'visibleGridView' => false,
  16415.                                                         'visibleSearch' => false,
  16416.                                                     ],
  16417.                                                 ],
  16418.                                                 'isOperator' => false,
  16419.                                             ],
  16420.                                             => [
  16421.                                                 'attributes' => [
  16422.                                                     'attribute' => 'ean',
  16423.                                                     'label' => 'EAN',
  16424.                                                     'dataType' => 'input',
  16425.                                                     'layout' => [
  16426.                                                         'fieldtype' => 'input',
  16427.                                                         'width' => NULL,
  16428.                                                         'queryColumnType' => 'varchar',
  16429.                                                         'columnType' => 'varchar',
  16430.                                                         'columnLength' => 190,
  16431.                                                         'phpdocType' => 'string',
  16432.                                                         'regex' => '',
  16433.                                                         'unique' => false,
  16434.                                                         'showCharCount' => NULL,
  16435.                                                         'name' => 'ean',
  16436.                                                         'title' => 'EAN',
  16437.                                                         'tooltip' => '',
  16438.                                                         'mandatory' => false,
  16439.                                                         'noteditable' => false,
  16440.                                                         'index' => true,
  16441.                                                         'locked' => false,
  16442.                                                         'style' => '',
  16443.                                                         'permissions' => NULL,
  16444.                                                         'datatype' => 'data',
  16445.                                                         'relationType' => false,
  16446.                                                         'invisible' => false,
  16447.                                                         'visibleGridView' => true,
  16448.                                                         'visibleSearch' => true,
  16449.                                                     ],
  16450.                                                 ],
  16451.                                                 'isOperator' => false,
  16452.                                             ],
  16453.                                             => [
  16454.                                                 'attributes' => [
  16455.                                                     'attribute' => 'unit',
  16456.                                                     'label' => 'Einheit (VPE)',
  16457.                                                     'dataType' => 'select',
  16458.                                                     'layout' => [
  16459.                                                         'fieldtype' => 'select',
  16460.                                                         'options' => [
  16461.                                                             => [
  16462.                                                                 'key' => 'Stück',
  16463.                                                                 'value' => 'piece',
  16464.                                                             ],
  16465.                                                             => [
  16466.                                                                 'key' => 'qm',
  16467.                                                                 'value' => 'qm',
  16468.                                                             ],
  16469.                                                         ],
  16470.                                                         'width' => 100,
  16471.                                                         'defaultValue' => 'piece',
  16472.                                                         'optionsProviderClass' => '',
  16473.                                                         'optionsProviderData' => '',
  16474.                                                         'queryColumnType' => 'varchar',
  16475.                                                         'columnType' => 'varchar',
  16476.                                                         'columnLength' => 190,
  16477.                                                         'phpdocType' => 'string',
  16478.                                                         'dynamicOptions' => false,
  16479.                                                         'name' => 'unit',
  16480.                                                         'title' => 'Einheit (VPE)',
  16481.                                                         'tooltip' => 'm2,Stück,...',
  16482.                                                         'mandatory' => false,
  16483.                                                         'noteditable' => false,
  16484.                                                         'index' => false,
  16485.                                                         'locked' => false,
  16486.                                                         'style' => '',
  16487.                                                         'permissions' => NULL,
  16488.                                                         'datatype' => 'data',
  16489.                                                         'relationType' => false,
  16490.                                                         'invisible' => false,
  16491.                                                         'visibleGridView' => true,
  16492.                                                         'visibleSearch' => true,
  16493.                                                     ],
  16494.                                                 ],
  16495.                                                 'isOperator' => false,
  16496.                                             ],
  16497.                                             => [
  16498.                                                 'attributes' => [
  16499.                                                     'attribute' => 'materialGroup',
  16500.                                                     'label' => 'Materialgruppe',
  16501.                                                     'dataType' => 'input',
  16502.                                                     'layout' => [
  16503.                                                         'fieldtype' => 'input',
  16504.                                                         'width' => NULL,
  16505.                                                         'queryColumnType' => 'varchar',
  16506.                                                         'columnType' => 'varchar',
  16507.                                                         'columnLength' => 190,
  16508.                                                         'phpdocType' => 'string',
  16509.                                                         'regex' => '',
  16510.                                                         'unique' => false,
  16511.                                                         'showCharCount' => NULL,
  16512.                                                         'name' => 'materialGroup',
  16513.                                                         'title' => 'Materialgruppe',
  16514.                                                         'tooltip' => '',
  16515.                                                         'mandatory' => false,
  16516.                                                         'noteditable' => false,
  16517.                                                         'index' => false,
  16518.                                                         'locked' => false,
  16519.                                                         'style' => '',
  16520.                                                         'permissions' => NULL,
  16521.                                                         'datatype' => 'data',
  16522.                                                         'relationType' => false,
  16523.                                                         'invisible' => false,
  16524.                                                         'visibleGridView' => true,
  16525.                                                         'visibleSearch' => true,
  16526.                                                     ],
  16527.                                                 ],
  16528.                                                 'isOperator' => false,
  16529.                                             ],
  16530.                                             => [
  16531.                                                 'attributes' => [
  16532.                                                     'attribute' => 'priceValidFrom',
  16533.                                                     'label' => 'Preis gültig ab',
  16534.                                                     'dataType' => 'input',
  16535.                                                     'layout' => [
  16536.                                                         'fieldtype' => 'input',
  16537.                                                         'width' => NULL,
  16538.                                                         'queryColumnType' => 'varchar',
  16539.                                                         'columnType' => 'varchar',
  16540.                                                         'columnLength' => 190,
  16541.                                                         'phpdocType' => 'string',
  16542.                                                         'regex' => '',
  16543.                                                         'unique' => false,
  16544.                                                         'showCharCount' => NULL,
  16545.                                                         'name' => 'priceValidFrom',
  16546.                                                         'title' => 'Preis gültig ab',
  16547.                                                         'tooltip' => '',
  16548.                                                         'mandatory' => false,
  16549.                                                         'noteditable' => false,
  16550.                                                         'index' => false,
  16551.                                                         'locked' => false,
  16552.                                                         'style' => '',
  16553.                                                         'permissions' => NULL,
  16554.                                                         'datatype' => 'data',
  16555.                                                         'relationType' => false,
  16556.                                                         'invisible' => false,
  16557.                                                         'visibleGridView' => false,
  16558.                                                         'visibleSearch' => false,
  16559.                                                     ],
  16560.                                                 ],
  16561.                                                 'isOperator' => false,
  16562.                                             ],
  16563.                                             => [
  16564.                                                 'attributes' => [
  16565.                                                     'attribute' => 'pl',
  16566.                                                     'label' => 'Preisliste',
  16567.                                                     'dataType' => 'input',
  16568.                                                     'layout' => [
  16569.                                                         'fieldtype' => 'input',
  16570.                                                         'width' => NULL,
  16571.                                                         'queryColumnType' => 'varchar',
  16572.                                                         'columnType' => 'varchar',
  16573.                                                         'columnLength' => 190,
  16574.                                                         'phpdocType' => 'string',
  16575.                                                         'regex' => '',
  16576.                                                         'unique' => false,
  16577.                                                         'showCharCount' => NULL,
  16578.                                                         'name' => 'pl',
  16579.                                                         'title' => 'Preisliste',
  16580.                                                         'tooltip' => '',
  16581.                                                         'mandatory' => false,
  16582.                                                         'noteditable' => false,
  16583.                                                         'index' => false,
  16584.                                                         'locked' => false,
  16585.                                                         'style' => '',
  16586.                                                         'permissions' => NULL,
  16587.                                                         'datatype' => 'data',
  16588.                                                         'relationType' => false,
  16589.                                                         'invisible' => false,
  16590.                                                         'visibleGridView' => true,
  16591.                                                         'visibleSearch' => true,
  16592.                                                     ],
  16593.                                                 ],
  16594.                                                 'isOperator' => false,
  16595.                                             ],
  16596.                                             10 => [
  16597.                                                 'attributes' => [
  16598.                                                     'attribute' => 'productHierarchyCode',
  16599.                                                     'label' => 'SAP Code',
  16600.                                                     'dataType' => 'input',
  16601.                                                     'layout' => [
  16602.                                                         'fieldtype' => 'input',
  16603.                                                         'width' => NULL,
  16604.                                                         'queryColumnType' => 'varchar',
  16605.                                                         'columnType' => 'varchar',
  16606.                                                         'columnLength' => 190,
  16607.                                                         'phpdocType' => 'string',
  16608.                                                         'regex' => '',
  16609.                                                         'unique' => false,
  16610.                                                         'showCharCount' => false,
  16611.                                                         'name' => 'productHierarchyCode',
  16612.                                                         'title' => 'SAP Code',
  16613.                                                         'tooltip' => '',
  16614.                                                         'mandatory' => false,
  16615.                                                         'noteditable' => false,
  16616.                                                         'index' => false,
  16617.                                                         'locked' => false,
  16618.                                                         'style' => '',
  16619.                                                         'permissions' => NULL,
  16620.                                                         'datatype' => 'data',
  16621.                                                         'relationType' => false,
  16622.                                                         'invisible' => false,
  16623.                                                         'visibleGridView' => true,
  16624.                                                         'visibleSearch' => false,
  16625.                                                     ],
  16626.                                                 ],
  16627.                                                 'isOperator' => false,
  16628.                                             ],
  16629.                                             11 => [
  16630.                                                 'attributes' => [
  16631.                                                     'attribute' => 'price',
  16632.                                                     'label' => 'UVP Euro',
  16633.                                                     'dataType' => 'numeric',
  16634.                                                     'layout' => [
  16635.                                                         'fieldtype' => 'numeric',
  16636.                                                         'width' => '',
  16637.                                                         'defaultValue' => NULL,
  16638.                                                         'queryColumnType' => 'double',
  16639.                                                         'columnType' => 'double',
  16640.                                                         'phpdocType' => 'float',
  16641.                                                         'integer' => false,
  16642.                                                         'unsigned' => false,
  16643.                                                         'minValue' => NULL,
  16644.                                                         'maxValue' => NULL,
  16645.                                                         'unique' => false,
  16646.                                                         'decimalSize' => NULL,
  16647.                                                         'decimalPrecision' => NULL,
  16648.                                                         'name' => 'price',
  16649.                                                         'title' => 'UVP Euro',
  16650.                                                         'tooltip' => '',
  16651.                                                         'mandatory' => false,
  16652.                                                         'noteditable' => false,
  16653.                                                         'index' => false,
  16654.                                                         'locked' => false,
  16655.                                                         'style' => '',
  16656.                                                         'permissions' => NULL,
  16657.                                                         'datatype' => 'data',
  16658.                                                         'relationType' => false,
  16659.                                                         'invisible' => false,
  16660.                                                         'visibleGridView' => true,
  16661.                                                         'visibleSearch' => true,
  16662.                                                     ],
  16663.                                                 ],
  16664.                                                 'isOperator' => false,
  16665.                                             ],
  16666.                                             12 => [
  16667.                                                 'attributes' => [
  16668.                                                     'attribute' => 'productHierarchyName',
  16669.                                                     'label' => 'SAP Hierarchie',
  16670.                                                     'dataType' => 'input',
  16671.                                                     'layout' => [
  16672.                                                         'fieldtype' => 'input',
  16673.                                                         'width' => 600,
  16674.                                                         'queryColumnType' => 'varchar',
  16675.                                                         'columnType' => 'varchar',
  16676.                                                         'columnLength' => 255,
  16677.                                                         'phpdocType' => 'string',
  16678.                                                         'regex' => '',
  16679.                                                         'unique' => false,
  16680.                                                         'showCharCount' => false,
  16681.                                                         'name' => 'productHierarchyName',
  16682.                                                         'title' => 'SAP Hierarchie',
  16683.                                                         'tooltip' => '',
  16684.                                                         'mandatory' => false,
  16685.                                                         'noteditable' => false,
  16686.                                                         'index' => false,
  16687.                                                         'locked' => false,
  16688.                                                         'style' => '',
  16689.                                                         'permissions' => NULL,
  16690.                                                         'datatype' => 'data',
  16691.                                                         'relationType' => false,
  16692.                                                         'invisible' => false,
  16693.                                                         'visibleGridView' => true,
  16694.                                                         'visibleSearch' => false,
  16695.                                                     ],
  16696.                                                 ],
  16697.                                                 'isOperator' => false,
  16698.                                             ],
  16699.                                             13 => [
  16700.                                                 'attributes' => [
  16701.                                                     'attribute' => 'productFamily',
  16702.                                                     'label' => 'Produktfamilie',
  16703.                                                     'dataType' => 'input',
  16704.                                                     'layout' => [
  16705.                                                         'fieldtype' => 'input',
  16706.                                                         'width' => NULL,
  16707.                                                         'queryColumnType' => 'varchar',
  16708.                                                         'columnType' => 'varchar',
  16709.                                                         'columnLength' => 190,
  16710.                                                         'phpdocType' => 'string',
  16711.                                                         'regex' => '',
  16712.                                                         'unique' => false,
  16713.                                                         'showCharCount' => NULL,
  16714.                                                         'name' => 'productFamily',
  16715.                                                         'title' => 'Produktfamilie',
  16716.                                                         'tooltip' => '',
  16717.                                                         'mandatory' => false,
  16718.                                                         'noteditable' => false,
  16719.                                                         'index' => false,
  16720.                                                         'locked' => false,
  16721.                                                         'style' => '',
  16722.                                                         'permissions' => NULL,
  16723.                                                         'datatype' => 'data',
  16724.                                                         'relationType' => false,
  16725.                                                         'invisible' => false,
  16726.                                                         'visibleGridView' => true,
  16727.                                                         'visibleSearch' => true,
  16728.                                                     ],
  16729.                                                 ],
  16730.                                                 'isOperator' => false,
  16731.                                             ],
  16732.                                             14 => [
  16733.                                                 'attributes' => [
  16734.                                                     'attribute' => 'weight',
  16735.                                                     'label' => 'Gewicht',
  16736.                                                     'dataType' => 'numeric',
  16737.                                                     'layout' => [
  16738.                                                         'fieldtype' => 'numeric',
  16739.                                                         'width' => '',
  16740.                                                         'defaultValue' => NULL,
  16741.                                                         'queryColumnType' => 'double',
  16742.                                                         'columnType' => 'double',
  16743.                                                         'phpdocType' => 'float',
  16744.                                                         'integer' => false,
  16745.                                                         'unsigned' => false,
  16746.                                                         'minValue' => NULL,
  16747.                                                         'maxValue' => NULL,
  16748.                                                         'unique' => false,
  16749.                                                         'decimalSize' => NULL,
  16750.                                                         'decimalPrecision' => NULL,
  16751.                                                         'name' => 'weight',
  16752.                                                         'title' => 'Gewicht',
  16753.                                                         'tooltip' => '',
  16754.                                                         'mandatory' => false,
  16755.                                                         'noteditable' => false,
  16756.                                                         'index' => false,
  16757.                                                         'locked' => false,
  16758.                                                         'style' => '',
  16759.                                                         'permissions' => NULL,
  16760.                                                         'datatype' => 'data',
  16761.                                                         'relationType' => false,
  16762.                                                         'invisible' => false,
  16763.                                                         'visibleGridView' => true,
  16764.                                                         'visibleSearch' => true,
  16765.                                                     ],
  16766.                                                 ],
  16767.                                                 'isOperator' => false,
  16768.                                             ],
  16769.                                             15 => [
  16770.                                                 'attributes' => [
  16771.                                                     'attribute' => 'creationDate',
  16772.                                                     'label' => 'creationDate',
  16773.                                                     'dataType' => 'system',
  16774.                                                     'layout' => [
  16775.                                                         'title' => 'creationDate',
  16776.                                                         'name' => 'creationDate',
  16777.                                                         'datatype' => 'data',
  16778.                                                         'fieldtype' => 'system',
  16779.                                                     ],
  16780.                                                 ],
  16781.                                                 'isOperator' => false,
  16782.                                             ],
  16783.                                             16 => [
  16784.                                                 'attributes' => [
  16785.                                                     'attribute' => 'modificationDate',
  16786.                                                     'label' => 'modificationDate',
  16787.                                                     'dataType' => 'system',
  16788.                                                     'layout' => [
  16789.                                                         'title' => 'modificationDate',
  16790.                                                         'name' => 'modificationDate',
  16791.                                                         'datatype' => 'data',
  16792.                                                         'fieldtype' => 'system',
  16793.                                                     ],
  16794.                                                 ],
  16795.                                                 'isOperator' => false,
  16796.                                             ],
  16797.                                             17 => [
  16798.                                                 'attributes' => [
  16799.                                                     'attribute' => 'name',
  16800.                                                     'label' => 'SAP Produktname',
  16801.                                                     'dataType' => 'input',
  16802.                                                     'layout' => [
  16803.                                                         'fieldtype' => 'input',
  16804.                                                         'width' => 500,
  16805.                                                         'queryColumnType' => 'varchar',
  16806.                                                         'columnType' => 'varchar',
  16807.                                                         'columnLength' => 190,
  16808.                                                         'phpdocType' => 'string',
  16809.                                                         'regex' => '',
  16810.                                                         'unique' => false,
  16811.                                                         'showCharCount' => NULL,
  16812.                                                         'name' => 'name',
  16813.                                                         'title' => 'SAP Produktname',
  16814.                                                         'tooltip' => '',
  16815.                                                         'mandatory' => false,
  16816.                                                         'noteditable' => false,
  16817.                                                         'index' => false,
  16818.                                                         'locked' => false,
  16819.                                                         'style' => '',
  16820.                                                         'permissions' => NULL,
  16821.                                                         'datatype' => 'data',
  16822.                                                         'relationType' => false,
  16823.                                                         'invisible' => false,
  16824.                                                         'visibleGridView' => true,
  16825.                                                         'visibleSearch' => true,
  16826.                                                     ],
  16827.                                                 ],
  16828.                                                 'isOperator' => false,
  16829.                                             ],
  16830.                                             18 => [
  16831.                                                 'attributes' => [
  16832.                                                     'attribute' => 'description',
  16833.                                                     'label' => 'SAP Beschreibung',
  16834.                                                     'dataType' => 'wysiwyg',
  16835.                                                     'layout' => [
  16836.                                                         'fieldtype' => 'wysiwyg',
  16837.                                                         'width' => 700,
  16838.                                                         'height' => 200,
  16839.                                                         'queryColumnType' => 'longtext',
  16840.                                                         'columnType' => 'longtext',
  16841.                                                         'phpdocType' => 'string',
  16842.                                                         'toolbarConfig' => '',
  16843.                                                         'excludeFromSearchIndex' => false,
  16844.                                                         'name' => 'description',
  16845.                                                         'title' => 'SAP Beschreibung',
  16846.                                                         'tooltip' => '',
  16847.                                                         'mandatory' => false,
  16848.                                                         'noteditable' => false,
  16849.                                                         'index' => false,
  16850.                                                         'locked' => false,
  16851.                                                         'style' => '',
  16852.                                                         'permissions' => NULL,
  16853.                                                         'datatype' => 'data',
  16854.                                                         'relationType' => false,
  16855.                                                         'invisible' => false,
  16856.                                                         'visibleGridView' => false,
  16857.                                                         'visibleSearch' => false,
  16858.                                                     ],
  16859.                                                 ],
  16860.                                                 'isOperator' => false,
  16861.                                             ],
  16862.                                         ],
  16863.                                     ],
  16864.                                 ],
  16865.                             ],
  16866.                             'specialEntities' => [
  16867.                                 'document' => [
  16868.                                     'read' => false,
  16869.                                     'create' => false,
  16870.                                     'update' => false,
  16871.                                     'delete' => false,
  16872.                                 ],
  16873.                                 'document_folder' => [
  16874.                                     'read' => false,
  16875.                                     'create' => false,
  16876.                                     'update' => false,
  16877.                                     'delete' => false,
  16878.                                 ],
  16879.                                 'asset' => [
  16880.                                     'read' => false,
  16881.                                     'create' => false,
  16882.                                     'update' => false,
  16883.                                     'delete' => false,
  16884.                                 ],
  16885.                                 'asset_folder' => [
  16886.                                     'read' => false,
  16887.                                     'create' => false,
  16888.                                     'update' => false,
  16889.                                     'delete' => false,
  16890.                                 ],
  16891.                                 'asset_listing' => [
  16892.                                     'read' => false,
  16893.                                     'create' => false,
  16894.                                     'update' => false,
  16895.                                     'delete' => false,
  16896.                                 ],
  16897.                                 'object_folder' => [
  16898.                                     'read' => true,
  16899.                                     'create' => false,
  16900.                                     'update' => false,
  16901.                                     'delete' => false,
  16902.                                 ],
  16903.                                 'translation' => [
  16904.                                     'read' => false,
  16905.                                     'create' => false,
  16906.                                     'update' => false,
  16907.                                     'delete' => false,
  16908.                                 ],
  16909.                                 'translation_listing' => [
  16910.                                     'read' => false,
  16911.                                     'create' => false,
  16912.                                     'update' => false,
  16913.                                     'delete' => false,
  16914.                                 ],
  16915.                             ],
  16916.                         ],
  16917.                         'security' => [
  16918.                             'method' => 'datahub_apikey',
  16919.                             'apikey' => [
  16920.                                 => '1234123412341234',
  16921.                             ],
  16922.                             'skipPermissionCheck' => false,
  16923.                             'disableIntrospection' => false,
  16924.                         ],
  16925.                         'workspaces' => [
  16926.                             'asset' => [
  16927.                             ],
  16928.                             'document' => [
  16929.                             ],
  16930.                             'object' => [
  16931.                                 => [
  16932.                                     'read' => true,
  16933.                                     'cpath' => '/MEA PIM/Produkte/Artikel',
  16934.                                     'create' => true,
  16935.                                     'update' => true,
  16936.                                     'delete' => false,
  16937.                                     'id' => 'extModel1325-1',
  16938.                                 ],
  16939.                             ],
  16940.                         ],
  16941.                         'permissions' => [
  16942.                             'user' => [
  16943.                             ],
  16944.                             'role' => [
  16945.                             ],
  16946.                         ],
  16947.                     ],
  16948.                     'pim2revit' => [
  16949.                         'general' => [
  16950.                             'active' => true,
  16951.                             'type' => 'graphql',
  16952.                             'name' => 'pim2revit',
  16953.                             'description' => '',
  16954.                             'group' => '',
  16955.                             'sqlObjectCondition' => '',
  16956.                             'modificationDate' => 1665644989,
  16957.                             'path' => NULL,
  16958.                             'createDate' => 1645188522,
  16959.                         ],
  16960.                         'schema' => [
  16961.                             'queryEntities' => [
  16962.                                 'Category' => [
  16963.                                     'id' => 'Category',
  16964.                                     'name' => 'Category',
  16965.                                     'columnConfig' => [
  16966.                                         'columns' => [
  16967.                                             => [
  16968.                                                 'attributes' => [
  16969.                                                     'attribute' => 'id',
  16970.                                                     'label' => 'id',
  16971.                                                     'dataType' => 'system',
  16972.                                                     'layout' => [
  16973.                                                         'title' => 'id',
  16974.                                                         'name' => 'id',
  16975.                                                         'datatype' => 'data',
  16976.                                                         'fieldtype' => 'system',
  16977.                                                     ],
  16978.                                                 ],
  16979.                                                 'isOperator' => false,
  16980.                                             ],
  16981.                                             => [
  16982.                                                 'attributes' => [
  16983.                                                     'attribute' => 'key',
  16984.                                                     'label' => 'key',
  16985.                                                     'dataType' => 'system',
  16986.                                                     'layout' => [
  16987.                                                         'title' => 'key',
  16988.                                                         'name' => 'key',
  16989.                                                         'datatype' => 'data',
  16990.                                                         'fieldtype' => 'system',
  16991.                                                     ],
  16992.                                                 ],
  16993.                                                 'isOperator' => false,
  16994.                                             ],
  16995.                                             => [
  16996.                                                 'attributes' => [
  16997.                                                     'attribute' => 'name',
  16998.                                                     'label' => 'Titel',
  16999.                                                     'dataType' => 'input',
  17000.                                                     'layout' => [
  17001.                                                         'fieldtype' => 'input',
  17002.                                                         'width' => 500,
  17003.                                                         'defaultValue' => NULL,
  17004.                                                         'queryColumnType' => 'varchar',
  17005.                                                         'columnType' => 'varchar',
  17006.                                                         'columnLength' => 190,
  17007.                                                         'phpdocType' => 'string',
  17008.                                                         'regex' => '',
  17009.                                                         'unique' => false,
  17010.                                                         'showCharCount' => NULL,
  17011.                                                         'name' => 'name',
  17012.                                                         'title' => 'Titel',
  17013.                                                         'tooltip' => '',
  17014.                                                         'mandatory' => false,
  17015.                                                         'noteditable' => false,
  17016.                                                         'index' => false,
  17017.                                                         'locked' => false,
  17018.                                                         'style' => '',
  17019.                                                         'permissions' => NULL,
  17020.                                                         'datatype' => 'data',
  17021.                                                         'relationType' => false,
  17022.                                                         'invisible' => false,
  17023.                                                         'visibleGridView' => true,
  17024.                                                         'visibleSearch' => true,
  17025.                                                         'defaultValueGenerator' => '',
  17026.                                                     ],
  17027.                                                 ],
  17028.                                                 'isOperator' => false,
  17029.                                             ],
  17030.                                             => [
  17031.                                                 'attributes' => [
  17032.                                                     'attribute' => 'linkedProducts',
  17033.                                                     'label' => 'Produkte',
  17034.                                                     'dataType' => 'advancedManyToManyObjectRelation',
  17035.                                                     'layout' => [
  17036.                                                         'allowedClassId' => 'Product',
  17037.                                                         'visibleFields' => 'primaryOrderNumber,name',
  17038.                                                         'columns' => [
  17039.                                                             => [
  17040.                                                                 'type' => 'text',
  17041.                                                                 'position' => 1,
  17042.                                                                 'key' => 'top',
  17043.                                                                 'id' => 'extModel12001-1',
  17044.                                                                 'label' => 'Top Produkt',
  17045.                                                             ],
  17046.                                                         ],
  17047.                                                         'columnKeys' => [
  17048.                                                             => 'top',
  17049.                                                         ],
  17050.                                                         'fieldtype' => 'advancedManyToManyObjectRelation',
  17051.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\ObjectMetadata[]',
  17052.                                                         'enableBatchEdit' => NULL,
  17053.                                                         'allowMultipleAssignments' => NULL,
  17054.                                                         'visibleFieldDefinitions' => [
  17055.                                                         ],
  17056.                                                         'width' => '',
  17057.                                                         'height' => '',
  17058.                                                         'maxItems' => '',
  17059.                                                         'queryColumnType' => 'text',
  17060.                                                         'relationType' => true,
  17061.                                                         'allowToCreateNewObject' => true,
  17062.                                                         'optimizedAdminLoading' => false,
  17063.                                                         'classes' => [
  17064.                                                         ],
  17065.                                                         'pathFormatterClass' => '',
  17066.                                                         'name' => 'linkedProducts',
  17067.                                                         'title' => 'Produkte',
  17068.                                                         'tooltip' => '',
  17069.                                                         'mandatory' => false,
  17070.                                                         'noteditable' => false,
  17071.                                                         'index' => false,
  17072.                                                         'locked' => false,
  17073.                                                         'style' => '',
  17074.                                                         'permissions' => NULL,
  17075.                                                         'datatype' => 'data',
  17076.                                                         'invisible' => false,
  17077.                                                         'visibleGridView' => false,
  17078.                                                         'visibleSearch' => false,
  17079.                                                     ],
  17080.                                                 ],
  17081.                                                 'isOperator' => false,
  17082.                                             ],
  17083.                                             => [
  17084.                                                 'attributes' => [
  17085.                                                     'attribute' => 'name2',
  17086.                                                     'label' => 'Untertitel',
  17087.                                                     'dataType' => 'textarea',
  17088.                                                     'layout' => [
  17089.                                                         'fieldtype' => 'textarea',
  17090.                                                         'width' => 500,
  17091.                                                         'height' => 100,
  17092.                                                         'maxLength' => NULL,
  17093.                                                         'showCharCount' => false,
  17094.                                                         'excludeFromSearchIndex' => false,
  17095.                                                         'queryColumnType' => 'longtext',
  17096.                                                         'columnType' => 'longtext',
  17097.                                                         'phpdocType' => 'string',
  17098.                                                         'name' => 'name2',
  17099.                                                         'title' => 'Untertitel',
  17100.                                                         'tooltip' => '',
  17101.                                                         'mandatory' => false,
  17102.                                                         'noteditable' => false,
  17103.                                                         'index' => false,
  17104.                                                         'locked' => false,
  17105.                                                         'style' => '',
  17106.                                                         'permissions' => NULL,
  17107.                                                         'datatype' => 'data',
  17108.                                                         'relationType' => false,
  17109.                                                         'invisible' => false,
  17110.                                                         'visibleGridView' => true,
  17111.                                                         'visibleSearch' => true,
  17112.                                                     ],
  17113.                                                 ],
  17114.                                                 'isOperator' => false,
  17115.                                             ],
  17116.                                             => [
  17117.                                                 'attributes' => [
  17118.                                                     'attribute' => 'description',
  17119.                                                     'label' => 'Beschreibung',
  17120.                                                     'dataType' => 'wysiwyg',
  17121.                                                     'layout' => [
  17122.                                                         'fieldtype' => 'wysiwyg',
  17123.                                                         'width' => '',
  17124.                                                         'height' => 400,
  17125.                                                         'queryColumnType' => 'longtext',
  17126.                                                         'columnType' => 'longtext',
  17127.                                                         'phpdocType' => 'string',
  17128.                                                         'toolbarConfig' => '',
  17129.                                                         'excludeFromSearchIndex' => false,
  17130.                                                         'name' => 'description',
  17131.                                                         'title' => 'Beschreibung',
  17132.                                                         'tooltip' => '',
  17133.                                                         'mandatory' => false,
  17134.                                                         'noteditable' => false,
  17135.                                                         'index' => false,
  17136.                                                         'locked' => false,
  17137.                                                         'style' => '',
  17138.                                                         'permissions' => NULL,
  17139.                                                         'datatype' => 'data',
  17140.                                                         'relationType' => false,
  17141.                                                         'invisible' => false,
  17142.                                                         'visibleGridView' => false,
  17143.                                                         'visibleSearch' => false,
  17144.                                                     ],
  17145.                                                 ],
  17146.                                                 'isOperator' => false,
  17147.                                             ],
  17148.                                             => [
  17149.                                                 'attributes' => [
  17150.                                                     'attribute' => 'technicalProductInformation',
  17151.                                                     'label' => 'Technische Produktinformation',
  17152.                                                     'dataType' => 'input',
  17153.                                                     'layout' => [
  17154.                                                         'fieldtype' => 'input',
  17155.                                                         'width' => NULL,
  17156.                                                         'defaultValue' => NULL,
  17157.                                                         'queryColumnType' => 'varchar',
  17158.                                                         'columnType' => 'varchar',
  17159.                                                         'columnLength' => 190,
  17160.                                                         'phpdocType' => 'string',
  17161.                                                         'regex' => '',
  17162.                                                         'unique' => false,
  17163.                                                         'showCharCount' => false,
  17164.                                                         'name' => 'technicalProductInformation',
  17165.                                                         'title' => 'Technische Produktinformation',
  17166.                                                         'tooltip' => '',
  17167.                                                         'mandatory' => false,
  17168.                                                         'noteditable' => false,
  17169.                                                         'index' => false,
  17170.                                                         'locked' => false,
  17171.                                                         'style' => '',
  17172.                                                         'permissions' => NULL,
  17173.                                                         'datatype' => 'data',
  17174.                                                         'relationType' => false,
  17175.                                                         'invisible' => false,
  17176.                                                         'visibleGridView' => false,
  17177.                                                         'visibleSearch' => false,
  17178.                                                         'defaultValueGenerator' => '',
  17179.                                                     ],
  17180.                                                 ],
  17181.                                                 'isOperator' => false,
  17182.                                             ],
  17183.                                         ],
  17184.                                     ],
  17185.                                 ],
  17186.                                 'Product' => [
  17187.                                     'id' => 'Product',
  17188.                                     'name' => 'Product',
  17189.                                     'columnConfig' => [
  17190.                                         'columns' => [
  17191.                                             => [
  17192.                                                 'attributes' => [
  17193.                                                     'attribute' => 'id',
  17194.                                                     'label' => 'id',
  17195.                                                     'dataType' => 'system',
  17196.                                                     'layout' => [
  17197.                                                         'title' => 'id',
  17198.                                                         'name' => 'id',
  17199.                                                         'datatype' => 'data',
  17200.                                                         'fieldtype' => 'system',
  17201.                                                     ],
  17202.                                                 ],
  17203.                                                 'isOperator' => false,
  17204.                                             ],
  17205.                                             => [
  17206.                                                 'attributes' => [
  17207.                                                     'attribute' => 'productType',
  17208.                                                     'label' => 'Datentyp',
  17209.                                                     'dataType' => 'select',
  17210.                                                     'layout' => [
  17211.                                                         'fieldtype' => 'select',
  17212.                                                         'options' => [
  17213.                                                             => [
  17214.                                                                 'key' => 'Artikel',
  17215.                                                                 'value' => 'A',
  17216.                                                             ],
  17217.                                                             => [
  17218.                                                                 'key' => 'Master',
  17219.                                                                 'value' => 'M',
  17220.                                                             ],
  17221.                                                             => [
  17222.                                                                 'key' => 'Tabelle',
  17223.                                                                 'value' => 'T',
  17224.                                                             ],
  17225.                                                         ],
  17226.                                                         'width' => '',
  17227.                                                         'defaultValue' => 'A',
  17228.                                                         'optionsProviderClass' => '',
  17229.                                                         'optionsProviderData' => '',
  17230.                                                         'queryColumnType' => 'varchar',
  17231.                                                         'columnType' => 'varchar',
  17232.                                                         'columnLength' => 190,
  17233.                                                         'phpdocType' => 'string',
  17234.                                                         'dynamicOptions' => false,
  17235.                                                         'name' => 'productType',
  17236.                                                         'title' => 'Datentyp',
  17237.                                                         'tooltip' => '',
  17238.                                                         'mandatory' => false,
  17239.                                                         'noteditable' => false,
  17240.                                                         'index' => false,
  17241.                                                         'locked' => false,
  17242.                                                         'style' => '',
  17243.                                                         'permissions' => NULL,
  17244.                                                         'datatype' => 'data',
  17245.                                                         'relationType' => false,
  17246.                                                         'invisible' => false,
  17247.                                                         'visibleGridView' => true,
  17248.                                                         'visibleSearch' => true,
  17249.                                                         'defaultValueGenerator' => '',
  17250.                                                     ],
  17251.                                                 ],
  17252.                                                 'isOperator' => false,
  17253.                                             ],
  17254.                                             => [
  17255.                                                 'attributes' => [
  17256.                                                     'attribute' => 'b2cname',
  17257.                                                     'label' => 'Endkunden Produktname (Print, Online)',
  17258.                                                     'dataType' => 'input',
  17259.                                                     'layout' => [
  17260.                                                         'fieldtype' => 'input',
  17261.                                                         'width' => 500,
  17262.                                                         'defaultValue' => NULL,
  17263.                                                         'queryColumnType' => 'varchar',
  17264.                                                         'columnType' => 'varchar',
  17265.                                                         'columnLength' => 190,
  17266.                                                         'phpdocType' => 'string',
  17267.                                                         'regex' => '',
  17268.                                                         'unique' => false,
  17269.                                                         'showCharCount' => NULL,
  17270.                                                         'name' => 'b2cname',
  17271.                                                         'title' => 'Endkunden Produktname (Print, Online)',
  17272.                                                         'tooltip' => '',
  17273.                                                         'mandatory' => false,
  17274.                                                         'noteditable' => false,
  17275.                                                         'index' => false,
  17276.                                                         'locked' => false,
  17277.                                                         'style' => '',
  17278.                                                         'permissions' => NULL,
  17279.                                                         'datatype' => 'data',
  17280.                                                         'relationType' => false,
  17281.                                                         'invisible' => false,
  17282.                                                         'visibleGridView' => true,
  17283.                                                         'visibleSearch' => true,
  17284.                                                         'defaultValueGenerator' => '',
  17285.                                                     ],
  17286.                                                 ],
  17287.                                                 'isOperator' => false,
  17288.                                             ],
  17289.                                             => [
  17290.                                                 'attributes' => [
  17291.                                                     'attribute' => 'family',
  17292.                                                     'label' => 'Produktfamilie (mehrsprachig)',
  17293.                                                     'dataType' => 'input',
  17294.                                                     'layout' => [
  17295.                                                         'fieldtype' => 'input',
  17296.                                                         'width' => 500,
  17297.                                                         'defaultValue' => NULL,
  17298.                                                         'queryColumnType' => 'varchar',
  17299.                                                         'columnType' => 'varchar',
  17300.                                                         'columnLength' => 190,
  17301.                                                         'phpdocType' => 'string',
  17302.                                                         'regex' => '',
  17303.                                                         'unique' => false,
  17304.                                                         'showCharCount' => NULL,
  17305.                                                         'name' => 'family',
  17306.                                                         'title' => 'Produktfamilie (mehrsprachig)',
  17307.                                                         'tooltip' => '',
  17308.                                                         'mandatory' => false,
  17309.                                                         'noteditable' => false,
  17310.                                                         'index' => false,
  17311.                                                         'locked' => false,
  17312.                                                         'style' => '',
  17313.                                                         'permissions' => NULL,
  17314.                                                         'datatype' => 'data',
  17315.                                                         'relationType' => false,
  17316.                                                         'invisible' => true,
  17317.                                                         'visibleGridView' => false,
  17318.                                                         'visibleSearch' => false,
  17319.                                                         'defaultValueGenerator' => '',
  17320.                                                     ],
  17321.                                                 ],
  17322.                                                 'isOperator' => false,
  17323.                                             ],
  17324.                                             => [
  17325.                                                 'attributes' => [
  17326.                                                     'attribute' => 'name',
  17327.                                                     'label' => 'SAP Produktname',
  17328.                                                     'dataType' => 'input',
  17329.                                                     'layout' => [
  17330.                                                         'fieldtype' => 'input',
  17331.                                                         'width' => 500,
  17332.                                                         'defaultValue' => NULL,
  17333.                                                         'queryColumnType' => 'varchar',
  17334.                                                         'columnType' => 'varchar',
  17335.                                                         'columnLength' => 190,
  17336.                                                         'phpdocType' => 'string',
  17337.                                                         'regex' => '',
  17338.                                                         'unique' => false,
  17339.                                                         'showCharCount' => NULL,
  17340.                                                         'name' => 'name',
  17341.                                                         'title' => 'SAP Produktname',
  17342.                                                         'tooltip' => '',
  17343.                                                         'mandatory' => false,
  17344.                                                         'noteditable' => false,
  17345.                                                         'index' => false,
  17346.                                                         'locked' => false,
  17347.                                                         'style' => '',
  17348.                                                         'permissions' => NULL,
  17349.                                                         'datatype' => 'data',
  17350.                                                         'relationType' => false,
  17351.                                                         'invisible' => false,
  17352.                                                         'visibleGridView' => true,
  17353.                                                         'visibleSearch' => true,
  17354.                                                         'defaultValueGenerator' => '',
  17355.                                                     ],
  17356.                                                 ],
  17357.                                                 'isOperator' => false,
  17358.                                             ],
  17359.                                             => [
  17360.                                                 'attributes' => [
  17361.                                                     'attribute' => 'variantProducts',
  17362.                                                     'label' => 'Produkt Varianten',
  17363.                                                     'dataType' => 'advancedManyToManyObjectRelation',
  17364.                                                     'layout' => [
  17365.                                                         'allowedClassId' => 'Product',
  17366.                                                         'visibleFields' => 'primaryOrderNumber,ean,price,priceValidFrom,unitQuantity,name',
  17367.                                                         'columns' => [
  17368.                                                             => [
  17369.                                                                 'type' => 'text',
  17370.                                                                 'position' => 1,
  17371.                                                                 'key' => 'new',
  17372.                                                                 'id' => 'extModel405-1',
  17373.                                                                 'label' => 'Neu',
  17374.                                                             ],
  17375.                                                         ],
  17376.                                                         'columnKeys' => [
  17377.                                                             => 'new',
  17378.                                                         ],
  17379.                                                         'fieldtype' => 'advancedManyToManyObjectRelation',
  17380.                                                         'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\ObjectMetadata[]',
  17381.                                                         'enableBatchEdit' => false,
  17382.                                                         'allowMultipleAssignments' => false,
  17383.                                                         'visibleFieldDefinitions' => [
  17384.                                                         ],
  17385.                                                         'width' => '',
  17386.                                                         'height' => '',
  17387.                                                         'maxItems' => '',
  17388.                                                         'queryColumnType' => 'text',
  17389.                                                         'relationType' => true,
  17390.                                                         'allowToCreateNewObject' => true,
  17391.                                                         'optimizedAdminLoading' => false,
  17392.                                                         'classes' => [
  17393.                                                         ],
  17394.                                                         'pathFormatterClass' => '',
  17395.                                                         'name' => 'variantProducts',
  17396.                                                         'title' => 'Produkt Varianten',
  17397.                                                         'tooltip' => '',
  17398.                                                         'mandatory' => false,
  17399.                                                         'noteditable' => false,
  17400.                                                         'index' => false,
  17401.                                                         'locked' => false,
  17402.                                                         'style' => '',
  17403.                                                         'permissions' => NULL,
  17404.                                                         'datatype' => 'data',
  17405.                                                         'invisible' => false,
  17406.                                                         'visibleGridView' => false,
  17407.                                                         'visibleSearch' => false,
  17408.                                                     ],
  17409.                                                 ],
  17410.                                                 'isOperator' => false,
  17411.                                             ],
  17412.                                             => [
  17413.                                                 'attributes' => [
  17414.                                                     'attribute' => 'primaryOrderNumber',
  17415.                                                     'label' => 'Artikelnummer',
  17416.                                                     'dataType' => 'input',
  17417.                                                     'layout' => [
  17418.                                                         'fieldtype' => 'input',
  17419.                                                         'width' => NULL,
  17420.                                                         'defaultValue' => NULL,
  17421.                                                         'queryColumnType' => 'varchar',
  17422.                                                         'columnType' => 'varchar',
  17423.                                                         'columnLength' => 190,
  17424.                                                         'phpdocType' => 'string',
  17425.                                                         'regex' => '',
  17426.                                                         'unique' => false,
  17427.                                                         'showCharCount' => false,
  17428.                                                         'name' => 'primaryOrderNumber',
  17429.                                                         'title' => 'Artikelnummer',
  17430.                                                         'tooltip' => '',
  17431.                                                         'mandatory' => false,
  17432.                                                         'noteditable' => false,
  17433.                                                         'index' => true,
  17434.                                                         'locked' => false,
  17435.                                                         'style' => '',
  17436.                                                         'permissions' => NULL,
  17437.                                                         'datatype' => 'data',
  17438.                                                         'relationType' => false,
  17439.                                                         'invisible' => false,
  17440.                                                         'visibleGridView' => true,
  17441.                                                         'visibleSearch' => true,
  17442.                                                         'defaultValueGenerator' => '',
  17443.                                                     ],
  17444.                                                 ],
  17445.                                                 'isOperator' => false,
  17446.                                             ],
  17447.                                         ],
  17448.                                     ],
  17449.                                 ],
  17450.                             ],
  17451.                             'mutationEntities' => [
  17452.                             ],
  17453.                             'specialEntities' => [
  17454.                                 'document' => [
  17455.                                     'read' => false,
  17456.                                     'create' => false,
  17457.                                     'update' => false,
  17458.                                     'delete' => false,
  17459.                                 ],
  17460.                                 'document_folder' => [
  17461.                                     'read' => false,
  17462.                                     'create' => false,
  17463.                                     'update' => false,
  17464.                                     'delete' => false,
  17465.                                 ],
  17466.                                 'asset' => [
  17467.                                     'read' => true,
  17468.                                     'create' => false,
  17469.                                     'update' => false,
  17470.                                     'delete' => false,
  17471.                                 ],
  17472.                                 'asset_folder' => [
  17473.                                     'read' => false,
  17474.                                     'create' => false,
  17475.                                     'update' => false,
  17476.                                     'delete' => false,
  17477.                                 ],
  17478.                                 'asset_listing' => [
  17479.                                     'read' => false,
  17480.                                     'create' => false,
  17481.                                     'update' => false,
  17482.                                     'delete' => false,
  17483.                                 ],
  17484.                                 'object_folder' => [
  17485.                                     'read' => true,
  17486.                                     'create' => false,
  17487.                                     'update' => false,
  17488.                                     'delete' => false,
  17489.                                 ],
  17490.                                 'translation' => [
  17491.                                     'read' => false,
  17492.                                     'create' => false,
  17493.                                     'update' => false,
  17494.                                     'delete' => false,
  17495.                                 ],
  17496.                                 'translation_listing' => [
  17497.                                     'read' => false,
  17498.                                     'create' => false,
  17499.                                     'update' => false,
  17500.                                     'delete' => false,
  17501.                                 ],
  17502.                             ],
  17503.                         ],
  17504.                         'security' => [
  17505.                             'method' => 'datahub_apikey',
  17506.                             'apikey' => [
  17507.                                 => '7fc63a1d375866c1d868d64f2d5a0a26',
  17508.                             ],
  17509.                             'skipPermissionCheck' => false,
  17510.                             'disableIntrospection' => false,
  17511.                         ],
  17512.                         'workspaces' => [
  17513.                             'asset' => [
  17514.                                 => [
  17515.                                     'read' => true,
  17516.                                     'cpath' => '/',
  17517.                                     'create' => true,
  17518.                                     'update' => true,
  17519.                                     'delete' => false,
  17520.                                     'id' => 'extModel445-1',
  17521.                                 ],
  17522.                             ],
  17523.                             'document' => [
  17524.                             ],
  17525.                             'object' => [
  17526.                                 => [
  17527.                                     'read' => true,
  17528.                                     'cpath' => '/',
  17529.                                     'create' => true,
  17530.                                     'update' => true,
  17531.                                     'delete' => false,
  17532.                                     'id' => 'extModel477-1',
  17533.                                 ],
  17534.                             ],
  17535.                         ],
  17536.                         'permissions' => [
  17537.                             'user' => [
  17538.                             ],
  17539.                             'role' => [
  17540.                             ],
  17541.                         ],
  17542.                     ],
  17543.                 ],
  17544.             ],
  17545.             'pimcore.enterprise_subscription_tools.token' => 'd0dd5efafd7483aa9474be16996b9757c95289497b311fb62e05a7c127f5a627',
  17546.             'pimcore.enterprise_subscription_tools.production_system' => NULL,
  17547.             'templating.helper.form.resources' => [
  17548.                 => 'PimcorePhpTemplatingEngineBundle:Form',
  17549.             ],
  17550.             'elements_process_manager' => [
  17551.                 'additionalScriptExecutionUsers' => [
  17552.                     => 'www-data',
  17553.                     => 'root',
  17554.                 ],
  17555.                 'archiveThresholdLogs' => 7,
  17556.                 'processTimeoutMinutes' => 15,
  17557.                 'disableShortcutMenu' => false,
  17558.                 'reportingEmailAddresses' => [
  17559.                 ],
  17560.                 'restApiUsers' => [
  17561.                 ],
  17562.                 'executorClasses' => [
  17563.                     'pimcoreCommand' => [
  17564.                         'name' => 'pimcoreCommand',
  17565.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.class.pimcoreCommand',
  17566.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\PimcoreCommand',
  17567.                         'config' => [
  17568.                         ],
  17569.                     ],
  17570.                     'classMethod' => [
  17571.                         'name' => 'classMethod',
  17572.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.class.classMethod',
  17573.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\ClassMethod',
  17574.                         'config' => [
  17575.                         ],
  17576.                     ],
  17577.                 ],
  17578.                 'executorActionClasses' => [
  17579.                     'download' => [
  17580.                         'name' => 'download',
  17581.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.action.download',
  17582.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Action\\Download',
  17583.                         'config' => [
  17584.                         ],
  17585.                     ],
  17586.                     'openItem' => [
  17587.                         'name' => 'openItem',
  17588.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.action.openItem',
  17589.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Action\\OpenItem',
  17590.                         'config' => [
  17591.                         ],
  17592.                     ],
  17593.                     'jsEvent' => [
  17594.                         'name' => 'jsEvent',
  17595.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.action.jsEvent',
  17596.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Action\\JsEvent',
  17597.                         'config' => [
  17598.                         ],
  17599.                     ],
  17600.                 ],
  17601.                 'executorCallbackClasses' => [
  17602.                     'executionNote' => [
  17603.                         'name' => 'executionNote',
  17604.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.callback.executionNote',
  17605.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Callback\\General',
  17606.                         'config' => [
  17607.                         ],
  17608.                         'jsFile' => '/bundles/elementsprocessmanager/js/executor/callback/executionNote.js',
  17609.                     ],
  17610.                 ],
  17611.                 'executorLoggerClasses' => [
  17612.                     'file' => [
  17613.                         'name' => 'file',
  17614.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.logger.file',
  17615.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Logger\\File',
  17616.                         'config' => [
  17617.                         ],
  17618.                     ],
  17619.                     'console' => [
  17620.                         'name' => 'console',
  17621.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.logger.console',
  17622.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Logger\\Console',
  17623.                         'config' => [
  17624.                         ],
  17625.                     ],
  17626.                     'application' => [
  17627.                         'name' => 'application',
  17628.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.logger.application',
  17629.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Logger\\Application',
  17630.                         'config' => [
  17631.                         ],
  17632.                     ],
  17633.                     'emailSummary' => [
  17634.                         'name' => 'emailSummary',
  17635.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.logger.emailSummary',
  17636.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Logger\\EmailSummary',
  17637.                         'config' => [
  17638.                         ],
  17639.                     ],
  17640.                 ],
  17641.             ],
  17642.             'pimcore_data_hub_file_export' => [
  17643.                 'defaultExporter' => 'pimcore.datahub.fileExport.exporter.file',
  17644.             ],
  17645.             'pimcore_asset_metadata_classdefinitions' => [
  17646.                 'class_definitions' => [
  17647.                     'layout' => [
  17648.                         'map' => [
  17649.                             'panel' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Panel',
  17650.                             'accordion' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Accordion',
  17651.                             'button' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Button',
  17652.                             'iframe' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Iframe',
  17653.                             'fieldcontainer' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Fieldcontainer',
  17654.                             'fieldset' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Fieldset',
  17655.                             'tabpanel' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Tabpanel',
  17656.                             'text' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Text',
  17657.                             'region' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Region',
  17658.                         ],
  17659.                         'prefixes' => [
  17660.                         ],
  17661.                     ],
  17662.                     'data' => [
  17663.                         'map' => [
  17664.                             'asset' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Asset',
  17665.                             'calculatedValue' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\CalculatedValue',
  17666.                             'checkbox' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Checkbox',
  17667.                             'country' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Country',
  17668.                             'date' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Date',
  17669.                             'datetime' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Datetime',
  17670.                             'document' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Document',
  17671.                             'input' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Input',
  17672.                             'object' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\DataObject',
  17673.                             'language' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Language',
  17674.                             'manyToManyRelation' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\ManyToManyRelation',
  17675.                             'multiselect' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Multiselect',
  17676.                             'numeric' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Numeric',
  17677.                             'select' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Select',
  17678.                             'user' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\User',
  17679.                             'textarea' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Textarea',
  17680.                             'localizedfields' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Localizedfields',
  17681.                             'wysiwyg' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Wysiwyg',
  17682.                         ],
  17683.                         'prefixes' => [
  17684.                         ],
  17685.                     ],
  17686.                 ],
  17687.                 'show_grid' => true,
  17688.                 'show_gridicon' => true,
  17689.             ],
  17690.             'pimcore.statistics_explorer.es_connection_params' => [
  17691.             ],
  17692.             'pimcore.statistics_explorer.global_configurations' => [
  17693.                 'all_logins_last_six_months' => [
  17694.                     'context' => 'portal',
  17695.                     'configuration' => '{"showTable":false,"showChart":true,"chartType":"Line","selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_login","label":"pimcore_portal_engine_statistics_explorer_login","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"columns":[],"filters":[],"fieldSettings":{"timestamp":{"typeGroup":"date","order":"_key||asc","interval":"week","format":"yyyy-MM-dd","min_doc_count":0,"bounds_max":"now/d"}}}',
  17696.                 ],
  17697.                 'assets_types' => [
  17698.                     'context' => 'portal',
  17699.                     'configuration' => '{"showTable":false,"showChart":true,"chartType":"Pie","selectedDataSource":{"value":"pimcoreportalengine_asset","label":"pimcoreportalengine_asset","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"system_fields.type","label":"system_fields.type","typeGroup":"default"}],"columns":[],"filters":[],"fieldSettings":{"system_fields.type":{"typeGroup":"default","order":"_key||asc","max":200}}}',
  17700.                 ],
  17701.                 'classdefintions_class_names' => [
  17702.                     'context' => 'portal',
  17703.                     'configuration' => '{"showTable":false,"showChart":true,"chartType":"Pie","selectedDataSource":{"value":"pimcoreportalengine_class_definitions","label":"pimcoreportalengine_class_definitions","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"system_fields.className.keyword","label":"system_fields.className","typeGroup":"default"}],"columns":[],"filters":[],"fieldSettings":{"system_fields.className.keyword":{"typeGroup":"default","order":"_key||asc","max":200}}}',
  17704.                 ],
  17705.                 'asset_storage_by_types' => [
  17706.                     'context' => 'portal',
  17707.                     'configuration' => '{"showTable":false,"showChart":true,"chartType":"Pie","selectedDataSource":{"value":"pimcoreportalengine_asset","label":"pimcoreportalengine_asset","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"system_fields.type","label":"system_fields.type","typeGroup":"default"},{"value":"system_fields.fileSize","label":"system_fields.fileSize","typeGroup":"numeric"}],"columns":[],"filters":[],"fieldSettings":{"system_fields.type":{"typeGroup":"default","order":"_key||asc","max":200},"system_fields.fileSize":{"typeGroup":"numeric","agg":"sum","order":"_key||asc","max":200}}}',
  17708.                 ],
  17709.                 'most_downloaded_assets' => [
  17710.                     'context' => 'portal',
  17711.                     'configuration' => '{"showTable":true,"showChart":false,"chartType":null,"selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_download","label":"pimcore_portal_engine_statistics_explorer_download","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"system_fields.id","label":"ID","typeGroup":"default"},{"value":"path","label":"path","typeGroup":"default"}],"columns":[],"filters":[],"fieldSettings":{"system_fields.id":{"typeGroup":"default","order":"_count||desc","max":10}}}',
  17712.                 ],
  17713.                 'most_downloaded_assets_of_user' => [
  17714.                     'context' => 'portal',
  17715.                     'configuration' => '{"showTable":true,"showChart":false,"chartType":null,"selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_download","label":"pimcore_portal_engine_statistics_explorer_download","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"system_fields.id","label":"ID","typeGroup":"default"},{"value":"path","label":"path","typeGroup":"default"}],"columns":[],"filters":[],"fieldSettings":{"system_fields.id":{"typeGroup":"default","order":"_count||desc","max":10}}}',
  17716.                 ],
  17717.                 'downloads_over_time_context' => [
  17718.                     'context' => 'portal',
  17719.                     'configuration' => '{"showTable":false,"showChart":true,"chartType":"Line","selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_download","label":"pimcore_portal_engine_statistics_explorer_download","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"columns":[{"value":"context","label":"context","typeGroup":"default"}],"filters":[],"fieldSettings":{"timestamp":{"typeGroup":"date","order":"_key||asc","interval":"week","format":"yyyy-MM-dd","min_doc_count":0,"bounds_max":"now/d"},"context":{"typeGroup":"default","order":"_key||asc","max":200}}}',
  17720.                 ],
  17721.                 'downloads_over_time_thumbnail' => [
  17722.                     'context' => 'portal',
  17723.                     'configuration' => '{"showTable":false,"showChart":true,"chartType":"Line","selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_download","label":"pimcore_portal_engine_statistics_explorer_download","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"columns":[{"value":"thumbnail","label":"thumbnail","typeGroup":"default"}],"filters":[],"fieldSettings":{"timestamp":{"typeGroup":"date","order":"_key||asc","interval":"week","format":"yyyy-MM-dd","min_doc_count":0,"bounds_max":"now/d"},"thumbnail":{"typeGroup":"default","order":"_key||asc","max":200}}}',
  17724.                 ],
  17725.                 'downloads_over_time' => [
  17726.                     'context' => 'portal',
  17727.                     'configuration' => '{"showTable":false,"showChart":true,"chartType":"Line","selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_download","label":"pimcore_portal_engine_statistics_explorer_download","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"columns":[],"filters":[],"fieldSettings":{"timestamp":{"typeGroup":"date","order":"_key||asc","interval":"week","format":"yyyy-MM-dd","min_doc_count":0,"bounds_max":"now/d"}}}',
  17728.                 ],
  17729.                 'most_recent_downloads' => [
  17730.                     'context' => 'portal',
  17731.                     'configuration' => '{"showTable":true,"showChart":false,"chartType":null,"selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_download","label":"pimcore_portal_engine_statistics_explorer_download","type":"ELASTIC_SEARCH"},"statisticMode":"list","rows":[],"columns":[{"value":"system_fields.id","label":"ID","typeGroup":"default"},{"value": "path","label":"path","typeGroup":"default"},{"value": "path","label":"path","typeGroup":"default"},{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"filters":[],"fieldSettings":{"system_fields.id":{"typeGroup":"default","max":"10","order":"","label":"Asset","hidden":false},"timestamp":{"typeGroup":"date","order":"desc","label":"Timestamp","hidden":false}}}',
  17732.                 ],
  17733.                 'most_recent_downloads_user' => [
  17734.                     'context' => 'portal',
  17735.                     'configuration' => '{"showTable":true,"showChart":false,"chartType":null,"selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_download","label":"pimcore_portal_engine_statistics_explorer_download","type":"ELASTIC_SEARCH"},"statisticMode":"list","rows":[],"columns":[{"value":"system_fields.id","label":"ID","typeGroup":"default"},{"value":"path","label":"path","typeGroup":"default"},{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"filters":[],"fieldSettings":{"system_fields.id":{"typeGroup":"default","max":"10","order":"","label":"Asset","hidden":false},"timestamp":{"typeGroup":"date","order":"desc","label":"Timestamp","hidden":false}}}',
  17736.                 ],
  17737.                 'most_recent_updates' => [
  17738.                     'context' => 'portal',
  17739.                     'configuration' => '{"showTable":true,"showChart":false,"chartType":null,"selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_asset_update","label":"pimcore_portal_engine_statistics_explorer_asset_update","type":"ELASTIC_SEARCH"},"statisticMode":"list","rows":[],"columns":[{"value":"system_fields.id","label":"ID","typeGroup":"default"},{"value":"path","label":"path","typeGroup":"default"},{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"filters":[],"fieldSettings":{"system_fields.id":{"typeGroup":"default","max":10,"order":"","label":"Asset","hidden":false},"timestamp":{"typeGroup":"date","order":"desc","label":"Timestamp","hidden":false}}}',
  17740.                 ],
  17741.                 'most_recent_updates_user' => [
  17742.                     'context' => 'portal',
  17743.                     'configuration' => '{"showTable":true,"showChart":false,"chartType":null,"selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_asset_update","label":"pimcore_portal_engine_statistics_explorer_asset_update","type":"ELASTIC_SEARCH"},"statisticMode":"list","rows":[],"columns":[{"value":"system_fields.id","label":"ID","typeGroup":"default"},{"value":"path","label":"path","typeGroup":"default"},{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"filters":[],"fieldSettings":{"system_fields.id":{"typeGroup":"default","max":10,"order":"","label":"Asset","hidden":false},"timestamp":{"typeGroup":"date","order":"desc","label":"Timestamp","hidden":false}}}',
  17744.                 ],
  17745.             ],
  17746.             'portal-engine.elasticsearch.connection_params' => [
  17747.             ],
  17748.             'pimcore_portal_engine.core_fields_configuration' => [
  17749.                 'general' => [
  17750.                     'id' => [
  17751.                         'type' => 'long',
  17752.                         'title' => 'ID',
  17753.                         'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Numeric',
  17754.                         'properties' => [
  17755.                         ],
  17756.                         'fields' => [
  17757.                         ],
  17758.                     ],
  17759.                     'creationDate' => [
  17760.                         'type' => 'date',
  17761.                         'title' => 'creationdate',
  17762.                         'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Datetime',
  17763.                         'properties' => [
  17764.                         ],
  17765.                         'fields' => [
  17766.                         ],
  17767.                     ],
  17768.                     'modificationDate' => [
  17769.                         'type' => 'date',
  17770.                         'title' => 'modificationdate',
  17771.                         'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Datetime',
  17772.                         'properties' => [
  17773.                         ],
  17774.                         'fields' => [
  17775.                         ],
  17776.                     ],
  17777.                     'type' => [
  17778.                         'type' => 'keyword',
  17779.                         'title' => 'type',
  17780.                         'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Select',
  17781.                         'values' => [
  17782.                             'options' => [
  17783.                                 => [
  17784.                                     'key' => 'Variant',
  17785.                                     'value' => 'variant',
  17786.                                 ],
  17787.                                 => [
  17788.                                     'key' => 'Object',
  17789.                                     'value' => 'object',
  17790.                                 ],
  17791.                             ],
  17792.                         ],
  17793.                         'properties' => [
  17794.                         ],
  17795.                         'fields' => [
  17796.                         ],
  17797.                     ],
  17798.                     'key' => [
  17799.                         'type' => 'keyword',
  17800.                         'title' => 'key',
  17801.                         'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Input',
  17802.                         'fields' => [
  17803.                             'analyzed_ngram' => [
  17804.                                 'type' => 'text',
  17805.                                 'analyzer' => 'portal_engine_ngram_analyzer',
  17806.                                 'search_analyzer' => 'portal_engine_whitespace_analyzer',
  17807.                             ],
  17808.                             'analyzed' => [
  17809.                                 'type' => 'text',
  17810.                                 'analyzer' => 'standard',
  17811.                                 'search_analyzer' => 'portal_engine_whitespace_analyzer',
  17812.                             ],
  17813.                         ],
  17814.                         'properties' => [
  17815.                         ],
  17816.                     ],
  17817.                     'path' => [
  17818.                         'type' => 'text',
  17819.                         'title' => 'path',
  17820.                         'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Input',
  17821.                         'analyzer' => 'portal_engine_path_analyzer',
  17822.                         'properties' => [
  17823.                         ],
  17824.                         'fields' => [
  17825.                         ],
  17826.                     ],
  17827.                     'fullPath' => [
  17828.                         'type' => 'text',
  17829.                         'title' => 'fullPath',
  17830.                         'analyzer' => 'portal_engine_path_analyzer',
  17831.                         'properties' => [
  17832.                         ],
  17833.                         'fields' => [
  17834.                         ],
  17835.                     ],
  17836.                     'pathLevels' => [
  17837.                         'type' => 'nested',
  17838.                         'title' => 'pathLevels',
  17839.                         'properties' => [
  17840.                             'level' => [
  17841.                                 'type' => 'integer',
  17842.                             ],
  17843.                             'name' => [
  17844.                                 'type' => 'keyword',
  17845.                             ],
  17846.                         ],
  17847.                         'fields' => [
  17848.                         ],
  17849.                     ],
  17850.                     'tags' => [
  17851.                         'title' => 'tags',
  17852.                         'type' => 'integer',
  17853.                         'properties' => [
  17854.                         ],
  17855.                         'fields' => [
  17856.                         ],
  17857.                     ],
  17858.                     'thumbnail' => [
  17859.                         'title' => 'thumbnail',
  17860.                         'type' => 'keyword',
  17861.                         'properties' => [
  17862.                         ],
  17863.                         'fields' => [
  17864.                         ],
  17865.                     ],
  17866.                     'collections' => [
  17867.                         'title' => 'collections',
  17868.                         'type' => 'keyword',
  17869.                         'properties' => [
  17870.                         ],
  17871.                         'fields' => [
  17872.                         ],
  17873.                     ],
  17874.                     'publicShares' => [
  17875.                         'title' => 'publicShares',
  17876.                         'type' => 'keyword',
  17877.                         'properties' => [
  17878.                         ],
  17879.                         'fields' => [
  17880.                         ],
  17881.                     ],
  17882.                     'userOwner' => [
  17883.                         'title' => 'userOwner',
  17884.                         'type' => 'integer',
  17885.                         'properties' => [
  17886.                         ],
  17887.                         'fields' => [
  17888.                         ],
  17889.                     ],
  17890.                 ],
  17891.                 'data_object' => [
  17892.                     'published' => [
  17893.                         'type' => 'boolean',
  17894.                         'title' => 'published',
  17895.                         'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Select',
  17896.                         'values' => [
  17897.                             'options' => [
  17898.                                 => [
  17899.                                     'key' => 'Yes',
  17900.                                     'value' => true,
  17901.                                 ],
  17902.                                 => [
  17903.                                     'key' => 'No',
  17904.                                     'value' => false,
  17905.                                 ],
  17906.                             ],
  17907.                         ],
  17908.                         'properties' => [
  17909.                         ],
  17910.                         'fields' => [
  17911.                         ],
  17912.                     ],
  17913.                     'classname' => [
  17914.                         'title' => 'classname',
  17915.                         'type' => 'keyword',
  17916.                         'properties' => [
  17917.                         ],
  17918.                         'fields' => [
  17919.                         ],
  17920.                     ],
  17921.                 ],
  17922.                 'asset' => [
  17923.                     'mimetype' => [
  17924.                         'title' => 'mimetype',
  17925.                         'type' => 'keyword',
  17926.                         'fields' => [
  17927.                             'analyzed_ngram' => [
  17928.                                 'type' => 'text',
  17929.                                 'analyzer' => 'portal_engine_ngram_analyzer',
  17930.                                 'search_analyzer' => 'portal_engine_whitespace_analyzer',
  17931.                             ],
  17932.                             'analyzed' => [
  17933.                                 'type' => 'text',
  17934.                                 'analyzer' => 'standard',
  17935.                                 'search_analyzer' => 'portal_engine_whitespace_analyzer',
  17936.                             ],
  17937.                         ],
  17938.                         'properties' => [
  17939.                         ],
  17940.                     ],
  17941.                     'fileSize' => [
  17942.                         'title' => 'fileSize',
  17943.                         'type' => 'long',
  17944.                         'properties' => [
  17945.                         ],
  17946.                         'fields' => [
  17947.                         ],
  17948.                     ],
  17949.                 ],
  17950.             ],
  17951.             'portal-engine.select-all-max-size' => 500,
  17952.             'data_collector.templates' => [
  17953.                 'Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector' => [
  17954.                     => 'pimcore',
  17955.                     => '@PimcoreCore/Profiler/data_collector.html.twig',
  17956.                 ],
  17957.                 'data_collector.request' => [
  17958.                     => 'request',
  17959.                     => '@WebProfiler/Collector/request.html.twig',
  17960.                 ],
  17961.                 'data_collector.time' => [
  17962.                     => 'time',
  17963.                     => '@WebProfiler/Collector/time.html.twig',
  17964.                 ],
  17965.                 'data_collector.memory' => [
  17966.                     => 'memory',
  17967.                     => '@WebProfiler/Collector/memory.html.twig',
  17968.                 ],
  17969.                 'data_collector.validator' => [
  17970.                     => 'validator',
  17971.                     => '@WebProfiler/Collector/validator.html.twig',
  17972.                 ],
  17973.                 'data_collector.ajax' => [
  17974.                     => 'ajax',
  17975.                     => '@WebProfiler/Collector/ajax.html.twig',
  17976.                 ],
  17977.                 'Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector' => [
  17978.                     => 'pimcore_targeting',
  17979.                     => '@PimcoreCore/Profiler/targeting_data_collector.html.twig',
  17980.                 ],
  17981.                 'data_collector.form' => [
  17982.                     => 'form',
  17983.                     => '@WebProfiler/Collector/form.html.twig',
  17984.                 ],
  17985.                 'data_collector.exception' => [
  17986.                     => 'exception',
  17987.                     => '@WebProfiler/Collector/exception.html.twig',
  17988.                 ],
  17989.                 'data_collector.logger' => [
  17990.                     => 'logger',
  17991.                     => '@WebProfiler/Collector/logger.html.twig',
  17992.                 ],
  17993.                 'data_collector.events' => [
  17994.                     => 'events',
  17995.                     => '@WebProfiler/Collector/events.html.twig',
  17996.                 ],
  17997.                 'data_collector.router' => [
  17998.                     => 'router',
  17999.                     => '@WebProfiler/Collector/router.html.twig',
  18000.                 ],
  18001.                 'data_collector.cache' => [
  18002.                     => 'cache',
  18003.                     => '@WebProfiler/Collector/cache.html.twig',
  18004.                 ],
  18005.                 'data_collector.translation' => [
  18006.                     => 'translation',
  18007.                     => '@WebProfiler/Collector/translation.html.twig',
  18008.                 ],
  18009.                 'data_collector.security' => [
  18010.                     => 'security',
  18011.                     => '@Security/Collector/security.html.twig',
  18012.                 ],
  18013.                 'data_collector.twig' => [
  18014.                     => 'twig',
  18015.                     => '@WebProfiler/Collector/twig.html.twig',
  18016.                 ],
  18017.                 'data_collector.http_client' => [
  18018.                     => 'http_client',
  18019.                     => '@WebProfiler/Collector/http_client.html.twig',
  18020.                 ],
  18021.                 'data_collector.doctrine' => [
  18022.                     => 'db',
  18023.                     => '@Doctrine/Collector/db.html.twig',
  18024.                 ],
  18025.                 'data_collector.dump' => [
  18026.                     => 'dump',
  18027.                     => '@Debug/Profiler/dump.html.twig',
  18028.                 ],
  18029.                 'data_collector.messenger' => [
  18030.                     => 'messenger',
  18031.                     => '@WebProfiler/Collector/messenger.html.twig',
  18032.                 ],
  18033.                 'mailer.data_collector' => [
  18034.                     => 'mailer',
  18035.                     => '@WebProfiler/Collector/mailer.html.twig',
  18036.                 ],
  18037.                 'notifier.data_collector' => [
  18038.                     => 'notifier',
  18039.                     => '@WebProfiler/Collector/notifier.html.twig',
  18040.                 ],
  18041.                 'data_collector.config' => [
  18042.                     => 'config',
  18043.                     => '@WebProfiler/Collector/config.html.twig',
  18044.                 ],
  18045.             ],
  18046.             'pimcore.service_controllers' => [
  18047.                 'App\\Command\\CleanDataObjectsCommand' => 'App\\Command\\CleanDataObjectsCommand',
  18048.                 'App\\Command\\FixPrimaryOrderNumberCommand' => 'App\\Command\\FixPrimaryOrderNumberCommand',
  18049.                 'App\\Command\\ImportBranchDataCommand' => 'App\\Command\\ImportBranchDataCommand',
  18050.                 'App\\Command\\ImportLanguageDataCommand' => 'App\\Command\\ImportLanguageDataCommand',
  18051.                 'App\\Command\\ImportProductMaterialsCommand' => 'App\\Command\\ImportProductMaterialsCommand',
  18052.                 'App\\Command\\UpdateDefaultKeysCommand' => 'App\\Command\\UpdateDefaultKeysCommand',
  18053.                 'App\\Controller\\AppAdminController' => 'App\\Controller\\AppAdminController',
  18054.                 'App\\Controller\\CategoryController' => 'App\\Controller\\CategoryController',
  18055.                 'App\\Controller\\DefaultController' => 'App\\Controller\\DefaultController',
  18056.                 'App\\Controller\\DopController' => 'App\\Controller\\DopController',
  18057.                 'App\\Controller\\EmailController' => 'App\\Controller\\EmailController',
  18058.                 'App\\Controller\\ExportController' => 'App\\Controller\\ExportController',
  18059.                 'App\\Controller\\GridexportController' => 'App\\Controller\\GridexportController',
  18060.                 'App\\Controller\\IframeController' => 'App\\Controller\\IframeController',
  18061.                 'App\\Controller\\OfferController' => 'App\\Controller\\OfferController',
  18062.                 'App\\Controller\\ProductController' => 'App\\Controller\\ProductController',
  18063.                 'App\\Controller\\Web2printController' => 'App\\Controller\\Web2printController',
  18064.                 'Asioso\\QuickTranslateBundle\\Controller\\DefaultController' => 'Asioso\\QuickTranslateBundle\\Controller\\DefaultController',
  18065.                 'Asioso\\QuickTranslateBundle\\Controller\\DocumentController' => 'Asioso\\QuickTranslateBundle\\Controller\\DocumentController',
  18066.                 'Asioso\\QuickTranslateBundle\\Controller\\ObjectController' => 'Asioso\\QuickTranslateBundle\\Controller\\ObjectController',
  18067.                 'DatasheetBundle\\Controller\\DefaultController' => 'DatasheetBundle\\Controller\\DefaultController',
  18068.                 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController',
  18069.                 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\CallbackSettingsController' => 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\CallbackSettingsController',
  18070.                 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\ConfigController' => 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\ConfigController',
  18071.                 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\IndexController' => 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\IndexController',
  18072.                 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\MonitoringItemController' => 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\MonitoringItemController',
  18073.                 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\RestController' => 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\RestController',
  18074.                 'ExportBundle\\Command\\ExportProductDocumentsCommand' => 'ExportBundle\\Command\\ExportProductDocumentsCommand',
  18075.                 'ExportBundle\\Controller\\DefaultController' => 'ExportBundle\\Controller\\DefaultController',
  18076.                 'ExtendedDataHubFileExportBundle\\Controller\\DefaultController' => 'ExtendedDataHubFileExportBundle\\Controller\\DefaultController',
  18077.                 'ExtendedPimcorePortalEngineBundle\\Controller\\DefaultController' => 'ExtendedPimcorePortalEngineBundle\\Controller\\DefaultController',
  18078.                 'ExtendedPimcorePortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\DataObjectController' => 'ExtendedPimcorePortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\DataObjectController',
  18079.                 'Hamari\\PimEcommConnectorBundle\\Controller\\DefaultController' => 'Hamari\\PimEcommConnectorBundle\\Controller\\DefaultController',
  18080.                 'ImportBundle\\Command\\ImportHierarchyDataCommand' => 'ImportBundle\\Command\\ImportHierarchyDataCommand',
  18081.                 'ImportBundle\\Command\\UpdateProductHierarchyCommand' => 'ImportBundle\\Command\\UpdateProductHierarchyCommand',
  18082.                 'ImportBundle\\Controller\\DefaultController' => 'ImportBundle\\Controller\\DefaultController',
  18083.                 'MockBundle\\Controller\\DefaultController' => 'MockBundle\\Controller\\DefaultController',
  18084.                 'OutputDataConfigToolkitBundle\\Controller\\AdminController' => 'OutputDataConfigToolkitBundle\\Controller\\AdminController',
  18085.                 'OutputDataConfigToolkitBundle\\Controller\\ClassController' => 'OutputDataConfigToolkitBundle\\Controller\\ClassController',
  18086.                 'Pim2RevitBundle\\Controller\\DefaultController' => 'Pim2RevitBundle\\Controller\\DefaultController',
  18087.                 'Pimcore\\AssetMetadataClassDefinitionsBundle\\Controller\\BackendController' => 'Pimcore\\AssetMetadataClassDefinitionsBundle\\Controller\\BackendController',
  18088.                 'Pimcore\\AssetMetadataClassDefinitionsBundle\\Controller\\DefaultController' => 'Pimcore\\AssetMetadataClassDefinitionsBundle\\Controller\\DefaultController',
  18089.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController',
  18090.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController',
  18091.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController',
  18092.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController',
  18093.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController',
  18094.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController',
  18095.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController',
  18096.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController',
  18097.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController',
  18098.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController',
  18099.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController',
  18100.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController',
  18101.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController',
  18102.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController',
  18103.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController',
  18104.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController',
  18105.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController',
  18106.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController',
  18107.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController',
  18108.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController',
  18109.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController',
  18110.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController',
  18111.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController',
  18112.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController',
  18113.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController',
  18114.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController',
  18115.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController',
  18116.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController',
  18117.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController',
  18118.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController',
  18119.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController',
  18120.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController',
  18121.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController',
  18122.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController',
  18123.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController',
  18124.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController',
  18125.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController',
  18126.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController',
  18127.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController',
  18128.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController',
  18129.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController',
  18130.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController',
  18131.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController',
  18132.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController',
  18133.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController',
  18134.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController',
  18135.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController',
  18136.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController',
  18137.                 'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController' => 'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController',
  18138.                 'Pimcore\\Bundle\\DataHubBundle\\Controller\\ConfigController' => 'Pimcore\\Bundle\\DataHubBundle\\Controller\\ConfigController',
  18139.                 'Pimcore\\Bundle\\DataHubBundle\\Controller\\GraphQLExplorerController' => 'Pimcore\\Bundle\\DataHubBundle\\Controller\\GraphQLExplorerController',
  18140.                 'Pimcore\\Bundle\\DataHubBundle\\Controller\\WebserviceController' => 'Pimcore\\Bundle\\DataHubBundle\\Controller\\WebserviceController',
  18141.                 'Pimcore\\Bundle\\DataHubFileExportBundle\\Controller\\ConfigController' => 'Pimcore\\Bundle\\DataHubFileExportBundle\\Controller\\ConfigController',
  18142.                 'Pimcore\\Bundle\\DataHubFileExportBundle\\Controller\\DownloadController' => 'Pimcore\\Bundle\\DataHubFileExportBundle\\Controller\\DownloadController',
  18143.                 'Pimcore\\Bundle\\DataImporterBundle\\Controller\\ConfigDataObjectController' => 'Pimcore\\Bundle\\DataImporterBundle\\Controller\\ConfigDataObjectController',
  18144.                 'Pimcore\\Bundle\\DataImporterBundle\\Controller\\PushImportController' => 'Pimcore\\Bundle\\DataImporterBundle\\Controller\\PushImportController',
  18145.                 'Pimcore\\Bundle\\EnterpriseSubscriptionToolsBundle\\Controller\\LicenseCheckController' => 'Pimcore\\Bundle\\EnterpriseSubscriptionToolsBundle\\Controller\\LicenseCheckController',
  18146.                 'Pimcore\\Bundle\\OpenIdConnectBundle\\Controller\\AuthController' => 'Pimcore\\Bundle\\OpenIdConnectBundle\\Controller\\AuthController',
  18147.                 'Pimcore\\Bundle\\OpenIdConnectBundle\\Controller\\ButtonInjectionController' => 'Pimcore\\Bundle\\OpenIdConnectBundle\\Controller\\ButtonInjectionController',
  18148.                 'Pimcore\\Bundle\\OpenIdConnectBundle\\Controller\\ConfigController' => 'Pimcore\\Bundle\\OpenIdConnectBundle\\Controller\\ConfigController',
  18149.                 'Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Controller\\FrontendController' => 'Pimcore\\Bundle\\PhpTemplatingEngineBundle\\Controller\\FrontendController',
  18150.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\AbstractSiteController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\AbstractSiteController',
  18151.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\CollectionsController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\CollectionsController',
  18152.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\FrontendBuildController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\FrontendBuildController',
  18153.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\WizardController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\WizardController',
  18154.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\AuthController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\AuthController',
  18155.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\CollectionController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\CollectionController',
  18156.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\AssetController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\AssetController',
  18157.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\DataObjectController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\DataObjectController',
  18158.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DownloadCartController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DownloadCartController',
  18159.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\EmailController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\EmailController',
  18160.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\LanguageVariantController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\LanguageVariantController',
  18161.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PortalController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PortalController',
  18162.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PublicShareController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PublicShareController',
  18163.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\AssetUploadController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\AssetUploadController',
  18164.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\BatchTaskController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\BatchTaskController',
  18165.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\CollectionController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\CollectionController',
  18166.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\AssetController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\AssetController',
  18167.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\DataObjectController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\DataObjectController',
  18168.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\PublicShare\\AssetController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\PublicShare\\AssetController',
  18169.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\PublicShare\\DataObjectController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\PublicShare\\DataObjectController',
  18170.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DirectEditController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DirectEditController',
  18171.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DownloadController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DownloadController',
  18172.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\FolderController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\FolderController',
  18173.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShareController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShareController',
  18174.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShare\\DetailActionsController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShare\\DetailActionsController',
  18175.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShare\\DownloadController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShare\\DownloadController',
  18176.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\SavedSearchController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\SavedSearchController',
  18177.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\SearchController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\SearchController',
  18178.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\TranslationController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\TranslationController',
  18179.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SavedSearchController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SavedSearchController',
  18180.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SearchController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SearchController',
  18181.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SnippetController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SnippetController',
  18182.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\StatisticExplorerController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\StatisticExplorerController',
  18183.                 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\UserController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\UserController',
  18184.                 'Pimcore\\Bundle\\StatisticsExplorerBundle\\Controller\\StatisticsController' => 'Pimcore\\Bundle\\StatisticsExplorerBundle\\Controller\\StatisticsController',
  18185.                 'kernel' => 'App\\Kernel',
  18186.             ],
  18187.             'workflow.has_guard_listeners' => true,
  18188.             'console.command.ids' => [
  18189.                 => 'App\\Command\\CleanDataObjectsCommand',
  18190.                 => 'App\\Command\\UpdateDefaultKeysCommand',
  18191.                 => 'App\\Command\\ImportLanguageDataCommand',
  18192.                 => 'App\\Command\\ImportProductMaterialsCommand',
  18193.                 => 'App\\Command\\ImportBranchDataCommand',
  18194.                 => 'App\\Command\\FixPrimaryOrderNumberCommand',
  18195.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Bundle\\ListCommand',
  18196.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\CacheWarmingCommand',
  18197.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ClassesDefinitionsBuildCommand',
  18198.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ClassCommand',
  18199.                 10 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\CustomLayoutCommand',
  18200.                 11 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\FieldCollectionCommand',
  18201.                 12 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ObjectBrickCommand',
  18202.                 13 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteClassificationStoreCommand',
  18203.                 14 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteUnusedLocaleDataCommand',
  18204.                 15 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\GeneratePagePreviews',
  18205.                 16 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\MigrateElementsCommand',
  18206.                 17 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\EmailLogsCleanupCommand',
  18207.                 18 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\GenerateStaticPagesCommand',
  18208.                 19 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalMigrationHelpersCommand',
  18209.                 20 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalModelDaoMappingGeneratorCommand',
  18210.                 21 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalUnicodeCldrLanguageTerritoryGeneratorCommand',
  18211.                 22 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\LowQualityImagePreviewCommand',
  18212.                 23 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MaintenanceModeCommand',
  18213.                 24 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\StorageCommand',
  18214.                 25 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\ThumbnailsFolderStructureCommand',
  18215.                 26 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MysqlToolsCommand',
  18216.                 27 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RecyclebinCleanupCommand',
  18217.                 28 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RequirementsCheckCommand',
  18218.                 29 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ResetPasswordCommand',
  18219.                 30 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RunScriptCommand',
  18220.                 31 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\SearchBackendReindexCommand',
  18221.                 32 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsClearCommand',
  18222.                 33 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsImageCommand',
  18223.                 34 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsVideoCommand',
  18224.                 35 => 'ExportBundle\\Command\\ExportProductDocumentsCommand',
  18225.                 36 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\Configuration\\RebuildWorkspacesCommand',
  18226.                 37 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\GraphQL\\RebuildDefinitionsCommand',
  18227.                 38 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\CronExecutionCommand',
  18228.                 39 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\DummyDataCommand',
  18229.                 40 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\ParallelProcessQueueCommand',
  18230.                 41 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\PrepareImportCommand',
  18231.                 42 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\SequentialProcessQueueCommand',
  18232.                 43 => 'ImportBundle\\Command\\ImportHierarchyDataCommand',
  18233.                 44 => 'ImportBundle\\Command\\UpdateProductHierarchyCommand',
  18234.                 45 => 'console.command.public_alias.ImportBundle\\Command\\ImportVaultFilesSingleCommand',
  18235.                 46 => 'console.command.public_alias.ImportBundle\\Command\\ImportVaultFilesBatchCommand',
  18236.                 47 => 'console.command.public_alias.ImportBundle\\Command\\ImportVaultTempFilesCommand',
  18237.                 48 => 'console.command.public_alias.ImportBundle\\Command\\ImportProductTagsCommand',
  18238.                 49 => 'console.command.public_alias.ImportBundle\\Command\\ImportAssetTagsCommand',
  18239.                 50 => 'console.command.public_alias.ImportBundle\\Command\\ImportVaultFilesTagsCommand',
  18240.                 51 => 'console.command.public_alias.ImportBundle\\Command\\ImportProductDocumentsCommand',
  18241.                 52 => 'console.command.public_alias.ImportBundle\\Command\\ImportProductImagesCommand',
  18242.                 53 => 'console.command.public_alias.ImportBundle\\Command\\ImportProductVideosCommand',
  18243.                 54 => 'console.command.public_alias.MockBundle\\Command\\ImportMockedSAPDataCommand',
  18244.                 55 => 'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\ClassMethodExecutorCommand',
  18245.                 56 => 'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\MaintenanceCommand',
  18246.                 57 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubFileExportBundle\\Command\\CronExecutionCommand',
  18247.                 58 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubFileExportBundle\\Command\\ExportFileCommand',
  18248.                 59 => 'console.command.public_alias.Pimcore\\Bundle\\BundleGeneratorBundle\\Command\\BaseGenerateBundleCommand',
  18249.                 60 => 'Pimcore\\Bundle\\BundleGeneratorBundle\\Command\\GenerateBundleCommand',
  18250.                 61 => 'console.command.public_alias.Pimcore\\AssetMetadataClassDefinitionsBundle\\Command\\MigrateToCustomSettingsCommand',
  18251.                 62 => 'console.command.public_alias.Pimcore\\AssetMetadataClassDefinitionsBundle\\Command\\PopulateCommand',
  18252.                 63 => 'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\SizeEstimationCommand',
  18253.                 64 => 'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\Update\\IndexRecreateCommand',
  18254.                 65 => 'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\Update\\IndexUpdateCommand',
  18255.                 66 => 'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\Update\\UpdateFrontendBuildCommand',
  18256.                 67 => 'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\WizardCommand',
  18257.                 68 => 'console.command.public_alias.ExtendedPimcorePortalEngineBundle\\Command\\UpdateAssetMetadataCommand',
  18258.                 69 => 'console.command.public_alias.Hamari\\PimEcommConnectorBundle\\Command\\CleanupProductsCommand',
  18259.                 70 => 'console.command.public_alias.Hamari\\PimEcommConnectorBundle\\Command\\SyncAllCategoriesCommand',
  18260.                 71 => 'console.command.public_alias.Hamari\\PimEcommConnectorBundle\\Command\\SyncAllCommand',
  18261.                 72 => 'console.command.public_alias.Hamari\\PimEcommConnectorBundle\\Command\\SyncCategoryCommand',
  18262.                 73 => 'console.command.public_alias.Hamari\\PimEcommConnectorBundle\\Command\\SyncProductCommand',
  18263.             ],
  18264.         ];
  18265.     }
  18266.     protected function throw($message)
  18267.     {
  18268.         throw new RuntimeException($message);
  18269.     }
  18270. }