var/cache/dev/ContainerCrisUSX/App_KernelDevDebugContainer.php line 1081

Open in your IDE?
  1. <?php
  2. namespace ContainerCrisUSX;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'Pimcore\\Cache\\Runtime' => true,
  31.             'Pimcore\\Extension\\Config' => true,
  32.             'kernel' => true,
  33.         ];
  34.         $this->methodMap = [
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  37.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  38.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'PDFBundle\\Twig\\AppExtension' => 'getAppExtensionService',
  42.             'Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler' => 'getContentSecurityPolicyHandlerService',
  43.             'Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler' => 'getCsrfProtectionHandlerService',
  44.             'Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver' => 'getTokenStorageUserResolverService',
  45.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener' => 'getFullPageCacheListenerService',
  46.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener' => 'getGoogleAnalyticsCodeListenerService',
  47.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener' => 'getGoogleTagManagerListenerService',
  48.             'Pimcore\\Cache\\Core\\CoreCacheHandler' => 'getCoreCacheHandlerService',
  49.             'Pimcore\\Config' => 'getConfigService',
  50.             'Pimcore\\Document\\Editable\\Block\\BlockStateStack' => 'getBlockStateStackService',
  51.             'Pimcore\\Document\\Renderer\\DocumentRenderer' => 'getDocumentRendererService',
  52.             'Pimcore\\Document\\StaticPageGenerator' => 'getStaticPageGeneratorService',
  53.             'Pimcore\\Extension\\Bundle\\PimcoreBundleManager' => 'getPimcoreBundleManagerService',
  54.             'Pimcore\\Http\\RequestHelper' => 'getRequestHelperService',
  55.             'Pimcore\\Http\\Request\\Resolver\\DocumentResolver' => 'getDocumentResolverService',
  56.             'Pimcore\\Http\\Request\\Resolver\\EditmodeResolver' => 'getEditmodeResolverService',
  57.             'Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver' => 'getOutputTimestampResolverService',
  58.             'Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver' => 'getPimcoreContextResolverService',
  59.             'Pimcore\\Http\\Request\\Resolver\\ResponseHeaderResolver' => 'getResponseHeaderResolverService',
  60.             'Pimcore\\Http\\Request\\Resolver\\SiteResolver' => 'getSiteResolverService',
  61.             'Pimcore\\Http\\Request\\Resolver\\StaticPageResolver' => 'getStaticPageResolverService',
  62.             'Pimcore\\Http\\ResponseHelper' => 'getResponseHelperService',
  63.             'Pimcore\\Localization\\LocaleServiceInterface' => 'getLocaleServiceInterfaceService',
  64.             'Pimcore\\Model\\Document\\Editable\\Loader\\EditableLoader' => 'getEditableLoaderService',
  65.             'Pimcore\\Model\\Document\\Service' => 'getServiceService',
  66.             'Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator' => 'getDocumentTargetingConfiguratorService',
  67.             'Pimcore\\Templating\\Renderer\\EditableRenderer' => 'getEditableRendererService',
  68.             'Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension' => 'getWebLinkExtensionService',
  69.             'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener' => 'getSessionListenerService',
  70.             'Symfony\\Component\\Lock\\LockFactory' => 'getLockFactoryService',
  71.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => 'getTranslatorInterfaceService',
  72.             'cache.app' => 'getCache_AppService',
  73.             'cache.system' => 'getCache_SystemService',
  74.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  75.             'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
  76.             'data_collector.dump' => 'getDataCollector_DumpService',
  77.             'doctrine' => 'getDoctrineService',
  78.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  79.             'event_dispatcher' => 'getEventDispatcherService',
  80.             'http_kernel' => 'getHttpKernelService',
  81.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  82.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  83.             'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
  84.             'monolog.logger.event' => 'getMonolog_Logger_EventService',
  85.             'monolog.logger.http_client' => 'getMonolog_Logger_HttpClientService',
  86.             'monolog.logger.init' => 'getMonolog_Logger_InitService',
  87.             'monolog.logger.php' => 'getMonolog_Logger_PhpService',
  88.             'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
  89.             'monolog.logger.request' => 'getMonolog_Logger_RequestService',
  90.             'monolog.logger.router' => 'getMonolog_Logger_RouterService',
  91.             'monolog.logger.routing' => 'getMonolog_Logger_RoutingService',
  92.             'monolog.logger.security' => 'getMonolog_Logger_SecurityService',
  93.             'pimcore.cache.pool' => 'getPimcore_Cache_PoolService',
  94.             'pimcore.routing.router.request_context' => 'getPimcore_Routing_Router_RequestContextService',
  95.             'pimcore.templating.engine.delegating' => 'getPimcore_Templating_Engine_DelegatingService',
  96.             'pimcore_admin.security.user_loader' => 'getPimcoreAdmin_Security_UserLoaderService',
  97.             'request_stack' => 'getRequestStackService',
  98.             'router' => 'getRouterService',
  99.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  100.             'cache_clearer' => 'getCacheClearerService',
  101.             'filesystem' => 'getFilesystemService',
  102.             'serializer' => 'getSerializerService',
  103.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  104.             'form.factory' => 'getForm_FactoryService',
  105.             'form.type.file' => 'getForm_Type_FileService',
  106.             'profiler' => 'getProfilerService',
  107.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  108.             'security.token_storage' => 'getSecurity_TokenStorageService',
  109.             'twig' => 'getTwigService',
  110.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  111.             'session' => 'getSessionService',
  112.             'validator' => 'getValidatorService',
  113.         ];
  114.         $this->fileMap = [
  115.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  116.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  117.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  118.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  119.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  120.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  121.             '.container.private.session' => 'get_Container_Private_SessionService',
  122.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  123.             'BigJabber\\DataQualityBundle\\Controller\\DataQualityController' => 'getDataQualityControllerService',
  124.             'BigJabber\\DataQualityBundle\\DefinitionsCollection\\Factory\\FieldDefinitionFactory' => 'getFieldDefinitionFactoryService',
  125.             'BigJabber\\DataQualityBundle\\Provider\\DataQualityProvider' => 'getDataQualityProviderService',
  126.             'BigJabber\\DataQualityBundle\\Service\\DataQualityService' => 'getDataQualityServiceService',
  127.             'BigJabber\\DataQualityBundle\\Tools\\Installer' => 'getInstallerService',
  128.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  129.             'Elements\\Bundle\\ProcessManagerBundle\\Controller\\CallbackSettingsController' => 'getCallbackSettingsControllerService',
  130.             'Elements\\Bundle\\ProcessManagerBundle\\Controller\\ConfigController' => 'getConfigControllerService',
  131.             'Elements\\Bundle\\ProcessManagerBundle\\Controller\\IndexController' => 'getIndexControllerService',
  132.             'Elements\\Bundle\\ProcessManagerBundle\\Controller\\MonitoringItemController' => 'getMonitoringItemControllerService',
  133.             'Elements\\Bundle\\ProcessManagerBundle\\Controller\\RestController' => 'getRestControllerService',
  134.             'Elements\\Bundle\\ProcessManagerBundle\\Installer' => 'getInstaller2Service',
  135.             'Elements\\Bundle\\ProcessManagerBundle\\Service\\CommandsValidator' => 'getCommandsValidatorService',
  136.             'ExportBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
  137.             'ExportBundle\\Controller\\LipsyDatafile\\DefaultController' => 'getDefaultController3Service',
  138.             'ExportBundle\\Controller\\PriamController' => 'getPriamControllerService',
  139.             'ExportBundle\\Controller\\PriceListController' => 'getPriceListControllerService',
  140.             'ExportBundle\\Controller\\TBOneController' => 'getTBOneControllerService',
  141.             'FrontendPermissionToolkitBundle\\Service' => 'getService2Service',
  142.             'GuzzleHttp\\Client' => 'getClientService',
  143.             'Jabber\\DataEnrichmentBundle\\Controller\\ActionController' => 'getActionControllerService',
  144.             'Jabber\\DataEnrichmentBundle\\Controller\\DefaultController' => 'getDefaultController4Service',
  145.             'Jabber\\DataEnrichmentBundle\\Controller\\ProductController' => 'getProductControllerService',
  146.             'Jabber\\DataEnrichmentBundle\\Installer' => 'getInstaller3Service',
  147.             'Jabber\\ExchangeRatesBundle\\Controller\\DefaultController' => 'getDefaultController5Service',
  148.             'Jabber\\ExchangeRatesBundle\\Controller\\RatesController' => 'getRatesControllerService',
  149.             'Jabber\\GenericBundle\\Controller\\BackendController' => 'getBackendControllerService',
  150.             'Jabber\\GenericBundle\\Controller\\DefaultController' => 'getDefaultController6Service',
  151.             'Jabber\\GenericBundle\\Controller\\ImportController' => 'getImportControllerService',
  152.             'Jabber\\GenericBundle\\Controller\\VariationController' => 'getVariationControllerService',
  153.             'Jabber\\GenericBundle\\EventListener\\GridListener' => 'getGridListenerService',
  154.             'Jabber\\LightspeedConnectorBundle\\Controller\\DefaultController' => 'getDefaultController7Service',
  155.             'Jabber\\LightspeedConnectorBundle\\Controller\\DownloadController' => 'getDownloadControllerService',
  156.             'Jabber\\LightspeedConnectorBundle\\Controller\\ErrorController' => 'getErrorControllerService',
  157.             'Jabber\\LightspeedConnectorBundle\\Controller\\ProductController' => 'getProductController2Service',
  158.             'Jabber\\LightspeedConnectorBundle\\Controller\\SummaryController' => 'getSummaryControllerService',
  159.             'Jabber\\LightspeedConnectorBundle\\Installer' => 'getInstaller4Service',
  160.             'Jabber\\MessengerUiBundle\\Controller\\DefaultController' => 'getDefaultController8Service',
  161.             'Jabber\\MessengerUiBundle\\Controller\\FailuresController' => 'getFailuresControllerService',
  162.             'Jabber\\MessengerUiBundle\\Controller\\QueuesController' => 'getQueuesControllerService',
  163.             'Jabber\\MessengerUiBundle\\Controller\\SummaryController' => 'getSummaryController2Service',
  164.             'Jabber\\MessengerUiBundle\\Installer' => 'getInstaller5Service',
  165.             'Jabber\\ObjectDropdownBundle\\Controller\\Cache\\Memcached\\CacheController' => 'getCacheControllerService',
  166.             'Jabber\\ObjectDropdownBundle\\Controller\\Cache\\Redis\\RedisCacheController' => 'getRedisCacheControllerService',
  167.             'Jabber\\ObjectDropdownBundle\\Controller\\DefaultController' => 'getDefaultController9Service',
  168.             'Jabber\\RestApiBundle\\Controller\\BarcodeController' => 'getBarcodeControllerService',
  169.             'Jabber\\RestApiBundle\\Controller\\ColourController' => 'getColourControllerService',
  170.             'Jabber\\RestApiBundle\\Controller\\DamController' => 'getDamControllerService',
  171.             'Jabber\\RestApiBundle\\Controller\\DefaultController' => 'getDefaultController10Service',
  172.             'Jabber\\RestApiBundle\\Controller\\EventController' => 'getEventControllerService',
  173.             'Jabber\\RestApiBundle\\Controller\\FileController' => 'getFileControllerService',
  174.             'Jabber\\RestApiBundle\\Controller\\ImageController' => 'getImageControllerService',
  175.             'Jabber\\RestApiBundle\\Controller\\LinesheetController' => 'getLinesheetControllerService',
  176.             'Jabber\\RestApiBundle\\Controller\\ModelController' => 'getModelControllerService',
  177.             'Jabber\\RestApiBundle\\Controller\\ObjectController' => 'getObjectControllerService',
  178.             'Jabber\\RestApiBundle\\Controller\\PersonController' => 'getPersonControllerService',
  179.             'Jabber\\RestApiBundle\\Controller\\ProductController' => 'getProductController3Service',
  180.             'Jabber\\RestApiBundle\\Controller\\SizeController' => 'getSizeControllerService',
  181.             'Jabber\\RestApiBundle\\Controller\\WebthinkingController' => 'getWebthinkingControllerService',
  182.             'Jabber\\WebthinkingBundle\\Controller\\AttributeController' => 'getAttributeControllerService',
  183.             'Jabber\\WebthinkingBundle\\Controller\\CategoryController' => 'getCategoryControllerService',
  184.             'Jabber\\WebthinkingBundle\\Controller\\DefaultController' => 'getDefaultController11Service',
  185.             'Jabber\\WebthinkingBundle\\Controller\\IdentifierController' => 'getIdentifierControllerService',
  186.             'Jabber\\WebthinkingBundle\\Controller\\LinkController' => 'getLinkControllerService',
  187.             'Jabber\\WebthinkingBundle\\Controller\\OptionController' => 'getOptionControllerService',
  188.             'Jabber\\WebthinkingBundle\\Controller\\UiController' => 'getUiControllerService',
  189.             'Jabber\\WebthinkingBundle\\Installer' => 'getInstaller6Service',
  190.             'Knp\\Component\\Pager\\PaginatorInterface' => 'getPaginatorInterfaceService',
  191.             'PDFBundle\\Controller\\DatasheetController' => 'getDatasheetControllerService',
  192.             'PDFBundle\\Controller\\DefaultController' => 'getDefaultController12Service',
  193.             'PDFBundle\\Controller\\RetailerController' => 'getRetailerControllerService',
  194.             'Pimcore\\Admin\\Serializer' => 'getSerializer2Service',
  195.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController' => 'getAssetControllerService',
  196.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController' => 'getAssetHelperControllerService',
  197.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController' => 'getClassControllerService',
  198.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController' => 'getClassificationstoreControllerService',
  199.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController' => 'getDataObjectControllerService',
  200.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController' => 'getDataObjectHelperControllerService',
  201.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController' => 'getQuantityValueControllerService',
  202.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController' => 'getVariantsControllerService',
  203.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController' => 'getDocumentControllerService',
  204.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController' => 'getEmailControllerService',
  205.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController' => 'getFolderControllerService',
  206.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController' => 'getHardlinkControllerService',
  207.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController' => 'getLinkController2Service',
  208.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController' => 'getNewsletterControllerService',
  209.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController' => 'getPageControllerService',
  210.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController' => 'getPrintcontainerControllerService',
  211.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController' => 'getPrintpageControllerService',
  212.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController' => 'getRenderletControllerService',
  213.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController' => 'getSnippetControllerService',
  214.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController' => 'getElementControllerService',
  215.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController' => 'getEmailController2Service',
  216.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController' => 'getAdminerControllerService',
  217.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController' => 'getOpcacheControllerService',
  218.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController' => 'getIndexController2Service',
  219.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController' => 'getInstallControllerService',
  220.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController' => 'getLogControllerService',
  221.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController' => 'getLoginControllerService',
  222.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController' => 'getMiscControllerService',
  223.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController' => 'getNotificationControllerService',
  224.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController' => 'getPortalControllerService',
  225.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController' => 'getRecyclebinControllerService',
  226.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController' => 'getRedirectsControllerService',
  227.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController' => 'getSettingsControllerService',
  228.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController' => 'getTagsControllerService',
  229.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController' => 'getTargetingControllerService',
  230.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController' => 'getTranslationControllerService',
  231.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController' => 'getUserControllerService',
  232.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController' => 'getWorkflowControllerService',
  233.             'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController' => 'getExtensionManagerControllerService',
  234.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController' => 'getAdminControllerService',
  235.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController' => 'getAssetController2Service',
  236.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController' => 'getDataObjectController2Service',
  237.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController' => 'getPimcoreUsersControllerService',
  238.             'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController' => 'getSentMailControllerService',
  239.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController' => 'getAnalyticsControllerService',
  240.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController' => 'getCustomReportControllerService',
  241.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController' => 'getSettingsController2Service',
  242.             'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController' => 'getSearchControllerService',
  243.             'Pimcore\\Bundle\\AdminBundle\\Session\\Handler\\AdminSessionHandler' => 'getAdminSessionHandlerService',
  244.             'Pimcore\\Bundle\\BundleGeneratorBundle\\Command\\GenerateBundleCommand' => 'getGenerateBundleCommandService',
  245.             'Pimcore\\Bundle\\BundleGeneratorBundle\\Command\\Helper\\QuestionHelper' => 'getQuestionHelperService',
  246.             'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController' => 'getPublicServicesControllerService',
  247.             'Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener' => 'getWorkflowManagementListenerService',
  248.             'Pimcore\\Bundle\\DataHubBundle\\Controller\\ConfigController' => 'getConfigController2Service',
  249.             'Pimcore\\Bundle\\DataHubBundle\\Controller\\GraphQLExplorerController' => 'getGraphQLExplorerControllerService',
  250.             'Pimcore\\Bundle\\DataHubBundle\\Controller\\WebserviceController' => 'getWebserviceControllerService',
  251.             'Pimcore\\Bundle\\DataHubBundle\\GraphQL\\Service' => 'getService3Service',
  252.             'Pimcore\\Bundle\\DataHubBundle\\Installer' => 'getInstaller7Service',
  253.             'Pimcore\\Bundle\\DataHubBundle\\Service\\CheckConsumerPermissionsService' => 'getCheckConsumerPermissionsServiceService',
  254.             'Pimcore\\Bundle\\DataHubBundle\\Service\\FileUploadService' => 'getFileUploadServiceService',
  255.             'Pimcore\\Bundle\\DataHubBundle\\Service\\OutputCacheService' => 'getOutputCacheServiceService',
  256.             'Pimcore\\Bundle\\DataImporterBundle\\Controller\\ConfigDataObjectController' => 'getConfigDataObjectControllerService',
  257.             'Pimcore\\Bundle\\DataImporterBundle\\Controller\\PushImportController' => 'getPushImportControllerService',
  258.             'Pimcore\\Bundle\\DataImporterBundle\\Installer' => 'getInstaller8Service',
  259.             'Pimcore\\Bundle\\NumberSequenceGeneratorBundle\\Installer' => 'getInstaller9Service',
  260.             'Pimcore\\Bundle\\ObjectMergerBundle\\Controller\\AdminController' => 'getAdminController2Service',
  261.             'Pimcore\\Bundle\\PerspectiveEditorBundle\\Controller\\PerspectiveController' => 'getPerspectiveControllerService',
  262.             'Pimcore\\Bundle\\PerspectiveEditorBundle\\Installer' => 'getInstaller10Service',
  263.             'Pimcore\\Cache\\Symfony\\CacheClearer' => 'getCacheClearer2Service',
  264.             'Pimcore\\Controller\\Config\\ControllerDataProvider' => 'getControllerDataProviderService',
  265.             'Pimcore\\DataObject\\BlockDataMarshaller\\Consent' => 'getConsentService',
  266.             'Pimcore\\DataObject\\BlockDataMarshaller\\Date' => 'getDateService',
  267.             'Pimcore\\DataObject\\BlockDataMarshaller\\ExternalImage' => 'getExternalImageService',
  268.             'Pimcore\\DataObject\\BlockDataMarshaller\\Geobounds' => 'getGeoboundsService',
  269.             'Pimcore\\DataObject\\BlockDataMarshaller\\Geopoint' => 'getGeopointService',
  270.             'Pimcore\\DataObject\\BlockDataMarshaller\\Geopolygon' => 'getGeopolygonService',
  271.             'Pimcore\\DataObject\\BlockDataMarshaller\\Localizedfields' => 'getLocalizedfieldsService',
  272.             'Pimcore\\DataObject\\BlockDataMarshaller\\RgbaColor' => 'getRgbaColorService',
  273.             'Pimcore\\DataObject\\BlockDataMarshaller\\StructuredTable' => 'getStructuredTableService',
  274.             'Pimcore\\DataObject\\ClassBuilder\\FieldDefinitionDocBlockBuilderInterface' => 'getFieldDefinitionDocBlockBuilderInterfaceService',
  275.             'Pimcore\\DataObject\\ClassBuilder\\PHPClassDumperInterface' => 'getPHPClassDumperInterfaceService',
  276.             'Pimcore\\DataObject\\ClassBuilder\\PHPFieldCollectionClassDumperInterface' => 'getPHPFieldCollectionClassDumperInterfaceService',
  277.             'Pimcore\\DataObject\\ClassBuilder\\PHPObjectBrickClassDumperInterface' => 'getPHPObjectBrickClassDumperInterfaceService',
  278.             'Pimcore\\DataObject\\ClassBuilder\\PHPObjectBrickContainerClassDumperInterface' => 'getPHPObjectBrickContainerClassDumperInterfaceService',
  279.             'Pimcore\\DataObject\\Consent\\Service' => 'getService4Service',
  280.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\BlockDataMarshaller\\EncryptedField' => 'getEncryptedFieldService',
  281.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\BooleanSelect' => 'getBooleanSelectService',
  282.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\EncryptedField' => 'getEncryptedField2Service',
  283.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\Multiselect' => 'getMultiselectService',
  284.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\QuantityValue' => 'getQuantityValueService',
  285.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\RgbaColor' => 'getRgbaColor2Service',
  286.             'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\Table' => 'getTableService',
  287.             'Pimcore\\DataObject\\GridColumnConfig\\Service' => 'getService5Service',
  288.             'Pimcore\\Document\\Editable\\EditableHandler' => 'getEditableHandlerService',
  289.             'Pimcore\\Document\\Editable\\EditableUsageResolver' => 'getEditableUsageResolverService',
  290.             'Pimcore\\Element\\MarshallerService' => 'getMarshallerServiceService',
  291.             'Pimcore\\Extension\\Document\\Areabrick\\AreabrickManagerInterface' => 'getAreabrickManagerInterfaceService',
  292.             'Pimcore\\Helper\\LongRunningHelper' => 'getLongRunningHelperService',
  293.             'Pimcore\\Http\\ClientFactory' => 'getClientFactoryService',
  294.             'Pimcore\\Http\\Request\\Resolver\\TemplateResolver' => 'getTemplateResolverService',
  295.             'Pimcore\\Image\\Adapter\\GD' => 'getGDService',
  296.             'Pimcore\\Image\\Adapter\\Imagick' => 'getImagickService',
  297.             'Pimcore\\Image\\Optimizer' => 'getOptimizerService',
  298.             'Pimcore\\Log\\ApplicationLogger' => 'getApplicationLoggerService',
  299.             'Pimcore\\Log\\Handler\\ApplicationLoggerDb' => 'getApplicationLoggerDbService',
  300.             'Pimcore\\Mail\\Mailer' => 'getMailerService',
  301.             'Pimcore\\Migrations\\FilteredMigrationsRepository' => 'getFilteredMigrationsRepositoryService',
  302.             'Pimcore\\Migrations\\FilteredTableMetadataStorage' => 'getFilteredTableMetadataStorageService',
  303.             'Pimcore\\Model\\DataObject\\ClassDefinition\\ClassDefinitionManager' => 'getClassDefinitionManagerService',
  304.             'Pimcore\\Model\\DataObject\\ClassDefinition\\ClassLayoutDefinitionManager' => 'getClassLayoutDefinitionManagerService',
  305.             'Pimcore\\Model\\DataObject\\ClassDefinition\\DynamicOptionsProvider\\CountryOptionsProvider' => 'getCountryOptionsProviderService',
  306.             'Pimcore\\Model\\DataObject\\QuantityValue\\QuantityValueConverterInterface' => 'getQuantityValueConverterInterfaceService',
  307.             'Pimcore\\Model\\DataObject\\QuantityValue\\UnitConversionService' => 'getUnitConversionServiceService',
  308.             'Pimcore\\Model\\Notification\\Service\\NotificationService' => 'getNotificationServiceService',
  309.             'Pimcore\\Model\\Version\\Adapter\\VersionStorageAdapterInterface' => 'getVersionStorageAdapterInterfaceService',
  310.             'Pimcore\\Tool\\AssetsInstaller' => 'getAssetsInstallerService',
  311.             'Pimcore\\Tool\\Storage' => 'getStorageService',
  312.             'Pimcore\\Workflow\\Dumper\\GraphvizDumper' => 'getGraphvizDumperService',
  313.             'Pimcore\\Workflow\\Dumper\\StateMachineGraphvizDumper' => 'getStateMachineGraphvizDumperService',
  314.             'Pimcore\\Workflow\\ExpressionService' => 'getExpressionServiceService',
  315.             'Pimcore\\Workflow\\Manager' => 'getManagerService',
  316.             'Pimcore\\Workflow\\Notification\\NotificationEmailService' => 'getNotificationEmailServiceService',
  317.             'Pimcore\\Workflow\\Place\\StatusInfo' => 'getStatusInfoService',
  318.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  319.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  320.             'SizeGenBundle\\Controller\\DefaultController' => 'getDefaultController13Service',
  321.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  322.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  323.             'cache.app_clearer' => 'getCache_AppClearerService',
  324.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  325.             'cache.system_clearer' => 'getCache_SystemClearerService',
  326.             'cache_warmer' => 'getCacheWarmerService',
  327.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  328.             'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\ClassMethodExecutorCommand' => 'getClassMethodExecutorCommandService',
  329.             'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\MaintenanceCommand' => 'getMaintenanceCommandService',
  330.             'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\MigrationGeneratorCommand' => 'getMigrationGeneratorCommandService',
  331.             'console.command.public_alias.ExportBundle\\Command\\PriamPricelistExport' => 'getPriamPricelistExportService',
  332.             'console.command.public_alias.ExportBundle\\Command\\TbOneProductExportCommand' => 'getTbOneProductExportCommandService',
  333.             'console.command.public_alias.Jabber\\DataEnrichmentBundle\\Command\\SendRequests' => 'getSendRequestsService',
  334.             'console.command.public_alias.Jabber\\GenericBundle\\Command\\BulkPriamExport' => 'getBulkPriamExportService',
  335.             'console.command.public_alias.Jabber\\GenericBundle\\Command\\BulkUpdate' => 'getBulkUpdateService',
  336.             'console.command.public_alias.Jabber\\GenericBundle\\Command\\GenerateThumbnail' => 'getGenerateThumbnailService',
  337.             'console.command.public_alias.Jabber\\GenericBundle\\Command\\ImportServerAssets' => 'getImportServerAssetsService',
  338.             'console.command.public_alias.Jabber\\GenericBundle\\Command\\StyleRanges' => 'getStyleRangesService',
  339.             'console.command.public_alias.Jabber\\GenericBundle\\Command\\WholesaleUpdate' => 'getWholesaleUpdateService',
  340.             'console.command.public_alias.Jabber\\RestApiBundle\\Command\\WebthinkingStyleRanges' => 'getWebthinkingStyleRangesService',
  341.             'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\GetStatus' => 'getGetStatusService',
  342.             'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Install\\AssignCategoriesJob' => 'getAssignCategoriesJobService',
  343.             'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Install\\AssignProductAttributeJob' => 'getAssignProductAttributeJobService',
  344.             'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Install\\SetupAttributesJob' => 'getSetupAttributesJobService',
  345.             'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Install\\SetupCategoriesJob' => 'getSetupCategoriesJobService',
  346.             'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Install\\SetupRangeJob' => 'getSetupRangeJobService',
  347.             'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Jobs\\DeleteProducts' => 'getDeleteProductsService',
  348.             'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Jobs\\NewProductJob' => 'getNewProductJobService',
  349.             'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Jobs\\ProductJob' => 'getProductJobService',
  350.             'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Jobs\\SetupJob' => 'getSetupJobService',
  351.             'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Jobs\\StyleRangeJob' => 'getStyleRangeJobService',
  352.             'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\PrimaryCategoryJob' => 'getPrimaryCategoryJobService',
  353.             'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Test' => 'getTestService',
  354.             'console.command.public_alias.PDFBundle\\Command\\LinesheetExportCommand' => 'getLinesheetExportCommandService',
  355.             'console.command.public_alias.PDFBundle\\Command\\TopTensCommand' => 'getTopTensCommandService',
  356.             'console.command.public_alias.Pimcore\\Bundle\\BundleGeneratorBundle\\Command\\BaseGenerateBundleCommand' => 'getBaseGenerateBundleCommandService',
  357.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Bundle\\ListCommand' => 'getListCommandService',
  358.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\CacheWarmingCommand' => 'getCacheWarmingCommandService',
  359.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ClassesDefinitionsBuildCommand' => 'getClassesDefinitionsBuildCommandService',
  360.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ClassCommand' => 'getClassCommandService',
  361.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\CustomLayoutCommand' => 'getCustomLayoutCommandService',
  362.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\FieldCollectionCommand' => 'getFieldCollectionCommandService',
  363.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ObjectBrickCommand' => 'getObjectBrickCommandService',
  364.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteClassificationStoreCommand' => 'getDeleteClassificationStoreCommandService',
  365.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteUnusedLocaleDataCommand' => 'getDeleteUnusedLocaleDataCommandService',
  366.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\GeneratePagePreviews' => 'getGeneratePagePreviewsService',
  367.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\MigrateElementsCommand' => 'getMigrateElementsCommandService',
  368.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\EmailLogsCleanupCommand' => 'getEmailLogsCleanupCommandService',
  369.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\GenerateStaticPagesCommand' => 'getGenerateStaticPagesCommandService',
  370.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalMigrationHelpersCommand' => 'getInternalMigrationHelpersCommandService',
  371.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalModelDaoMappingGeneratorCommand' => 'getInternalModelDaoMappingGeneratorCommandService',
  372.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalUnicodeCldrLanguageTerritoryGeneratorCommand' => 'getInternalUnicodeCldrLanguageTerritoryGeneratorCommandService',
  373.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\LowQualityImagePreviewCommand' => 'getLowQualityImagePreviewCommandService',
  374.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MaintenanceModeCommand' => 'getMaintenanceModeCommandService',
  375.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\StorageCommand' => 'getStorageCommandService',
  376.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\ThumbnailsFolderStructureCommand' => 'getThumbnailsFolderStructureCommandService',
  377.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MysqlToolsCommand' => 'getMysqlToolsCommandService',
  378.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RecyclebinCleanupCommand' => 'getRecyclebinCleanupCommandService',
  379.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RequirementsCheckCommand' => 'getRequirementsCheckCommandService',
  380.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ResetPasswordCommand' => 'getResetPasswordCommandService',
  381.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RunScriptCommand' => 'getRunScriptCommandService',
  382.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\SearchBackendReindexCommand' => 'getSearchBackendReindexCommandService',
  383.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsClearCommand' => 'getThumbnailsClearCommandService',
  384.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsImageCommand' => 'getThumbnailsImageCommandService',
  385.             'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsVideoCommand' => 'getThumbnailsVideoCommandService',
  386.             'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\Configuration\\RebuildWorkspacesCommand' => 'getRebuildWorkspacesCommandService',
  387.             'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\GraphQL\\RebuildDefinitionsCommand' => 'getRebuildDefinitionsCommandService',
  388.             'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\CronExecutionCommand' => 'getCronExecutionCommandService',
  389.             'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\DummyDataCommand' => 'getDummyDataCommandService',
  390.             'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\ParallelProcessQueueCommand' => 'getParallelProcessQueueCommandService',
  391.             'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\PrepareImportCommand' => 'getPrepareImportCommandService',
  392.             'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\SequentialProcessQueueCommand' => 'getSequentialProcessQueueCommandService',
  393.             'console.command_loader' => 'getConsole_CommandLoaderService',
  394.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  395.             'custom_renderer.data_quality_config' => 'getCustomRenderer_DataQualityConfigService',
  396.             'doctrine.dbal.versions_connection' => 'getDoctrine_Dbal_VersionsConnectionService',
  397.             'error_controller' => 'getErrorController2Service',
  398.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  399.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  400.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  401.             'httplug.client' => 'getHttplug_ClientService',
  402.             'httplug.message_factory' => 'getHttplug_MessageFactoryService',
  403.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
  404.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
  405.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
  406.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
  407.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
  408.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
  409.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
  410.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
  411.             'httplug.uri_factory' => 'getHttplug_UriFactoryService',
  412.             'jabber.optionsprovider' => 'getJabber_OptionsproviderService',
  413.             'monolog.logger.DATA-IMPORTER' => 'getMonolog_Logger_DATAIMPORTERService',
  414.             'monolog.logger.console' => 'getMonolog_Logger_ConsoleService',
  415.             'monolog.logger.debug' => 'getMonolog_Logger_DebugService',
  416.             'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService',
  417.             'monolog.logger.httplug' => 'getMonolog_Logger_HttplugService',
  418.             'monolog.logger.lock' => 'getMonolog_Logger_LockService',
  419.             'monolog.logger.mailer' => 'getMonolog_Logger_MailerService',
  420.             'monolog.logger.messenger' => 'getMonolog_Logger_MessengerService',
  421.             'monolog.logger.pimcore' => 'getMonolog_Logger_PimcoreService',
  422.             'monolog.logger.pimcore_admin.session' => 'getMonolog_Logger_PimcoreAdmin_SessionService',
  423.             'monolog.logger.pimcore_api' => 'getMonolog_Logger_PimcoreApiService',
  424.             'monolog.logger.session' => 'getMonolog_Logger_SessionService',
  425.             'monolog.logger.translation' => 'getMonolog_Logger_TranslationService',
  426.             'options_provider.definitions' => 'getOptionsProvider_DefinitionsService',
  427.             'options_provider.error_fields' => 'getOptionsProvider_ErrorFieldsService',
  428.             'options_provider.object_classes' => 'getOptionsProvider_ObjectClassesService',
  429.             'options_provider.object_fields' => 'getOptionsProvider_ObjectFieldsService',
  430.             'pimcore.analytics.google.fallback_service_locator' => 'getPimcore_Analytics_Google_FallbackServiceLocatorService',
  431.             'pimcore.cache.adapter.null_tag_aware' => 'getPimcore_Cache_Adapter_NullTagAwareService',
  432.             'pimcore.custom_report.adapter.factories' => 'getPimcore_CustomReport_Adapter_FactoriesService',
  433.             'pimcore.implementation_loader.asset.metadata.data' => 'getPimcore_ImplementationLoader_Asset_Metadata_DataService',
  434.             'pimcore.implementation_loader.object.data' => 'getPimcore_ImplementationLoader_Object_DataService',
  435.             'pimcore.implementation_loader.object.layout' => 'getPimcore_ImplementationLoader_Object_LayoutService',
  436.             'pimcore.model.factory' => 'getPimcore_Model_FactoryService',
  437.             'pimcore.newsletter.address_source_adapter.factories' => 'getPimcore_Newsletter_AddressSourceAdapter_FactoriesService',
  438.             'pimcore.workflow.place-options-provider' => 'getPimcore_Workflow_PlaceoptionsproviderService',
  439.             'pimcore_admin.security.admin_authenticator' => 'getPimcoreAdmin_Security_AdminAuthenticatorService',
  440.             'pimcore_admin.security.bruteforce_protection_handler' => 'getPimcoreAdmin_Security_BruteforceProtectionHandlerService',
  441.             'pimcore_admin.security.logout_success_handler' => 'getPimcoreAdmin_Security_LogoutSuccessHandlerService',
  442.             'pimcore_admin.security.user_checker' => 'getPimcoreAdmin_Security_UserCheckerService',
  443.             'pimcore_admin.security.user_provider' => 'getPimcoreAdmin_Security_UserProviderService',
  444.             'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
  445.             'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
  446.             'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
  447.             'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
  448.             'routing.loader' => 'getRouting_LoaderService',
  449.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  450.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  451.             'scheb_two_factor.security.google_authenticator' => 'getSchebTwoFactor_Security_GoogleAuthenticatorService',
  452.             'services_resetter' => 'getServicesResetterService',
  453.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  454.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  455.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  456.             'webthinking_bundle_provider.attribute_provider' => 'getWebthinkingBundleProvider_AttributeProviderService',
  457.             'webthinking_bundle_provider.defaults.commodity_code' => 'getWebthinkingBundleProvider_Defaults_CommodityCodeService',
  458.         ];
  459.         $this->aliases = [
  460.             'App\\Kernel' => 'kernel',
  461.             'Doctrine\\Common\\Persistence\\ConnectionRegistry' => 'doctrine',
  462.             'Doctrine\\Persistence\\ConnectionRegistry' => 'doctrine',
  463.             'GuzzleHttp\\ClientInterface' => 'GuzzleHttp\\Client',
  464.             'Pimcore\\Db\\Connection' => 'doctrine.dbal.default_connection',
  465.             'Pimcore\\Db\\ConnectionInterface' => 'doctrine.dbal.default_connection',
  466.             'Pimcore\\Kernel' => 'kernel',
  467.             'Pimcore\\Localization\\LocaleService' => 'Pimcore\\Localization\\LocaleServiceInterface',
  468.             'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
  469.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticator' => 'scheb_two_factor.security.google_authenticator',
  470.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticatorInterface' => 'scheb_two_factor.security.google_authenticator',
  471.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  472.             'database_connection' => 'doctrine.dbal.default_connection',
  473.             'messenger.bus.pimcore-core' => 'messenger.default_bus',
  474.             'pimcore.app_logger' => 'Pimcore\\Log\\ApplicationLogger',
  475.             'pimcore.app_logger.default' => 'Pimcore\\Log\\ApplicationLogger',
  476.             'pimcore.http_client' => 'GuzzleHttp\\Client',
  477.             'pimcore.locale' => 'Pimcore\\Localization\\LocaleServiceInterface',
  478.             'pimcore.templating.engine.twig' => '.container.private.twig',
  479.             'pimcore_admin.security.token_storage_user_resolver' => 'Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver',
  480.             'pimcore_admin.serializer' => 'Pimcore\\Admin\\Serializer',
  481.             'translator' => 'Symfony\\Contracts\\Translation\\TranslatorInterface',
  482.         ];
  483.         $this->privates['service_container'] = function () {
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  490.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Kernel.php';
  491.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  504.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  521.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ResetInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ProxyAdapter.php';
  532.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceProviderInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  563.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  566.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  620.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  621.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  622.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  623.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  624.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  626.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  633.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  637.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  639.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  641.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  642.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  645.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  646.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  647.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  649.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  650.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  651.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  652.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  654.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  655.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
  656.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  657.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  658.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Db/ConnectionInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Db/PimcoreExtensionsTrait.php';
  660.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Db/Connection.php';
  661.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  662.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  663.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  665.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  666.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  667.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  668.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  671.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  672.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Request/ParamConverter/DataObjectParamConverter.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  675.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  676.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  677.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  679.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  680.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  681.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  685.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  686.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  687.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  700.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Config.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/DatabaseTableTrait.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/ExpiringStoreTrait.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/DoctrineDbalStore.php';
  706.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DynamicRouteHandlerInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DocumentRouteHandler.php';
  708.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Event/Traits/RecursionBlockingEventDispatchHelperTrait.php';
  709.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/RedirectHandler.php';
  710.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/PimcoreBundleManager.php';
  711.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/Config/StateConfig.php';
  712.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/PimcoreBundleLocator.php';
  713.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Composer/PackageInfo.php';
  714.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/RequestHelper.php';
  715.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/ResponseHelper.php';
  716.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/RequestMatcherFactory.php';
  717.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/ResponseStack.php';
  718.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Response/CodeInjector.php';
  719.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/AbstractRequestResolver.php';
  720.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/PimcoreContextResolver.php';
  721.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Context/PimcoreContextGuesser.php';
  722.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/StaticPageResolver.php';
  723.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/OutputTimestampResolver.php';
  724.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/SiteResolver.php';
  725.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/EditmodeResolver.php';
  726.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/DocumentResolver.php';
  727.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/ResponseHeaderResolver.php';
  728.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Localization/LocaleServiceInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Localization/LocaleService.php';
  730.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/LoaderInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/ClassNameLoaderInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/ImplementationLoader.php';
  733.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/EditableLoaderInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/EditableLoader.php';
  735.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/AbstractClassNameLoader.php';
  736.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/PrefixLoader.php';
  737.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/PrefixLoader.php';
  738.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Editable/Block/BlockStateStack.php';
  739.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Editable/EditmodeEditableDefinitionCollector.php';
  740.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/ModelInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/models/DataObject/Traits/ObjectVarTrait.php';
  742.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Model/AbstractModel.php';
  743.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/models/Element/Service.php';
  744.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/models/Document/Service.php';
  745.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Renderer/DocumentRendererInterface.php';
  746.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Renderer/DocumentRenderer.php';
  747.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/StaticPageGenerator.php';
  748.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/PimcoreContextAwareTrait.php';
  749.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/RoutingListener.php';
  750.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/PimcoreContextListener.php';
  751.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/DocumentFallbackListener.php';
  752.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/PimcoreHeaderListener.php';
  753.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/LocaleListener.php';
  754.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/TranslationDebugListener.php';
  755.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/ElementListener.php';
  756.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GlobalTemplateVariablesListener.php';
  757.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/HardlinkCanonicalListener.php';
  758.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/BlockStateListener.php';
  759.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/DocumentMetaDataListener.php';
  760.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/StaticPageContextAwareTrait.php';
  761.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/StaticPageGeneratorListener.php';
  762.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/EventedControllerListener.php';
  763.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/ResponseHeaderListener.php';
  764.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/EditmodeListener.php';
  765.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/ResponseStackListener.php';
  766.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/ResponseInjectionTrait.php';
  767.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/InternalWysiwygHtmlAttributeFilterListener.php';
  768.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/EnabledTrait.php';
  769.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/PreviewRequestTrait.php';
  770.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleAnalyticsCodeListener.php';
  771.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleTagManagerListener.php';
  772.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/FullPageCacheListener.php';
  773.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Cache/FullPage/SessionStatus.php';
  774.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/MaintenancePageListener.php';
  775.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleSearchConsoleVerificationListener.php';
  776.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/OutputTimestampListener.php';
  777.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/WebDebugToolbarListener.php';
  778.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/ActionRenderer.php';
  779.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/EditableRenderer.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/EngineInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/StreamingEngineInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/DelegatingEngine.php';
  783.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/TwigDefaultDelegatingEngine.php';
  784.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/DataCollector/PimcoreDataCollector.php';
  785.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/DataCollector/PimcoreTargetingDataCollector.php';
  786.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/SiteId/SiteIdProvider.php';
  787.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/Google/Config/ConfigProvider.php';
  788.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/TrackerInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/AbstractTracker.php';
  790.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Analytics/Google/Tracker.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/DoctrineDbalAdapter.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/TagAwareCacheInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableTagAwareAdapter.php';
  795.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php';
  796.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Cache/Core/WriteLock.php';
  797.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/TargetingStorageInterface.php';
  798.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Traits/TimestampsTrait.php';
  799.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/CookieStorage.php';
  800.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/CookieSaveHandlerInterface.php';
  801.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/AbstractCookieSaveHandler.php';
  802.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/JWTCookieSaveHandler.php';
  803.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoStorageInterface.php';
  804.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoStorage.php';
  805.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/DataLoaderInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Debug/Traits/StopwatchTrait.php';
  807.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/DataLoader.php';
  808.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionMatcherInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionMatcher.php';
  810.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionFactoryInterface.php';
  811.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionFactory.php';
  812.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ActionHandler/ActionHandlerInterface.php';
  813.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/ActionHandler/DelegatingActionHandler.php';
  814.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Document/DocumentTargetingConfigurator.php';
  815.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/TargetingDataCollector.php';
  816.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/TargetingListener.php';
  817.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoResolver.php';
  818.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Code/TargetingCodeGenerator.php';
  819.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/ToolbarListener.php';
  820.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/TargetingSessionBagListener.php';
  821.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/HelperCharsetTrait.php';
  823.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/PimcoreUrl.php';
  824.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/AbstractExtension.php';
  825.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/CacheBusterAware.php';
  826.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/WebLinksTrait.php';
  827.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadLink.php';
  828.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/TextUtilsTrait.php';
  829.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadMeta.php';
  830.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadScript.php';
  831.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadStyle.php';
  832.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadTitle.php';
  833.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Inc.php';
  834.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/IncludeRenderer.php';
  835.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/InlineScript.php';
  836.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder.php';
  837.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/ContainerService.php';
  838.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminSessionBagListener.php';
  839.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Session/SessionConfiguratorInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Session/AdminSessionBagConfigurator.php';
  841.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/User/TokenStorageUserResolver.php';
  842.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/CsrfProtectionHandler.php';
  843.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/ContentSecurityPolicyHandler.php';
  844.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminSecurityListener.php';
  845.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/Traits/ControllerTypeTrait.php';
  846.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminAuthenticationDoubleCheckListener.php';
  847.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/CsrfProtectionListener.php';
  848.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/HttpCacheListener.php';
  849.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/CustomAdminEntryPointCheckListener.php';
  850.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/UserPerspectiveListener.php';
  851.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/UsageStatisticsListener.php';
  852.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/EnablePreviewTimeSliderListener.php';
  853.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  855.             include_once \dirname(__DIR__4).'/bundles/PDFBundle/Twig/AppExtension.php';
  856.             include_once \dirname(__DIR__4).'/bundles/Jabber/RestApiBundle/EventListener/SecurityListener.php';
  857.             include_once \dirname(__DIR__4).'/bundles/Jabber/RestApiBundle/EventListener/ThumbnailListener.php';
  858.             include_once \dirname(__DIR__4).'/bundles/Jabber/WebthinkingBundle/EventListener/SecurityListener.php';
  859.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  860.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  861.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  862.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  863.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  864.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  865.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  866.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/HttpClient/HttpClientInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  870.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  871.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Translation/Translator.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  898.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Element/Router.php';
  899.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  904.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/DynamicRouteProvider.php';
  905.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DataObjectRouteHandler.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  909.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/User/UserLoader.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  911.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  935.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  943.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  944.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  945.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  946.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  947.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  948.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  949.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  950.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  951.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  952.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  957.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  980.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Country.php';
  981.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Currency.php';
  982.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Localization/IntlFormatter.php';
  983.             include_once \dirname(__DIR__4).'/src/Twig/Extension/NavigationExtension.php';
  984.             include_once \dirname(__DIR__4).'/src/Twig/Extension/IsString.php';
  985.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  987.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/HelpersExtension.php';
  988.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DocumentEditableExtension.php';
  989.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/PimcoreObjectExtension.php';
  990.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/PimcoreToolExtension.php';
  991.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/NavigationExtension.php';
  992.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/GlossaryExtension.php';
  993.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Tool/Glossary/Processor.php';
  994.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/HeaderExtension.php';
  995.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AssetCompressExtension.php';
  996.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/WebsiteConfigExtension.php';
  997.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DumpExtension.php';
  998.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/CacheExtension.php';
  999.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AssetHelperExtensions.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DataObjectHelperExtensions.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DocumentHelperExtensions.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/ImageThumbnailExtension.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/rybakit/twig-deferred-extension/src/DeferredExtension.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Sandbox/SecurityPolicy.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AdminExtension.php';
  1009.             include_once \dirname(__DIR__4).'/bundles/Jabber/LightspeedConnectorBundle/Twig/LinkExtension.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1018.         };
  1019.     }
  1020.     public function compile(): void
  1021.     {
  1022.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1023.     }
  1024.     public function isCompiled(): bool
  1025.     {
  1026.         return true;
  1027.     }
  1028.     public function getRemovedIds(): array
  1029.     {
  1030.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1031.     }
  1032.     protected function load($file$lazyLoad true)
  1033.     {
  1034.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1035.             return $class::do($this$lazyLoad);
  1036.         }
  1037.         if ('.' === $file[-4]) {
  1038.             $class substr($class0, -4);
  1039.         } else {
  1040.             $file .= '.php';
  1041.         }
  1042.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1043.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1044.     }
  1045.     protected function createProxy($class\Closure $factory)
  1046.     {
  1047.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1048.         return $factory();
  1049.     }
  1050.     /**
  1051.      * Gets the public '.container.private.form.factory' shared service.
  1052.      *
  1053.      * @return \Symfony\Component\Form\FormFactory
  1054.      */
  1055.     protected function get_Container_Private_Form_FactoryService()
  1056.     {
  1057.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1058.     }
  1059.     /**
  1060.      * Gets the public '.container.private.profiler' shared service.
  1061.      *
  1062.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1063.      */
  1064.     protected function get_Container_Private_ProfilerService()
  1065.     {
  1066.         $a = ($this->services['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService());
  1067.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1068.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1069.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1070.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1071.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1072.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1073.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1074.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1075.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1076.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1077.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1078.         $d->addInstance('cache.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1079.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1080.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1081.         $d->addInstance('pimcore.cache.adapter.redis_tag_aware', ($this->privates['pimcore.cache.adapter.redis_tag_aware'] ?? $this->getPimcore_Cache_Adapter_RedisTagAwareService()));
  1082.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1083.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1084.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1085.         $f->registerBus('messenger.bus.pimcore-core', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1086.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1087.         if ($this->has('kernel')) {
  1088.             $g->setKernel($b);
  1089.         }
  1090.         $instance->add(($this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector'] ?? $this->getPimcoreDataCollectorService()));
  1091.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1092.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1093.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1094.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1095.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1096.         $instance->add(($this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'] ?? $this->getPimcoreTargetingDataCollectorService()));
  1097.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1098.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1099.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1100.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1101.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1102.         $instance->add($d);
  1103.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
  1104.         $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));
  1105.         $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())));
  1106.         $instance->add($e);
  1107.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL));
  1108.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1109.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))));
  1110.         $instance->add($f);
  1111.         $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()))));
  1112.         $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()))));
  1113.         $instance->add($g);
  1114.         return $instance;
  1115.     }
  1116.     /**
  1117.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1118.      *
  1119.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1120.      */
  1121.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1122.     {
  1123.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1124.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1125.             return $this->services['.container.private.security.authorization_checker'];
  1126.         }
  1127.         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()), $afalse);
  1128.     }
  1129.     /**
  1130.      * Gets the public '.container.private.security.token_storage' shared service.
  1131.      *
  1132.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1133.      */
  1134.     protected function get_Container_Private_Security_TokenStorageService()
  1135.     {
  1136.         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, [
  1137.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1138.         ], [
  1139.             'request_stack' => '?',
  1140.         ]));
  1141.     }
  1142.     /**
  1143.      * Gets the public '.container.private.twig' shared service.
  1144.      *
  1145.      * @return \Twig\Environment
  1146.      */
  1147.     protected function get_Container_Private_TwigService()
  1148.     {
  1149.         $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']);
  1150.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1151.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1152.         $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1153.         $d = ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService());
  1154.         $e = ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService());
  1155.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1156.         $g = ($this->services['router'] ?? $this->getRouterService());
  1157.         $h = ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService());
  1158.         $i = ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService());
  1159.         $j = new \Pimcore\Localization\IntlFormatter(($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->getLocaleServiceInterfaceService()));
  1160.         $j->setCurrencyFormat('en''¤ #,##0.0');
  1161.         $k = ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Navigation'] ?? $this->getNavigationService());
  1162.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1163.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  1164.         $m = ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService());
  1165.         $n = new \Symfony\Bridge\Twig\AppVariable();
  1166.         $n->setEnvironment('dev');
  1167.         $n->setDebug(true);
  1168.         if ($this->has('.container.private.security.token_storage')) {
  1169.             $n->setTokenStorage($b);
  1170.         }
  1171.         if ($this->has('request_stack')) {
  1172.             $n->setRequestStack($a);
  1173.         }
  1174.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1175.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1176.         $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)));
  1177.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
  1178.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($d));
  1179.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($a$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  1180.             return new \EmptyIterator();
  1181.         }, 0))));
  1182.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  1183.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1184.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1185.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($ctrue));
  1186.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1187.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1188.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($a$g)));
  1189.         $instance->addExtension(($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService()));
  1190.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1191.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($d));
  1192.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($h$i));
  1193.         $instance->addExtension(new \App\Twig\Extension\Country());
  1194.         $instance->addExtension(new \App\Twig\Extension\Currency($j));
  1195.         $instance->addExtension(new \App\Twig\Extension\NavigationExtension($k));
  1196.         $instance->addExtension(new \App\Twig\Extension\IsString());
  1197.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1198.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  1199.         $instance->addExtension(new \Pimcore\Twig\Extension\HelpersExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] ?? $this->getPimcoreUrlService())));
  1200.         $instance->addExtension(new \Pimcore\Twig\Extension\DocumentEditableExtension(($this->services['Pimcore\\Templating\\Renderer\\EditableRenderer'] ?? $this->getEditableRendererService())));
  1201.         $instance->addExtension(($this->privates['Pimcore\\Twig\\Extension\\SubrequestExtension'] ?? $this->getSubrequestExtensionService()));
  1202.         $instance->addExtension(new \Pimcore\Twig\Extension\PimcoreObjectExtension());
  1203.         $instance->addExtension(new \Pimcore\Twig\Extension\PimcoreToolExtension());
  1204.         $instance->addExtension(new \Pimcore\Twig\Extension\NavigationExtension($k));
  1205.         $instance->addExtension(new \Pimcore\Twig\Extension\GlossaryExtension(new \Pimcore\Tool\Glossary\Processor(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), $m, ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), $this->parameters['pimcore.glossary.blocked_tags'])));
  1206.         $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->getPlaceholderService())));
  1207.         $instance->addExtension(new \Pimcore\Twig\Extension\AssetCompressExtension());
  1208.         $instance->addExtension(new \Pimcore\Twig\Extension\WebsiteConfigExtension());
  1209.         $instance->addExtension(new \Pimcore\Twig\Extension\DumpExtension());
  1210.         $instance->addExtension(new \Pimcore\Twig\Extension\CacheExtension($m));
  1211.         $instance->addExtension(new \Pimcore\Twig\Extension\AssetHelperExtensions());
  1212.         $instance->addExtension(new \Pimcore\Twig\Extension\DataObjectHelperExtensions());
  1213.         $instance->addExtension(new \Pimcore\Twig\Extension\DocumentHelperExtensions());
  1214.         $instance->addExtension(new \Pimcore\Twig\Extension\ImageThumbnailExtension());
  1215.         $instance->addExtension(new \Twig\DeferredExtension\DeferredExtension());
  1216.         $instance->addExtension(new \Twig\Extra\String\StringExtension(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')))));
  1217.         $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'])));
  1218.         $instance->addExtension(new \Pimcore\Twig\Extension\AdminExtension($g));
  1219.         $instance->addExtension(($this->services['PDFBundle\\Twig\\AppExtension'] ?? ($this->services['PDFBundle\\Twig\\AppExtension'] = new \PDFBundle\Twig\AppExtension())));
  1220.         $instance->addExtension(new \Jabber\LightspeedConnectorBundle\Twig\LinkExtension(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))));
  1221.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension($h$i));
  1222.         $instance->addGlobal('app'$n);
  1223.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1224.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1225.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1226.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1227.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1228.             'Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl' => ['privates''Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl''getPimcoreUrlService'false],
  1229.             'Pimcore\\Twig\\Extension\\Templating\\HeadLink' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadLink''getHeadLinkService'false],
  1230.             'Pimcore\\Twig\\Extension\\Templating\\HeadMeta' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadMeta''getHeadMetaService'false],
  1231.             'Pimcore\\Twig\\Extension\\Templating\\HeadScript' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadScript''getHeadScriptService'false],
  1232.             'Pimcore\\Twig\\Extension\\Templating\\HeadStyle' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadStyle''getHeadStyleService'false],
  1233.             'Pimcore\\Twig\\Extension\\Templating\\HeadTitle' => ['privates''Pimcore\\Twig\\Extension\\Templating\\HeadTitle''getHeadTitleService'false],
  1234.             'Pimcore\\Twig\\Extension\\Templating\\Inc' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Inc''getIncService'false],
  1235.             'Pimcore\\Twig\\Extension\\Templating\\InlineScript' => ['privates''Pimcore\\Twig\\Extension\\Templating\\InlineScript''getInlineScriptService'false],
  1236.             'Pimcore\\Twig\\Extension\\Templating\\Navigation' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Navigation''getNavigationService'false],
  1237.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Placeholder''getPlaceholderService'false],
  1238.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension''getAbstractExtensionService'true],
  1239.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware' => ['privates''Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware''getCacheBusterAwareService'true],
  1240.         ], [
  1241.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1242.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1243.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1244.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1245.             'Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl' => '?',
  1246.             'Pimcore\\Twig\\Extension\\Templating\\HeadLink' => '?',
  1247.             'Pimcore\\Twig\\Extension\\Templating\\HeadMeta' => '?',
  1248.             'Pimcore\\Twig\\Extension\\Templating\\HeadScript' => '?',
  1249.             'Pimcore\\Twig\\Extension\\Templating\\HeadStyle' => '?',
  1250.             'Pimcore\\Twig\\Extension\\Templating\\HeadTitle' => '?',
  1251.             'Pimcore\\Twig\\Extension\\Templating\\Inc' => '?',
  1252.             'Pimcore\\Twig\\Extension\\Templating\\InlineScript' => '?',
  1253.             'Pimcore\\Twig\\Extension\\Templating\\Navigation' => '?',
  1254.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder' => '?',
  1255.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension' => '?',
  1256.             'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware' => '?',
  1257.         ])));
  1258.         $instance->addGlobal('container'$this);
  1259.         $instance->addGlobal('pimcore_csrf', ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] ?? $this->getCsrfProtectionHandlerService()));
  1260.         $instance->addGlobal('pimcore_csp', ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler'] ?? $this->getContentSecurityPolicyHandlerService()));
  1261.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1262.         return $instance;
  1263.     }
  1264.     /**
  1265.      * Gets the public '.container.private.validator' shared service.
  1266.      *
  1267.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1268.      */
  1269.     protected function get_Container_Private_ValidatorService()
  1270.     {
  1271.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1272.     }
  1273.     /**
  1274.      * Gets the public 'PDFBundle\Twig\AppExtension' shared autowired service.
  1275.      *
  1276.      * @return \PDFBundle\Twig\AppExtension
  1277.      */
  1278.     protected function getAppExtensionService()
  1279.     {
  1280.         return $this->services['PDFBundle\\Twig\\AppExtension'] = new \PDFBundle\Twig\AppExtension();
  1281.     }
  1282.     /**
  1283.      * Gets the public 'Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler' shared autowired service.
  1284.      *
  1285.      * @return \Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler
  1286.      */
  1287.     protected function getContentSecurityPolicyHandlerService()
  1288.     {
  1289.         $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())));
  1290.         $a = ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  1291.         $instance->setLogger($a);
  1292.         $instance->setLogger($a);
  1293.         $instance->addAllowedUrls('default-src', []);
  1294.         $instance->addAllowedUrls('img-src', []);
  1295.         $instance->addAllowedUrls('script-src', []);
  1296.         $instance->addAllowedUrls('style-src', []);
  1297.         $instance->addAllowedUrls('connect-src', []);
  1298.         $instance->addAllowedUrls('font-src', []);
  1299.         $instance->addAllowedUrls('media-src', []);
  1300.         $instance->addAllowedUrls('frame-src', []);
  1301.         return $instance;
  1302.     }
  1303.     /**
  1304.      * Gets the public 'Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler' shared autowired service.
  1305.      *
  1306.      * @return \Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler
  1307.      */
  1308.     protected function getCsrfProtectionHandlerService()
  1309.     {
  1310.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1311.         if (isset($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'])) {
  1312.             return $this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'];
  1313.         }
  1314.         $this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] = $instance = new \Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler([], $a);
  1315.         $b = ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  1316.         $instance->setLogger($b);
  1317.         $instance->setLogger($b);
  1318.         return $instance;
  1319.     }
  1320.     /**
  1321.      * Gets the public 'Pimcore\Bundle\AdminBundle\Security\User\TokenStorageUserResolver' shared autowired service.
  1322.      *
  1323.      * @return \Pimcore\Bundle\AdminBundle\Security\User\TokenStorageUserResolver
  1324.      */
  1325.     protected function getTokenStorageUserResolverService()
  1326.     {
  1327.         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()));
  1328.     }
  1329.     /**
  1330.      * Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener' shared autowired service.
  1331.      *
  1332.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener
  1333.      */
  1334.     protected function getFullPageCacheListenerService()
  1335.     {
  1336.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1337.         if (isset($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'])) {
  1338.             return $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'];
  1339.         }
  1340.         $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())));
  1341.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  1342.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  1343.         return $instance;
  1344.     }
  1345.     /**
  1346.      * Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener' shared autowired service.
  1347.      *
  1348.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener
  1349.      */
  1350.     protected function getGoogleAnalyticsCodeListenerService()
  1351.     {
  1352.         $a = ($this->privates['Pimcore\\Analytics\\Google\\Tracker'] ?? $this->getTrackerService());
  1353.         if (isset($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'])) {
  1354.             return $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'];
  1355.         }
  1356.         $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener($a);
  1357.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  1358.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  1359.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  1360.         return $instance;
  1361.     }
  1362.     /**
  1363.      * Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener' shared autowired service.
  1364.      *
  1365.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener
  1366.      */
  1367.     protected function getGoogleTagManagerListenerService()
  1368.     {
  1369.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1370.         if (isset($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'])) {
  1371.             return $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'];
  1372.         }
  1373.         $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener(($this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] ?? $this->getSiteIdProviderService()), $a, ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService()));
  1374.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  1375.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  1376.         return $instance;
  1377.     }
  1378.     /**
  1379.      * Gets the public 'Pimcore\Cache\Core\CoreCacheHandler' shared autowired service.
  1380.      *
  1381.      * @return \Pimcore\Cache\Core\CoreCacheHandler
  1382.      */
  1383.     protected function getCoreCacheHandlerService()
  1384.     {
  1385.         $a = ($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService());
  1386.         if (isset($this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'])) {
  1387.             return $this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'];
  1388.         }
  1389.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1390.         if (isset($this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'])) {
  1391.             return $this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'];
  1392.         }
  1393.         $c = new \Pimcore\Cache\Core\WriteLock($a);
  1394.         $d = ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  1395.         $c->setLogger($d);
  1396.         $c->setLogger($d);
  1397.         $this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'] = $instance = new \Pimcore\Cache\Core\CoreCacheHandler($a$c$b);
  1398.         $instance->setLogger($d);
  1399.         $instance->setLogger($d);
  1400.         return $instance;
  1401.     }
  1402.     /**
  1403.      * Gets the public 'Pimcore\Config' shared autowired service.
  1404.      *
  1405.      * @return \Pimcore\Config
  1406.      */
  1407.     protected function getConfigService()
  1408.     {
  1409.         return $this->services['Pimcore\\Config'] = new \Pimcore\Config();
  1410.     }
  1411.     /**
  1412.      * Gets the public 'Pimcore\Document\Editable\Block\BlockStateStack' shared autowired service.
  1413.      *
  1414.      * @return \Pimcore\Document\Editable\Block\BlockStateStack
  1415.      */
  1416.     protected function getBlockStateStackService()
  1417.     {
  1418.         return $this->services['Pimcore\\Document\\Editable\\Block\\BlockStateStack'] = new \Pimcore\Document\Editable\Block\BlockStateStack();
  1419.     }
  1420.     /**
  1421.      * Gets the public 'Pimcore\Document\Renderer\DocumentRenderer' shared autowired service.
  1422.      *
  1423.      * @return \Pimcore\Document\Renderer\DocumentRenderer
  1424.      */
  1425.     protected function getDocumentRendererService()
  1426.     {
  1427.         $a = ($this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] ?? $this->getActionRendererService());
  1428.         if (isset($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'])) {
  1429.             return $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'];
  1430.         }
  1431.         $b = ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService());
  1432.         if (isset($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'])) {
  1433.             return $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'];
  1434.         }
  1435.         $c = ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService());
  1436.         if (isset($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'])) {
  1437.             return $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'];
  1438.         }
  1439.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1440.         if (isset($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'])) {
  1441.             return $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'];
  1442.         }
  1443.         $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] = $instance = new \Pimcore\Document\Renderer\DocumentRenderer(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), $a$b, ($this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] ?? $this->getDocumentRouteHandlerService()), $c$d, ($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->getLocaleServiceInterfaceService()));
  1444.         $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())));
  1445.         return $instance;
  1446.     }
  1447.     /**
  1448.      * Gets the public 'Pimcore\Document\StaticPageGenerator' shared autowired service.
  1449.      *
  1450.      * @return \Pimcore\Document\StaticPageGenerator
  1451.      */
  1452.     protected function getStaticPageGeneratorService()
  1453.     {
  1454.         $a = ($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] ?? $this->getDocumentRendererService());
  1455.         if (isset($this->services['Pimcore\\Document\\StaticPageGenerator'])) {
  1456.             return $this->services['Pimcore\\Document\\StaticPageGenerator'];
  1457.         }
  1458.         $b = ($this->services['Symfony\\Component\\Lock\\LockFactory'] ?? $this->getLockFactoryService());
  1459.         if (isset($this->services['Pimcore\\Document\\StaticPageGenerator'])) {
  1460.             return $this->services['Pimcore\\Document\\StaticPageGenerator'];
  1461.         }
  1462.         return $this->services['Pimcore\\Document\\StaticPageGenerator'] = new \Pimcore\Document\StaticPageGenerator($a$b);
  1463.     }
  1464.     /**
  1465.      * Gets the public 'Pimcore\Extension\Bundle\PimcoreBundleManager' shared autowired service.
  1466.      *
  1467.      * @return \Pimcore\Extension\Bundle\PimcoreBundleManager
  1468.      */
  1469.     protected function getPimcoreBundleManagerService()
  1470.     {
  1471.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1472.         if (isset($this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'])) {
  1473.             return $this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'];
  1474.         }
  1475.         $b = ($this->services['router'] ?? $this->getRouterService());
  1476.         if (isset($this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'])) {
  1477.             return $this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'];
  1478.         }
  1479.         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)), $a$b);
  1480.     }
  1481.     /**
  1482.      * Gets the public 'Pimcore\Http\RequestHelper' shared autowired service.
  1483.      *
  1484.      * @return \Pimcore\Http\RequestHelper
  1485.      */
  1486.     protected function getRequestHelperService()
  1487.     {
  1488.         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()));
  1489.     }
  1490.     /**
  1491.      * Gets the public 'Pimcore\Http\Request\Resolver\DocumentResolver' shared autowired service.
  1492.      *
  1493.      * @return \Pimcore\Http\Request\Resolver\DocumentResolver
  1494.      */
  1495.     protected function getDocumentResolverService()
  1496.     {
  1497.         return $this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] = new \Pimcore\Http\Request\Resolver\DocumentResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1498.     }
  1499.     /**
  1500.      * Gets the public 'Pimcore\Http\Request\Resolver\EditmodeResolver' shared autowired service.
  1501.      *
  1502.      * @return \Pimcore\Http\Request\Resolver\EditmodeResolver
  1503.      */
  1504.     protected function getEditmodeResolverService()
  1505.     {
  1506.         $this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] = $instance = new \Pimcore\Http\Request\Resolver\EditmodeResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['pimcore_admin.security.user_loader'] ?? $this->getPimcoreAdmin_Security_UserLoaderService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
  1507.         $a = ($this->services['monolog.logger.init'] ?? $this->getMonolog_Logger_InitService());
  1508.         $instance->setLogger($a);
  1509.         $instance->setLogger($a);
  1510.         return $instance;
  1511.     }
  1512.     /**
  1513.      * Gets the public 'Pimcore\Http\Request\Resolver\OutputTimestampResolver' shared autowired service.
  1514.      *
  1515.      * @return \Pimcore\Http\Request\Resolver\OutputTimestampResolver
  1516.      */
  1517.     protected function getOutputTimestampResolverService()
  1518.     {
  1519.         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())));
  1520.     }
  1521.     /**
  1522.      * Gets the public 'Pimcore\Http\Request\Resolver\PimcoreContextResolver' shared autowired service.
  1523.      *
  1524.      * @return \Pimcore\Http\Request\Resolver\PimcoreContextResolver
  1525.      */
  1526.     protected function getPimcoreContextResolverService()
  1527.     {
  1528.         $a = new \Pimcore\Http\Context\PimcoreContextGuesser(($this->privates['Pimcore\\Http\\RequestMatcherFactory'] ?? ($this->privates['Pimcore\\Http\\RequestMatcherFactory'] = new \Pimcore\Http\RequestMatcherFactory())));
  1529.         $a->addContextRoutes('profiler', [=> ['path' => '^/_(profiler|wdt)(/.*)?$''route' => false'host' => false'methods' => []]]);
  1530.         $a->addContextRoutes('admin', [=> ['path' => '^/admin(/.*)?$''route' => false'host' => false'methods' => []], => ['route' => '^pimcore_admin_''path' => false'host' => false'methods' => []]]);
  1531.         $a->addContextRoutes('plugin', [=> ['path' => '^/plugin(/.*)?$''route' => false'host' => false'methods' => []]]);
  1532.         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);
  1533.     }
  1534.     /**
  1535.      * Gets the public 'Pimcore\Http\Request\Resolver\ResponseHeaderResolver' shared autowired service.
  1536.      *
  1537.      * @return \Pimcore\Http\Request\Resolver\ResponseHeaderResolver
  1538.      */
  1539.     protected function getResponseHeaderResolverService()
  1540.     {
  1541.         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())));
  1542.     }
  1543.     /**
  1544.      * Gets the public 'Pimcore\Http\Request\Resolver\SiteResolver' shared autowired service.
  1545.      *
  1546.      * @return \Pimcore\Http\Request\Resolver\SiteResolver
  1547.      */
  1548.     protected function getSiteResolverService()
  1549.     {
  1550.         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())));
  1551.     }
  1552.     /**
  1553.      * Gets the public 'Pimcore\Http\Request\Resolver\StaticPageResolver' shared autowired service.
  1554.      *
  1555.      * @return \Pimcore\Http\Request\Resolver\StaticPageResolver
  1556.      */
  1557.     protected function getStaticPageResolverService()
  1558.     {
  1559.         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())));
  1560.     }
  1561.     /**
  1562.      * Gets the public 'Pimcore\Http\ResponseHelper' shared autowired service.
  1563.      *
  1564.      * @return \Pimcore\Http\ResponseHelper
  1565.      */
  1566.     protected function getResponseHelperService()
  1567.     {
  1568.         return $this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper();
  1569.     }
  1570.     /**
  1571.      * Gets the public 'Pimcore\Localization\LocaleServiceInterface' shared autowired service.
  1572.      *
  1573.      * @return \Pimcore\Localization\LocaleService
  1574.      */
  1575.     protected function getLocaleServiceInterfaceService()
  1576.     {
  1577.         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()));
  1578.     }
  1579.     /**
  1580.      * Gets the public 'Pimcore\Model\Document\Editable\Loader\EditableLoader' shared autowired service.
  1581.      *
  1582.      * @return \Pimcore\Model\Document\Editable\Loader\EditableLoader
  1583.      */
  1584.     protected function getEditableLoaderService()
  1585.     {
  1586.         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\\'])]);
  1587.     }
  1588.     /**
  1589.      * Gets the public 'Pimcore\Model\Document\Service' shared autowired service.
  1590.      *
  1591.      * @return \Pimcore\Model\Document\Service
  1592.      */
  1593.     protected function getServiceService()
  1594.     {
  1595.         return $this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service();
  1596.     }
  1597.     /**
  1598.      * Gets the public 'Pimcore\Targeting\Document\DocumentTargetingConfigurator' shared autowired service.
  1599.      *
  1600.      * @return \Pimcore\Targeting\Document\DocumentTargetingConfigurator
  1601.      */
  1602.     protected function getDocumentTargetingConfiguratorService()
  1603.     {
  1604.         $a = ($this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'] ?? $this->getCoreCacheHandlerService());
  1605.         if (isset($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'])) {
  1606.             return $this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'];
  1607.         }
  1608.         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()), $a);
  1609.     }
  1610.     /**
  1611.      * Gets the public 'Pimcore\Templating\Renderer\EditableRenderer' shared autowired service.
  1612.      *
  1613.      * @return \Pimcore\Templating\Renderer\EditableRenderer
  1614.      */
  1615.     protected function getEditableRendererService()
  1616.     {
  1617.         $this->services['Pimcore\\Templating\\Renderer\\EditableRenderer'] = $instance = new \Pimcore\Templating\Renderer\EditableRenderer(($this->services['Pimcore\\Model\\Document\\Editable\\Loader\\EditableLoader'] ?? $this->getEditableLoaderService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] ?? ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] = new \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector())));
  1618.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1619.         $instance->setLogger($a);
  1620.         $instance->setLogger($a);
  1621.         return $instance;
  1622.     }
  1623.     /**
  1624.      * Gets the public 'Symfony\Bridge\Twig\Extension\WebLinkExtension' shared service.
  1625.      *
  1626.      * @return \Symfony\Bridge\Twig\Extension\WebLinkExtension
  1627.      */
  1628.     protected function getWebLinkExtensionService()
  1629.     {
  1630.         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())));
  1631.     }
  1632.     /**
  1633.      * Gets the public 'Symfony\Component\HttpKernel\EventListener\SessionListener' shared service.
  1634.      *
  1635.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1636.      */
  1637.     protected function getSessionListenerService()
  1638.     {
  1639.         return $this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1640.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  1641.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  1642.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1643.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  1644.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  1645.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  1646.         ], [
  1647.             'initialized_session' => '?',
  1648.             'logger' => '?',
  1649.             'request_stack' => '?',
  1650.             'session' => '?',
  1651.             'session_collector' => '?',
  1652.             'session_factory' => '?',
  1653.         ]), true$this->parameters['session.storage.options']);
  1654.     }
  1655.     /**
  1656.      * Gets the public 'Symfony\Component\Lock\LockFactory' shared autowired service.
  1657.      *
  1658.      * @return \Symfony\Component\Lock\LockFactory
  1659.      */
  1660.     protected function getLockFactoryService()
  1661.     {
  1662.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1663.         if (isset($this->services['Symfony\\Component\\Lock\\LockFactory'])) {
  1664.             return $this->services['Symfony\\Component\\Lock\\LockFactory'];
  1665.         }
  1666.         $this->services['Symfony\\Component\\Lock\\LockFactory'] = $instance = new \Symfony\Component\Lock\LockFactory(new \Symfony\Component\Lock\Store\DoctrineDbalStore($a));
  1667.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1668.         return $instance;
  1669.     }
  1670.     /**
  1671.      * Gets the public 'Symfony\Contracts\Translation\TranslatorInterface' shared autowired service.
  1672.      *
  1673.      * @return \Pimcore\Translation\Translator
  1674.      */
  1675.     protected function getTranslatorInterfaceService()
  1676.     {
  1677.         $this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] = $instance = new \Pimcore\Translation\Translator(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  1678.         $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'1)));
  1679.         $instance->setAdminPath('@PimcoreCoreBundle/Resources/translations');
  1680.         $instance->setAdminTranslationMapping([]);
  1681.         return $instance;
  1682.     }
  1683.     /**
  1684.      * Gets the public 'cache.app' shared service.
  1685.      *
  1686.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1687.      */
  1688.     protected function getCache_AppService()
  1689.     {
  1690.         $a = ($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService());
  1691.         if (isset($this->services['cache.app'])) {
  1692.             return $this->services['cache.app'];
  1693.         }
  1694.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ProxyAdapter($a'app'));
  1695.     }
  1696.     /**
  1697.      * Gets the public 'cache.system' shared service.
  1698.      *
  1699.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1700.      */
  1701.     protected function getCache_SystemService()
  1702.     {
  1703.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tw3lJrnta+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1704.     }
  1705.     /**
  1706.      * Gets the public 'cache.validator_expression_language' shared service.
  1707.      *
  1708.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1709.      */
  1710.     protected function getCache_ValidatorExpressionLanguageService()
  1711.     {
  1712.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cQPIMlYNK9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1713.     }
  1714.     /**
  1715.      * Gets the public 'cmf_routing.route_provider' shared autowired service.
  1716.      *
  1717.      * @return \Pimcore\Routing\DynamicRouteProvider
  1718.      */
  1719.     protected function getCmfRouting_RouteProviderService()
  1720.     {
  1721.         $a = ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService());
  1722.         $this->services['cmf_routing.route_provider'] = $instance = new \Pimcore\Routing\DynamicRouteProvider($a);
  1723.         $instance->addHandler(($this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] ?? $this->getDocumentRouteHandlerService()));
  1724.         $instance->addHandler(new \Pimcore\Routing\Dynamic\DataObjectRouteHandler($a, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config()))));
  1725.         return $instance;
  1726.     }
  1727.     /**
  1728.      * Gets the public 'data_collector.dump' shared service.
  1729.      *
  1730.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1731.      */
  1732.     protected function getDataCollector_DumpService()
  1733.     {
  1734.         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);
  1735.     }
  1736.     /**
  1737.      * Gets the public 'doctrine' shared service.
  1738.      *
  1739.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1740.      */
  1741.     protected function getDoctrineService()
  1742.     {
  1743.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], [], 'default''');
  1744.     }
  1745.     /**
  1746.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1747.      *
  1748.      * @return \Pimcore\Db\Connection
  1749.      */
  1750.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1751.     {
  1752.         $a = ($this->privates['.service_locator.RUwm74c'] ?? $this->get_ServiceLocator_RUwm74cService());
  1753.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1754.             return $this->services['doctrine.dbal.default_connection'];
  1755.         }
  1756.         $b = new \Doctrine\DBAL\Configuration();
  1757.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] ?? ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'lock_keys'=> 'cache_items'=> 'cache_items'])))]));
  1758.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''charset' => 'UTF8MB4''dbname' => 'pimcore_dev''host' => '127.0.0.1''password' => 'RDReH4Khn7oqukRI''port' => 3306'user' => 'pimcore_dev_sa''driverOptions' => [1002 => 'SET sql_mode = \'\';'], 'wrapperClass' => '\\Pimcore\\Db\\Connection''serverVersion' => '5.5.5-10.5.10-MariaDB-1:10.5.10+maria~focal''defaultTableOptions' => ['charset' => 'UTF8MB4''engine' => 'InnoDB''collate' => 'utf8mb4_general_ci']], $b, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($a, [=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'cmf_routing.persistence.doctrine.route_condition_metadata_listener']), ['bit' => 'boolean''enum' => 'string']);
  1759.     }
  1760.     /**
  1761.      * Gets the public 'event_dispatcher' shared service.
  1762.      *
  1763.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1764.      */
  1765.     protected function getEventDispatcherService()
  1766.     {
  1767.         $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())));
  1768.         $instance->addListener('scheb_two_factor.authentication.complete', [=> function () {
  1769.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\TwoFactorListener'] ?? $this->load('getTwoFactorListenerService'));
  1770.         }, => 'onAuthenticationComplete'], 0);
  1771.         $instance->addListener('scheb_two_factor.authentication.attempt', [=> function () {
  1772.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\TwoFactorListener'] ?? $this->load('getTwoFactorListenerService'));
  1773.         }, => 'onAuthenticationAttempt'], 0);
  1774.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  1775.             return ($this->privates['App\\EventListener\\ObjectUpdateListener'] ?? $this->load('getObjectUpdateListenerService'));
  1776.         }, => 'onPreUpdate'], 0);
  1777.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  1778.             return ($this->privates['App\\EventListener\\ObjectUpdateListener'] ?? $this->load('getObjectUpdateListenerService'));
  1779.         }, => 'onPostUpdate'], 0);
  1780.         $instance->addListener('pimcore.dataobject.preAdd', [=> function () {
  1781.             return ($this->privates['App\\EventListener\\ObjectAddListener'] ?? ($this->privates['App\\EventListener\\ObjectAddListener'] = new \App\EventListener\ObjectAddListener()));
  1782.         }, => 'onPreAdd'], 0);
  1783.         $instance->addListener('pimcore.admin.dataobject.get.preSendData', [=> function () {
  1784.             return ($this->privates['App\\EventListener\\LayoutSwitcher'] ?? ($this->privates['App\\EventListener\\LayoutSwitcher'] = new \App\EventListener\LayoutSwitcher()));
  1785.         }, => 'selectCustomLayout'], 0);
  1786.         $instance->addListener('pimcore.bundle_manager.paths.js', [=> function () {
  1787.             return ($this->privates['App\\EventListener\\PimcoreAdminListener'] ?? ($this->privates['App\\EventListener\\PimcoreAdminListener'] = new \App\EventListener\PimcoreAdminListener()));
  1788.         }, => 'addJSFiles'], 0);
  1789.         $instance->addListener('pimcore.bundle_manager.paths.css', [=> function () {
  1790.             return ($this->privates['App\\EventListener\\PimcoreAdminListener'] ?? ($this->privates['App\\EventListener\\PimcoreAdminListener'] = new \App\EventListener\PimcoreAdminListener()));
  1791.         }, => 'addCSSFiles'], 0);
  1792.         $instance->addListener('pimcore.dataobject.preDelete', [=> function () {
  1793.             return ($this->privates['App\\EventListener\\BarcodeListener'] ?? ($this->privates['App\\EventListener\\BarcodeListener'] = new \App\EventListener\BarcodeListener()));
  1794.         }, => 'onPreDelete'], 0);
  1795.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  1796.             return ($this->privates['App\\EventListener\\BarcodeListener'] ?? ($this->privates['App\\EventListener\\BarcodeListener'] = new \App\EventListener\BarcodeListener()));
  1797.         }, => 'onPostAdd'], 0);
  1798.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  1799.             return ($this->privates['App\\EventListener\\ColourListener'] ?? ($this->privates['App\\EventListener\\ColourListener'] = new \App\EventListener\ColourListener()));
  1800.         }, => 'onPostAdd'], 0);
  1801.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  1802.             return ($this->privates['App\\EventListener\\SizeGroupListener'] ?? ($this->privates['App\\EventListener\\SizeGroupListener'] = new \App\EventListener\SizeGroupListener()));
  1803.         }, => 'onPostAdd'], 0);
  1804.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  1805.             return ($this->privates['App\\EventListener\\SizeGroupListener'] ?? ($this->privates['App\\EventListener\\SizeGroupListener'] = new \App\EventListener\SizeGroupListener()));
  1806.         }, => 'onPreUpdate'], 0);
  1807.         $instance->addListener('pimcore.admin.resolve.elementAdminStyle', [=> function () {
  1808.             return ($this->privates['App\\EventListener\\AdminStyleListener'] ?? ($this->privates['App\\EventListener\\AdminStyleListener'] = new \App\EventListener\AdminStyleListener()));
  1809.         }, => 'onResolveElementAdminStyle'], 0);
  1810.         $instance->addListener('kernel.exception', [=> function () {
  1811.             return ($this->privates['Daniel230\\FirehouseInterface\\Services\\ExceptionHandlerService'] ?? ($this->privates['Daniel230\\FirehouseInterface\\Services\\ExceptionHandlerService'] = new \Daniel230\FirehouseInterface\Services\ExceptionHandlerService()));
  1812.         }, => 'onSymfonyException'], 0);
  1813.         $instance->addListener('kernel.controller', [=> function () {
  1814.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1815.         }, => 'onKernelController'], 0);
  1816.         $instance->addListener('kernel.response', [=> function () {
  1817.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'] ?? $this->getGoogleAnalyticsCodeListenerService());
  1818.         }, => 'onKernelResponse'], -110);
  1819.         $instance->addListener('kernel.response', [=> function () {
  1820.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'] ?? $this->getGoogleTagManagerListenerService());
  1821.         }, => 'onKernelResponse'], -108);
  1822.         $instance->addListener('kernel.request', [=> function () {
  1823.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
  1824.         }, => 'onKernelRequest'], 610);
  1825.         $instance->addListener('kernel.response', [=> function () {
  1826.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
  1827.         }, => 'onKernelResponse'], -120);
  1828.         $instance->addListener('kernel.response', [=> function () {
  1829.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
  1830.         }, => 'stopPropagationCheck'], 100);
  1831.         $instance->addListener('kernel.request', [=> function () {
  1832.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener'] ?? $this->getMaintenancePageListenerService());
  1833.         }, => 'onKernelRequest'], 620);
  1834.         $instance->addListener('pimcore.admin.indexAction.settings', [=> function () {
  1835.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\AdminListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\AdminListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\AdminListener()));
  1836.         }, => 'addIndexSettings'], 0);
  1837.         $instance->addListener('Pimcore\\Bundle\\DataImporterBundle\\Event\\PostPreparationEvent', [=> function () {
  1838.             return ($this->privates['Pimcore\\Bundle\\DataImporterBundle\\EventListener\\DataImporterListener'] ?? $this->load('getDataImporterListenerService'));
  1839.         }, => 'importPrepared'], 0);
  1840.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  1841.             return ($this->privates['ExportBundle\\EventListener\\HeirachyListener'] ?? ($this->privates['ExportBundle\\EventListener\\HeirachyListener'] = new \ExportBundle\EventListener\HeirachyListener()));
  1842.         }, => 'onObjectSave'], 0);
  1843.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  1844.             return ($this->privates['ExportBundle\\EventListener\\TboneListener'] ?? $this->load('getTboneListenerService'));
  1845.         }, => 'onObjectSave'], 0);
  1846.         $instance->addListener('kernel.exception', [=> function () {
  1847.             return ($this->privates['Jabber\\RestApiBundle\\EventListener\\ExceptionListener'] ?? ($this->privates['Jabber\\RestApiBundle\\EventListener\\ExceptionListener'] = new \Jabber\RestApiBundle\EventListener\ExceptionListener()));
  1848.         }, => 'onKernelException'], 0);
  1849.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1850.             return ($this->privates['Jabber\\RestApiBundle\\EventListener\\SecurityListener'] ?? ($this->privates['Jabber\\RestApiBundle\\EventListener\\SecurityListener'] = new \Jabber\RestApiBundle\EventListener\SecurityListener()));
  1851.         }, => 'onKernelControllerArguments'], 0);
  1852.         $instance->addListener('kernel.request', [=> function () {
  1853.             return ($this->privates['Jabber\\RestApiBundle\\EventListener\\ThumbnailListener'] ?? ($this->privates['Jabber\\RestApiBundle\\EventListener\\ThumbnailListener'] = new \Jabber\RestApiBundle\EventListener\ThumbnailListener()));
  1854.         }, => 'onRequest'], 0);
  1855.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  1856.             return ($this->privates['Jabber\\GenericBundle\\EventListener\\PriceChangesLive'] ?? $this->load('getPriceChangesLiveService'));
  1857.         }, => 'OnPostSave'], 0);
  1858.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  1859.             return ($this->privates['Jabber\\GenericBundle\\EventListener\\DataToParent'] ?? $this->load('getDataToParentService'));
  1860.         }, => 'onPreUpdate'], 0);
  1861.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  1862.             return ($this->privates['Jabber\\GenericBundle\\EventListener\\ImageMetadata'] ?? ($this->privates['Jabber\\GenericBundle\\EventListener\\ImageMetadata'] = new \Jabber\GenericBundle\EventListener\ImageMetadata()));
  1863.         }, => 'onPostUpdate'], 0);
  1864.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  1865.             return ($this->privates['Jabber\\GenericBundle\\EventListener\\SupplierData'] ?? ($this->privates['Jabber\\GenericBundle\\EventListener\\SupplierData'] = new \Jabber\GenericBundle\EventListener\SupplierData()));
  1866.         }, => 'onPreUpdate'], 0);
  1867.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  1868.             return ($this->privates['Jabber\\GenericBundle\\EventListener\\SpellCheck'] ?? ($this->privates['Jabber\\GenericBundle\\EventListener\\SpellCheck'] = new \Jabber\GenericBundle\EventListener\SpellCheck()));
  1869.         }, => 'onPreUpdate'], 0);
  1870.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  1871.             return ($this->privates['Jabber\\GenericBundle\\EventListener\\MandatoryCompleteness'] ?? $this->load('getMandatoryCompletenessService'));
  1872.         }, => 'onPreUpdateAndSave'], 0);
  1873.         $instance->addListener('pimcore.dataobject.preAdd', [=> function () {
  1874.             return ($this->privates['Jabber\\GenericBundle\\EventListener\\MandatoryCompleteness'] ?? $this->load('getMandatoryCompletenessService'));
  1875.         }, => 'onPreUpdateAndSave'], 0);
  1876.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  1877.             return ($this->privates['Jabber\\GenericBundle\\EventListener\\RelationListener'] ?? ($this->privates['Jabber\\GenericBundle\\EventListener\\RelationListener'] = new \Jabber\GenericBundle\EventListener\RelationListener()));
  1878.         }, => 'onPreUpdateAndSave'], 0);
  1879.         $instance->addListener('pimcore.dataobject.preAdd', [=> function () {
  1880.             return ($this->privates['Jabber\\GenericBundle\\EventListener\\RelationListener'] ?? ($this->privates['Jabber\\GenericBundle\\EventListener\\RelationListener'] = new \Jabber\GenericBundle\EventListener\RelationListener()));
  1881.         }, => 'onPreUpdateAndSave'], 0);
  1882.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  1883.             return ($this->privates['Jabber\\GenericBundle\\EventListener\\CopyProofing'] ?? ($this->privates['Jabber\\GenericBundle\\EventListener\\CopyProofing'] = new \Jabber\GenericBundle\EventListener\CopyProofing()));
  1884.         }, => 'onPreUpdateAndSave'], 0);
  1885.         $instance->addListener('pimcore.dataobject.preAdd', [=> function () {
  1886.             return ($this->privates['Jabber\\GenericBundle\\EventListener\\CopyProofing'] ?? ($this->privates['Jabber\\GenericBundle\\EventListener\\CopyProofing'] = new \Jabber\GenericBundle\EventListener\CopyProofing()));
  1887.         }, => 'onPreUpdateAndSave'], 0);
  1888.         $instance->addListener('pimcore.dataobject.preAdd', [=> function () {
  1889.             return ($this->privates['Jabber\\GenericBundle\\EventListener\\Event'] ?? ($this->privates['Jabber\\GenericBundle\\EventListener\\Event'] = new \Jabber\GenericBundle\EventListener\Event()));
  1890.         }, => 'onPreAdd'], 0);
  1891.         $instance->addListener('pimcore.dataobject.preDelete', [=> function () {
  1892.             return ($this->privates['Jabber\\GenericBundle\\EventListener\\Event'] ?? ($this->privates['Jabber\\GenericBundle\\EventListener\\Event'] = new \Jabber\GenericBundle\EventListener\Event()));
  1893.         }, => 'onPreDelete'], 0);
  1894.         $instance->addListener('pimcore.admin.object.list.afterListLoad', [=> function () {
  1895.             return ($this->services['Jabber\\GenericBundle\\EventListener\\GridListener'] ?? $this->load('getGridListenerService'));
  1896.         }, => 'beforeListLoad'], 0);
  1897.         $instance->addListener('pimcore.asset.image.thumbnail', [=> function () {
  1898.             return ($this->privates['Jabber\\GenericBundle\\EventListener\\NewThumbnails'] ?? $this->load('getNewThumbnailsService'));
  1899.         }, => 'onImageCreated'], 0);
  1900.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  1901.             return ($this->privates['BigJabber\\DataQualityBundle\\Model\\Listener\\ObjectPostUpdateListener'] ?? $this->load('getObjectPostUpdateListenerService'));
  1902.         }, => 'onPostUpdate'], 0);
  1903.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  1904.             return ($this->privates['Jabber\\DataEnrichmentBundle\\EventListener\\PostUpdateListener'] ?? ($this->privates['Jabber\\DataEnrichmentBundle\\EventListener\\PostUpdateListener'] = new \Jabber\DataEnrichmentBundle\EventListener\PostUpdateListener(46)));
  1905.         }, => 'onPostUpdate'], 0);
  1906.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  1907.             return ($this->privates['Jabber\\WebthinkingBundle\\EventListener\\PreDeleteListener'] ?? $this->load('getPreDeleteListenerService'));
  1908.         }, => 'onPostDelete'], 0);
  1909.         $instance->addListener('pimcore.dataobject.preUpdate', [=> function () {
  1910.             return ($this->privates['Jabber\\WebthinkingBundle\\EventListener\\PreUpdateListener'] ?? $this->load('getPreUpdateListenerService'));
  1911.         }, => 'onPreUpdate'], 0);
  1912.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  1913.             return ($this->privates['Jabber\\WebthinkingBundle\\EventListener\\PostUpdateListener'] ?? $this->load('getPostUpdateListener2Service'));
  1914.         }, => 'onPostUpdate'], 0);
  1915.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1916.             return ($this->privates['Jabber\\WebthinkingBundle\\EventListener\\SecurityListener'] ?? ($this->privates['Jabber\\WebthinkingBundle\\EventListener\\SecurityListener'] = new \Jabber\WebthinkingBundle\EventListener\SecurityListener()));
  1917.         }, => 'onKernelControllerArguments'], 0);
  1918.         $instance->addListener('kernel.response', [=> function () {
  1919.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1920.         }, => 'onKernelResponse'], 0);
  1921.         $instance->addListener('kernel.response', [=> function () {
  1922.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1923.         }, => 'onKernelResponse'], -1024);
  1924.         $instance->addListener('kernel.request', [=> function () {
  1925.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1926.         }, => 'setDefaultLocale'], 100);
  1927.         $instance->addListener('kernel.request', [=> function () {
  1928.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1929.         }, => 'onKernelRequest'], 16);
  1930.         $instance->addListener('kernel.finish_request', [=> function () {
  1931.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1932.         }, => 'onKernelFinishRequest'], 0);
  1933.         $instance->addListener('kernel.request', [=> function () {
  1934.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1935.         }, => 'onKernelRequest'], 256);
  1936.         $instance->addListener('kernel.response', [=> function () {
  1937.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1938.         }, => 'onResponse'], -255);
  1939.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1940.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1941.         }, => 'onControllerArguments'], 0);
  1942.         $instance->addListener('kernel.exception', [=> function () {
  1943.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1944.         }, => 'logKernelException'], 0);
  1945.         $instance->addListener('kernel.exception', [=> function () {
  1946.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1947.         }, => 'onKernelException'], -128);
  1948.         $instance->addListener('kernel.response', [=> function () {
  1949.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1950.         }, => 'removeCspHeader'], -128);
  1951.         $instance->addListener('kernel.request', [=> function () {
  1952.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1953.         }, => 'onKernelRequest'], 15);
  1954.         $instance->addListener('kernel.finish_request', [=> function () {
  1955.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1956.         }, => 'onKernelFinishRequest'], -15);
  1957.         $instance->addListener('console.error', [=> function () {
  1958.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1959.         }, => 'onConsoleError'], -128);
  1960.         $instance->addListener('console.terminate', [=> function () {
  1961.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1962.         }, => 'onConsoleTerminate'], -128);
  1963.         $instance->addListener('console.error', [=> function () {
  1964.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1965.         }, => 'onConsoleError'], 0);
  1966.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1967.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1968.         }, => 'onMessage'], -255);
  1969.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1970.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1971.         }, => 'onMessage'], -255);
  1972.         $instance->addListener('kernel.request', [=> function () {
  1973.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1974.         }, => 'configure'], 2048);
  1975.         $instance->addListener('console.command', [=> function () {
  1976.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1977.         }, => 'configure'], 2048);
  1978.         $instance->addListener('kernel.request', [=> function () {
  1979.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1980.         }, => 'onKernelRequest'], 32);
  1981.         $instance->addListener('kernel.finish_request', [=> function () {
  1982.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1983.         }, => 'onKernelFinishRequest'], 0);
  1984.         $instance->addListener('kernel.exception', [=> function () {
  1985.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1986.         }, => 'onKernelException'], -64);
  1987.         $instance->addListener('kernel.response', [=> function () {
  1988.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1989.         }, => 'onKernelResponse'], 0);
  1990.         $instance->addListener('kernel.request', [=> function () {
  1991.             return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
  1992.         }, => 'onKernelRequest'], 128);
  1993.         $instance->addListener('kernel.response', [=> function () {
  1994.             return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
  1995.         }, => 'onKernelResponse'], -1000);
  1996.         $instance->addListener('kernel.finish_request', [=> function () {
  1997.             return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
  1998.         }, => 'onFinishRequest'], 0);
  1999.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2000.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2001.         }, => 'onMessageFailed'], 100);
  2002.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2003.             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()));
  2004.         }, => 'onMessageFailed'], 200);
  2005.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2006.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  2007.         }, => 'onMessageFailed'], -100);
  2008.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2009.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  2010.         }, => 'onWorkerRunning'], 100);
  2011.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2012.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2013.         }, => 'onWorkerStarted'], 0);
  2014.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2015.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2016.         }, => 'onWorkerRunning'], 0);
  2017.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2018.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  2019.         }, => 'onWorkerStarted'], 100);
  2020.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2021.             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()));
  2022.         }, => 'onMessageFailed'], 0);
  2023.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2024.             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()));
  2025.         }, => 'onWorkerRunning'], 0);
  2026.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2027.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2028.         }, => 'onNotification'], -255);
  2029.         $instance->addListener('kernel.response', [=> function () {
  2030.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2031.         }, => 'onKernelResponse'], -100);
  2032.         $instance->addListener('kernel.exception', [=> function () {
  2033.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2034.         }, => 'onKernelException'], 0);
  2035.         $instance->addListener('kernel.terminate', [=> function () {
  2036.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2037.         }, => 'onKernelTerminate'], -1024);
  2038.         $instance->addListener('kernel.controller', [=> function () {
  2039.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2040.         }, => 'onKernelController'], 0);
  2041.         $instance->addListener('kernel.response', [=> function () {
  2042.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2043.         }, => 'onKernelResponse'], 0);
  2044.         $instance->addListener('kernel.response', [=> function () {
  2045.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2046.         }, => 'onKernelResponse'], 0);
  2047.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2048.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2049.         }, => 'onVoterVote'], 0);
  2050.         $instance->addListener('kernel.request', [=> function () {
  2051.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2052.         }, => 'configureLogoutUrlGenerator'], 8);
  2053.         $instance->addListener('kernel.request', [=> function () {
  2054.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2055.         }, => 'onKernelRequest'], 8);
  2056.         $instance->addListener('kernel.finish_request', [=> function () {
  2057.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2058.         }, => 'onKernelFinishRequest'], 0);
  2059.         $instance->addListener('kernel.exception', [=> function () {
  2060.             return ($this->privates['security.authentication.kernel_exception_listener.two_factor.pimcore_admin'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_PimcoreAdminService'));
  2061.         }, => 'onKernelException'], 2);
  2062.         $instance->addListener('kernel.request', [=> function () {
  2063.             return ($this->privates['security.authentication.form_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_PimcoreAdminService());
  2064.         }, => 'onKernelRequest'], 0);
  2065.         $instance->addListener('security.authentication.success', [=> function () {
  2066.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2067.         }, => 'onLogin'], 9223372036854775807);
  2068.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  2069.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2070.         }, => 'onAccessDenied'], 0);
  2071.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  2072.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2073.         }, => 'onTwoFactorForm'], 0);
  2074.         $instance->addListener('kernel.response', [=> function () {
  2075.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
  2076.         }, => 'onKernelResponse'], 1);
  2077.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2078.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2079.         }, => 'onMessage'], 0);
  2080.         $instance->addListener('console.command', [=> function () {
  2081.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2082.         }, => 'onCommand'], 255);
  2083.         $instance->addListener('console.terminate', [=> function () {
  2084.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2085.         }, => 'onTerminate'], -255);
  2086.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2087.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2088.         }, => 'onWorkerMessageHandled'], 0);
  2089.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2090.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2091.         }, => 'onWorkerMessageFailed'], 0);
  2092.         $instance->addListener('kernel.controller', [=> function () {
  2093.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2094.         }, => 'onKernelController'], 0);
  2095.         $instance->addListener('kernel.controller', [=> function () {
  2096.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2097.         }, => 'onKernelController'], 0);
  2098.         $instance->addListener('kernel.controller', [=> function () {
  2099.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2100.         }, => 'onKernelController'], -128);
  2101.         $instance->addListener('kernel.view', [=> function () {
  2102.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2103.         }, => 'onKernelView'], 0);
  2104.         $instance->addListener('kernel.controller', [=> function () {
  2105.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2106.         }, => 'onKernelController'], 0);
  2107.         $instance->addListener('kernel.response', [=> function () {
  2108.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2109.         }, => 'onKernelResponse'], 0);
  2110.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2111.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2112.         }, => 'onKernelControllerArguments'], 0);
  2113.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2114.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2115.         }, => 'onKernelControllerArguments'], 0);
  2116.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2117.             return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
  2118.         }, => 'registerRouteAnnotation'], 0);
  2119.         $instance->addListener('security.authentication.success', [=> function () {
  2120.             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()));
  2121.         }, => 'onLogin'], 9223372036854775806);
  2122.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2123.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  2124.         }, => 'checkPassport'], 0);
  2125.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2126.             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()));
  2127.         }, => 'onSuccessfulLogin'], -63);
  2128.         $instance->addListener('console.command', [=> function () {
  2129.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2130.         }, => 'configure'], 1024);
  2131.         $instance->addListener('kernel.response', [=> function () {
  2132.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2133.         }, => 'onKernelResponse'], -128);
  2134.         $instance->addListener('knp_pager.items', [=> function () {
  2135.             return ($this->privates['Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber'] ?? ($this->privates['Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber'] = new \Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber()));
  2136.         }, => 'items'], -5);
  2137.         $instance->addListener('knp_pager.before', [=> function () {
  2138.             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()));
  2139.         }, => 'before'], 0);
  2140.         $instance->addListener('knp_pager.pagination', [=> function () {
  2141.             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()));
  2142.         }, => 'pagination'], 0);
  2143.         $instance->addListener('workflow.completed', [=> function () {
  2144.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotificationSubscriber'] ?? $this->load('getNotificationSubscriberService'));
  2145.         }, => 'onWorkflowCompleted'], 0);
  2146.         $instance->addListener('workflow.completed', [=> function () {
  2147.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
  2148.         }, => 'onWorkflowCompleted'], 1);
  2149.         $instance->addListener('workflow.enter', [=> function () {
  2150.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
  2151.         }, => 'onWorkflowEnter'], 0);
  2152.         $instance->addListener('pimcore.workflow.preGlobalAction', [=> function () {
  2153.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
  2154.         }, => 'onPreGlobalAction'], 0);
  2155.         $instance->addListener('pimcore.workflow.postGlobalAction', [=> function () {
  2156.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
  2157.         }, => 'onPostGlobalAction'], 0);
  2158.         $instance->addListener('workflow.completed', [=> function () {
  2159.             return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\ChangePublishedStateSubscriber'] ?? ($this->privates['Pimcore\\Workflow\\EventSubscriber\\ChangePublishedStateSubscriber'] = new \Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber()));
  2160.         }, => 'onWorkflowCompleted'], 0);
  2161.         $instance->addListener('kernel.request', [=> function () {
  2162.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener'] ?? $this->getRoutingListenerService());
  2163.         }, => 'onKernelRequest'], 512);
  2164.         $instance->addListener('kernel.exception', [=> function () {
  2165.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener'] ?? $this->getRoutingListenerService());
  2166.         }, => 'onKernelException'], 64);
  2167.         $instance->addListener('kernel.request', [=> function () {
  2168.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener'] ?? $this->getPimcoreContextListenerService());
  2169.         }, => 'onKernelRequest'], 24);
  2170.         $instance->addListener('kernel.request', [=> function () {
  2171.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] ?? $this->getDocumentFallbackListenerService());
  2172.         }, => 'onKernelRequest'], 20);
  2173.         $instance->addListener('kernel.controller', [=> function () {
  2174.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] ?? $this->getDocumentFallbackListenerService());
  2175.         }, => 'onKernelController'], 50);
  2176.         $instance->addListener('kernel.response', [=> function () {
  2177.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener()));
  2178.         }, => 'onKernelResponse'], 0);
  2179.         $instance->addListener('kernel.request', [=> function () {
  2180.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] ?? $this->getLocaleListenerService());
  2181.         }, => 'onKernelRequest'], 1);
  2182.         $instance->addListener('kernel.response', [=> function () {
  2183.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] ?? $this->getLocaleListenerService());
  2184.         }, => 'onKernelResponse'], 0);
  2185.         $instance->addListener('kernel.request', [=> function () {
  2186.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener'] ?? $this->getTranslationDebugListenerService());
  2187.         }, => 'onKernelRequest'], 0);
  2188.         $instance->addListener('kernel.terminate', [=> function () {
  2189.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\DumpTranslationEntriesListener'] ?? $this->load('getDumpTranslationEntriesListenerService'));
  2190.         }, => 'onKernelTerminate'], 0);
  2191.         $instance->addListener('console.terminate', [=> function () {
  2192.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\DumpTranslationEntriesListener'] ?? $this->load('getDumpTranslationEntriesListenerService'));
  2193.         }, => 'onConsoleTerminate'], 0);
  2194.         $instance->addListener('kernel.controller', [=> function () {
  2195.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener'] ?? $this->getElementListenerService());
  2196.         }, => 'onKernelController'], 30);
  2197.         $instance->addListener('kernel.controller', [=> function () {
  2198.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
  2199.         }, => 'onKernelController'], 15);
  2200.         $instance->addListener('kernel.response', [=> function () {
  2201.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
  2202.         }, => 'onKernelResponse'], 0);
  2203.         $instance->addListener('kernel.request', [=> function () {
  2204.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
  2205.         }, => 'onKernelRequest'], 700);
  2206.         $instance->addListener('kernel.response', [=> function () {
  2207.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener'] ?? $this->getHardlinkCanonicalListenerService());
  2208.         }, => 'onKernelResponse'], 0);
  2209.         $instance->addListener('kernel.request', [=> function () {
  2210.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener'] ?? $this->getBlockStateListenerService());
  2211.         }, => 'onKernelRequest'], 0);
  2212.         $instance->addListener('kernel.response', [=> function () {
  2213.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener'] ?? $this->getBlockStateListenerService());
  2214.         }, => 'onKernelResponse'], 0);
  2215.         $instance->addListener('kernel.request', [=> function () {
  2216.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener'] ?? $this->getDocumentMetaDataListenerService());
  2217.         }, => 'onKernelRequest'], 0);
  2218.         $instance->addListener('pimcore.document.renderer.pre_render', [=> function () {
  2219.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentRendererListener'] ?? $this->load('getDocumentRendererListenerService'));
  2220.         }, => 'onPreRender'], 0);
  2221.         $instance->addListener('pimcore.document.renderer.post_render', [=> function () {
  2222.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentRendererListener'] ?? $this->load('getDocumentRendererListenerService'));
  2223.         }, => 'onPostRender'], 0);
  2224.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2225.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2226.         }, => 'onPostAddUpdateDeleteDocument'], 0);
  2227.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2228.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2229.         }, => 'onPostAddUpdateDeleteDocument'], 0);
  2230.         $instance->addListener('pimcore.document.postUpdate', [=> function () {
  2231.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2232.         }, => 'onPostAddUpdateDeleteDocument'], 0);
  2233.         $instance->addListener('kernel.request', [=> function () {
  2234.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2235.         }, => 'onKernelRequest'], 510);
  2236.         $instance->addListener('kernel.response', [=> function () {
  2237.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
  2238.         }, => 'onKernelResponse'], -120);
  2239.         $instance->addListener('kernel.view', [=> function () {
  2240.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ContentTemplateListener'] ?? $this->load('getContentTemplateListenerService'));
  2241.         }, => 'onKernelView'], 16);
  2242.         $instance->addListener('kernel.controller', [=> function () {
  2243.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener()));
  2244.         }, => 'onKernelController'], 0);
  2245.         $instance->addListener('kernel.response', [=> function () {
  2246.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener()));
  2247.         }, => 'onKernelResponse'], 0);
  2248.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2249.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2250.         }, => 'onElementPostAdd'], 0);
  2251.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2252.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2253.         }, => 'onElementPostAdd'], 0);
  2254.         $instance->addListener('pimcore.asset.postAdd', [=> function () {
  2255.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2256.         }, => 'onElementPostAdd'], 0);
  2257.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2258.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2259.         }, => 'onElementPostDelete'], 0);
  2260.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2261.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2262.         }, => 'onElementPostDelete'], 0);
  2263.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2264.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2265.         }, => 'onElementPostDelete'], 0);
  2266.         $instance->addListener('pimcore.admin.dataobject.get.preSendData', [=> function () {
  2267.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2268.         }, => 'onAdminElementGetPreSendData'], 0);
  2269.         $instance->addListener('pimcore.admin.asset.get.preSendData', [=> function () {
  2270.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2271.         }, => 'onAdminElementGetPreSendData'], 0);
  2272.         $instance->addListener('pimcore.admin.document.get.preSendData', [=> function () {
  2273.             return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
  2274.         }, => 'onAdminElementGetPreSendData'], 0);
  2275.         $instance->addListener('pimcore.dataobject.postCopy', [=> function () {
  2276.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2277.         }, => 'onPostCopy'], 0);
  2278.         $instance->addListener('pimcore.document.postCopy', [=> function () {
  2279.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2280.         }, => 'onPostCopy'], 0);
  2281.         $instance->addListener('pimcore.asset.postCopy', [=> function () {
  2282.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2283.         }, => 'onPostCopy'], 0);
  2284.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2285.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
  2286.         }, => 'onPostAssetDelete'], -9999);
  2287.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2288.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2289.         }, => 'onPostAddUpdateElement'], 0);
  2290.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2291.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2292.         }, => 'onPostAddUpdateElement'], 0);
  2293.         $instance->addListener('pimcore.asset.postAdd', [=> function () {
  2294.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2295.         }, => 'onPostAddUpdateElement'], 0);
  2296.         $instance->addListener('pimcore.dataobject.preDelete', [=> function () {
  2297.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2298.         }, => 'onPreDeleteElement'], 0);
  2299.         $instance->addListener('pimcore.document.preDelete', [=> function () {
  2300.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2301.         }, => 'onPreDeleteElement'], 0);
  2302.         $instance->addListener('pimcore.asset.preDelete', [=> function () {
  2303.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2304.         }, => 'onPreDeleteElement'], 0);
  2305.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2306.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2307.         }, => 'onPostAddUpdateElement'], 0);
  2308.         $instance->addListener('pimcore.document.postUpdate', [=> function () {
  2309.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2310.         }, => 'onPostAddUpdateElement'], 0);
  2311.         $instance->addListener('pimcore.asset.postUpdate', [=> function () {
  2312.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
  2313.         }, => 'onPostAddUpdateElement'], 0);
  2314.         $instance->addListener('pimcore.dataobject.postAdd', [=> function () {
  2315.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2316.         }, => 'onPostAdd'], 0);
  2317.         $instance->addListener('pimcore.document.postAdd', [=> function () {
  2318.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2319.         }, => 'onPostAdd'], 0);
  2320.         $instance->addListener('pimcore.asset.postAdd', [=> function () {
  2321.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2322.         }, => 'onPostAdd'], 0);
  2323.         $instance->addListener('pimcore.class.postAdd', [=> function () {
  2324.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2325.         }, => 'onPostAdd'], 0);
  2326.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2327.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2328.         }, => 'onPostDelete'], 0);
  2329.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2330.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2331.         }, => 'onPostDelete'], 0);
  2332.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2333.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2334.         }, => 'onPostDelete'], 0);
  2335.         $instance->addListener('pimcore.class.postDelete', [=> function () {
  2336.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
  2337.         }, => 'onPostDelete'], 0);
  2338.         $instance->addListener('kernel.exception', [=> function () {
  2339.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseExceptionListener'] ?? $this->load('getResponseExceptionListenerService'));
  2340.         }, => 'onKernelException'], 0);
  2341.         $instance->addListener('kernel.response', [=> function () {
  2342.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener'] ?? $this->getResponseHeaderListenerService());
  2343.         }, => 'onKernelResponse'], 32);
  2344.         $instance->addListener('kernel.request', [=> function () {
  2345.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] ?? $this->getEditmodeListenerService());
  2346.         }, => 'onKernelRequest'], 0);
  2347.         $instance->addListener('kernel.response', [=> function () {
  2348.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] ?? $this->getEditmodeListenerService());
  2349.         }, => 'onKernelResponse'], 0);
  2350.         $instance->addListener('kernel.response', [=> function () {
  2351.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener'] ?? $this->getResponseStackListenerService());
  2352.         }, => 'onKernelResponse'], 24);
  2353.         $instance->addListener('kernel.response', [=> function () {
  2354.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener'] ?? $this->getInternalWysiwygHtmlAttributeFilterListenerService());
  2355.         }, => 'onKernelResponse'], 0);
  2356.         $instance->addListener('kernel.request', [=> function () {
  2357.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener'] ?? $this->getGoogleSearchConsoleVerificationListenerService());
  2358.         }, => 'onKernelRequest'], 64);
  2359.         $instance->addListener('kernel.request', [=> function () {
  2360.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener'] ?? $this->getOutputTimestampListenerService());
  2361.         }, => 'onKernelRequest'], 0);
  2362.         $instance->addListener('kernel.request', [=> function () {
  2363.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'] ?? $this->getWebDebugToolbarListenerService());
  2364.         }, => 'onKernelResponse'], -118);
  2365.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2366.             return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MessengerClearRuntimeCacheListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MessengerClearRuntimeCacheListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener()));
  2367.         }, => 'handle'], 0);
  2368.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2369.             return ($this->privates['Pimcore\\Sitemap\\EventListener\\SitemapGeneratorListener'] ?? $this->load('getSitemapGeneratorListenerService'));
  2370.         }, => 'onPopulateSitemap'], 0);
  2371.         $instance->addListener('kernel.request', [=> function () {
  2372.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
  2373.         }, => 'onKernelRequest'], 7);
  2374.         $instance->addListener('kernel.response', [=> function () {
  2375.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
  2376.         }, => 'onKernelResponse'], -115);
  2377.         $instance->addListener('pimcore.targeting.pre_resolve', [=> function () {
  2378.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
  2379.         }, => 'onPreResolve'], 0);
  2380.         $instance->addListener('pimcore.targeting.pre_resolve', [=> function () {
  2381.             return ($this->privates['Pimcore\\Targeting\\EventListener\\DocumentTargetGroupListener'] ?? $this->load('getDocumentTargetGroupListenerService'));
  2382.         }, => 'onVisitorInfoResolve'], 0);
  2383.         $instance->addListener('pimcore.cache.full_page.prepare_response', [=> function () {
  2384.             return ($this->privates['Pimcore\\Targeting\\EventListener\\FullPageCacheCookieCleanupListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\FullPageCacheCookieCleanupListener'] = new \Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener()));
  2385.         }, => 'onPrepareFullPageCacheResponse'], 0);
  2386.         $instance->addListener('pimcore.targeting.visited_pages_count_match', [=> function () {
  2387.             return ($this->privates['Pimcore\\Targeting\\EventListener\\VisitedPagesCountListener'] ?? $this->load('getVisitedPagesCountListenerService'));
  2388.         }, => 'onVisitedPagesCountMatch'], 0);
  2389.         $instance->addListener('pimcore.targeting.post_resolve', [=> function () {
  2390.             return ($this->privates['Pimcore\\Targeting\\EventListener\\VisitedPagesCountListener'] ?? $this->load('getVisitedPagesCountListenerService'));
  2391.         }, => 'onPostResolveVisitorInfo'], 0);
  2392.         $instance->addListener('pimcore.targeting.pre_resolve', [=> function () {
  2393.             return ($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] ?? $this->getToolbarListenerService());
  2394.         }, => 'onPreResolve'], -10);
  2395.         $instance->addListener('kernel.response', [=> function () {
  2396.             return ($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] ?? $this->getToolbarListenerService());
  2397.         }, => 'onKernelResponse'], -127);
  2398.         $instance->addListener('pimcore.cache.full_page.ignored_session_keys', [=> function () {
  2399.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] = new \Pimcore\Targeting\EventListener\TargetingSessionBagListener()));
  2400.         }, => 'configureIgnoredSessionKeys'], 0);
  2401.         $instance->addListener('pimcore.cache.full_page.prepare_response', [=> function () {
  2402.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] = new \Pimcore\Targeting\EventListener\TargetingSessionBagListener()));
  2403.         }, => 'prepareFullPageCacheResponse'], 0);
  2404.         $instance->addListener('kernel.request', [=> function () {
  2405.             return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] = new \Pimcore\Targeting\EventListener\TargetingSessionBagListener()));
  2406.         }, => 'onKernelRequest'], 127);
  2407.         $instance->addListener('kernel.request', [=> function () {
  2408.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator'] ?? $this->getAdminSessionBagConfiguratorService());
  2409.         }, => 'onKernelRequest'], 127);
  2410.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2411.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\Security\\Event\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
  2412.         }, => 'onLogout'], 0);
  2413.         $instance->addListener('kernel.response', [=> function () {
  2414.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener'] ?? $this->getAdminSecurityListenerService());
  2415.         }, => 'onKernelResponse'], 0);
  2416.         $instance->addListener('kernel.controller', [=> function () {
  2417.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener'] ?? $this->getAdminAuthenticationDoubleCheckListenerService());
  2418.         }, => 'onKernelController'], 0);
  2419.         $instance->addListener('kernel.request', [=> function () {
  2420.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
  2421.         }, => 'handleRequest'], 11);
  2422.         $instance->addListener('kernel.exception', [=> function () {
  2423.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminExceptionListener'] ?? $this->load('getAdminExceptionListenerService'));
  2424.         }, => 'onKernelException'], 0);
  2425.         $instance->addListener('pimcore.class.postDelete', [=> function () {
  2426.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
  2427.         }, => 'onClassDelete'], 0);
  2428.         $instance->addListener('pimcore.user.postDelete', [=> function () {
  2429.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
  2430.         }, => 'onUserDelete'], 0);
  2431.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2432.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
  2433.         }, => 'onObjectDelete'], 0);
  2434.         $instance->addListener('pimcore.class.postDelete', [=> function () {
  2435.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener()));
  2436.         }, => 'onClassDelete'], 0);
  2437.         $instance->addListener('pimcore.user.postDelete', [=> function () {
  2438.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener()));
  2439.         }, => 'onUserDelete'], 0);
  2440.         $instance->addListener('kernel.request', [=> function () {
  2441.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener'] ?? $this->getAdminSessionBagListenerService());
  2442.         }, => 'onKernelRequest'], 127);
  2443.         $instance->addListener('kernel.response', [=> function () {
  2444.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener'] ?? $this->getHttpCacheListenerService());
  2445.         }, => 'onKernelResponse'], 0);
  2446.         $instance->addListener('kernel.request', [=> function () {
  2447.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener'] ?? $this->getCustomAdminEntryPointCheckListenerService());
  2448.         }, => 'onKernelRequest'], 560);
  2449.         $instance->addListener('kernel.request', [=> function () {
  2450.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener'] ?? $this->getUserPerspectiveListenerService());
  2451.         }, => 'onKernelRequest'], 0);
  2452.         $instance->addListener('kernel.request', [=> function () {
  2453.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener'] ?? $this->getUsageStatisticsListenerService());
  2454.         }, => 'onKernelRequest'], 0);
  2455.         $instance->addListener('kernel.response', [=> function () {
  2456.             return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener'] ?? $this->getEnablePreviewTimeSliderListenerService());
  2457.         }, => 'onKernelResponse'], 0);
  2458.         $instance->addListener('pimcore.dataobject.postUpdate', [=> function () {
  2459.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2460.         }, => 'onObjectUpdate'], 0);
  2461.         $instance->addListener('pimcore.dataobject.postDelete', [=> function () {
  2462.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2463.         }, => 'onObjectDelete'], 0);
  2464.         $instance->addListener('pimcore.document.postUpdate', [=> function () {
  2465.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2466.         }, => 'onDocumentUpdate'], 0);
  2467.         $instance->addListener('pimcore.document.postDelete', [=> function () {
  2468.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2469.         }, => 'onDocumentDelete'], 0);
  2470.         $instance->addListener('pimcore.asset.postUpdate', [=> function () {
  2471.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2472.         }, => 'onAssetUpdate'], 0);
  2473.         $instance->addListener('pimcore.asset.postDelete', [=> function () {
  2474.             return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
  2475.         }, => 'onAssetDelete'], 0);
  2476.         $instance->addListener('pimcore.datahub.configuration.postDelete', [=> function () {
  2477.             return ($this->privates['Pimcore\\Bundle\\DataImporterBundle\\EventListener\\ConfigurationEventSubscriber'] ?? $this->load('getConfigurationEventSubscriberService'));
  2478.         }, => 'postDelete'], 0);
  2479.         $instance->addListener('pimcore.datahub.configuration.postSave', [=> function () {
  2480.             return ($this->privates['Pimcore\\Bundle\\DataImporterBundle\\EventListener\\ConfigurationEventSubscriber'] ?? $this->load('getConfigurationEventSubscriberService'));
  2481.         }, => 'postSave'], 0);
  2482.         $instance->addListener('console.error', [=> function () {
  2483.             return ($this->privates['Elements\\Bundle\\ProcessManagerBundle\\SystemEventsListener'] ?? ($this->privates['Elements\\Bundle\\ProcessManagerBundle\\SystemEventsListener'] = new \Elements\Bundle\ProcessManagerBundle\SystemEventsListener()));
  2484.         }, => 'onConsoleError'], 0);
  2485.         $instance->addListener('console.terminate', [=> function () {
  2486.             return ($this->privates['Elements\\Bundle\\ProcessManagerBundle\\SystemEventsListener'] ?? ($this->privates['Elements\\Bundle\\ProcessManagerBundle\\SystemEventsListener'] = new \Elements\Bundle\ProcessManagerBundle\SystemEventsListener()));
  2487.         }, => 'onConsoleTerminate'], 0);
  2488.         $instance->addListener('kernel.request', [=> function () {
  2489.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  2490.         }, => 'onEvent'], 1024);
  2491.         $instance->addListener('console.command', [=> function () {
  2492.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  2493.         }, => 'onEvent'], 1024);
  2494.         $instance->addListener('kernel.request', [=> function () {
  2495.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  2496.         }, => 'onEvent'], 1024);
  2497.         $instance->addListener('console.command', [=> function () {
  2498.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  2499.         }, => 'onEvent'], 1024);
  2500.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2501.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2502.         }, => 'onLogout'], 0);
  2503.         return $instance;
  2504.     }
  2505.     /**
  2506.      * Gets the public 'http_kernel' shared service.
  2507.      *
  2508.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2509.      */
  2510.     protected function getHttpKernelService()
  2511.     {
  2512.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2513.         if (isset($this->services['http_kernel'])) {
  2514.             return $this->services['http_kernel'];
  2515.         }
  2516.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($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 () {
  2517.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2518.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2519.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2520.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2521.             yield => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\DocumentValueResolver'] ?? $this->load('getDocumentValueResolverService'));
  2522.             yield => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\EditmodeValueResolver'] ?? $this->load('getEditmodeValueResolverService'));
  2523.             yield => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\WebsiteConfigValueResolver'] ?? $this->load('getWebsiteConfigValueResolverService'));
  2524.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2525.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2526.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2527.             yield 10 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2528.         }, 11)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2529.     }
  2530.     /**
  2531.      * Gets the public 'messenger.default_bus' shared service.
  2532.      *
  2533.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2534.      */
  2535.     protected function getMessenger_DefaultBusService()
  2536.     {
  2537.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2538.             yield => ($this->privates['messenger.bus.pimcore-core.middleware.traceable'] ?? $this->load('getMessenger_Bus_Pimcorecore_Middleware_TraceableService'));
  2539.             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')));
  2540.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2541.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2542.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2543.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2544.             yield => ($this->privates['messenger.bus.pimcore-core.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Pimcorecore_Middleware_HandleMessageService'));
  2545.         }, 7)));
  2546.     }
  2547.     /**
  2548.      * Gets the public 'monolog.logger.admin' shared service.
  2549.      *
  2550.      * @return \Symfony\Bridge\Monolog\Logger
  2551.      */
  2552.     protected function getMonolog_Logger_AdminService()
  2553.     {
  2554.         $this->services['monolog.logger.admin'] = $instance = new \Symfony\Bridge\Monolog\Logger('admin');
  2555.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2556.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2557.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2558.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2559.         return $instance;
  2560.     }
  2561.     /**
  2562.      * Gets the public 'monolog.logger.cache' shared service.
  2563.      *
  2564.      * @return \Symfony\Bridge\Monolog\Logger
  2565.      */
  2566.     protected function getMonolog_Logger_CacheService()
  2567.     {
  2568.         $this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2569.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2570.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  2571.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2572.         return $instance;
  2573.     }
  2574.     /**
  2575.      * Gets the public 'monolog.logger.event' shared service.
  2576.      *
  2577.      * @return \Symfony\Bridge\Monolog\Logger
  2578.      */
  2579.     protected function getMonolog_Logger_EventService()
  2580.     {
  2581.         $this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  2582.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2583.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  2584.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2585.         return $instance;
  2586.     }
  2587.     /**
  2588.      * Gets the public 'monolog.logger.http_client' shared service.
  2589.      *
  2590.      * @return \Symfony\Bridge\Monolog\Logger
  2591.      */
  2592.     protected function getMonolog_Logger_HttpClientService()
  2593.     {
  2594.         $this->services['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
  2595.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2596.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2597.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2598.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2599.         return $instance;
  2600.     }
  2601.     /**
  2602.      * Gets the public 'monolog.logger.init' shared service.
  2603.      *
  2604.      * @return \Symfony\Bridge\Monolog\Logger
  2605.      */
  2606.     protected function getMonolog_Logger_InitService()
  2607.     {
  2608.         $this->services['monolog.logger.init'] = $instance = new \Symfony\Bridge\Monolog\Logger('init');
  2609.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2610.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2611.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2612.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2613.         return $instance;
  2614.     }
  2615.     /**
  2616.      * Gets the public 'monolog.logger.php' shared service.
  2617.      *
  2618.      * @return \Symfony\Bridge\Monolog\Logger
  2619.      */
  2620.     protected function getMonolog_Logger_PhpService()
  2621.     {
  2622.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  2623.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2624.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2625.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2626.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2627.         return $instance;
  2628.     }
  2629.     /**
  2630.      * Gets the public 'monolog.logger.profiler' shared service.
  2631.      *
  2632.      * @return \Symfony\Bridge\Monolog\Logger
  2633.      */
  2634.     protected function getMonolog_Logger_ProfilerService()
  2635.     {
  2636.         $this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  2637.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2638.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2639.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2640.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2641.         return $instance;
  2642.     }
  2643.     /**
  2644.      * Gets the public 'monolog.logger.request' shared service.
  2645.      *
  2646.      * @return \Symfony\Bridge\Monolog\Logger
  2647.      */
  2648.     protected function getMonolog_Logger_RequestService()
  2649.     {
  2650.         $this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2651.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2652.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2653.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2654.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2655.         return $instance;
  2656.     }
  2657.     /**
  2658.      * Gets the public 'monolog.logger.router' shared service.
  2659.      *
  2660.      * @return \Symfony\Bridge\Monolog\Logger
  2661.      */
  2662.     protected function getMonolog_Logger_RouterService()
  2663.     {
  2664.         $this->services['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  2665.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2666.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2667.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2668.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2669.         return $instance;
  2670.     }
  2671.     /**
  2672.      * Gets the public 'monolog.logger.routing' shared service.
  2673.      *
  2674.      * @return \Symfony\Bridge\Monolog\Logger
  2675.      */
  2676.     protected function getMonolog_Logger_RoutingService()
  2677.     {
  2678.         $this->services['monolog.logger.routing'] = $instance = new \Symfony\Bridge\Monolog\Logger('routing');
  2679.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2680.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2681.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2682.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2683.         return $instance;
  2684.     }
  2685.     /**
  2686.      * Gets the public 'monolog.logger.security' shared service.
  2687.      *
  2688.      * @return \Symfony\Bridge\Monolog\Logger
  2689.      */
  2690.     protected function getMonolog_Logger_SecurityService()
  2691.     {
  2692.         $this->services['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2693.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2694.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2695.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2696.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2697.         return $instance;
  2698.     }
  2699.     /**
  2700.      * Gets the public 'pimcore.cache.pool' shared autowired service.
  2701.      *
  2702.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  2703.      */
  2704.     protected function getPimcore_Cache_PoolService()
  2705.     {
  2706.         $a = ($this->privates['pimcore.cache.adapter.doctrine_dbal'] ?? $this->getPimcore_Cache_Adapter_DoctrineDbalService());
  2707.         if (isset($this->services['pimcore.cache.pool'])) {
  2708.             return $this->services['pimcore.cache.pool'];
  2709.         }
  2710.         $this->services['pimcore.cache.pool'] = $instance = new \Symfony\Component\Cache\Adapter\TagAwareAdapter($aNULL);
  2711.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2712.         return $instance;
  2713.     }
  2714.     /**
  2715.      * Gets the public 'pimcore.routing.router.request_context' shared service.
  2716.      *
  2717.      * @return \Symfony\Component\Routing\RequestContext
  2718.      */
  2719.     protected function getPimcore_Routing_Router_RequestContextService()
  2720.     {
  2721.         $this->services['pimcore.routing.router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2722.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2723.         return $instance;
  2724.     }
  2725.     /**
  2726.      * Gets the public 'pimcore.templating.engine.delegating' shared autowired service.
  2727.      *
  2728.      * @return \Pimcore\Templating\TwigDefaultDelegatingEngine
  2729.      */
  2730.     protected function getPimcore_Templating_Engine_DelegatingService()
  2731.     {
  2732.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2733.         if (isset($this->services['pimcore.templating.engine.delegating'])) {
  2734.             return $this->services['pimcore.templating.engine.delegating'];
  2735.         }
  2736.         return $this->services['pimcore.templating.engine.delegating'] = new \Pimcore\Templating\TwigDefaultDelegatingEngine($a, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  2737.     }
  2738.     /**
  2739.      * Gets the public 'pimcore_admin.security.user_loader' shared autowired service.
  2740.      *
  2741.      * @return \Pimcore\Bundle\AdminBundle\Security\User\UserLoader
  2742.      */
  2743.     protected function getPimcoreAdmin_Security_UserLoaderService()
  2744.     {
  2745.         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()));
  2746.     }
  2747.     /**
  2748.      * Gets the public 'request_stack' shared service.
  2749.      *
  2750.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2751.      */
  2752.     protected function getRequestStackService()
  2753.     {
  2754.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2755.     }
  2756.     /**
  2757.      * Gets the public 'router' shared service.
  2758.      *
  2759.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  2760.      */
  2761.     protected function getRouterService()
  2762.     {
  2763.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2764.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  2765.         $b = ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService());
  2766.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2767.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2768.         ], [
  2769.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2770.         ]))->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');
  2771.         $c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2772.         $c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2773.         $d = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  2774.         $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);
  2775.         $e->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2776.         $e->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  2777.         $f = new \Pimcore\Routing\Staticroute\Router($b, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  2778.         $g = ($this->services['monolog.logger.routing'] ?? $this->getMonolog_Logger_RoutingService());
  2779.         $f->setLogger($g);
  2780.         $f->setLocaleParams([]);
  2781.         $f->setLogger($g);
  2782.         $instance->setContext($b);
  2783.         $instance->add($c'300');
  2784.         $instance->add($e'200');
  2785.         $instance->add(new \Pimcore\Routing\Element\Router($b, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService())), 110);
  2786.         $instance->add($f100);
  2787.         return $instance;
  2788.     }
  2789.     /**
  2790.      * Gets the public 'var_dumper.cloner' shared service.
  2791.      *
  2792.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2793.      */
  2794.     protected function getVarDumper_ClonerService()
  2795.     {
  2796.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2797.         $instance->setMaxItems(2500);
  2798.         $instance->setMinDepth(1);
  2799.         $instance->setMaxString(-1);
  2800.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2801.         return $instance;
  2802.     }
  2803.     /**
  2804.      * Gets the private '.debug.http_client' shared service.
  2805.      *
  2806.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2807.      */
  2808.     protected function get_Debug_HttpClientService()
  2809.     {
  2810.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2811.         if ($this->has('monolog.logger.http_client')) {
  2812.             $a->setLogger(($this->services['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
  2813.         }
  2814.         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))));
  2815.     }
  2816.     /**
  2817.      * Gets the private '.service_locator.RUwm74c' shared service.
  2818.      *
  2819.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2820.      */
  2821.     protected function get_ServiceLocator_RUwm74cService()
  2822.     {
  2823.         return $this->privates['.service_locator.RUwm74c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2824.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  2825.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  2826.         ], [
  2827.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  2828.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2829.         ]);
  2830.     }
  2831.     /**
  2832.      * Gets the private '.service_locator.hNQzc35' shared service.
  2833.      *
  2834.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2835.      */
  2836.     protected function get_ServiceLocator_HNQzc35Service()
  2837.     {
  2838.         return $this->privates['.service_locator.hNQzc35'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2839.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2840.             'security.firewall.map.context.pimcore_admin' => ['privates''security.firewall.map.context.pimcore_admin''getSecurity_Firewall_Map_Context_PimcoreAdminService'true],
  2841.             'security.firewall.map.context.pimcore_admin_webdav' => ['privates''security.firewall.map.context.pimcore_admin_webdav''getSecurity_Firewall_Map_Context_PimcoreAdminWebdavService'true],
  2842.         ], [
  2843.             'security.firewall.map.context.dev' => '?',
  2844.             'security.firewall.map.context.pimcore_admin' => '?',
  2845.             'security.firewall.map.context.pimcore_admin_webdav' => '?',
  2846.         ]);
  2847.     }
  2848.     /**
  2849.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  2850.      *
  2851.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  2852.      */
  2853.     protected function getPluginClientFactoryListenerService()
  2854.     {
  2855.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))), new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2856.     }
  2857.     /**
  2858.      * Gets the private 'Pimcore\Analytics\Google\Tracker' shared autowired service.
  2859.      *
  2860.      * @return \Pimcore\Analytics\Google\Tracker
  2861.      */
  2862.     protected function getTrackerService()
  2863.     {
  2864.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2865.         if (isset($this->privates['Pimcore\\Analytics\\Google\\Tracker'])) {
  2866.             return $this->privates['Pimcore\\Analytics\\Google\\Tracker'];
  2867.         }
  2868.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2869.         if (isset($this->privates['Pimcore\\Analytics\\Google\\Tracker'])) {
  2870.             return $this->privates['Pimcore\\Analytics\\Google\\Tracker'];
  2871.         }
  2872.         $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())), $a$b);
  2873.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2874.         return $instance;
  2875.     }
  2876.     /**
  2877.      * Gets the private 'Pimcore\Analytics\SiteId\SiteIdProvider' shared autowired service.
  2878.      *
  2879.      * @return \Pimcore\Analytics\SiteId\SiteIdProvider
  2880.      */
  2881.     protected function getSiteIdProviderService()
  2882.     {
  2883.         return $this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] = new \Pimcore\Analytics\SiteId\SiteIdProvider(($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()));
  2884.     }
  2885.     /**
  2886.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener' shared autowired service.
  2887.      *
  2888.      * @return \Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener
  2889.      */
  2890.     protected function getAdminAuthenticationDoubleCheckListenerService()
  2891.     {
  2892.         $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']);
  2893.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  2894.         return $instance;
  2895.     }
  2896.     /**
  2897.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener' shared autowired service.
  2898.      *
  2899.      * @return \Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener
  2900.      */
  2901.     protected function getAdminSecurityListenerService()
  2902.     {
  2903.         $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())));
  2904.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  2905.         return $instance;
  2906.     }
  2907.     /**
  2908.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener' shared autowired service.
  2909.      *
  2910.      * @return \Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener
  2911.      */
  2912.     protected function getAdminSessionBagListenerService()
  2913.     {
  2914.         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())));
  2915.     }
  2916.     /**
  2917.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener' shared autowired service.
  2918.      *
  2919.      * @return \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener
  2920.      */
  2921.     protected function getCsrfProtectionListenerService()
  2922.     {
  2923.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener(($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] ?? $this->getCsrfProtectionHandlerService()));
  2924.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  2925.         return $instance;
  2926.     }
  2927.     /**
  2928.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener' shared autowired service.
  2929.      *
  2930.      * @return \Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener
  2931.      */
  2932.     protected function getCustomAdminEntryPointCheckListenerService()
  2933.     {
  2934.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener(NULL);
  2935.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  2936.         return $instance;
  2937.     }
  2938.     /**
  2939.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener' shared autowired service.
  2940.      *
  2941.      * @return \Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener
  2942.      */
  2943.     protected function getEnablePreviewTimeSliderListenerService()
  2944.     {
  2945.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener(($this->services['Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver'] ?? $this->getOutputTimestampResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()));
  2946.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  2947.         return $instance;
  2948.     }
  2949.     /**
  2950.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener' shared autowired service.
  2951.      *
  2952.      * @return \Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener
  2953.      */
  2954.     protected function getHttpCacheListenerService()
  2955.     {
  2956.         $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())));
  2957.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  2958.         return $instance;
  2959.     }
  2960.     /**
  2961.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener' shared autowired service.
  2962.      *
  2963.      * @return \Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener
  2964.      */
  2965.     protected function getUsageStatisticsListenerService()
  2966.     {
  2967.         $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())));
  2968.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  2969.         return $instance;
  2970.     }
  2971.     /**
  2972.      * Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener' shared autowired service.
  2973.      *
  2974.      * @return \Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener
  2975.      */
  2976.     protected function getUserPerspectiveListenerService()
  2977.     {
  2978.         $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener(($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()));
  2979.         $a = ($this->services['monolog.logger.admin'] ?? $this->getMonolog_Logger_AdminService());
  2980.         $instance->setLogger($a);
  2981.         $instance->setLogger($a);
  2982.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  2983.         return $instance;
  2984.     }
  2985.     /**
  2986.      * Gets the private 'Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator' shared autowired service.
  2987.      *
  2988.      * @return \Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator
  2989.      */
  2990.     protected function getAdminSessionBagConfiguratorService()
  2991.     {
  2992.         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())));
  2993.     }
  2994.     /**
  2995.      * Gets the private 'Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector' shared autowired service.
  2996.      *
  2997.      * @return \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector
  2998.      */
  2999.     protected function getPimcoreDataCollectorService()
  3000.     {
  3001.         return $this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector'] = new \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3002.     }
  3003.     /**
  3004.      * Gets the private 'Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector' shared autowired service.
  3005.      *
  3006.      * @return \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector
  3007.      */
  3008.     protected function getPimcoreTargetingDataCollectorService()
  3009.     {
  3010.         $a = ($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] ?? $this->getTargetingDataCollectorService());
  3011.         if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'])) {
  3012.             return $this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'];
  3013.         }
  3014.         return $this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'] = new \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector(($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage())), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), $a);
  3015.     }
  3016.     /**
  3017.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener' shared autowired service.
  3018.      *
  3019.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener
  3020.      */
  3021.     protected function getBlockStateListenerService()
  3022.     {
  3023.         $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())));
  3024.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3025.         $instance->setLogger($a);
  3026.         $instance->setLogger($a);
  3027.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3028.         return $instance;
  3029.     }
  3030.     /**
  3031.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener' shared autowired service.
  3032.      *
  3033.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener
  3034.      */
  3035.     protected function getDocumentFallbackListenerService()
  3036.     {
  3037.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()), ($this->services['Pimcore\\Model\\Document\\Service'] ?? ($this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service())));
  3038.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3039.         return $instance;
  3040.     }
  3041.     /**
  3042.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener' shared autowired service.
  3043.      *
  3044.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener
  3045.      */
  3046.     protected function getDocumentMetaDataListenerService()
  3047.     {
  3048.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadMeta'] ?? $this->getHeadMetaService()));
  3049.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3050.         return $instance;
  3051.     }
  3052.     /**
  3053.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener' shared autowired service.
  3054.      *
  3055.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener
  3056.      */
  3057.     protected function getEditmodeListenerService()
  3058.     {
  3059.         $a = ($this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'] ?? $this->getPimcoreBundleManagerService());
  3060.         if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'])) {
  3061.             return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'];
  3062.         }
  3063.         $b = ($this->services['router'] ?? $this->getRouterService());
  3064.         if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'])) {
  3065.             return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'];
  3066.         }
  3067.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener(($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['pimcore_admin.security.user_loader'] ?? $this->getPimcoreAdmin_Security_UserLoaderService()), $a$b, ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] ?? ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] = new \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector())));
  3068.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3069.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3070.         return $instance;
  3071.     }
  3072.     /**
  3073.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener' shared autowired service.
  3074.      *
  3075.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener
  3076.      */
  3077.     protected function getElementListenerService()
  3078.     {
  3079.         $a = ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService());
  3080.         if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener'])) {
  3081.             return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener'];
  3082.         }
  3083.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['pimcore_admin.security.user_loader'] ?? $this->getPimcoreAdmin_Security_UserLoaderService()), $a, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  3084.         $b = ($this->services['monolog.logger.init'] ?? $this->getMonolog_Logger_InitService());
  3085.         $instance->setLogger($b);
  3086.         $instance->setLogger($b);
  3087.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3088.         return $instance;
  3089.     }
  3090.     /**
  3091.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener' shared autowired service.
  3092.      *
  3093.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener
  3094.      */
  3095.     protected function getGlobalTemplateVariablesListenerService()
  3096.     {
  3097.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3098.         if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'])) {
  3099.             return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'];
  3100.         }
  3101.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), $a);
  3102.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3103.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3104.         return $instance;
  3105.     }
  3106.     /**
  3107.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener' shared autowired service.
  3108.      *
  3109.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener
  3110.      */
  3111.     protected function getGoogleSearchConsoleVerificationListenerService()
  3112.     {
  3113.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener();
  3114.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3115.         return $instance;
  3116.     }
  3117.     /**
  3118.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener' shared autowired service.
  3119.      *
  3120.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener
  3121.      */
  3122.     protected function getHardlinkCanonicalListenerService()
  3123.     {
  3124.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()));
  3125.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3126.         return $instance;
  3127.     }
  3128.     /**
  3129.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener' shared autowired service.
  3130.      *
  3131.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener
  3132.      */
  3133.     protected function getInternalWysiwygHtmlAttributeFilterListenerService()
  3134.     {
  3135.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener();
  3136.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  3137.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3138.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  3139.         return $instance;
  3140.     }
  3141.     /**
  3142.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener' shared autowired service.
  3143.      *
  3144.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener
  3145.      */
  3146.     protected function getLocaleListenerService()
  3147.     {
  3148.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener();
  3149.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3150.         return $instance;
  3151.     }
  3152.     /**
  3153.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener' shared autowired service.
  3154.      *
  3155.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener
  3156.      */
  3157.     protected function getOutputTimestampListenerService()
  3158.     {
  3159.         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()));
  3160.     }
  3161.     /**
  3162.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener' shared autowired service.
  3163.      *
  3164.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener
  3165.      */
  3166.     protected function getRoutingListenerService()
  3167.     {
  3168.         $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())));
  3169.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3170.         return $instance;
  3171.     }
  3172.     /**
  3173.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener' shared autowired service.
  3174.      *
  3175.      * @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener
  3176.      */
  3177.     protected function getStaticPageGeneratorListenerService()
  3178.     {
  3179.         $a = ($this->services['Pimcore\\Document\\StaticPageGenerator'] ?? $this->getStaticPageGeneratorService());
  3180.         if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'])) {
  3181.             return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'];
  3182.         }
  3183.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener($a, ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
  3184.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3185.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  3186.         return $instance;
  3187.     }
  3188.     /**
  3189.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener' shared autowired service.
  3190.      *
  3191.      * @return \Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener
  3192.      */
  3193.     protected function getMaintenancePageListenerService()
  3194.     {
  3195.         $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener(($this->services['kernel'] ?? $this->get('kernel'1)));
  3196.         $instance->loadTemplateFromResource('@PimcoreCoreBundle/Resources/misc/maintenance.html');
  3197.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  3198.         return $instance;
  3199.     }
  3200.     /**
  3201.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener' shared autowired service.
  3202.      *
  3203.      * @return \Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener
  3204.      */
  3205.     protected function getPimcoreContextListenerService()
  3206.     {
  3207.         $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())));
  3208.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3209.         $instance->setLogger($a);
  3210.         $instance->setLogger($a);
  3211.         return $instance;
  3212.     }
  3213.     /**
  3214.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener' shared autowired service.
  3215.      *
  3216.      * @return \Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener
  3217.      */
  3218.     protected function getResponseHeaderListenerService()
  3219.     {
  3220.         return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener(($this->services['Pimcore\\Http\\Request\\Resolver\\ResponseHeaderResolver'] ?? $this->getResponseHeaderResolverService()));
  3221.     }
  3222.     /**
  3223.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener' shared autowired service.
  3224.      *
  3225.      * @return \Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener
  3226.      */
  3227.     protected function getResponseStackListenerService()
  3228.     {
  3229.         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())));
  3230.     }
  3231.     /**
  3232.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener' shared autowired service.
  3233.      *
  3234.      * @return \Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener
  3235.      */
  3236.     protected function getTranslationDebugListenerService()
  3237.     {
  3238.         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');
  3239.     }
  3240.     /**
  3241.      * Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener' shared autowired service.
  3242.      *
  3243.      * @return \Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener
  3244.      */
  3245.     protected function getWebDebugToolbarListenerService()
  3246.     {
  3247.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3248.         if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'])) {
  3249.             return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'];
  3250.         }
  3251.         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()), $a$this->parameters['pimcore.web_profiler.toolbar.excluded_routes']);
  3252.     }
  3253.     /**
  3254.      * Gets the private 'Pimcore\Document\Editable\EditmodeEditableDefinitionCollector' shared autowired service.
  3255.      *
  3256.      * @return \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector
  3257.      */
  3258.     protected function getEditmodeEditableDefinitionCollectorService()
  3259.     {
  3260.         return $this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] = new \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector();
  3261.     }
  3262.     /**
  3263.      * Gets the private 'Pimcore\Http\Response\CodeInjector' shared autowired service.
  3264.      *
  3265.      * @return \Pimcore\Http\Response\CodeInjector
  3266.      */
  3267.     protected function getCodeInjectorService()
  3268.     {
  3269.         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())));
  3270.     }
  3271.     /**
  3272.      * Gets the private 'Pimcore\Routing\Dynamic\DocumentRouteHandler' shared autowired service.
  3273.      *
  3274.      * @return \Pimcore\Routing\Dynamic\DocumentRouteHandler
  3275.      */
  3276.     protected function getDocumentRouteHandlerService()
  3277.     {
  3278.         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()));
  3279.     }
  3280.     /**
  3281.      * Gets the private 'Pimcore\Routing\RedirectHandler' shared autowired service.
  3282.      *
  3283.      * @return \Pimcore\Routing\RedirectHandler
  3284.      */
  3285.     protected function getRedirectHandlerService()
  3286.     {
  3287.         $a = ($this->services['Symfony\\Component\\Lock\\LockFactory'] ?? $this->getLockFactoryService());
  3288.         if (isset($this->privates['Pimcore\\Routing\\RedirectHandler'])) {
  3289.             return $this->privates['Pimcore\\Routing\\RedirectHandler'];
  3290.         }
  3291.         $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())), $a);
  3292.         $b = ($this->services['monolog.logger.routing'] ?? $this->getMonolog_Logger_RoutingService());
  3293.         $instance->setLogger($b);
  3294.         $instance->setLogger($b);
  3295.         return $instance;
  3296.     }
  3297.     /**
  3298.      * Gets the private 'Pimcore\Targeting\ActionHandler\DelegatingActionHandler' shared autowired service.
  3299.      *
  3300.      * @return \Pimcore\Targeting\ActionHandler\DelegatingActionHandler
  3301.      */
  3302.     protected function getDelegatingActionHandlerService()
  3303.     {
  3304.         return $this->privates['Pimcore\\Targeting\\ActionHandler\\DelegatingActionHandler'] = new \Pimcore\Targeting\ActionHandler\DelegatingActionHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3305.             'assign_target_group' => ['privates''Pimcore\\Targeting\\ActionHandler\\AssignTargetGroup''getAssignTargetGroupService'true],
  3306.             'codesnippet' => ['privates''Pimcore\\Targeting\\ActionHandler\\CodeSnippet''getCodeSnippetService'true],
  3307.             'redirect' => ['privates''Pimcore\\Targeting\\ActionHandler\\Redirect''getRedirectService'true],
  3308.         ], [
  3309.             'assign_target_group' => '?',
  3310.             'codesnippet' => '?',
  3311.             'redirect' => '?',
  3312.         ]), ($this->privates['Pimcore\\Targeting\\DataLoader'] ?? $this->getDataLoaderService()));
  3313.     }
  3314.     /**
  3315.      * Gets the private 'Pimcore\Targeting\ConditionMatcher' shared autowired service.
  3316.      *
  3317.      * @return \Pimcore\Targeting\ConditionMatcher
  3318.      */
  3319.     protected function getConditionMatcherService()
  3320.     {
  3321.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3322.         if (isset($this->privates['Pimcore\\Targeting\\ConditionMatcher'])) {
  3323.             return $this->privates['Pimcore\\Targeting\\ConditionMatcher'];
  3324.         }
  3325.         $b = ($this->privates['Pimcore\\Targeting\\DataLoader'] ?? $this->getDataLoaderService());
  3326.         if (isset($this->privates['Pimcore\\Targeting\\ConditionMatcher'])) {
  3327.             return $this->privates['Pimcore\\Targeting\\ConditionMatcher'];
  3328.         }
  3329.         $c = ($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService());
  3330.         if (isset($this->privates['Pimcore\\Targeting\\ConditionMatcher'])) {
  3331.             return $this->privates['Pimcore\\Targeting\\ConditionMatcher'];
  3332.         }
  3333.         return $this->privates['Pimcore\\Targeting\\ConditionMatcher'] = new \Pimcore\Targeting\ConditionMatcher(new \Pimcore\Targeting\ConditionFactory($a$this->parameters['pimcore.targeting.conditions']), $b$a, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage($c), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3334.     }
  3335.     /**
  3336.      * Gets the private 'Pimcore\Targeting\DataLoader' shared autowired service.
  3337.      *
  3338.      * @return \Pimcore\Targeting\DataLoader
  3339.      */
  3340.     protected function getDataLoaderService()
  3341.     {
  3342.         $this->privates['Pimcore\\Targeting\\DataLoader'] = $instance = new \Pimcore\Targeting\DataLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3343.             'device' => ['privates''Pimcore\\Targeting\\DataProvider\\Device''getDeviceService'true],
  3344.             'geoip' => ['privates''Pimcore\\Targeting\\DataProvider\\GeoIp''getGeoIpService'true],
  3345.             'geolocation' => ['privates''Pimcore\\Targeting\\DataProvider\\GeoLocation''getGeoLocationService'true],
  3346.             'targeting_storage' => ['privates''Pimcore\\Targeting\\DataProvider\\TargetingStorage''getTargetingStorageService'true],
  3347.             'visited_pages_counter' => ['privates''Pimcore\\Targeting\\DataProvider\\VisitedPagesCounter''getVisitedPagesCounterService'true],
  3348.         ], [
  3349.             'device' => '?',
  3350.             'geoip' => '?',
  3351.             'geolocation' => '?',
  3352.             'targeting_storage' => '?',
  3353.             'visited_pages_counter' => '?',
  3354.         ]));
  3355.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3356.         return $instance;
  3357.     }
  3358.     /**
  3359.      * Gets the private 'Pimcore\Targeting\Debug\OverrideHandler' shared autowired service.
  3360.      *
  3361.      * @return \Pimcore\Targeting\Debug\OverrideHandler
  3362.      */
  3363.     protected function getOverrideHandlerService($lazyLoad true)
  3364.     {
  3365.         if ($lazyLoad) {
  3366.             return $this->privates['Pimcore\\Targeting\\Debug\\OverrideHandler'] = $this->createProxy('OverrideHandler_fb58919', function () {
  3367.                 return \OverrideHandler_fb58919::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3368.                     $wrappedInstance $this->getOverrideHandlerService(false);
  3369.                     $proxy->setProxyInitializer(null);
  3370.                     return true;
  3371.                 });
  3372.             });
  3373.         }
  3374.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/OverrideHandler.php';
  3375.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/OverrideHandlerInterface.php';
  3376.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/DocumentTargetingOverrideHandler.php';
  3377.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/LanguageOverrideHandler.php';
  3378.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/DeviceOverrideHandler.php';
  3379.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/LocationOverrideHandler.php';
  3380.         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()]);
  3381.     }
  3382.     /**
  3383.      * Gets the private 'Pimcore\Targeting\Debug\TargetingDataCollector' shared autowired service.
  3384.      *
  3385.      * @return \Pimcore\Targeting\Debug\TargetingDataCollector
  3386.      */
  3387.     protected function getTargetingDataCollectorService()
  3388.     {
  3389.         $a = ($this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] ?? $this->getCookieStorageService());
  3390.         if (isset($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'])) {
  3391.             return $this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'];
  3392.         }
  3393.         $b = ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService());
  3394.         if (isset($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'])) {
  3395.             return $this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'];
  3396.         }
  3397.         $this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] = $instance = new \Pimcore\Targeting\Debug\TargetingDataCollector($a$b);
  3398.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3399.         return $instance;
  3400.     }
  3401.     /**
  3402.      * Gets the private 'Pimcore\Targeting\EventListener\TargetingListener' shared autowired service.
  3403.      *
  3404.      * @return \Pimcore\Targeting\EventListener\TargetingListener
  3405.      */
  3406.     protected function getTargetingListenerService()
  3407.     {
  3408.         $a = ($this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] ?? $this->getCookieStorageService());
  3409.         if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
  3410.             return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
  3411.         }
  3412.         $b = ($this->privates['Pimcore\\Targeting\\ConditionMatcher'] ?? $this->getConditionMatcherService());
  3413.         if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
  3414.             return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
  3415.         }
  3416.         $c = ($this->privates['Pimcore\\Targeting\\ActionHandler\\DelegatingActionHandler'] ?? $this->getDelegatingActionHandlerService());
  3417.         if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
  3418.             return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
  3419.         }
  3420.         $d = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  3421.         if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
  3422.             return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
  3423.         }
  3424.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3425.         if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
  3426.             return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
  3427.         }
  3428.         $f = ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage()));
  3429.         $g = new \Pimcore\Targeting\VisitorInfoResolver($a$f$b$c$d$e);
  3430.         $h = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3431.         $g->setStopwatch($h);
  3432.         $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] = $instance = new \Pimcore\Targeting\EventListener\TargetingListener($g$c$f, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), new \Pimcore\Targeting\Code\TargetingCodeGenerator($e, ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService())));
  3433.         $instance->setStopwatch($h);
  3434.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3435.         $instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
  3436.         $instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
  3437.         return $instance;
  3438.     }
  3439.     /**
  3440.      * Gets the private 'Pimcore\Targeting\EventListener\ToolbarListener' shared autowired service.
  3441.      *
  3442.      * @return \Pimcore\Targeting\EventListener\ToolbarListener
  3443.      */
  3444.     protected function getToolbarListenerService()
  3445.     {
  3446.         $a = ($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] ?? $this->getTargetingDataCollectorService());
  3447.         if (isset($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'])) {
  3448.             return $this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'];
  3449.         }
  3450.         $b = ($this->privates['Pimcore\\Targeting\\Debug\\OverrideHandler'] ?? $this->getOverrideHandlerService());
  3451.         if (isset($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'])) {
  3452.             return $this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'];
  3453.         }
  3454.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3455.         if (isset($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'])) {
  3456.             return $this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'];
  3457.         }
  3458.         $this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] = $instance = new \Pimcore\Targeting\EventListener\ToolbarListener(($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage())), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), $a$b$c, ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService()), ($this->privates['Pimcore\\Http\\Response\\CodeInjector'] ?? $this->getCodeInjectorService()));
  3459.         $instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
  3460.         return $instance;
  3461.     }
  3462.     /**
  3463.      * Gets the private 'Pimcore\Targeting\Storage\CookieStorage' shared autowired service.
  3464.      *
  3465.      * @return \Pimcore\Targeting\Storage\CookieStorage
  3466.      */
  3467.     protected function getCookieStorageService()
  3468.     {
  3469.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3470.         if (isset($this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'])) {
  3471.             return $this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'];
  3472.         }
  3473.         return $this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] = new \Pimcore\Targeting\Storage\CookieStorage(new \Pimcore\Targeting\Storage\Cookie\JWTCookieSaveHandler('Jvcbl8XfHj0vG9TlmmXZT/ImiyDvnaczpGfaaGPNh9s=', [], NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), $a);
  3474.     }
  3475.     /**
  3476.      * Gets the private 'Pimcore\Templating\Renderer\ActionRenderer' shared autowired service.
  3477.      *
  3478.      * @return \Pimcore\Templating\Renderer\ActionRenderer
  3479.      */
  3480.     protected function getActionRendererService()
  3481.     {
  3482.         $a = ($this->privates['twig.runtime.httpkernel'] ?? $this->getTwig_Runtime_HttpkernelService());
  3483.         if (isset($this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'])) {
  3484.             return $this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'];
  3485.         }
  3486.         return $this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] = new \Pimcore\Templating\Renderer\ActionRenderer($a);
  3487.     }
  3488.     /**
  3489.      * Gets the private 'Pimcore\Twig\Extension\SubrequestExtension' shared autowired service.
  3490.      *
  3491.      * @return \Pimcore\Twig\Extension\SubrequestExtension
  3492.      */
  3493.     protected function getSubrequestExtensionService($lazyLoad true)
  3494.     {
  3495.         if ($lazyLoad) {
  3496.             return $this->privates['Pimcore\\Twig\\Extension\\SubrequestExtension'] = $this->createProxy('SubrequestExtension_ac4dffd', function () {
  3497.                 return \SubrequestExtension_ac4dffd::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3498.                     $wrappedInstance $this->getSubrequestExtensionService(false);
  3499.                     $proxy->setProxyInitializer(null);
  3500.                     return true;
  3501.                 });
  3502.             });
  3503.         }
  3504.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/SubrequestExtension.php';
  3505.         return new \Pimcore\Twig\Extension\SubrequestExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'] ?? $this->getIncService()));
  3506.     }
  3507.     /**
  3508.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadLink' shared autowired service.
  3509.      *
  3510.      * @return \Pimcore\Twig\Extension\Templating\HeadLink
  3511.      */
  3512.     protected function getHeadLinkService()
  3513.     {
  3514.         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()));
  3515.     }
  3516.     /**
  3517.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadMeta' shared autowired service.
  3518.      *
  3519.      * @return \Pimcore\Twig\Extension\Templating\HeadMeta
  3520.      */
  3521.     protected function getHeadMetaService()
  3522.     {
  3523.         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())));
  3524.     }
  3525.     /**
  3526.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadScript' shared autowired service.
  3527.      *
  3528.      * @return \Pimcore\Twig\Extension\Templating\HeadScript
  3529.      */
  3530.     protected function getHeadScriptService()
  3531.     {
  3532.         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()));
  3533.     }
  3534.     /**
  3535.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadStyle' shared autowired service.
  3536.      *
  3537.      * @return \Pimcore\Twig\Extension\Templating\HeadStyle
  3538.      */
  3539.     protected function getHeadStyleService()
  3540.     {
  3541.         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())));
  3542.     }
  3543.     /**
  3544.      * Gets the private 'Pimcore\Twig\Extension\Templating\HeadTitle' shared autowired service.
  3545.      *
  3546.      * @return \Pimcore\Twig\Extension\Templating\HeadTitle
  3547.      */
  3548.     protected function getHeadTitleService()
  3549.     {
  3550.         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())));
  3551.     }
  3552.     /**
  3553.      * Gets the private 'Pimcore\Twig\Extension\Templating\Inc' shared autowired service.
  3554.      *
  3555.      * @return \Pimcore\Twig\Extension\Templating\Inc
  3556.      */
  3557.     protected function getIncService()
  3558.     {
  3559.         $a = ($this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] ?? $this->getActionRendererService());
  3560.         if (isset($this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'])) {
  3561.             return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'];
  3562.         }
  3563.         $b = ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService());
  3564.         if (isset($this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'])) {
  3565.             return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'];
  3566.         }
  3567.         return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'] = new \Pimcore\Twig\Extension\Templating\Inc(new \Pimcore\Templating\Renderer\IncludeRenderer($a$b), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()));
  3568.     }
  3569.     /**
  3570.      * Gets the private 'Pimcore\Twig\Extension\Templating\InlineScript' shared autowired service.
  3571.      *
  3572.      * @return \Pimcore\Twig\Extension\Templating\InlineScript
  3573.      */
  3574.     protected function getInlineScriptService()
  3575.     {
  3576.         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()));
  3577.     }
  3578.     /**
  3579.      * Gets the private 'Pimcore\Twig\Extension\Templating\Navigation' shared autowired service.
  3580.      *
  3581.      * @return \Pimcore\Twig\Extension\Templating\Navigation
  3582.      */
  3583.     protected function getNavigationService($lazyLoad true)
  3584.     {
  3585.         if ($lazyLoad) {
  3586.             return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Navigation'] = $this->createProxy('Navigation_62d2b4b', function () {
  3587.                 return \Navigation_62d2b4b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3588.                     $wrappedInstance $this->getNavigationService(false);
  3589.                     $proxy->setProxyInitializer(null);
  3590.                     return true;
  3591.                 });
  3592.             });
  3593.         }
  3594.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Navigation.php';
  3595.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Navigation/Builder.php';
  3596.         return new \Pimcore\Twig\Extension\Templating\Navigation(new \Pimcore\Navigation\Builder(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3597.             'breadcrumbs' => ['privates''Pimcore\\Navigation\\Renderer\\Breadcrumbs''getBreadcrumbsService'true],
  3598.             'menu' => ['privates''Pimcore\\Navigation\\Renderer\\Menu''getMenuService'true],
  3599.         ], [
  3600.             'breadcrumbs' => '?',
  3601.             'menu' => '?',
  3602.         ]));
  3603.     }
  3604.     /**
  3605.      * Gets the private 'Pimcore\Twig\Extension\Templating\PimcoreUrl' shared autowired service.
  3606.      *
  3607.      * @return \Pimcore\Twig\Extension\Templating\PimcoreUrl
  3608.      */
  3609.     protected function getPimcoreUrlService()
  3610.     {
  3611.         $a = ($this->services['router'] ?? $this->getRouterService());
  3612.         if (isset($this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'])) {
  3613.             return $this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'];
  3614.         }
  3615.         return $this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] = new \Pimcore\Twig\Extension\Templating\PimcoreUrl($a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
  3616.     }
  3617.     /**
  3618.      * Gets the private 'Pimcore\Twig\Extension\Templating\Placeholder' shared autowired service.
  3619.      *
  3620.      * @return \Pimcore\Twig\Extension\Templating\Placeholder
  3621.      */
  3622.     protected function getPlaceholderService()
  3623.     {
  3624.         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())));
  3625.     }
  3626.     /**
  3627.      * Gets the private 'annotations.cache_adapter' shared service.
  3628.      *
  3629.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3630.      */
  3631.     protected function getAnnotations_CacheAdapterService()
  3632.     {
  3633.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3634.     }
  3635.     /**
  3636.      * Gets the private 'annotations.cached_reader' shared service.
  3637.      *
  3638.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3639.      */
  3640.     protected function getAnnotations_CachedReaderService()
  3641.     {
  3642.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3643.     }
  3644.     /**
  3645.      * Gets the private 'annotations.reader' shared service.
  3646.      *
  3647.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3648.      */
  3649.     protected function getAnnotations_ReaderService()
  3650.     {
  3651.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3652.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3653.         $a->registerUniqueLoader('class_exists');
  3654.         $instance->addGlobalIgnoredName('required'$a);
  3655.         return $instance;
  3656.     }
  3657.     /**
  3658.      * Gets the private 'cache.annotations' shared service.
  3659.      *
  3660.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3661.      */
  3662.     protected function getCache_AnnotationsService()
  3663.     {
  3664.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4FRtkEU5p4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3665.     }
  3666.     /**
  3667.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3668.      *
  3669.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3670.      */
  3671.     protected function getCache_Messenger_RestartWorkersSignalService()
  3672.     {
  3673.         $a = ($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService());
  3674.         if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  3675.             return $this->privates['cache.messenger.restart_workers_signal'];
  3676.         }
  3677.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ProxyAdapter($a'app'));
  3678.     }
  3679.     /**
  3680.      * Gets the private 'cache.property_info' shared service.
  3681.      *
  3682.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3683.      */
  3684.     protected function getCache_PropertyInfoService()
  3685.     {
  3686.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ghzu8ORGsO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3687.     }
  3688.     /**
  3689.      * Gets the private 'cache.rate_limiter' shared service.
  3690.      *
  3691.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3692.      */
  3693.     protected function getCache_RateLimiterService()
  3694.     {
  3695.         $a = ($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService());
  3696.         if (isset($this->privates['cache.rate_limiter'])) {
  3697.             return $this->privates['cache.rate_limiter'];
  3698.         }
  3699.         return $this->privates['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ProxyAdapter($a'app'));
  3700.     }
  3701.     /**
  3702.      * Gets the private 'cache.security_expression_language' shared service.
  3703.      *
  3704.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3705.      */
  3706.     protected function getCache_SecurityExpressionLanguageService()
  3707.     {
  3708.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('h-A5IoD87n'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3709.     }
  3710.     /**
  3711.      * Gets the private 'cache.serializer' shared service.
  3712.      *
  3713.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3714.      */
  3715.     protected function getCache_SerializerService()
  3716.     {
  3717.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('M20eLyg0UJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3718.     }
  3719.     /**
  3720.      * Gets the private 'cache.validator' shared service.
  3721.      *
  3722.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3723.      */
  3724.     protected function getCache_ValidatorService()
  3725.     {
  3726.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Us1nYQ9AKi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3727.     }
  3728.     /**
  3729.      * Gets the private 'config_cache_factory' shared service.
  3730.      *
  3731.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3732.      */
  3733.     protected function getConfigCacheFactoryService()
  3734.     {
  3735.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3736.             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)));
  3737.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3738.         }, 2));
  3739.     }
  3740.     /**
  3741.      * Gets the private 'data_collector.form' shared service.
  3742.      *
  3743.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3744.      */
  3745.     protected function getDataCollector_FormService()
  3746.     {
  3747.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3748.     }
  3749.     /**
  3750.      * Gets the private 'data_collector.request' shared service.
  3751.      *
  3752.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3753.      */
  3754.     protected function getDataCollector_RequestService()
  3755.     {
  3756.         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())));
  3757.     }
  3758.     /**
  3759.      * Gets the private 'debug.controller_resolver' shared service.
  3760.      *
  3761.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3762.      */
  3763.     protected function getDebug_ControllerResolverService()
  3764.     {
  3765.         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))));
  3766.     }
  3767.     /**
  3768.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3769.      *
  3770.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3771.      */
  3772.     protected function getDebug_DebugHandlersListenerService()
  3773.     {
  3774.         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);
  3775.     }
  3776.     /**
  3777.      * Gets the private 'debug.file_link_formatter' shared service.
  3778.      *
  3779.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3780.      */
  3781.     protected function getDebug_FileLinkFormatterService()
  3782.     {
  3783.         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 () {
  3784.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3785.         });
  3786.     }
  3787.     /**
  3788.      * Gets the private 'debug.log_processor' shared service.
  3789.      *
  3790.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3791.      */
  3792.     protected function getDebug_LogProcessorService()
  3793.     {
  3794.         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())));
  3795.     }
  3796.     /**
  3797.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3798.      *
  3799.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3800.      */
  3801.     protected function getDebug_Security_Access_DecisionManagerService()
  3802.     {
  3803.         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 () {
  3804.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3805.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  3806.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3807.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3808.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3809.     }
  3810.     /**
  3811.      * Gets the private 'debug.security.firewall' shared service.
  3812.      *
  3813.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3814.      */
  3815.     protected function getDebug_Security_FirewallService()
  3816.     {
  3817.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3818.         if (isset($this->privates['debug.security.firewall'])) {
  3819.             return $this->privates['debug.security.firewall'];
  3820.         }
  3821.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3822.         if (isset($this->privates['debug.security.firewall'])) {
  3823.             return $this->privates['debug.security.firewall'];
  3824.         }
  3825.         $c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  3826.         if (isset($this->privates['debug.security.firewall'])) {
  3827.             return $this->privates['debug.security.firewall'];
  3828.         }
  3829.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b$c);
  3830.     }
  3831.     /**
  3832.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  3833.      *
  3834.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  3835.      */
  3836.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  3837.     {
  3838.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']);
  3839.     }
  3840.     /**
  3841.      * Gets the private 'exception_listener' shared service.
  3842.      *
  3843.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3844.      */
  3845.     protected function getExceptionListener2Service()
  3846.     {
  3847.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->services['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3848.     }
  3849.     /**
  3850.      * Gets the private 'form.registry' shared service.
  3851.      *
  3852.      * @return \Symfony\Component\Form\FormRegistry
  3853.      */
  3854.     protected function getForm_RegistryService()
  3855.     {
  3856.         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, [
  3857.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  3858.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  3859.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  3860.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  3861.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  3862.         ], [
  3863.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  3864.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3865.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  3866.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3867.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3868.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3869.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  3870.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  3871.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  3872.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  3873.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  3874.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  3875.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3876.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3877.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3878.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3879.         }, 1)], new RewindableGenerator(function () {
  3880.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  3881.         }, 1))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3882.     }
  3883.     /**
  3884.      * Gets the private 'fragment.renderer.inline' shared service.
  3885.      *
  3886.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  3887.      */
  3888.     protected function getFragment_Renderer_InlineService()
  3889.     {
  3890.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  3891.         if (isset($this->privates['fragment.renderer.inline'])) {
  3892.             return $this->privates['fragment.renderer.inline'];
  3893.         }
  3894.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3895.         if (isset($this->privates['fragment.renderer.inline'])) {
  3896.             return $this->privates['fragment.renderer.inline'];
  3897.         }
  3898.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  3899.         $instance->setFragmentPath('/_fragment');
  3900.         return $instance;
  3901.     }
  3902.     /**
  3903.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3904.      *
  3905.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3906.      */
  3907.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3908.     {
  3909.         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())));
  3910.     }
  3911.     /**
  3912.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3913.      *
  3914.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3915.      */
  3916.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3917.     {
  3918.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3919.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3920.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3921.         }
  3922.         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()), $a);
  3923.     }
  3924.     /**
  3925.      * Gets the private 'locale_aware_listener' shared service.
  3926.      *
  3927.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3928.      */
  3929.     protected function getLocaleAwareListenerService()
  3930.     {
  3931.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3932.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  3933.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3934.             yield => ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService());
  3935.             yield => ($this->privates['Pimcore\\Bundle\\AdminBundle\\Translation\\AdminUserTranslator'] ?? $this->load('getAdminUserTranslatorService'));
  3936.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3937.     }
  3938.     /**
  3939.      * Gets the private 'locale_listener' shared service.
  3940.      *
  3941.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3942.      */
  3943.     protected function getLocaleListener2Service()
  3944.     {
  3945.         $a = ($this->services['router'] ?? $this->getRouterService());
  3946.         if (isset($this->privates['locale_listener'])) {
  3947.             return $this->privates['locale_listener'];
  3948.         }
  3949.         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'$afalse, []);
  3950.     }
  3951.     /**
  3952.      * Gets the private 'monolog.handler.console' shared service.
  3953.      *
  3954.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3955.      */
  3956.     protected function getMonolog_Handler_ConsoleService()
  3957.     {
  3958.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3959.     }
  3960.     /**
  3961.      * Gets the private 'monolog.handler.main' shared service.
  3962.      *
  3963.      * @return \Monolog\Handler\StreamHandler
  3964.      */
  3965.     protected function getMonolog_Handler_MainService()
  3966.     {
  3967.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  3968.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3969.         return $instance;
  3970.     }
  3971.     /**
  3972.      * Gets the private 'monolog.logger' shared service.
  3973.      *
  3974.      * @return \Symfony\Bridge\Monolog\Logger
  3975.      */
  3976.     protected function getMonolog_LoggerService()
  3977.     {
  3978.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3979.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3980.         $instance->useMicrosecondTimestamps(true);
  3981.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3982.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3983.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3984.         return $instance;
  3985.     }
  3986.     /**
  3987.      * Gets the private 'parameter_bag' shared service.
  3988.      *
  3989.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3990.      */
  3991.     protected function getParameterBagService()
  3992.     {
  3993.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3994.     }
  3995.     /**
  3996.      * Gets the private 'pimcore.cache.adapter.doctrine_dbal' shared autowired service.
  3997.      *
  3998.      * @return \Symfony\Component\Cache\Adapter\DoctrineDbalAdapter
  3999.      */
  4000.     protected function getPimcore_Cache_Adapter_DoctrineDbalService()
  4001.     {
  4002.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4003.         if (isset($this->privates['pimcore.cache.adapter.doctrine_dbal'])) {
  4004.             return $this->privates['pimcore.cache.adapter.doctrine_dbal'];
  4005.         }
  4006.         $this->privates['pimcore.cache.adapter.doctrine_dbal'] = $instance = new \Symfony\Component\Cache\Adapter\DoctrineDbalAdapter($a''31536000);
  4007.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4008.         return $instance;
  4009.     }
  4010.     /**
  4011.      * Gets the private 'pimcore.cache.adapter.redis_tag_aware' shared service.
  4012.      *
  4013.      * @return \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter
  4014.      */
  4015.     protected function getPimcore_Cache_Adapter_RedisTagAwareService()
  4016.     {
  4017.         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()));
  4018.     }
  4019.     /**
  4020.      * Gets the private 'pimcore.cache.adapter.redis_tag_aware.recorder_inner' shared autowired service.
  4021.      *
  4022.      * @return \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter
  4023.      */
  4024.     protected function getPimcore_Cache_Adapter_RedisTagAware_RecorderInnerService($lazyLoad true)
  4025.     {
  4026.         if ($lazyLoad) {
  4027.             return $this->privates['pimcore.cache.adapter.redis_tag_aware.recorder_inner'] = $this->createProxy('RedisTagAwareAdapter_310208a', function () {
  4028.                 return \RedisTagAwareAdapter_310208a::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4029.                     $wrappedInstance $this->getPimcore_Cache_Adapter_RedisTagAware_RecorderInnerService(false);
  4030.                     $proxy->setProxyInitializer(null);
  4031.                     return true;
  4032.                 });
  4033.             });
  4034.         }
  4035.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php';
  4036.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  4037.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php';
  4038.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  4039.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  4040.         $instance = new \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://localhost', ['lazy' => true]), 'qZ93Y-rGmJ'0, new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  4041.         $a = ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4042.         $instance->setLogger($a);
  4043.         $instance->setLogger($a);
  4044.         return $instance;
  4045.     }
  4046.     /**
  4047.      * Gets the private 'profiler_listener' shared service.
  4048.      *
  4049.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4050.      */
  4051.     protected function getProfilerListenerService()
  4052.     {
  4053.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4054.         if (isset($this->privates['profiler_listener'])) {
  4055.             return $this->privates['profiler_listener'];
  4056.         }
  4057.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  4058.     }
  4059.     /**
  4060.      * Gets the private 'property_info' shared service.
  4061.      *
  4062.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4063.      */
  4064.     protected function getPropertyInfoService()
  4065.     {
  4066.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4067.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4068.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4069.         }, 2), new RewindableGenerator(function () {
  4070.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4071.         }, 1), new RewindableGenerator(function () {
  4072.             return new \EmptyIterator();
  4073.         }, 0), new RewindableGenerator(function () {
  4074.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4075.         }, 1), new RewindableGenerator(function () {
  4076.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4077.         }, 1));
  4078.     }
  4079.     /**
  4080.      * Gets the private 'router.expression_language_provider' shared service.
  4081.      *
  4082.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4083.      */
  4084.     protected function getRouter_ExpressionLanguageProviderService()
  4085.     {
  4086.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4087.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4088.         ], [
  4089.             'env' => 'Closure',
  4090.         ]));
  4091.     }
  4092.     /**
  4093.      * Gets the private 'router_listener' shared service.
  4094.      *
  4095.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4096.      */
  4097.     protected function getRouterListenerService()
  4098.     {
  4099.         $a = ($this->services['router'] ?? $this->getRouterService());
  4100.         if (isset($this->privates['router_listener'])) {
  4101.             return $this->privates['router_listener'];
  4102.         }
  4103.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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);
  4104.     }
  4105.     /**
  4106.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  4107.      *
  4108.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  4109.      */
  4110.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  4111.     {
  4112.         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()));
  4113.     }
  4114.     /**
  4115.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  4116.      *
  4117.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  4118.      */
  4119.     protected function getSchebTwoFactor_ProviderRegistryService()
  4120.     {
  4121.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  4122.             yield 'google' => ($this->privates['scheb_two_factor.security.google.provider'] ?? $this->load('getSchebTwoFactor_Security_Google_ProviderService'));
  4123.         }, 1));
  4124.     }
  4125.     /**
  4126.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  4127.      *
  4128.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  4129.      */
  4130.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  4131.     {
  4132.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  4133.     }
  4134.     /**
  4135.      * Gets the private 'security.authentication.form_listener.two_factor.pimcore_admin' shared service.
  4136.      *
  4137.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  4138.      */
  4139.     protected function getSecurity_Authentication_FormListener_TwoFactor_PimcoreAdminService()
  4140.     {
  4141.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4142.         if (isset($this->privates['security.authentication.form_listener.two_factor.pimcore_admin'])) {
  4143.             return $this->privates['security.authentication.form_listener.two_factor.pimcore_admin'];
  4144.         }
  4145.         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()), $a);
  4146.     }
  4147.     /**
  4148.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.pimcore_admin' shared service.
  4149.      *
  4150.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  4151.      */
  4152.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService()
  4153.     {
  4154.         $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  4155.         if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'])) {
  4156.             return $this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'];
  4157.         }
  4158.         return $this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener($a, ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'pimcore_admin'falsefalse);
  4159.     }
  4160.     /**
  4161.      * Gets the private 'security.firewall.map' shared service.
  4162.      *
  4163.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4164.      */
  4165.     protected function getSecurity_Firewall_MapService()
  4166.     {
  4167.         $a = ($this->privates['.service_locator.hNQzc35'] ?? $this->get_ServiceLocator_HNQzc35Service());
  4168.         if (isset($this->privates['security.firewall.map'])) {
  4169.             return $this->privates['security.firewall.map'];
  4170.         }
  4171.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4172.             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)/')));
  4173.             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')));
  4174.             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(/.*)?$')));
  4175.         }, 3));
  4176.     }
  4177.     /**
  4178.      * Gets the private 'security.firewall_config.two_factor.pimcore_admin' shared service.
  4179.      *
  4180.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  4181.      */
  4182.     protected function getSecurity_FirewallConfig_TwoFactor_PimcoreAdminService()
  4183.     {
  4184.         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());
  4185.     }
  4186.     /**
  4187.      * Gets the private 'security.http_utils' shared service.
  4188.      *
  4189.      * @return \Symfony\Component\Security\Http\HttpUtils
  4190.      */
  4191.     protected function getSecurity_HttpUtilsService()
  4192.     {
  4193.         $a = ($this->services['router'] ?? $this->getRouterService());
  4194.         if (isset($this->privates['security.http_utils'])) {
  4195.             return $this->privates['security.http_utils'];
  4196.         }
  4197.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  4198.     }
  4199.     /**
  4200.      * Gets the private 'security.logout_url_generator' shared service.
  4201.      *
  4202.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4203.      */
  4204.     protected function getSecurity_LogoutUrlGeneratorService()
  4205.     {
  4206.         $a = ($this->services['router'] ?? $this->getRouterService());
  4207.         if (isset($this->privates['security.logout_url_generator'])) {
  4208.             return $this->privates['security.logout_url_generator'];
  4209.         }
  4210.         $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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4211.         $instance->registerListener('pimcore_admin''/admin/logout''logout''_csrf_token'NULLNULL);
  4212.         return $instance;
  4213.     }
  4214.     /**
  4215.      * Gets the private 'security.role_hierarchy' shared service.
  4216.      *
  4217.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4218.      */
  4219.     protected function getSecurity_RoleHierarchyService()
  4220.     {
  4221.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4222.     }
  4223.     /**
  4224.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4225.      *
  4226.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4227.      */
  4228.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4229.     {
  4230.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4231.     }
  4232.     /**
  4233.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4234.      *
  4235.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4236.      */
  4237.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4238.     {
  4239.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4240.         $b = new \Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter();
  4241.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4242.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4243.         $a->add($b, -2'data_object_converter');
  4244.         $a->add($b0NULL);
  4245.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4246.     }
  4247.     /**
  4248.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4249.      *
  4250.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4251.      */
  4252.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4253.     {
  4254.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4255.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4256.             return $this->privates['sensio_framework_extra.security.listener'];
  4257.         }
  4258.         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()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4259.     }
  4260.     /**
  4261.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4262.      *
  4263.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4264.      */
  4265.     protected function getSensioFrameworkExtra_View_ListenerService()
  4266.     {
  4267.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  4268.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4269.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4270.         ], [
  4271.             'twig' => '?',
  4272.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4273.         return $instance;
  4274.     }
  4275.     /**
  4276.      * Gets the private 'translator.data_collector' shared service.
  4277.      *
  4278.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4279.      */
  4280.     protected function getTranslator_DataCollectorService()
  4281.     {
  4282.         return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4283.     }
  4284.     /**
  4285.      * Gets the private 'translator.default' shared service.
  4286.      *
  4287.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4288.      */
  4289.     protected function getTranslator_DefaultService()
  4290.     {
  4291.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4292.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4293.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4294.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4295.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4296.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4297.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4298.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4299.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4300.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4301.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4302.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4303.         ], [
  4304.             'translation.loader.csv' => '?',
  4305.             'translation.loader.dat' => '?',
  4306.             'translation.loader.ini' => '?',
  4307.             'translation.loader.json' => '?',
  4308.             'translation.loader.mo' => '?',
  4309.             'translation.loader.php' => '?',
  4310.             'translation.loader.po' => '?',
  4311.             'translation.loader.qt' => '?',
  4312.             'translation.loader.res' => '?',
  4313.             'translation.loader.xliff' => '?',
  4314.             'translation.loader.yml' => '?',
  4315.         ]), 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'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.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/frontend-permission-toolkit-bundle/src/Resources/translations/admin.de.yml'), => (\dirname(__DIR__4).'/vendor/pimcore/perspective-editor/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/frontend-permission-toolkit-bundle/src/Resources/translations/admin.en.yml'), => (\dirname(__DIR__4).'/vendor/pimcore/perspective-editor/src/Resources/translations/admin.en.yml'), => (\dirname(__DIR__4).'/vendor/pimcore/object-merger/src/Resources/translations/admin.en.yml'), => (\dirname(__DIR__4).'/vendor/elements/process-manager-bundle/src/Resources/translations/admin.en.csv'), 10 => (\dirname(__DIR__4).'/vendor/bigjabber/pimcore-data-quality-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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.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/frontend-permission-toolkit-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pimcore/perspective-editor/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pimcore/object-merger/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/elements/process-manager-bundle/src/Resources/translations'), 11 => (\dirname(__DIR__4).'/vendor/bigjabber/pimcore-data-quality-bundle/src/Resources/translations'), 12 => (\dirname(__DIR__4).'/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/pimcore/bundle-generator/src/translations'), 28 => (\dirname(__DIR__4).'/bundles/SizeGenBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/pimcore/number-sequence-generator/src/translations'), 30 => (\dirname(__DIR__4).'/bundles/ExportBundle/translations'), 31 => (\dirname(__DIR__4).'/bundles/PDFBundle/translations'), 32 => (\dirname(__DIR__4).'/bundles/Jabber/ObjectDropdownBundle/translations'), 33 => (\dirname(__DIR__4).'/bundles/Jabber/ExchangeRatesBundle/translations'), 34 => (\dirname(__DIR__4).'/bundles/Jabber/RestApiBundle/translations'), 35 => (\dirname(__DIR__4).'/bundles/Jabber/GenericBundle/translations'), 36 => (\dirname(__DIR__4).'/bundles/Jabber/LightspeedConnectorBundle/translations'), 37 => (\dirname(__DIR__4).'/bundles/Jabber/DataEnrichmentBundle/translations'), 38 => (\dirname(__DIR__4).'/bundles/Jabber/MessengerUiBundle/translations'), 39 => (\dirname(__DIR__4).'/bundles/Jabber/WebthinkingBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/scheb/2fa-bundle/Resources/translations'=> 'vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations'=> 'vendor/pimcore/data-hub/src/Resources/translations'=> 'vendor/pimcore/data-importer/src/Resources/translations'=> 'vendor/pimcore/frontend-permission-toolkit-bundle/src/Resources/translations'=> 'vendor/pimcore/perspective-editor/src/Resources/translations'=> 'vendor/pimcore/object-merger/src/Resources/translations'10 => 'vendor/elements/process-manager-bundle/src/Resources/translations'11 => 'vendor/bigjabber/pimcore-data-quality-bundle/src/Resources/translations'12 => 'translations'13 => 'vendor/symfony/framework-bundle/translations'14 => 'vendor/symfony/security-bundle/translations'15 => 'vendor/symfony/twig-bundle/translations'16 => 'vendor/symfony/monolog-bundle/translations'17 => 'vendor/doctrine/doctrine-bundle/translations'18 => 'vendor/doctrine/doctrine-migrations-bundle/translations'19 => 'vendor/sensio/framework-extra-bundle/src/translations'20 => 'vendor/symfony-cmf/routing-bundle/src/translations'21 => 'vendor/presta/sitemap-bundle/translations'22 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'23 => 'vendor/league/flysystem-bundle/src/translations'24 => 'vendor/symfony/debug-bundle/translations'25 => 'vendor/symfony/web-profiler-bundle/translations'26 => 'vendor/pimcore/pimcore/bundles/AdminBundle/translations'27 => 'vendor/pimcore/bundle-generator/src/translations'28 => 'bundles/SizeGenBundle/translations'29 => 'vendor/pimcore/number-sequence-generator/src/translations'30 => 'bundles/ExportBundle/translations'31 => 'bundles/PDFBundle/translations'32 => 'bundles/Jabber/ObjectDropdownBundle/translations'33 => 'bundles/Jabber/ExchangeRatesBundle/translations'34 => 'bundles/Jabber/RestApiBundle/translations'35 => 'bundles/Jabber/GenericBundle/translations'36 => 'bundles/Jabber/LightspeedConnectorBundle/translations'37 => 'bundles/Jabber/DataEnrichmentBundle/translations'38 => 'bundles/Jabber/MessengerUiBundle/translations'39 => 'bundles/Jabber/WebthinkingBundle/translations'40 => 'vendor/php-http/httplug-bundle/src/translations']]], []);
  4316.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4317.         $instance->setFallbackLocales([=> 'en']);
  4318.         return $instance;
  4319.     }
  4320.     /**
  4321.      * Gets the private 'twig.loader.native_filesystem' shared service.
  4322.      *
  4323.      * @return \Twig\Loader\FilesystemLoader
  4324.      */
  4325.     protected function getTwig_Loader_NativeFilesystemService()
  4326.     {
  4327.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  4328.         $instance->addPath((\dirname(__DIR__4).'/templates'), 'App');
  4329.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4330.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4331.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4332.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4333.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  4334.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  4335.         $instance->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  4336.         $instance->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  4337.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4338.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4339.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4340.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4341.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/views'), 'PimcoreCore');
  4342.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/views'), '!PimcoreCore');
  4343.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Resources/views'), 'PimcoreAdmin');
  4344.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Resources/views'), '!PimcoreAdmin');
  4345.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/data-hub/src/Resources/views'), 'PimcoreDataHub');
  4346.         $instance->addPath((\dirname(__DIR__4).'/vendor/pimcore/data-hub/src/Resources/views'), '!PimcoreDataHub');
  4347.         $instance->addPath((\dirname(__DIR__4).'/vendor/elements/process-manager-bundle/src/Resources/views'), 'ElementsProcessManager');
  4348.         $instance->addPath((\dirname(__DIR__4).'/vendor/elements/process-manager-bundle/src/Resources/views'), '!ElementsProcessManager');
  4349.         $instance->addPath((\dirname(__DIR__4).'/bundles/Jabber/LightspeedConnectorBundle/Resources/views'), 'JabberLightspeedConnector');
  4350.         $instance->addPath((\dirname(__DIR__4).'/bundles/Jabber/LightspeedConnectorBundle/Resources/views'), '!JabberLightspeedConnector');
  4351.         $instance->addPath((\dirname(__DIR__4).'/vendor/bigjabber/pimcore-data-quality-bundle/src/Resources/views'), 'DataQuality');
  4352.         $instance->addPath((\dirname(__DIR__4).'/vendor/bigjabber/pimcore-data-quality-bundle/src/Resources/views'), '!DataQuality');
  4353.         $instance->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  4354.         $instance->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  4355.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  4356.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4357.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4358.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4359.         return $instance;
  4360.     }
  4361.     /**
  4362.      * Gets the private 'twig.runtime.httpkernel' shared service.
  4363.      *
  4364.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  4365.      */
  4366.     protected function getTwig_Runtime_HttpkernelService()
  4367.     {
  4368.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4369.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4370.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  4371.         ], [
  4372.             'inline' => '?',
  4373.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner('Jvcbl8XfHj0vG9TlmmXZT/ImiyDvnaczpGfaaGPNh9s='), $a));
  4374.     }
  4375.     /**
  4376.      * Gets the private 'validator.builder' shared service.
  4377.      *
  4378.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4379.      */
  4380.     protected function getValidator_BuilderService()
  4381.     {
  4382.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4383.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4384.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4385.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  4386.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4387.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4388.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4389.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4390.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  4391.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4392.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4393.         ], [
  4394.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  4395.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4396.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4397.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4398.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4399.             'cmf_routing.validator.route_defaults' => '?',
  4400.             'security.validator.user_password' => '?',
  4401.             'validator.expression' => '?',
  4402.         ])));
  4403.         if ($this->has('Symfony\\Contracts\\Translation\\TranslatorInterface')) {
  4404.             $instance->setTranslator(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
  4405.         }
  4406.         $instance->setTranslationDomain('validators');
  4407.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4408.         $instance->enableAnnotationMapping(true);
  4409.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4410.         $instance->addMethodMapping('loadValidatorMetadata');
  4411.         $instance->addObjectInitializers([]);
  4412.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4413.         return $instance;
  4414.     }
  4415.     /**
  4416.      * Gets the private 'var_dumper.html_dumper' shared service.
  4417.      *
  4418.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4419.      */
  4420.     protected function getVarDumper_HtmlDumperService()
  4421.     {
  4422.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4423.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4424.         return $instance;
  4425.     }
  4426.     /**
  4427.      * Gets the private 'web_profiler.csp.handler' shared service.
  4428.      *
  4429.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4430.      */
  4431.     protected function getWebProfiler_Csp_HandlerService()
  4432.     {
  4433.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4434.     }
  4435.     /**
  4436.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4437.      *
  4438.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4439.      */
  4440.     protected function getWebProfiler_DebugToolbarService()
  4441.     {
  4442.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4443.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4444.             return $this->privates['web_profiler.debug_toolbar'];
  4445.         }
  4446.         $b = ($this->services['router'] ?? $this->getRouterService());
  4447.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4448.             return $this->privates['web_profiler.debug_toolbar'];
  4449.         }
  4450.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  4451.     }
  4452.     /**
  4453.      * Gets the public 'cache_clearer' alias.
  4454.      *
  4455.      * @return object The ".container.private.cache_clearer" service.
  4456.      */
  4457.     protected function getCacheClearerService()
  4458.     {
  4459.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4460.         return $this->get('.container.private.cache_clearer');
  4461.     }
  4462.     /**
  4463.      * Gets the public 'filesystem' alias.
  4464.      *
  4465.      * @return object The ".container.private.filesystem" service.
  4466.      */
  4467.     protected function getFilesystemService()
  4468.     {
  4469.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4470.         return $this->get('.container.private.filesystem');
  4471.     }
  4472.     /**
  4473.      * Gets the public 'serializer' alias.
  4474.      *
  4475.      * @return object The ".container.private.serializer" service.
  4476.      */
  4477.     protected function getSerializerService()
  4478.     {
  4479.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4480.         return $this->get('.container.private.serializer');
  4481.     }
  4482.     /**
  4483.      * Gets the public 'security.csrf.token_manager' alias.
  4484.      *
  4485.      * @return object The ".container.private.security.csrf.token_manager" service.
  4486.      */
  4487.     protected function getSecurity_Csrf_TokenManagerService()
  4488.     {
  4489.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4490.         return $this->get('.container.private.security.csrf.token_manager');
  4491.     }
  4492.     /**
  4493.      * Gets the public 'form.factory' alias.
  4494.      *
  4495.      * @return object The ".container.private.form.factory" service.
  4496.      */
  4497.     protected function getForm_FactoryService()
  4498.     {
  4499.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4500.         return $this->get('.container.private.form.factory');
  4501.     }
  4502.     /**
  4503.      * Gets the public 'form.type.file' alias.
  4504.      *
  4505.      * @return object The ".container.private.form.type.file" service.
  4506.      */
  4507.     protected function getForm_Type_FileService()
  4508.     {
  4509.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4510.         return $this->get('.container.private.form.type.file');
  4511.     }
  4512.     /**
  4513.      * Gets the public 'profiler' alias.
  4514.      *
  4515.      * @return object The ".container.private.profiler" service.
  4516.      */
  4517.     protected function getProfilerService()
  4518.     {
  4519.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4520.         return $this->get('.container.private.profiler');
  4521.     }
  4522.     /**
  4523.      * Gets the public 'security.authorization_checker' alias.
  4524.      *
  4525.      * @return object The ".container.private.security.authorization_checker" service.
  4526.      */
  4527.     protected function getSecurity_AuthorizationCheckerService()
  4528.     {
  4529.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4530.         return $this->get('.container.private.security.authorization_checker');
  4531.     }
  4532.     /**
  4533.      * Gets the public 'security.token_storage' alias.
  4534.      *
  4535.      * @return object The ".container.private.security.token_storage" service.
  4536.      */
  4537.     protected function getSecurity_TokenStorageService()
  4538.     {
  4539.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4540.         return $this->get('.container.private.security.token_storage');
  4541.     }
  4542.     /**
  4543.      * Gets the public 'twig' alias.
  4544.      *
  4545.      * @return object The ".container.private.twig" service.
  4546.      */
  4547.     protected function getTwigService()
  4548.     {
  4549.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4550.         return $this->get('.container.private.twig');
  4551.     }
  4552.     /**
  4553.      * Gets the public 'security.password_encoder' alias.
  4554.      *
  4555.      * @return object The ".container.private.security.password_encoder" service.
  4556.      */
  4557.     protected function getSecurity_PasswordEncoderService()
  4558.     {
  4559.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4560.         return $this->get('.container.private.security.password_encoder');
  4561.     }
  4562.     /**
  4563.      * Gets the public 'session' alias.
  4564.      *
  4565.      * @return object The ".container.private.session" service.
  4566.      */
  4567.     protected function getSessionService()
  4568.     {
  4569.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4570.         return $this->get('.container.private.session');
  4571.     }
  4572.     /**
  4573.      * Gets the public 'validator' alias.
  4574.      *
  4575.      * @return object The ".container.private.validator" service.
  4576.      */
  4577.     protected function getValidatorService()
  4578.     {
  4579.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4580.         return $this->get('.container.private.validator');
  4581.     }
  4582.     /**
  4583.      * @return array|bool|float|int|string|\UnitEnum|null
  4584.      */
  4585.     public function getParameter(string $name)
  4586.     {
  4587.         if (isset($this->buildParameters[$name])) {
  4588.             return $this->buildParameters[$name];
  4589.         }
  4590.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4591.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4592.         }
  4593.         if (isset($this->loadedDynamicParameters[$name])) {
  4594.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4595.         }
  4596.         return $this->parameters[$name];
  4597.     }
  4598.     public function hasParameter(string $name): bool
  4599.     {
  4600.         if (isset($this->buildParameters[$name])) {
  4601.             return true;
  4602.         }
  4603.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4604.     }
  4605.     public function setParameter(string $name$value): void
  4606.     {
  4607.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4608.     }
  4609.     public function getParameterBag(): ParameterBagInterface
  4610.     {
  4611.         if (null === $this->parameterBag) {
  4612.             $parameters $this->parameters;
  4613.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4614.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4615.             }
  4616.             foreach ($this->buildParameters as $name => $value) {
  4617.                 $parameters[$name] = $value;
  4618.             }
  4619.             $this->parameterBag = new FrozenParameterBag($parameters);
  4620.         }
  4621.         return $this->parameterBag;
  4622.     }
  4623.     private $loadedDynamicParameters = [
  4624.         'kernel.runtime_environment' => false,
  4625.         'kernel.build_dir' => false,
  4626.         'kernel.cache_dir' => false,
  4627.         'debug.container.dump' => false,
  4628.         'serializer.mapping.cache.file' => false,
  4629.         'validator.mapping.cache.file' => false,
  4630.         'profiler.storage.dsn' => false,
  4631.     ];
  4632.     private $dynamicParameters = [];
  4633.     private function getDynamicParameter(string $name)
  4634.     {
  4635.         switch ($name) {
  4636.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4637.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4638.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4639.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4640.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4641.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4642.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4643.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4644.         }
  4645.         $this->loadedDynamicParameters[$name] = true;
  4646.         return $this->dynamicParameters[$name] = $value;
  4647.     }
  4648.     protected function getDefaultParameters(): array
  4649.     {
  4650.         return [
  4651.             'kernel.project_dir' => \dirname(__DIR__4),
  4652.             'kernel.environment' => 'dev',
  4653.             'kernel.debug' => true,
  4654.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4655.             'kernel.bundles' => [
  4656.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4657.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4658.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4659.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4660.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4661.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4662.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4663.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  4664.                 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  4665.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  4666.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  4667.                 'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
  4668.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4669.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4670.                 'PimcoreCoreBundle' => 'Pimcore\\Bundle\\CoreBundle\\PimcoreCoreBundle',
  4671.                 'PimcoreAdminBundle' => 'Pimcore\\Bundle\\AdminBundle\\PimcoreAdminBundle',
  4672.                 'PimcoreDataHubBundle' => 'Pimcore\\Bundle\\DataHubBundle\\PimcoreDataHubBundle',
  4673.                 'PimcoreDataImporterBundle' => 'Pimcore\\Bundle\\DataImporterBundle\\PimcoreDataImporterBundle',
  4674.                 'PimcoreBundleGeneratorBundle' => 'Pimcore\\Bundle\\BundleGeneratorBundle\\PimcoreBundleGeneratorBundle',
  4675.                 'FrontendPermissionToolkitBundle' => 'FrontendPermissionToolkitBundle\\FrontendPermissionToolkitBundle',
  4676.                 'PimcorePerspectiveEditorBundle' => 'Pimcore\\Bundle\\PerspectiveEditorBundle\\PimcorePerspectiveEditorBundle',
  4677.                 'ObjectMergerBundle' => 'Pimcore\\Bundle\\ObjectMergerBundle\\ObjectMergerBundle',
  4678.                 'SizeGenBundle' => 'SizeGenBundle\\SizeGenBundle',
  4679.                 'NumberSequenceGeneratorBundle' => 'Pimcore\\Bundle\\NumberSequenceGeneratorBundle\\NumberSequenceGeneratorBundle',
  4680.                 'ElementsProcessManagerBundle' => 'Elements\\Bundle\\ProcessManagerBundle\\ElementsProcessManagerBundle',
  4681.                 'ExportBundle' => 'ExportBundle\\ExportBundle',
  4682.                 'PDFBundle' => 'PDFBundle\\PDFBundle',
  4683.                 'JabberObjectDropdownBundle' => 'Jabber\\ObjectDropdownBundle\\JabberObjectDropdownBundle',
  4684.                 'JabberExchangeRatesBundle' => 'Jabber\\ExchangeRatesBundle\\JabberExchangeRatesBundle',
  4685.                 'JabberRestApiBundle' => 'Jabber\\RestApiBundle\\JabberRestApiBundle',
  4686.                 'JabberGenericBundle' => 'Jabber\\GenericBundle\\JabberGenericBundle',
  4687.                 'JabberLightspeedConnectorBundle' => 'Jabber\\LightspeedConnectorBundle\\JabberLightspeedConnectorBundle',
  4688.                 'DataQualityBundle' => 'BigJabber\\DataQualityBundle\\DataQualityBundle',
  4689.                 'JabberDataEnrichmentBundle' => 'Jabber\\DataEnrichmentBundle\\JabberDataEnrichmentBundle',
  4690.                 'JabberMessengerUiBundle' => 'Jabber\\MessengerUiBundle\\JabberMessengerUiBundle',
  4691.                 'JabberWebthinkingBundle' => 'Jabber\\WebthinkingBundle\\JabberWebthinkingBundle',
  4692.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  4693.             ],
  4694.             'kernel.bundles_metadata' => [
  4695.                 'FrameworkBundle' => [
  4696.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4697.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4698.                 ],
  4699.                 'SecurityBundle' => [
  4700.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4701.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4702.                 ],
  4703.                 'TwigBundle' => [
  4704.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4705.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4706.                 ],
  4707.                 'MonologBundle' => [
  4708.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4709.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4710.                 ],
  4711.                 'DoctrineBundle' => [
  4712.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4713.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4714.                 ],
  4715.                 'DoctrineMigrationsBundle' => [
  4716.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4717.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4718.                 ],
  4719.                 'SensioFrameworkExtraBundle' => [
  4720.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4721.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4722.                 ],
  4723.                 'CmfRoutingBundle' => [
  4724.                     'path' => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src'),
  4725.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  4726.                 ],
  4727.                 'PrestaSitemapBundle' => [
  4728.                     'path' => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle'),
  4729.                     'namespace' => 'Presta\\SitemapBundle',
  4730.                 ],
  4731.                 'SchebTwoFactorBundle' => [
  4732.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  4733.                     'namespace' => 'Scheb\\TwoFactorBundle',
  4734.                 ],
  4735.                 'FOSJsRoutingBundle' => [
  4736.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  4737.                     'namespace' => 'FOS\\JsRoutingBundle',
  4738.                 ],
  4739.                 'FlysystemBundle' => [
  4740.                     'path' => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src'),
  4741.                     'namespace' => 'League\\FlysystemBundle',
  4742.                 ],
  4743.                 'DebugBundle' => [
  4744.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4745.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4746.                 ],
  4747.                 'WebProfilerBundle' => [
  4748.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4749.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4750.                 ],
  4751.                 'PimcoreCoreBundle' => [
  4752.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/CoreBundle'),
  4753.                     'namespace' => 'Pimcore\\Bundle\\CoreBundle',
  4754.                 ],
  4755.                 'PimcoreAdminBundle' => [
  4756.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/pimcore/bundles/AdminBundle'),
  4757.                     'namespace' => 'Pimcore\\Bundle\\AdminBundle',
  4758.                 ],
  4759.                 'PimcoreDataHubBundle' => [
  4760.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/data-hub/src'),
  4761.                     'namespace' => 'Pimcore\\Bundle\\DataHubBundle',
  4762.                 ],
  4763.                 'PimcoreDataImporterBundle' => [
  4764.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/data-importer/src'),
  4765.                     'namespace' => 'Pimcore\\Bundle\\DataImporterBundle',
  4766.                 ],
  4767.                 'PimcoreBundleGeneratorBundle' => [
  4768.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/bundle-generator/src'),
  4769.                     'namespace' => 'Pimcore\\Bundle\\BundleGeneratorBundle',
  4770.                 ],
  4771.                 'FrontendPermissionToolkitBundle' => [
  4772.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/frontend-permission-toolkit-bundle/src'),
  4773.                     'namespace' => 'FrontendPermissionToolkitBundle',
  4774.                 ],
  4775.                 'PimcorePerspectiveEditorBundle' => [
  4776.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/perspective-editor/src'),
  4777.                     'namespace' => 'Pimcore\\Bundle\\PerspectiveEditorBundle',
  4778.                 ],
  4779.                 'ObjectMergerBundle' => [
  4780.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/object-merger/src'),
  4781.                     'namespace' => 'Pimcore\\Bundle\\ObjectMergerBundle',
  4782.                 ],
  4783.                 'SizeGenBundle' => [
  4784.                     'path' => (\dirname(__DIR__4).'/bundles/SizeGenBundle'),
  4785.                     'namespace' => 'SizeGenBundle',
  4786.                 ],
  4787.                 'NumberSequenceGeneratorBundle' => [
  4788.                     'path' => (\dirname(__DIR__4).'/vendor/pimcore/number-sequence-generator/src'),
  4789.                     'namespace' => 'Pimcore\\Bundle\\NumberSequenceGeneratorBundle',
  4790.                 ],
  4791.                 'ElementsProcessManagerBundle' => [
  4792.                     'path' => (\dirname(__DIR__4).'/vendor/elements/process-manager-bundle/src'),
  4793.                     'namespace' => 'Elements\\Bundle\\ProcessManagerBundle',
  4794.                 ],
  4795.                 'ExportBundle' => [
  4796.                     'path' => (\dirname(__DIR__4).'/bundles/ExportBundle'),
  4797.                     'namespace' => 'ExportBundle',
  4798.                 ],
  4799.                 'PDFBundle' => [
  4800.                     'path' => (\dirname(__DIR__4).'/bundles/PDFBundle'),
  4801.                     'namespace' => 'PDFBundle',
  4802.                 ],
  4803.                 'JabberObjectDropdownBundle' => [
  4804.                     'path' => (\dirname(__DIR__4).'/bundles/Jabber/ObjectDropdownBundle'),
  4805.                     'namespace' => 'Jabber\\ObjectDropdownBundle',
  4806.                 ],
  4807.                 'JabberExchangeRatesBundle' => [
  4808.                     'path' => (\dirname(__DIR__4).'/bundles/Jabber/ExchangeRatesBundle'),
  4809.                     'namespace' => 'Jabber\\ExchangeRatesBundle',
  4810.                 ],
  4811.                 'JabberRestApiBundle' => [
  4812.                     'path' => (\dirname(__DIR__4).'/bundles/Jabber/RestApiBundle'),
  4813.                     'namespace' => 'Jabber\\RestApiBundle',
  4814.                 ],
  4815.                 'JabberGenericBundle' => [
  4816.                     'path' => (\dirname(__DIR__4).'/bundles/Jabber/GenericBundle'),
  4817.                     'namespace' => 'Jabber\\GenericBundle',
  4818.                 ],
  4819.                 'JabberLightspeedConnectorBundle' => [
  4820.                     'path' => (\dirname(__DIR__4).'/bundles/Jabber/LightspeedConnectorBundle'),
  4821.                     'namespace' => 'Jabber\\LightspeedConnectorBundle',
  4822.                 ],
  4823.                 'DataQualityBundle' => [
  4824.                     'path' => (\dirname(__DIR__4).'/vendor/bigjabber/pimcore-data-quality-bundle/src'),
  4825.                     'namespace' => 'BigJabber\\DataQualityBundle',
  4826.                 ],
  4827.                 'JabberDataEnrichmentBundle' => [
  4828.                     'path' => (\dirname(__DIR__4).'/bundles/Jabber/DataEnrichmentBundle'),
  4829.                     'namespace' => 'Jabber\\DataEnrichmentBundle',
  4830.                 ],
  4831.                 'JabberMessengerUiBundle' => [
  4832.                     'path' => (\dirname(__DIR__4).'/bundles/Jabber/MessengerUiBundle'),
  4833.                     'namespace' => 'Jabber\\MessengerUiBundle',
  4834.                 ],
  4835.                 'JabberWebthinkingBundle' => [
  4836.                     'path' => (\dirname(__DIR__4).'/bundles/Jabber/WebthinkingBundle'),
  4837.                     'namespace' => 'Jabber\\WebthinkingBundle',
  4838.                 ],
  4839.                 'HttplugBundle' => [
  4840.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  4841.                     'namespace' => 'Http\\HttplugBundle',
  4842.                 ],
  4843.             ],
  4844.             'kernel.charset' => 'UTF-8',
  4845.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4846.             'locale' => 'en',
  4847.             'log.fileobject' => (\dirname(__DIR__3).'/application-logger'),
  4848.             'secret' => 'Jvcbl8XfHj0vG9TlmmXZT/ImiyDvnaczpGfaaGPNh9s=',
  4849.             'api_key' => '4fe1610d5c2db4f7f07819435220004e8e86ad89893fa0e07a383adf8c6531c7',
  4850.             'google_client_id' => '<google_client_id>',
  4851.             'google_client_secret' => '<google_client_secret>',
  4852.             'twitter_client_id' => '<twitter_client_id>',
  4853.             'twitter_client_secret' => '<twitter_client_secret>',
  4854.             'app_encryption_secret' => '7vYfAp6QqFcMrRL6XyDO9Zj2lA6W7zV4',
  4855.             'priam_export_colour' => (\dirname(__DIR__6).'/private/pimcore_exports/priam/colour'),
  4856.             'priam_export_size' => (\dirname(__DIR__6).'/private/pimcore_exports/priam/size'),
  4857.             'export_path' => (\dirname(__DIR__6).'/exports/'),
  4858.             'priam_ftp_server' => '213.123.239.25',
  4859.             'priam_ftp_user' => 'vultr',
  4860.             'priam_ftp_pass' => 'rxK=B@5yYme^sV@B',
  4861.             'variant_mandatory_fields' => [
  4862.                 'Product' => [
  4863.                     'Lvl1' => [
  4864.                         => 'SKU',
  4865.                         => 'Name',
  4866.                         => 'Supplier',
  4867.                         => 'Department',
  4868.                         => 'MainGroup',
  4869.                         => 'SubGroup',
  4870.                         => 'Collection',
  4871.                     ],
  4872.                     'Lvl2' => [
  4873.                         => 'CountryOfOrigin',
  4874.                         => 'Colour',
  4875.                         => 'IETariffCode',
  4876.                     ],
  4877.                     'Lvl3' => [
  4878.                         => 'ProductWeight',
  4879.                         => 'EAN',
  4880.                         => 'Size',
  4881.                     ],
  4882.                 ],
  4883.             ],
  4884.             'cachelist' => [
  4885.                 => 'Size',
  4886.                 => 'MainGroup',
  4887.                 => 'SubGroup',
  4888.                 => 'SizeGroup',
  4889.                 => 'Brand',
  4890.                 => 'Colour',
  4891.                 => 'Collections',
  4892.             ],
  4893.             'exports' => [
  4894.                 'file_path' => '/exports/files',
  4895.                 'profile_path' => '/exports/profiles',
  4896.                 'profile_map"' => '/exports/profilemap.json',
  4897.             ],
  4898.             'tbone' => [
  4899.                 'object_id' => 359889,
  4900.                 'merchant_id' => 3810,
  4901.                 'api' => [
  4902.                     'uri' => 'https://rest.trade-server.net/',
  4903.                     'user' => 'pimcore',
  4904.                     'password' => 'dcde8010-fa77-417a-92c8-afc139e71db4',
  4905.                 ],
  4906.                 'save_event' => false,
  4907.             ],
  4908.             'assets' => [
  4909.                 'products' => [
  4910.                     'parent' => [
  4911.                         'path' => '/Products/{Department}/{Collection}',
  4912.                     ],
  4913.                     'style' => [
  4914.                         'path' => '/Products/{Department}/{Collection}/{Colour}',
  4915.                     ],
  4916.                     'child' => [
  4917.                         'path' => '/Products/{Department}/{Collection}/{Colour}',
  4918.                     ],
  4919.                 ],
  4920.             ],
  4921.             'system_user_id' => 40,
  4922.             'skip_on_users' => [
  4923.                 => 40,
  4924.                 => 42,
  4925.             ],
  4926.             'userId' => 41,
  4927.             'webthinking' => [
  4928.                 'sql_server' => 'uks-pm-dev-1.webthinking.co.uk\\POURMOI,1059',
  4929.                 'user' => 'pimcore',
  4930.                 'pass' => 'JW*bfKFwO0t6plXq',
  4931.                 'api_uri' => 'https://betashopapi.pourmoi.co.uk',
  4932.                 'client_id' => 'FxINNS7i0BeNCaKRdstsbrdVCEZbSxyD',
  4933.                 'client_secret' => 'ZdGEcEpUSZVVv14pIul_zhqGuzVdlk_mR3wsZUhrVDe-yXTJp16E_Vi5-czv2f82',
  4934.                 'api_version' => 1,
  4935.             ],
  4936.             'event_dispatcher.event_aliases' => [
  4937.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4938.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4939.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4940.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4941.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4942.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4943.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4944.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4945.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4946.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4947.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4948.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4949.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4950.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4951.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4952.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4953.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4954.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  4955.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  4956.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  4957.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  4958.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  4959.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  4960.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  4961.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4962.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4963.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4964.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4965.                 'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
  4966.                 'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
  4967.             ],
  4968.             'fragment.renderer.hinclude.global_template' => NULL,
  4969.             'fragment.path' => '/_fragment',
  4970.             'kernel.secret' => 'Jvcbl8XfHj0vG9TlmmXZT/ImiyDvnaczpGfaaGPNh9s=',
  4971.             'kernel.http_method_override' => true,
  4972.             'kernel.trusted_hosts' => [
  4973.             ],
  4974.             'kernel.default_locale' => 'en',
  4975.             'kernel.enabled_locales' => [
  4976.             ],
  4977.             'kernel.error_controller' => 'error_controller',
  4978.             'debug.file_link_format' => NULL,
  4979.             'asset.request_context.base_path' => NULL,
  4980.             'asset.request_context.secure' => NULL,
  4981.             'translator.logging' => false,
  4982.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4983.             'debug.error_handler.throw_at' => -1,
  4984.             'router.request_context.host' => 'localhost',
  4985.             'router.request_context.scheme' => 'http',
  4986.             'router.request_context.base_url' => '',
  4987.             'router.resource' => 'kernel::loadRoutes',
  4988.             'request_listener.http_port' => 80,
  4989.             'request_listener.https_port' => 443,
  4990.             'session.metadata.storage_key' => '_sf2_meta',
  4991.             'session.storage.options' => [
  4992.                 'cache_limiter' => '0',
  4993.                 'cookie_secure' => 'auto',
  4994.                 'cookie_httponly' => true,
  4995.                 'cookie_samesite' => 'strict',
  4996.                 'gc_probability' => 1,
  4997.             ],
  4998.             'session.save_path' => NULL,
  4999.             'session.metadata.update_threshold' => 0,
  5000.             'form.type_extension.csrf.enabled' => true,
  5001.             'form.type_extension.csrf.field_name' => '_token',
  5002.             'validator.translation_domain' => 'validators',
  5003.             'profiler_listener.only_exceptions' => false,
  5004.             'profiler_listener.only_main_requests' => false,
  5005.             'security.role_hierarchy.roles' => [
  5006.                 'ROLE_PIMCORE_ADMIN' => [
  5007.                     => 'ROLE_PIMCORE_USER',
  5008.                 ],
  5009.             ],
  5010.             'security.access.denied_url' => NULL,
  5011.             'security.authentication.manager.erase_credentials' => true,
  5012.             'security.authentication.session_strategy.strategy' => 'migrate',
  5013.             'security.access.always_authenticate_before_granting' => false,
  5014.             'security.authentication.hide_user_not_found' => true,
  5015.             'security.firewalls' => [
  5016.                 => 'dev',
  5017.                 => 'pimcore_admin_webdav',
  5018.                 => 'pimcore_admin',
  5019.             ],
  5020.             'security.pimcore_admin_webdav._indexed_authenticators' => [
  5021.             ],
  5022.             'security.pimcore_admin._indexed_authenticators' => [
  5023.             ],
  5024.             'twig.form.resources' => [
  5025.                 => 'form_div_layout.html.twig',
  5026.             ],
  5027.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5028.             'monolog.use_microseconds' => true,
  5029.             'monolog.swift_mailer.handlers' => [
  5030.             ],
  5031.             'monolog.handlers_to_channels' => [
  5032.                 'monolog.handler.console' => [
  5033.                     'type' => 'exclusive',
  5034.                     'elements' => [
  5035.                         => 'event',
  5036.                         => 'doctrine',
  5037.                         => 'console',
  5038.                         => 'cache',
  5039.                     ],
  5040.                 ],
  5041.                 'monolog.handler.main' => [
  5042.                     'type' => 'exclusive',
  5043.                     'elements' => [
  5044.                         => 'event',
  5045.                         => 'doctrine',
  5046.                         => 'cache',
  5047.                     ],
  5048.                 ],
  5049.             ],
  5050.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5051.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5052.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5053.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5054.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5055.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5056.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5057.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5058.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5059.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5060.             'doctrine.entity_managers' => [
  5061.             ],
  5062.             'doctrine.default_entity_manager' => '',
  5063.             'doctrine.dbal.connection_factory.types' => [
  5064.                 'uuid' => [
  5065.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  5066.                 ],
  5067.                 'ulid' => [
  5068.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  5069.                 ],
  5070.             ],
  5071.             'doctrine.connections' => [
  5072.                 'default' => 'doctrine.dbal.default_connection',
  5073.                 'versions' => 'doctrine.dbal.versions_connection',
  5074.             ],
  5075.             'doctrine.default_connection' => 'default',
  5076.             'doctrine.migrations.preferred_em' => NULL,
  5077.             'doctrine.migrations.preferred_connection' => 'default',
  5078.             'cmf_routing.uri_filter_regexp' => '',
  5079.             'cmf_routing.default_controller' => NULL,
  5080.             'cmf_routing.generic_controller' => NULL,
  5081.             'cmf_routing.controllers_by_type' => [
  5082.             ],
  5083.             'cmf_routing.controllers_by_class' => [
  5084.             ],
  5085.             'cmf_routing.templates_by_class' => [
  5086.             ],
  5087.             'cmf_routing.route_collection_limit' => 0,
  5088.             'cmf_routing.dynamic.limit_candidates' => 20,
  5089.             'cmf_routing.dynamic.locales' => [
  5090.             ],
  5091.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  5092.             'cmf_routing.replace_symfony_router' => true,
  5093.             'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  5094.             'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  5095.             'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  5096.             'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  5097.             'presta_sitemap.dump_directory' => (\dirname(__DIR__4).'/public'),
  5098.             'presta_sitemap.timetolive' => 3600,
  5099.             'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  5100.             'presta_sitemap.items_by_set' => 50000,
  5101.             'presta_sitemap.defaults' => [
  5102.                 'lastmod' => NULL,
  5103.                 'priority' => NULL,
  5104.                 'changefreq' => NULL,
  5105.             ],
  5106.             'presta_sitemap.default_section' => 'default',
  5107.             'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  5108.             'scheb_two_factor.model_manager_name' => NULL,
  5109.             'scheb_two_factor.security_tokens' => [
  5110.                 => 'Pimcore\\Bundle\\AdminBundle\\Security\\Authentication\\Token\\LegacyTwoFactorRequiredToken',
  5111.             ],
  5112.             'scheb_two_factor.ip_whitelist' => [
  5113.             ],
  5114.             'scheb_two_factor.google.server_name' => 'Pimcore',
  5115.             'scheb_two_factor.google.issuer' => 'Pimcore 2 Factor Authentication',
  5116.             'scheb_two_factor.google.template' => '@SchebTwoFactor/Authentication/form.html.twig',
  5117.             'scheb_two_factor.google.digits' => 6,
  5118.             'scheb_two_factor.google.window' => 1,
  5119.             'scheb_two_factor.trusted_device.enabled' => false,
  5120.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  5121.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  5122.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  5123.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  5124.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  5125.             'fos_js_routing.request_context_base_url' => NULL,
  5126.             'fos_js_routing.cache_control' => [
  5127.                 'enabled' => false,
  5128.             ],
  5129.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5130.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5131.             'web_profiler.debug_toolbar.mode' => 2,
  5132.             'container.dumper.inline_class_loader' => true,
  5133.             'pimcore.extensions.bundles.search_paths' => [
  5134.                 => 'src',
  5135.                 => 'vendor/pimcore/pimcore/bundles',
  5136.                 => 'bundles/SizeGenBundle',
  5137.                 => 'bundles/TagsOverrideBundle',
  5138.                 => 'bundles/ExportBundle',
  5139.                 => 'bundles/PDFBundle',
  5140.                 => 'bundles/Jabber/ObjectDropdownBundle',
  5141.                 => 'bundles/Jabber/ExchangeRatesBundle',
  5142.                 => 'bundles/Jabber/RestApiBundle',
  5143.                 => 'bundles/Jabber/GenericBundle',
  5144.                 10 => 'bundles/Jabber/LightspeedConnectorBundle',
  5145.                 11 => 'bundles/Jabber/WebthinkingBundle',
  5146.                 12 => 'bundles/Jabber/DataEnrichmentBundle',
  5147.                 13 => 'bundles/Jabber/MessengerUiBundle',
  5148.             ],
  5149.             'pimcore.extensions.bundles.handle_composer' => true,
  5150.             'pimcore.admin.unauthenticated_routes' => [
  5151.                 => [
  5152.                     'route' => 'pimcore_settings_display_custom_logo',
  5153.                     'path' => false,
  5154.                     'host' => false,
  5155.                     'methods' => [
  5156.                     ],
  5157.                 ],
  5158.                 => [
  5159.                     'route' => 'pimcore_admin_login',
  5160.                     'path' => false,
  5161.                     'host' => false,
  5162.                     'methods' => [
  5163.                     ],
  5164.                 ],
  5165.                 => [
  5166.                     'route' => 'pimcore_admin_webdav',
  5167.                     'path' => false,
  5168.                     'host' => false,
  5169.                     'methods' => [
  5170.                     ],
  5171.                 ],
  5172.             ],
  5173.             'pimcore.encryption.secret' => NULL,
  5174.             'pimcore.admin.session.attribute_bags' => [
  5175.                 'pimcore_admin' => [
  5176.                     'storage_key' => '_pimcore_admin',
  5177.                 ],
  5178.                 'pimcore_objects' => [
  5179.                     'storage_key' => '_pimcore_objects',
  5180.                 ],
  5181.                 'pimcore_copy' => [
  5182.                     'storage_key' => '_pimcore_copy',
  5183.                 ],
  5184.                 'pimcore_gridconfig' => [
  5185.                     'storage_key' => '_pimcore_gridconfig',
  5186.                 ],
  5187.                 'pimcore_importconfig' => [
  5188.                     'storage_key' => '_pimcore_importconfig',
  5189.                 ],
  5190.             ],
  5191.             'pimcore.admin.translations.path' => '@PimcoreCoreBundle/Resources/translations',
  5192.             'pimcore.translations.admin_translation_mapping' => [
  5193.             ],
  5194.             'pimcore.web_profiler.toolbar.excluded_routes' => [
  5195.                 => [
  5196.                     'path' => '^/admin/asset/image-editor',
  5197.                     'route' => false,
  5198.                     'host' => false,
  5199.                     'methods' => [
  5200.                     ],
  5201.                 ],
  5202.             ],
  5203.             'pimcore.response_exception_listener.render_error_document' => true,
  5204.             'pimcore.maintenance.housekeeping.cleanup_tmp_files_atime_older_than' => 7776000,
  5205.             'pimcore.maintenance.housekeeping.cleanup_profiler_files_atime_older_than' => 1800,
  5206.             'pimcore.documents.default_controller' => 'App\\Controller\\DefaultController::defaultAction',
  5207.             'pimcore.documents.web_to_print.default_controller_print_page' => 'App\\Controller\\Web2printController::defaultAction',
  5208.             'pimcore.documents.web_to_print.default_controller_print_container' => 'App\\Controller\\Web2printController::containerAction',
  5209.             'pimcore.templating.twig.sandbox_security_policy.tags' => [
  5210.                 => 'set',
  5211.             ],
  5212.             'pimcore.templating.twig.sandbox_security_policy.filters' => [
  5213.                 => 'escape',
  5214.                 => 'trans',
  5215.                 => 'default',
  5216.             ],
  5217.             'pimcore.templating.twig.sandbox_security_policy.functions' => [
  5218.                 => 'path',
  5219.                 => 'asset',
  5220.             ],
  5221.             'pimcore.config' => [
  5222.                 'web_profiler' => [
  5223.                     'toolbar' => [
  5224.                         'excluded_routes' => [
  5225.                             => [
  5226.                                 'path' => '^/admin/asset/image-editor',
  5227.                                 'route' => false,
  5228.                                 'host' => false,
  5229.                                 'methods' => [
  5230.                                 ],
  5231.                             ],
  5232.                         ],
  5233.                     ],
  5234.                 ],
  5235.                 'security' => [
  5236.                     'encoder_factories' => [
  5237.                         'Pimcore\\Bundle\\AdminBundle\\Security\\User\\User' => [
  5238.                             'id' => 'pimcore_admin.security.password_encoder_factory',
  5239.                         ],
  5240.                     ],
  5241.                     'factory_type' => 'encoder',
  5242.                     'password_hasher_factories' => [
  5243.                     ],
  5244.                 ],
  5245.                 'bundles' => [
  5246.                     'search_paths' => [
  5247.                         => 'src',
  5248.                         => 'vendor/pimcore/pimcore/bundles',
  5249.                         => 'bundles/SizeGenBundle',
  5250.                         => 'bundles/TagsOverrideBundle',
  5251.                         => 'bundles/ExportBundle',
  5252.                         => 'bundles/PDFBundle',
  5253.                         => 'bundles/Jabber/ObjectDropdownBundle',
  5254.                         => 'bundles/Jabber/ExchangeRatesBundle',
  5255.                         => 'bundles/Jabber/RestApiBundle',
  5256.                         => 'bundles/Jabber/GenericBundle',
  5257.                         10 => 'bundles/Jabber/LightspeedConnectorBundle',
  5258.                         11 => 'bundles/Jabber/WebthinkingBundle',
  5259.                         12 => 'bundles/Jabber/DataEnrichmentBundle',
  5260.                         13 => 'bundles/Jabber/MessengerUiBundle',
  5261.                     ],
  5262.                     'handle_composer' => true,
  5263.                 ],
  5264.                 'assets' => [
  5265.                     'metadata' => [
  5266.                         'class_definitions' => [
  5267.                             'data' => [
  5268.                                 'map' => [
  5269.                                     'asset' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Asset',
  5270.                                     'checkbox' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Checkbox',
  5271.                                     'date' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Date',
  5272.                                     'document' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Document',
  5273.                                     'input' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Input',
  5274.                                     'object' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\DataObject',
  5275.                                     'select' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Select',
  5276.                                     'textarea' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Textarea',
  5277.                                 ],
  5278.                                 'prefixes' => [
  5279.                                 ],
  5280.                             ],
  5281.                         ],
  5282.                         'predefined' => [
  5283.                             'definitions' => [
  5284.                             ],
  5285.                         ],
  5286.                     ],
  5287.                     'icc_rgb_profile' => (\dirname(__DIR__4).'/public/brighton/Profiles/sRGB_IEC61966-2-1_no_black_scaling.icc'),
  5288.                     'versions' => [
  5289.                         'days' => NULL,
  5290.                         'steps' => 1,
  5291.                         'use_hardlinks' => true,
  5292.                         'disable_stack_trace' => false,
  5293.                     ],
  5294.                     'hide_edit_image' => false,
  5295.                     'disable_tree_preview' => false,
  5296.                     'frontend_prefixes' => [
  5297.                         'source' => '',
  5298.                         'thumbnail' => '',
  5299.                         'thumbnail_deferred' => '',
  5300.                     ],
  5301.                     'preview_image_thumbnail' => NULL,
  5302.                     'default_upload_path' => '_default_upload_bucket',
  5303.                     'tree_paging_limit' => 100,
  5304.                     'image' => [
  5305.                         'max_pixels' => 40000000,
  5306.                         'low_quality_image_preview' => [
  5307.                             'enabled' => true,
  5308.                         ],
  5309.                         'focal_point_detection' => [
  5310.                             'enabled' => true,
  5311.                         ],
  5312.                         'thumbnails' => [
  5313.                             'definitions' => [
  5314.                             ],
  5315.                             'clip_auto_support' => true,
  5316.                             'image_optimizers' => [
  5317.                                 'enabled' => true,
  5318.                             ],
  5319.                             'auto_formats' => [
  5320.                                 'avif' => [
  5321.                                     'enabled' => true,
  5322.                                     'quality' => 15,
  5323.                                 ],
  5324.                                 'webp' => [
  5325.                                     'enabled' => true,
  5326.                                     'quality' => NULL,
  5327.                                 ],
  5328.                             ],
  5329.                             'status_cache' => true,
  5330.                             'auto_clear_temp_files' => true,
  5331.                         ],
  5332.                     ],
  5333.                     'video' => [
  5334.                         'thumbnails' => [
  5335.                             'definitions' => [
  5336.                             ],
  5337.                             'auto_clear_temp_files' => true,
  5338.                         ],
  5339.                     ],
  5340.                     'icc_cmyk_profile' => NULL,
  5341.                 ],
  5342.                 'objects' => [
  5343.                     'class_definitions' => [
  5344.                         'data' => [
  5345.                             'map' => [
  5346.                                 'block' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Block',
  5347.                                 'calculatedValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\CalculatedValue',
  5348.                                 'checkbox' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Checkbox',
  5349.                                 'classificationstore' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Classificationstore',
  5350.                                 'consent' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Consent',
  5351.                                 'country' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Country',
  5352.                                 'countrymultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Countrymultiselect',
  5353.                                 'date' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Date',
  5354.                                 'datetime' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Datetime',
  5355.                                 'email' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Email',
  5356.                                 'encryptedField' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\EncryptedField',
  5357.                                 'externalImage' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ExternalImage',
  5358.                                 'fieldcollections' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Fieldcollections',
  5359.                                 'firstname' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Firstname',
  5360.                                 'gender' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Gender',
  5361.                                 'geobounds' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geobounds',
  5362.                                 'geopoint' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopoint',
  5363.                                 'geopolygon' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopolygon',
  5364.                                 'geopolyline' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopolyline',
  5365.                                 'hotspotimage' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Hotspotimage',
  5366.                                 'manyToOneRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToOneRelation',
  5367.                                 'image' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Image',
  5368.                                 'imageGallery' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ImageGallery',
  5369.                                 'input' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Input',
  5370.                                 'language' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Language',
  5371.                                 'languagemultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Languagemultiselect',
  5372.                                 'lastname' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Lastname',
  5373.                                 'link' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Link',
  5374.                                 'localizedfields' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Localizedfields',
  5375.                                 'manyToManyRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToManyRelation',
  5376.                                 'advancedManyToManyRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\AdvancedManyToManyRelation',
  5377.                                 'multiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Multiselect',
  5378.                                 'newsletterActive' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\NewsletterActive',
  5379.                                 'reverseObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ReverseObjectRelation',
  5380.                                 'urlSlug' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\UrlSlug',
  5381.                                 'numeric' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Numeric',
  5382.                                 'objectbricks' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Objectbricks',
  5383.                                 'manyToManyObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToManyObjectRelation',
  5384.                                 'advancedManyToManyObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\AdvancedManyToManyObjectRelation',
  5385.                                 'password' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Password',
  5386.                                 'rgbaColor' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\RgbaColor',
  5387.                                 'targetGroup' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\TargetGroup',
  5388.                                 'targetGroupMultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\TargetGroupMultiselect',
  5389.                                 'quantityValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\QuantityValue',
  5390.                                 'inputQuantityValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\InputQuantityValue',
  5391.                                 'select' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Select',
  5392.                                 'slider' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Slider',
  5393.                                 'structuredTable' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\StructuredTable',
  5394.                                 'table' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Table',
  5395.                                 'textarea' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Textarea',
  5396.                                 'time' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Time',
  5397.                                 'user' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\User',
  5398.                                 'video' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Video',
  5399.                                 'wysiwyg' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Wysiwyg',
  5400.                                 'permissionManyToOneRelation' => 'FrontendPermissionToolkitBundle\\CoreExtensions\\ClassDefinitions\\PermissionManyToOneRelation',
  5401.                                 'permissionManyToManyRelation' => 'FrontendPermissionToolkitBundle\\CoreExtensions\\ClassDefinitions\\PermissionManyToManyRelation',
  5402.                                 'permissionResource' => 'FrontendPermissionToolkitBundle\\CoreExtensions\\ClassDefinitions\\PermissionResource',
  5403.                                 'dynamicPermissionResource' => 'FrontendPermissionToolkitBundle\\CoreExtensions\\ClassDefinitions\\DynamicPermissionResource',
  5404.                             ],
  5405.                             'prefixes' => [
  5406.                                 => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\',
  5407.                                 => '\\Object_Class_Data_',
  5408.                             ],
  5409.                         ],
  5410.                         'layout' => [
  5411.                             'prefixes' => [
  5412.                                 => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Layout\\',
  5413.                                 => '\\Object_Class_Layout_',
  5414.                             ],
  5415.                             'map' => [
  5416.                                 'dataQuality' => 'BigJabber\\DataQualityBundle\\Model\\DataObject\\ClassDefinition\\Layout\\DataQuality',
  5417.                             ],
  5418.                         ],
  5419.                     ],
  5420.                     'versions' => [
  5421.                         'days' => 1,
  5422.                         'steps' => NULL,
  5423.                         'disable_stack_trace' => false,
  5424.                     ],
  5425.                     'ignore_localized_query_fallback' => false,
  5426.                     'tree_paging_limit' => 30,
  5427.                     'auto_save_interval' => 60,
  5428.                 ],
  5429.                 'documents' => [
  5430.                     'editables' => [
  5431.                         'prefixes' => [
  5432.                             => '\\Pimcore\\Model\\Document\\Editable\\',
  5433.                         ],
  5434.                         'map' => [
  5435.                         ],
  5436.                     ],
  5437.                     'types' => [
  5438.                         => 'folder',
  5439.                         => 'page',
  5440.                         => 'snippet',
  5441.                         => 'link',
  5442.                         => 'hardlink',
  5443.                         => 'email',
  5444.                         => 'newsletter',
  5445.                         => 'printpage',
  5446.                         => 'printcontainer',
  5447.                     ],
  5448.                     'valid_tables' => [
  5449.                         => 'email',
  5450.                         => 'newsletter',
  5451.                         => 'hardlink',
  5452.                         => 'link',
  5453.                         => 'page',
  5454.                         => 'snippet',
  5455.                     ],
  5456.                     'versions' => [
  5457.                         'days' => 1,
  5458.                         'steps' => NULL,
  5459.                         'disable_stack_trace' => false,
  5460.                     ],
  5461.                     'error_pages' => [
  5462.                         'default' => '',
  5463.                         'localized' => [
  5464.                             'en_GB' => '',
  5465.                             'en_US' => '',
  5466.                         ],
  5467.                     ],
  5468.                     'doc_types' => [
  5469.                         'definitions' => [
  5470.                         ],
  5471.                     ],
  5472.                     'default_controller' => 'App\\Controller\\DefaultController::defaultAction',
  5473.                     'allow_trailing_slash' => 'no',
  5474.                     'generate_preview' => false,
  5475.                     'preview_url_prefix' => '',
  5476.                     'tree_paging_limit' => 50,
  5477.                     'areas' => [
  5478.                         'autoload' => true,
  5479.                     ],
  5480.                     'newsletter' => [
  5481.                         'defaultUrlPrefix' => NULL,
  5482.                     ],
  5483.                     'web_to_print' => [
  5484.                         'pdf_creation_php_memory_limit' => '2048M',
  5485.                         'default_controller_print_page' => 'App\\Controller\\Web2printController::defaultAction',
  5486.                         'default_controller_print_container' => 'App\\Controller\\Web2printController::containerAction',
  5487.                         'enableInDefaultView' => false,
  5488.                         'generalTool' => '',
  5489.                     ],
  5490.                     'auto_save_interval' => 60,
  5491.                     'static_page_router' => [
  5492.                         'enabled' => false,
  5493.                         'route_pattern' => NULL,
  5494.                     ],
  5495.                 ],
  5496.                 'routing' => [
  5497.                     'direct_route_document_types' => [
  5498.                         => 'page',
  5499.                         => 'snippet',
  5500.                         => 'email',
  5501.                         => 'newsletter',
  5502.                         => 'printpage',
  5503.                         => 'printcontainer',
  5504.                     ],
  5505.                     'allow_processing_unpublished_fallback_document' => false,
  5506.                     'static' => [
  5507.                         'locale_params' => [
  5508.                         ],
  5509.                     ],
  5510.                 ],
  5511.                 'newsletter' => [
  5512.                     'source_adapters' => [
  5513.                         'defaultAdapter' => 'pimcore.document.newsletter.factory.default',
  5514.                         'csvList' => 'pimcore.document.newsletter.factory.csv',
  5515.                         'reportAdapter' => 'pimcore.document.newsletter.factory.report',
  5516.                     ],
  5517.                     'method' => NULL,
  5518.                 ],
  5519.                 'custom_report' => [
  5520.                     'adapters' => [
  5521.                         'sql' => 'pimcore.custom_report.adapter.factory.sql',
  5522.                         'analytics' => 'pimcore.custom_report.adapter.factory.analytics',
  5523.                     ],
  5524.                     'definitions' => [
  5525.                     ],
  5526.                 ],
  5527.                 'targeting' => [
  5528.                     'data_providers' => [
  5529.                         'device' => 'Pimcore\\Targeting\\DataProvider\\Device',
  5530.                         'geoip' => 'Pimcore\\Targeting\\DataProvider\\GeoIp',
  5531.                         'geolocation' => 'Pimcore\\Targeting\\DataProvider\\GeoLocation',
  5532.                         'targeting_storage' => 'Pimcore\\Targeting\\DataProvider\\TargetingStorage',
  5533.                         'visited_pages_counter' => 'Pimcore\\Targeting\\DataProvider\\VisitedPagesCounter',
  5534.                     ],
  5535.                     'conditions' => [
  5536.                         'browser' => 'Pimcore\\Targeting\\Condition\\Browser',
  5537.                         'country' => 'Pimcore\\Targeting\\Condition\\Country',
  5538.                         'geopoint' => 'Pimcore\\Targeting\\Condition\\GeoPoint',
  5539.                         'hardwareplatform' => 'Pimcore\\Targeting\\Condition\\HardwarePlatform',
  5540.                         'language' => 'Pimcore\\Targeting\\Condition\\Language',
  5541.                         'operatingsystem' => 'Pimcore\\Targeting\\Condition\\OperatingSystem',
  5542.                         'referringsite' => 'Pimcore\\Targeting\\Condition\\ReferringSite',
  5543.                         'searchengine' => 'Pimcore\\Targeting\\Condition\\SearchEngine',
  5544.                         'target_group' => 'Pimcore\\Targeting\\Condition\\TargetGroup',
  5545.                         'timeonsite' => 'Pimcore\\Targeting\\Condition\\TimeOnSite',
  5546.                         'url' => 'Pimcore\\Targeting\\Condition\\Url',
  5547.                         'visitedpagesbefore' => 'Pimcore\\Targeting\\Condition\\VisitedPagesBefore',
  5548.                     ],
  5549.                     'action_handlers' => [
  5550.                         'assign_target_group' => 'Pimcore\\Targeting\\ActionHandler\\AssignTargetGroup',
  5551.                         'codesnippet' => 'Pimcore\\Targeting\\ActionHandler\\CodeSnippet',
  5552.                         'redirect' => 'Pimcore\\Targeting\\ActionHandler\\Redirect',
  5553.                     ],
  5554.                     'enabled' => true,
  5555.                     'storage_id' => 'Pimcore\\Targeting\\Storage\\CookieStorage',
  5556.                     'session' => [
  5557.                         'enabled' => false,
  5558.                     ],
  5559.                 ],
  5560.                 'context' => [
  5561.                     'profiler' => [
  5562.                         'routes' => [
  5563.                             => [
  5564.                                 'path' => '^/_(profiler|wdt)(/.*)?$',
  5565.                                 'route' => false,
  5566.                                 'host' => false,
  5567.                                 'methods' => [
  5568.                                 ],
  5569.                             ],
  5570.                         ],
  5571.                     ],
  5572.                     'admin' => [
  5573.                         'routes' => [
  5574.                             => [
  5575.                                 'path' => '^/admin(/.*)?$',
  5576.                                 'route' => false,
  5577.                                 'host' => false,
  5578.                                 'methods' => [
  5579.                                 ],
  5580.                             ],
  5581.                             => [
  5582.                                 'route' => '^pimcore_admin_',
  5583.                                 'path' => false,
  5584.                                 'host' => false,
  5585.                                 'methods' => [
  5586.                                 ],
  5587.                             ],
  5588.                         ],
  5589.                     ],
  5590.                     'plugin' => [
  5591.                         'routes' => [
  5592.                             => [
  5593.                                 'path' => '^/plugin(/.*)?$',
  5594.                                 'route' => false,
  5595.                                 'host' => false,
  5596.                                 'methods' => [
  5597.                                 ],
  5598.                             ],
  5599.                         ],
  5600.                     ],
  5601.                 ],
  5602.                 'admin' => [
  5603.                     'session' => [
  5604.                         'attribute_bags' => [
  5605.                             'pimcore_admin' => [
  5606.                                 'storage_key' => '_pimcore_admin',
  5607.                             ],
  5608.                             'pimcore_objects' => [
  5609.                                 'storage_key' => '_pimcore_objects',
  5610.                             ],
  5611.                             'pimcore_copy' => [
  5612.                                 'storage_key' => '_pimcore_copy',
  5613.                             ],
  5614.                             'pimcore_gridconfig' => [
  5615.                                 'storage_key' => '_pimcore_gridconfig',
  5616.                             ],
  5617.                             'pimcore_importconfig' => [
  5618.                                 'storage_key' => '_pimcore_importconfig',
  5619.                             ],
  5620.                         ],
  5621.                     ],
  5622.                     'unauthenticated_routes' => [
  5623.                         => [
  5624.                             'route' => 'pimcore_settings_display_custom_logo',
  5625.                             'path' => false,
  5626.                             'host' => false,
  5627.                             'methods' => [
  5628.                             ],
  5629.                         ],
  5630.                         => [
  5631.                             'route' => 'pimcore_admin_login',
  5632.                             'path' => false,
  5633.                             'host' => false,
  5634.                             'methods' => [
  5635.                             ],
  5636.                         ],
  5637.                         => [
  5638.                             'route' => 'pimcore_admin_webdav',
  5639.                             'path' => false,
  5640.                             'host' => false,
  5641.                             'methods' => [
  5642.                             ],
  5643.                         ],
  5644.                     ],
  5645.                     'translations' => [
  5646.                         'path' => '@PimcoreCoreBundle/Resources/translations',
  5647.                     ],
  5648.                 ],
  5649.                 'sitemaps' => [
  5650.                     'generators' => [
  5651.                         'pimcore_documents' => [
  5652.                             'enabled' => true,
  5653.                             'priority' => 100,
  5654.                             'generator_id' => 'Pimcore\\Sitemap\\Document\\DocumentTreeGenerator',
  5655.                         ],
  5656.                     ],
  5657.                 ],
  5658.                 'redirects' => [
  5659.                     'status_codes' => [
  5660.                         300 => 'Multiple Choices',
  5661.                         301 => 'Moved Permanently',
  5662.                         302 => 'Found',
  5663.                         303 => 'See Other',
  5664.                         307 => 'Temporary Redirect',
  5665.                     ],
  5666.                 ],
  5667.                 'glossary' => [
  5668.                     'blocked_tags' => [
  5669.                         => 'a',
  5670.                         => 'script',
  5671.                         => 'style',
  5672.                         => 'code',
  5673.                         => 'pre',
  5674.                         => 'textarea',
  5675.                         => 'acronym',
  5676.                         => 'abbr',
  5677.                         => 'option',
  5678.                         => 'h1',
  5679.                         10 => 'h2',
  5680.                         11 => 'h3',
  5681.                         12 => 'h4',
  5682.                         13 => 'h5',
  5683.                         14 => 'h6',
  5684.                     ],
  5685.                 ],
  5686.                 'templating_engine' => [
  5687.                     'twig' => [
  5688.                         'sandbox_security_policy' => [
  5689.                             'tags' => [
  5690.                                 => 'set',
  5691.                             ],
  5692.                             'filters' => [
  5693.                                 => 'escape',
  5694.                                 => 'trans',
  5695.                                 => 'default',
  5696.                             ],
  5697.                             'functions' => [
  5698.                                 => 'path',
  5699.                                 => 'asset',
  5700.                             ],
  5701.                         ],
  5702.                     ],
  5703.                 ],
  5704.                 'translations' => [
  5705.                     'debugging' => [
  5706.                         'enabled' => true,
  5707.                         'parameter' => 'pimcore_debug_translations',
  5708.                     ],
  5709.                     'admin_translation_mapping' => [
  5710.                     ],
  5711.                     'data_object' => [
  5712.                     ],
  5713.                 ],
  5714.                 'email' => [
  5715.                     'sender' => [
  5716.                         'name' => 'Pimcore',
  5717.                         'email' => 'james.broady@pourmoi.co.uk',
  5718.                     ],
  5719.                     'debug' => [
  5720.                         'email_addresses' => 'james.broady@pourmoi.co.uk',
  5721.                     ],
  5722.                     'return' => [
  5723.                         'name' => '',
  5724.                         'email' => '',
  5725.                     ],
  5726.                     'usespecific' => false,
  5727.                 ],
  5728.                 'general' => [
  5729.                     'domain' => '',
  5730.                     'redirect_to_maindomain' => false,
  5731.                     'language' => 'en',
  5732.                     'valid_languages' => 'en_GB,en_US',
  5733.                     'fallback_languages' => [
  5734.                         'en_GB' => '',
  5735.                         'en_US' => '',
  5736.                     ],
  5737.                     'default_language' => 'en_GB',
  5738.                     'debug_admin_translations' => false,
  5739.                     'timezone' => '',
  5740.                     'path_variable' => NULL,
  5741.                     'disable_usage_statistics' => false,
  5742.                     'instance_identifier' => NULL,
  5743.                 ],
  5744.                 'error_handling' => [
  5745.                     'render_error_document' => true,
  5746.                 ],
  5747.                 'flags' => [
  5748.                 ],
  5749.                 'maps' => [
  5750.                     'tile_layer_url_template' => 'https://a.tile.openstreetmap.org/{z}/{x}/{y}.png',
  5751.                     'geocoding_url_template' => 'https://nominatim.openstreetmap.org/search?q={q}&addressdetails=1&format=json&limit=1',
  5752.                     'reverse_geocoding_url_template' => 'https://nominatim.openstreetmap.org/reverse?format=json&lat={lat}&lon={lon}&addressdetails=1',
  5753.                 ],
  5754.                 'maintenance' => [
  5755.                     'housekeeping' => [
  5756.                         'cleanup_tmp_files_atime_older_than' => 7776000,
  5757.                         'cleanup_profiler_files_atime_older_than' => 1800,
  5758.                     ],
  5759.                 ],
  5760.                 'services' => [
  5761.                     'google' => [
  5762.                         'client_id' => NULL,
  5763.                         'email' => NULL,
  5764.                         'simple_api_key' => NULL,
  5765.                         'browser_api_key' => NULL,
  5766.                     ],
  5767.                 ],
  5768.                 'encryption' => [
  5769.                     'secret' => NULL,
  5770.                 ],
  5771.                 'models' => [
  5772.                     'class_overrides' => [
  5773.                     ],
  5774.                 ],
  5775.                 'full_page_cache' => [
  5776.                     'enabled' => true,
  5777.                     'lifetime' => NULL,
  5778.                 ],
  5779.                 'workflows' => [
  5780.                 ],
  5781.                 'httpclient' => [
  5782.                     'adapter' => 'Socket',
  5783.                     'proxy_host' => NULL,
  5784.                     'proxy_port' => NULL,
  5785.                     'proxy_user' => NULL,
  5786.                     'proxy_pass' => NULL,
  5787.                 ],
  5788.                 'applicationlog' => [
  5789.                     'archive_treshold' => 30,
  5790.                     'archive_alternative_database' => '',
  5791.                     'delete_archive_threshold' => '6',
  5792.                 ],
  5793.                 'properties' => [
  5794.                     'predefined' => [
  5795.                         'definitions' => [
  5796.                         ],
  5797.                     ],
  5798.                 ],
  5799.                 'staticroutes' => [
  5800.                     'definitions' => [
  5801.                     ],
  5802.                 ],
  5803.                 'perspectives' => [
  5804.                     'definitions' => [
  5805.                     ],
  5806.                 ],
  5807.                 'custom_views' => [
  5808.                     'definitions' => [
  5809.                     ],
  5810.                 ],
  5811.             ],
  5812.             'pimcore.routing.static.locale_params' => [
  5813.             ],
  5814.             'pimcore.targeting.enabled' => true,
  5815.             'pimcore.targeting.conditions' => [
  5816.                 'browser' => 'Pimcore\\Targeting\\Condition\\Browser',
  5817.                 'country' => 'Pimcore\\Targeting\\Condition\\Country',
  5818.                 'geopoint' => 'Pimcore\\Targeting\\Condition\\GeoPoint',
  5819.                 'hardwareplatform' => 'Pimcore\\Targeting\\Condition\\HardwarePlatform',
  5820.                 'language' => 'Pimcore\\Targeting\\Condition\\Language',
  5821.                 'operatingsystem' => 'Pimcore\\Targeting\\Condition\\OperatingSystem',
  5822.                 'referringsite' => 'Pimcore\\Targeting\\Condition\\ReferringSite',
  5823.                 'searchengine' => 'Pimcore\\Targeting\\Condition\\SearchEngine',
  5824.                 'target_group' => 'Pimcore\\Targeting\\Condition\\TargetGroup',
  5825.                 'timeonsite' => 'Pimcore\\Targeting\\Condition\\TimeOnSite',
  5826.                 'url' => 'Pimcore\\Targeting\\Condition\\Url',
  5827.                 'visitedpagesbefore' => 'Pimcore\\Targeting\\Condition\\VisitedPagesBefore',
  5828.             ],
  5829.             'pimcore.geoip.db_file' => '',
  5830.             'pimcore.glossary.blocked_tags' => [
  5831.                 => 'a',
  5832.                 => 'script',
  5833.                 => 'style',
  5834.                 => 'code',
  5835.                 => 'pre',
  5836.                 => 'textarea',
  5837.                 => 'acronym',
  5838.                 => 'abbr',
  5839.                 => 'option',
  5840.                 => 'h1',
  5841.                 10 => 'h2',
  5842.                 11 => 'h3',
  5843.                 12 => 'h4',
  5844.                 13 => 'h5',
  5845.                 14 => 'h6',
  5846.             ],
  5847.             'pimcore.workflow' => [
  5848.             ],
  5849.             'pimcore.gdpr-data-extrator.dataobjects' => [
  5850.                 'classes' => [
  5851.                 ],
  5852.             ],
  5853.             'pimcore.gdpr-data-extrator.assets' => [
  5854.                 'types' => [
  5855.                 ],
  5856.             ],
  5857.             'pimcore_admin.dataObjects.notes_events.types' => [
  5858.                 => '',
  5859.                 => 'content',
  5860.                 => 'seo',
  5861.                 => 'warning',
  5862.                 => 'notice',
  5863.             ],
  5864.             'pimcore_admin.assets.notes_events.types' => [
  5865.                 => '',
  5866.                 => 'content',
  5867.                 => 'seo',
  5868.                 => 'warning',
  5869.                 => 'notice',
  5870.             ],
  5871.             'pimcore_admin.documents.notes_events.types' => [
  5872.                 => '',
  5873.                 => 'content',
  5874.                 => 'seo',
  5875.                 => 'warning',
  5876.                 => 'notice',
  5877.             ],
  5878.             'pimcore_admin.csrf_protection.excluded_routes' => [
  5879.             ],
  5880.             'pimcore_admin.admin_languages' => [
  5881.             ],
  5882.             'pimcore_admin.custom_admin_path_identifier' => NULL,
  5883.             'pimcore_admin.custom_admin_route_name' => 'my_custom_admin_entry_point',
  5884.             'pimcore_admin.config' => [
  5885.                 'branding' => [
  5886.                     'login_screen_invert_colors' => true,
  5887.                     'color_login_screen' => '',
  5888.                     'color_admin_interface' => '#821e5c',
  5889.                     'color_admin_interface_background' => '',
  5890.                     'login_screen_custom_image' => '',
  5891.                 ],
  5892.                 'gdpr_data_extractor' => [
  5893.                     'dataObjects' => [
  5894.                         'classes' => [
  5895.                         ],
  5896.                     ],
  5897.                     'assets' => [
  5898.                         'types' => [
  5899.                         ],
  5900.                     ],
  5901.                 ],
  5902.                 'objects' => [
  5903.                     'notes_events' => [
  5904.                         'types' => [
  5905.                             => '',
  5906.                             => 'content',
  5907.                             => 'seo',
  5908.                             => 'warning',
  5909.                             => 'notice',
  5910.                         ],
  5911.                     ],
  5912.                 ],
  5913.                 'assets' => [
  5914.                     'notes_events' => [
  5915.                         'types' => [
  5916.                             => '',
  5917.                             => 'content',
  5918.                             => 'seo',
  5919.                             => 'warning',
  5920.                             => 'notice',
  5921.                         ],
  5922.                     ],
  5923.                 ],
  5924.                 'documents' => [
  5925.                     'notes_events' => [
  5926.                         'types' => [
  5927.                             => '',
  5928.                             => 'content',
  5929.                             => 'seo',
  5930.                             => 'warning',
  5931.                             => 'notice',
  5932.                         ],
  5933.                     ],
  5934.                 ],
  5935.                 'admin_languages' => [
  5936.                 ],
  5937.                 'csrf_protection' => [
  5938.                     'excluded_routes' => [
  5939.                     ],
  5940.                 ],
  5941.                 'admin_csp_header' => [
  5942.                     'enabled' => false,
  5943.                     'exclude_paths' => [
  5944.                     ],
  5945.                     'additional_urls' => [
  5946.                         'default-src' => [
  5947.                         ],
  5948.                         'img-src' => [
  5949.                         ],
  5950.                         'script-src' => [
  5951.                         ],
  5952.                         'style-src' => [
  5953.                         ],
  5954.                         'connect-src' => [
  5955.                         ],
  5956.                         'font-src' => [
  5957.                         ],
  5958.                         'media-src' => [
  5959.                         ],
  5960.                         'frame-src' => [
  5961.                         ],
  5962.                     ],
  5963.                 ],
  5964.                 'custom_admin_path_identifier' => NULL,
  5965.                 'custom_admin_route_name' => 'my_custom_admin_entry_point',
  5966.             ],
  5967.             'pimcore_data_hub' => [
  5968.                 'configurations' => [
  5969.                 ],
  5970.             ],
  5971.             'elements_process_manager' => [
  5972.                 'archiveThresholdLogs' => 7,
  5973.                 'processTimeoutMinutes' => 60,
  5974.                 'disableShortcutMenu' => false,
  5975.                 'reportingEmailAddresses' => [
  5976.                     => 'james.broady@pourmoi.co.uk',
  5977.                 ],
  5978.                 'additionalScriptExecutionUsers' => [
  5979.                     => 'www-data',
  5980.                     => 'root',
  5981.                     => 'administrator',
  5982.                     => 'pimcore',
  5983.                 ],
  5984.                 'configurationMigrationsDirectory' => (\dirname(__DIR__4).'/src/Migrations'),
  5985.                 'configurationMigrationsNamespace' => 'App\\Migrations',
  5986.                 'restApiUsers' => [
  5987.                 ],
  5988.                 'executorClasses' => [
  5989.                     'pimcoreCommand' => [
  5990.                         'name' => 'pimcoreCommand',
  5991.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.class.pimcoreCommand',
  5992.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\PimcoreCommand',
  5993.                         'config' => [
  5994.                         ],
  5995.                     ],
  5996.                     'classMethod' => [
  5997.                         'name' => 'classMethod',
  5998.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.class.classMethod',
  5999.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\ClassMethod',
  6000.                         'config' => [
  6001.                         ],
  6002.                     ],
  6003.                 ],
  6004.                 'executorActionClasses' => [
  6005.                     'download' => [
  6006.                         'name' => 'download',
  6007.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.action.download',
  6008.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Action\\Download',
  6009.                         'config' => [
  6010.                         ],
  6011.                     ],
  6012.                     'openItem' => [
  6013.                         'name' => 'openItem',
  6014.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.action.openItem',
  6015.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Action\\OpenItem',
  6016.                         'config' => [
  6017.                         ],
  6018.                     ],
  6019.                     'jsEvent' => [
  6020.                         'name' => 'jsEvent',
  6021.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.action.jsEvent',
  6022.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Action\\JsEvent',
  6023.                         'config' => [
  6024.                         ],
  6025.                     ],
  6026.                 ],
  6027.                 'executorCallbackClasses' => [
  6028.                     'executionNote' => [
  6029.                         'name' => 'executionNote',
  6030.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.callback.executionNote',
  6031.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Callback\\General',
  6032.                         'config' => [
  6033.                         ],
  6034.                         'jsFile' => '/bundles/elementsprocessmanager/js/executor/callback/executionNote.js',
  6035.                     ],
  6036.                     'tboneexport' => [
  6037.                         'name' => 'tboneexport',
  6038.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.callback.tboneexport',
  6039.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Callback\\General',
  6040.                         'config' => [
  6041.                         ],
  6042.                         'jsFile' => '/bundles/jabbergeneric/js/executor/callback/tboneexport.js',
  6043.                     ],
  6044.                     'priamwholesale' => [
  6045.                         'name' => 'priamwholesale',
  6046.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.callback.priamwholesale',
  6047.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Callback\\General',
  6048.                         'config' => [
  6049.                         ],
  6050.                         'jsFile' => '/bundles/jabbergeneric/js/executor/callback/priamwholesale.js',
  6051.                     ],
  6052.                     'linesheet' => [
  6053.                         'name' => 'linesheet',
  6054.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.callback.linesheet',
  6055.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Callback\\General',
  6056.                         'config' => [
  6057.                         ],
  6058.                         'jsFile' => '/bundles/jabbergeneric/js/executor/callback/linesheet.js',
  6059.                     ],
  6060.                     'topten' => [
  6061.                         'name' => 'topten',
  6062.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.callback.topten',
  6063.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Callback\\General',
  6064.                         'config' => [
  6065.                         ],
  6066.                         'jsFile' => '/bundles/jabbergeneric/js/executor/callback/topten.js',
  6067.                     ],
  6068.                     'bulkupdate' => [
  6069.                         'name' => 'bulkupdate',
  6070.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.callback.bulkupdate',
  6071.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Callback\\General',
  6072.                         'config' => [
  6073.                         ],
  6074.                         'jsFile' => '/bundles/jabbergeneric/js/executor/callback/bulkupdate.js',
  6075.                     ],
  6076.                     'priamexport' => [
  6077.                         'name' => 'priamexport',
  6078.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.callback.priamexport',
  6079.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Callback\\General',
  6080.                         'config' => [
  6081.                         ],
  6082.                         'jsFile' => '/bundles/jabbergeneric/js/executor/callback/priamexport.js',
  6083.                     ],
  6084.                     'importserverassets' => [
  6085.                         'name' => 'importserverassets',
  6086.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.callback.importserverassets',
  6087.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Callback\\General',
  6088.                         'config' => [
  6089.                         ],
  6090.                         'jsFile' => '/bundles/jabbergeneric/js/executor/callback/importserverassets.js',
  6091.                     ],
  6092.                     'wholesaleupdate' => [
  6093.                         'name' => 'wholesaleupdate',
  6094.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.callback.wholesaleupdate',
  6095.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Callback\\General',
  6096.                         'config' => [
  6097.                         ],
  6098.                         'jsFile' => '/bundles/jabbergeneric/js/executor/callback/wholesaleupdate.js',
  6099.                     ],
  6100.                 ],
  6101.                 'executorLoggerClasses' => [
  6102.                     'file' => [
  6103.                         'name' => 'file',
  6104.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.logger.file',
  6105.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Logger\\File',
  6106.                         'config' => [
  6107.                         ],
  6108.                     ],
  6109.                     'console' => [
  6110.                         'name' => 'console',
  6111.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.logger.console',
  6112.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Logger\\Console',
  6113.                         'config' => [
  6114.                         ],
  6115.                     ],
  6116.                     'application' => [
  6117.                         'name' => 'application',
  6118.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.logger.application',
  6119.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Logger\\Application',
  6120.                         'config' => [
  6121.                         ],
  6122.                     ],
  6123.                     'emailSummary' => [
  6124.                         'name' => 'emailSummary',
  6125.                         'extJsClass' => 'pimcore.plugin.processmanager.executor.logger.emailSummary',
  6126.                         'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Logger\\EmailSummary',
  6127.                         'config' => [
  6128.                         ],
  6129.                     ],
  6130.                 ],
  6131.             ],
  6132.             'memcached' => [
  6133.                 'host' => 'localhost',
  6134.                 'port' => 11211,
  6135.             ],
  6136.             'jabber.dropdown_bundle.redis_host' => '127.0.0.1',
  6137.             'jabber.dropdown_bundle.redis_port' => 6379,
  6138.             'jabber.dropdown_bundle.classes' => [
  6139.                 => 'Size',
  6140.                 => 'Department',
  6141.                 => 'MainGroup',
  6142.                 => 'SubGroup',
  6143.                 => 'SizeGroup',
  6144.                 => 'Brand',
  6145.                 => 'Colour',
  6146.                 => 'Collections',
  6147.             ],
  6148.             'jabber.dropdown_bundle.languages' => [
  6149.                 => 'en_GB',
  6150.                 => 'en_US',
  6151.             ],
  6152.             'datatoparent' => [
  6153.                 'user' => 44,
  6154.                 'properties' => [
  6155.                     'style' => [
  6156.                         => 'Name',
  6157.                         => 'Description',
  6158.                         => 'BulletPoints',
  6159.                         => 'Categories',
  6160.                     ],
  6161.                     'child' => [
  6162.                         => 'Description',
  6163.                         => 'BulletPoints',
  6164.                         => 'Categories',
  6165.                     ],
  6166.                 ],
  6167.             ],
  6168.             'lightspeed_url' => 'https://pourmoidevtrial.vendhq.com',
  6169.             'lightspeed_api_version' => '2.0',
  6170.             'lightspeed_api_key' => 'lsxs_pt_jpOY8CUukACjBA1QV01PiEOUd2er9Ssn',
  6171.             'jabber_data_enrichment_bundle.system_user' => 46,
  6172.             'messengerui_queues' => [
  6173.                 => 'price_bundle',
  6174.                 => 'price_bundle_new',
  6175.             ],
  6176.             'messengerui_failure_queues' => [
  6177.                 => 'price_bundle_failed',
  6178.             ],
  6179.             'jabber_webthinking_bundle.automation_enabled' => true,
  6180.             'jabber_webthinking_bundle.system_user' => 45,
  6181.             'jabber_webthinking_bundle.category_folder_id' => 3,
  6182.             'jabber_webthinking_bundle.available_sites' => [
  6183.                 58 => 'webthinking_gb',
  6184.                 65 => 'webthinking_us',
  6185.             ],
  6186.             'jabber_webthinking_bundle.data_quality' => [
  6187.                 58 => 'DataQualityPercent',
  6188.                 65 => 'DataQualityPercentUS',
  6189.             ],
  6190.             'jabber_webthinking_bundle.primary_attributes' => [
  6191.                 => 102,
  6192.                 => 61,
  6193.                 => 62,
  6194.                 => 120,
  6195.                 => 416,
  6196.             ],
  6197.             'jabber_webthinking_bundle.colour_attribute' => 102,
  6198.             'jabber_webthinking_bundle.colour_group_attribute' => 61,
  6199.             'jabber_webthinking_bundle.size_attribute' => 62,
  6200.             'jabber_webthinking_bundle.collection_attribute' => 120,
  6201.             'jabber_webthinking_bundle.category_one' => 416,
  6202.             'jabber_webthinking_bundle.skip_attributes' => [
  6203.                 => 273,
  6204.                 => 442,
  6205.                 => 445,
  6206.                 => 57,
  6207.                 => 415,
  6208.                 => 414,
  6209.                 => 423,
  6210.                 => 96,
  6211.                 => 446,
  6212.                 => 433,
  6213.                 10 => 418,
  6214.                 11 => 439,
  6215.                 12 => 413,
  6216.                 13 => 100,
  6217.                 14 => 426,
  6218.                 15 => 428,
  6219.                 16 => 429,
  6220.                 17 => 411,
  6221.                 18 => 447,
  6222.             ],
  6223.             'jabber_webthinking_bundle.default_attributes' => [
  6224.                 => 412,
  6225.                 => 416,
  6226.                 => 120,
  6227.                 => 61,
  6228.                 => 419,
  6229.                 => 420,
  6230.                 => 421,
  6231.                 => 447,
  6232.                 => 459,
  6233.                 => 425,
  6234.                 10 => 112,
  6235.                 11 => 62,
  6236.                 12 => 410,
  6237.                 13 => 64,
  6238.                 14 => 102,
  6239.                 15 => 63,
  6240.                 16 => 457,
  6241.                 17 => 424,
  6242.                 18 => 422,
  6243.             ],
  6244.             'jabber_webthinking_bundle.style_attributes' => [
  6245.                 => 102,
  6246.                 => 61,
  6247.                 => 120,
  6248.                 => 419,
  6249.                 => 420,
  6250.             ],
  6251.             'jabber_webthinking_bundle.child_attributes' => [
  6252.                 => 62,
  6253.             ],
  6254.             'jabber_webthinking_bundle.providers.classification_store_groups' => [
  6255.                 => 18,
  6256.                 => 36,
  6257.             ],
  6258.             'jabber_webthinking_bundle.providers.classification_store_keys' => [
  6259.                 => 76,
  6260.                 => 78,
  6261.                 => 60,
  6262.                 => 79,
  6263.             ],
  6264.             'jabber_webthinking_bundle.classification_group_mapping' => [
  6265.                 'all' => [
  6266.                     => 'default',
  6267.                 ],
  6268.                 'style' => [
  6269.                     => 'style',
  6270.                 ],
  6271.                 'Department' => [
  6272.                     => 'hosiery',
  6273.                     => 'night',
  6274.                     => 'chlothing',
  6275.                     => 'sports',
  6276.                     => 'beach',
  6277.                     => 'lingerie',
  6278.                 ],
  6279.                 'MainGroup' => [
  6280.                     => 'brief',
  6281.                     => 'bottm',
  6282.                     => 'bras',
  6283.                     => 'dress',
  6284.                     => 'knitwr',
  6285.                     => 'biktop',
  6286.                     => 'sptbra',
  6287.                     => 'tops',
  6288.                     => 'swimwear',
  6289.                 ],
  6290.                 'SubGroup' => [
  6291.                     => 'skirt',
  6292.                 ],
  6293.             ],
  6294.             'data_collector.templates' => [
  6295.                 'Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector' => [
  6296.                     => 'pimcore',
  6297.                     => '@PimcoreCore/Profiler/data_collector.html.twig',
  6298.                 ],
  6299.                 'data_collector.request' => [
  6300.                     => 'request',
  6301.                     => '@WebProfiler/Collector/request.html.twig',
  6302.                 ],
  6303.                 'data_collector.time' => [
  6304.                     => 'time',
  6305.                     => '@WebProfiler/Collector/time.html.twig',
  6306.                 ],
  6307.                 'data_collector.memory' => [
  6308.                     => 'memory',
  6309.                     => '@WebProfiler/Collector/memory.html.twig',
  6310.                 ],
  6311.                 'data_collector.validator' => [
  6312.                     => 'validator',
  6313.                     => '@WebProfiler/Collector/validator.html.twig',
  6314.                 ],
  6315.                 'data_collector.ajax' => [
  6316.                     => 'ajax',
  6317.                     => '@WebProfiler/Collector/ajax.html.twig',
  6318.                 ],
  6319.                 'Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector' => [
  6320.                     => 'pimcore_targeting',
  6321.                     => '@PimcoreCore/Profiler/targeting_data_collector.html.twig',
  6322.                 ],
  6323.                 'data_collector.form' => [
  6324.                     => 'form',
  6325.                     => '@WebProfiler/Collector/form.html.twig',
  6326.                 ],
  6327.                 'data_collector.exception' => [
  6328.                     => 'exception',
  6329.                     => '@WebProfiler/Collector/exception.html.twig',
  6330.                 ],
  6331.                 'data_collector.logger' => [
  6332.                     => 'logger',
  6333.                     => '@WebProfiler/Collector/logger.html.twig',
  6334.                 ],
  6335.                 'data_collector.events' => [
  6336.                     => 'events',
  6337.                     => '@WebProfiler/Collector/events.html.twig',
  6338.                 ],
  6339.                 'data_collector.router' => [
  6340.                     => 'router',
  6341.                     => '@WebProfiler/Collector/router.html.twig',
  6342.                 ],
  6343.                 'data_collector.cache' => [
  6344.                     => 'cache',
  6345.                     => '@WebProfiler/Collector/cache.html.twig',
  6346.                 ],
  6347.                 'data_collector.translation' => [
  6348.                     => 'translation',
  6349.                     => '@WebProfiler/Collector/translation.html.twig',
  6350.                 ],
  6351.                 'data_collector.security' => [
  6352.                     => 'security',
  6353.                     => '@Security/Collector/security.html.twig',
  6354.                 ],
  6355.                 'data_collector.twig' => [
  6356.                     => 'twig',
  6357.                     => '@WebProfiler/Collector/twig.html.twig',
  6358.                 ],
  6359.                 'data_collector.http_client' => [
  6360.                     => 'http_client',
  6361.                     => '@WebProfiler/Collector/http_client.html.twig',
  6362.                 ],
  6363.                 'data_collector.doctrine' => [
  6364.                     => 'db',
  6365.                     => '@Doctrine/Collector/db.html.twig',
  6366.                 ],
  6367.                 'data_collector.dump' => [
  6368.                     => 'dump',
  6369.                     => '@Debug/Profiler/dump.html.twig',
  6370.                 ],
  6371.                 'httplug.collector.collector' => [
  6372.                     => 'httplug',
  6373.                     => '@Httplug/webprofiler.html.twig',
  6374.                 ],
  6375.                 'data_collector.messenger' => [
  6376.                     => 'messenger',
  6377.                     => '@WebProfiler/Collector/messenger.html.twig',
  6378.                 ],
  6379.                 'mailer.data_collector' => [
  6380.                     => 'mailer',
  6381.                     => '@WebProfiler/Collector/mailer.html.twig',
  6382.                 ],
  6383.                 'notifier.data_collector' => [
  6384.                     => 'notifier',
  6385.                     => '@WebProfiler/Collector/notifier.html.twig',
  6386.                 ],
  6387.                 'data_collector.config' => [
  6388.                     => 'config',
  6389.                     => '@WebProfiler/Collector/config.html.twig',
  6390.                 ],
  6391.             ],
  6392.             'pimcore.service_controllers' => [
  6393.                 'App\\Controller\\DefaultController' => 'App\\Controller\\DefaultController',
  6394.                 'BigJabber\\DataQualityBundle\\Controller\\DataQualityController' => 'BigJabber\\DataQualityBundle\\Controller\\DataQualityController',
  6395.                 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController',
  6396.                 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\CallbackSettingsController' => 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\CallbackSettingsController',
  6397.                 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\ConfigController' => 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\ConfigController',
  6398.                 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\IndexController' => 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\IndexController',
  6399.                 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\MonitoringItemController' => 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\MonitoringItemController',
  6400.                 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\RestController' => 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\RestController',
  6401.                 'ExportBundle\\Controller\\DefaultController' => 'ExportBundle\\Controller\\DefaultController',
  6402.                 'ExportBundle\\Controller\\LipsyDatafile\\DefaultController' => 'ExportBundle\\Controller\\LipsyDatafile\\DefaultController',
  6403.                 'ExportBundle\\Controller\\PriamController' => 'ExportBundle\\Controller\\PriamController',
  6404.                 'ExportBundle\\Controller\\PriceListController' => 'ExportBundle\\Controller\\PriceListController',
  6405.                 'ExportBundle\\Controller\\TBOneController' => 'ExportBundle\\Controller\\TBOneController',
  6406.                 'Jabber\\DataEnrichmentBundle\\Controller\\ActionController' => 'Jabber\\DataEnrichmentBundle\\Controller\\ActionController',
  6407.                 'Jabber\\DataEnrichmentBundle\\Controller\\DefaultController' => 'Jabber\\DataEnrichmentBundle\\Controller\\DefaultController',
  6408.                 'Jabber\\DataEnrichmentBundle\\Controller\\ProductController' => 'Jabber\\DataEnrichmentBundle\\Controller\\ProductController',
  6409.                 'Jabber\\ExchangeRatesBundle\\Controller\\DefaultController' => 'Jabber\\ExchangeRatesBundle\\Controller\\DefaultController',
  6410.                 'Jabber\\ExchangeRatesBundle\\Controller\\RatesController' => 'Jabber\\ExchangeRatesBundle\\Controller\\RatesController',
  6411.                 'Jabber\\GenericBundle\\Controller\\BackendController' => 'Jabber\\GenericBundle\\Controller\\BackendController',
  6412.                 'Jabber\\GenericBundle\\Controller\\DefaultController' => 'Jabber\\GenericBundle\\Controller\\DefaultController',
  6413.                 'Jabber\\GenericBundle\\Controller\\ImportController' => 'Jabber\\GenericBundle\\Controller\\ImportController',
  6414.                 'Jabber\\GenericBundle\\Controller\\VariationController' => 'Jabber\\GenericBundle\\Controller\\VariationController',
  6415.                 'Jabber\\GenericBundle\\EventListener\\GridListener' => 'Jabber\\GenericBundle\\EventListener\\GridListener',
  6416.                 'Jabber\\LightspeedConnectorBundle\\Controller\\DefaultController' => 'Jabber\\LightspeedConnectorBundle\\Controller\\DefaultController',
  6417.                 'Jabber\\LightspeedConnectorBundle\\Controller\\DownloadController' => 'Jabber\\LightspeedConnectorBundle\\Controller\\DownloadController',
  6418.                 'Jabber\\LightspeedConnectorBundle\\Controller\\ErrorController' => 'Jabber\\LightspeedConnectorBundle\\Controller\\ErrorController',
  6419.                 'Jabber\\LightspeedConnectorBundle\\Controller\\ProductController' => 'Jabber\\LightspeedConnectorBundle\\Controller\\ProductController',
  6420.                 'Jabber\\LightspeedConnectorBundle\\Controller\\SummaryController' => 'Jabber\\LightspeedConnectorBundle\\Controller\\SummaryController',
  6421.                 'Jabber\\MessengerUiBundle\\Controller\\DefaultController' => 'Jabber\\MessengerUiBundle\\Controller\\DefaultController',
  6422.                 'Jabber\\MessengerUiBundle\\Controller\\FailuresController' => 'Jabber\\MessengerUiBundle\\Controller\\FailuresController',
  6423.                 'Jabber\\MessengerUiBundle\\Controller\\QueuesController' => 'Jabber\\MessengerUiBundle\\Controller\\QueuesController',
  6424.                 'Jabber\\MessengerUiBundle\\Controller\\SummaryController' => 'Jabber\\MessengerUiBundle\\Controller\\SummaryController',
  6425.                 'Jabber\\ObjectDropdownBundle\\Controller\\Cache\\Memcached\\CacheController' => 'Jabber\\ObjectDropdownBundle\\Controller\\Cache\\Memcached\\CacheController',
  6426.                 'Jabber\\ObjectDropdownBundle\\Controller\\Cache\\Redis\\RedisCacheController' => 'Jabber\\ObjectDropdownBundle\\Controller\\Cache\\Redis\\RedisCacheController',
  6427.                 'Jabber\\ObjectDropdownBundle\\Controller\\DefaultController' => 'Jabber\\ObjectDropdownBundle\\Controller\\DefaultController',
  6428.                 'Jabber\\RestApiBundle\\Controller\\BarcodeController' => 'Jabber\\RestApiBundle\\Controller\\BarcodeController',
  6429.                 'Jabber\\RestApiBundle\\Controller\\ColourController' => 'Jabber\\RestApiBundle\\Controller\\ColourController',
  6430.                 'Jabber\\RestApiBundle\\Controller\\DamController' => 'Jabber\\RestApiBundle\\Controller\\DamController',
  6431.                 'Jabber\\RestApiBundle\\Controller\\DefaultController' => 'Jabber\\RestApiBundle\\Controller\\DefaultController',
  6432.                 'Jabber\\RestApiBundle\\Controller\\EventController' => 'Jabber\\RestApiBundle\\Controller\\EventController',
  6433.                 'Jabber\\RestApiBundle\\Controller\\FileController' => 'Jabber\\RestApiBundle\\Controller\\FileController',
  6434.                 'Jabber\\RestApiBundle\\Controller\\ImageController' => 'Jabber\\RestApiBundle\\Controller\\ImageController',
  6435.                 'Jabber\\RestApiBundle\\Controller\\LinesheetController' => 'Jabber\\RestApiBundle\\Controller\\LinesheetController',
  6436.                 'Jabber\\RestApiBundle\\Controller\\ModelController' => 'Jabber\\RestApiBundle\\Controller\\ModelController',
  6437.                 'Jabber\\RestApiBundle\\Controller\\ObjectController' => 'Jabber\\RestApiBundle\\Controller\\ObjectController',
  6438.                 'Jabber\\RestApiBundle\\Controller\\PersonController' => 'Jabber\\RestApiBundle\\Controller\\PersonController',
  6439.                 'Jabber\\RestApiBundle\\Controller\\ProductController' => 'Jabber\\RestApiBundle\\Controller\\ProductController',
  6440.                 'Jabber\\RestApiBundle\\Controller\\SizeController' => 'Jabber\\RestApiBundle\\Controller\\SizeController',
  6441.                 'Jabber\\RestApiBundle\\Controller\\WebthinkingController' => 'Jabber\\RestApiBundle\\Controller\\WebthinkingController',
  6442.                 'Jabber\\WebthinkingBundle\\Controller\\AttributeController' => 'Jabber\\WebthinkingBundle\\Controller\\AttributeController',
  6443.                 'Jabber\\WebthinkingBundle\\Controller\\CategoryController' => 'Jabber\\WebthinkingBundle\\Controller\\CategoryController',
  6444.                 'Jabber\\WebthinkingBundle\\Controller\\DefaultController' => 'Jabber\\WebthinkingBundle\\Controller\\DefaultController',
  6445.                 'Jabber\\WebthinkingBundle\\Controller\\IdentifierController' => 'Jabber\\WebthinkingBundle\\Controller\\IdentifierController',
  6446.                 'Jabber\\WebthinkingBundle\\Controller\\LinkController' => 'Jabber\\WebthinkingBundle\\Controller\\LinkController',
  6447.                 'Jabber\\WebthinkingBundle\\Controller\\OptionController' => 'Jabber\\WebthinkingBundle\\Controller\\OptionController',
  6448.                 'Jabber\\WebthinkingBundle\\Controller\\UiController' => 'Jabber\\WebthinkingBundle\\Controller\\UiController',
  6449.                 'PDFBundle\\Controller\\DatasheetController' => 'PDFBundle\\Controller\\DatasheetController',
  6450.                 'PDFBundle\\Controller\\DefaultController' => 'PDFBundle\\Controller\\DefaultController',
  6451.                 'PDFBundle\\Controller\\RetailerController' => 'PDFBundle\\Controller\\RetailerController',
  6452.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController',
  6453.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController',
  6454.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController',
  6455.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController',
  6456.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController',
  6457.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController',
  6458.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController',
  6459.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController',
  6460.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController',
  6461.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController',
  6462.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController',
  6463.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController',
  6464.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController',
  6465.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController',
  6466.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController',
  6467.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController',
  6468.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController',
  6469.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController',
  6470.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController',
  6471.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController',
  6472.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController',
  6473.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController',
  6474.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController',
  6475.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController',
  6476.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController',
  6477.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController',
  6478.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController',
  6479.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController',
  6480.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController',
  6481.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController',
  6482.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController',
  6483.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController',
  6484.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController',
  6485.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController',
  6486.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController',
  6487.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController',
  6488.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController',
  6489.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController',
  6490.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController',
  6491.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController',
  6492.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController',
  6493.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController',
  6494.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController',
  6495.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController',
  6496.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController',
  6497.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController',
  6498.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController',
  6499.                 'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController',
  6500.                 'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController' => 'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController',
  6501.                 'Pimcore\\Bundle\\DataHubBundle\\Controller\\ConfigController' => 'Pimcore\\Bundle\\DataHubBundle\\Controller\\ConfigController',
  6502.                 'Pimcore\\Bundle\\DataHubBundle\\Controller\\GraphQLExplorerController' => 'Pimcore\\Bundle\\DataHubBundle\\Controller\\GraphQLExplorerController',
  6503.                 'Pimcore\\Bundle\\DataHubBundle\\Controller\\WebserviceController' => 'Pimcore\\Bundle\\DataHubBundle\\Controller\\WebserviceController',
  6504.                 'Pimcore\\Bundle\\DataImporterBundle\\Controller\\ConfigDataObjectController' => 'Pimcore\\Bundle\\DataImporterBundle\\Controller\\ConfigDataObjectController',
  6505.                 'Pimcore\\Bundle\\DataImporterBundle\\Controller\\PushImportController' => 'Pimcore\\Bundle\\DataImporterBundle\\Controller\\PushImportController',
  6506.                 'Pimcore\\Bundle\\ObjectMergerBundle\\Controller\\AdminController' => 'Pimcore\\Bundle\\ObjectMergerBundle\\Controller\\AdminController',
  6507.                 'Pimcore\\Bundle\\PerspectiveEditorBundle\\Controller\\PerspectiveController' => 'Pimcore\\Bundle\\PerspectiveEditorBundle\\Controller\\PerspectiveController',
  6508.                 'SizeGenBundle\\Controller\\DefaultController' => 'SizeGenBundle\\Controller\\DefaultController',
  6509.                 'kernel' => 'App\\Kernel',
  6510.             ],
  6511.             'console.command.ids' => [
  6512.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Bundle\\ListCommand',
  6513.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\CacheWarmingCommand',
  6514.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ClassesDefinitionsBuildCommand',
  6515.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ClassCommand',
  6516.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\CustomLayoutCommand',
  6517.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\FieldCollectionCommand',
  6518.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ObjectBrickCommand',
  6519.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteClassificationStoreCommand',
  6520.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteUnusedLocaleDataCommand',
  6521.                 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\GeneratePagePreviews',
  6522.                 10 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\MigrateElementsCommand',
  6523.                 11 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\EmailLogsCleanupCommand',
  6524.                 12 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\GenerateStaticPagesCommand',
  6525.                 13 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalMigrationHelpersCommand',
  6526.                 14 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalModelDaoMappingGeneratorCommand',
  6527.                 15 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalUnicodeCldrLanguageTerritoryGeneratorCommand',
  6528.                 16 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\LowQualityImagePreviewCommand',
  6529.                 17 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MaintenanceModeCommand',
  6530.                 18 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\StorageCommand',
  6531.                 19 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\ThumbnailsFolderStructureCommand',
  6532.                 20 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MysqlToolsCommand',
  6533.                 21 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RecyclebinCleanupCommand',
  6534.                 22 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RequirementsCheckCommand',
  6535.                 23 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ResetPasswordCommand',
  6536.                 24 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RunScriptCommand',
  6537.                 25 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\SearchBackendReindexCommand',
  6538.                 26 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsClearCommand',
  6539.                 27 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsImageCommand',
  6540.                 28 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsVideoCommand',
  6541.                 29 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\Configuration\\RebuildWorkspacesCommand',
  6542.                 30 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\GraphQL\\RebuildDefinitionsCommand',
  6543.                 31 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\CronExecutionCommand',
  6544.                 32 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\DummyDataCommand',
  6545.                 33 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\ParallelProcessQueueCommand',
  6546.                 34 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\PrepareImportCommand',
  6547.                 35 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\SequentialProcessQueueCommand',
  6548.                 36 => 'console.command.public_alias.Pimcore\\Bundle\\BundleGeneratorBundle\\Command\\BaseGenerateBundleCommand',
  6549.                 37 => 'Pimcore\\Bundle\\BundleGeneratorBundle\\Command\\GenerateBundleCommand',
  6550.                 38 => 'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\ClassMethodExecutorCommand',
  6551.                 39 => 'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\MaintenanceCommand',
  6552.                 40 => 'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\MigrationGeneratorCommand',
  6553.                 41 => 'console.command.public_alias.ExportBundle\\Command\\PriamPricelistExport',
  6554.                 42 => 'console.command.public_alias.ExportBundle\\Command\\TbOneProductExportCommand',
  6555.                 43 => 'console.command.public_alias.PDFBundle\\Command\\LinesheetExportCommand',
  6556.                 44 => 'console.command.public_alias.PDFBundle\\Command\\TopTensCommand',
  6557.                 45 => 'console.command.public_alias.Jabber\\RestApiBundle\\Command\\WebthinkingStyleRanges',
  6558.                 46 => 'console.command.public_alias.Jabber\\GenericBundle\\Command\\BulkPriamExport',
  6559.                 47 => 'console.command.public_alias.Jabber\\GenericBundle\\Command\\BulkUpdate',
  6560.                 48 => 'console.command.public_alias.Jabber\\GenericBundle\\Command\\GenerateThumbnail',
  6561.                 49 => 'console.command.public_alias.Jabber\\GenericBundle\\Command\\ImportServerAssets',
  6562.                 50 => 'console.command.public_alias.Jabber\\GenericBundle\\Command\\StyleRanges',
  6563.                 51 => 'console.command.public_alias.Jabber\\GenericBundle\\Command\\WholesaleUpdate',
  6564.                 52 => 'console.command.public_alias.Jabber\\DataEnrichmentBundle\\Command\\SendRequests',
  6565.                 53 => 'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\GetStatus',
  6566.                 54 => 'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Install\\AssignCategoriesJob',
  6567.                 55 => 'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Install\\AssignProductAttributeJob',
  6568.                 56 => 'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Install\\SetupAttributesJob',
  6569.                 57 => 'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Install\\SetupCategoriesJob',
  6570.                 58 => 'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Install\\SetupRangeJob',
  6571.                 59 => 'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Jobs\\DeleteProducts',
  6572.                 60 => 'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Jobs\\NewProductJob',
  6573.                 61 => 'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Jobs\\ProductJob',
  6574.                 62 => 'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Jobs\\SetupJob',
  6575.                 63 => 'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Jobs\\StyleRangeJob',
  6576.                 64 => 'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\PrimaryCategoryJob',
  6577.                 65 => 'console.command.public_alias.Jabber\\WebthinkingBundle\\Command\\Test',
  6578.             ],
  6579.         ];
  6580.     }
  6581.     protected function throw($message)
  6582.     {
  6583.         throw new RuntimeException($message);
  6584.     }
  6585. }