var/cache/website/dev/ContainerLQ9Xdxx/App_KernelDevDebugContainer.php line 5749

Open in your IDE?
  1. <?php
  2. namespace ContainerLQ9Xdxx;
  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. 'kernel' => true,
  31. ];
  32. $this->methodMap = [
  33. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  35. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  36. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  37. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  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. 'cache.app' => 'getCache_AppService',
  42. 'cache.system' => 'getCache_SystemService',
  43. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44. 'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
  45. 'data_collector.dump' => 'getDataCollector_DumpService',
  46. 'doctrine' => 'getDoctrineService',
  47. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  49. 'doctrine_phpcr' => 'getDoctrinePhpcrService',
  50. 'doctrine_phpcr.session' => 'getDoctrinePhpcr_SessionService',
  51. 'event_dispatcher' => 'getEventDispatcherService',
  52. 'fos_http_cache.cache_manager' => 'getFosHttpCache_CacheManagerService',
  53. 'fos_http_cache.event_listener.cache_control' => 'getFosHttpCache_EventListener_CacheControlService',
  54. 'fos_http_cache.http.symfony_response_tagger' => 'getFosHttpCache_Http_SymfonyResponseTaggerService',
  55. 'fos_http_cache.proxy_client.symfony' => 'getFosHttpCache_ProxyClient_SymfonyService',
  56. 'http_cache' => 'getHttpCacheService',
  57. 'http_kernel' => 'getHttpKernelService',
  58. 'jms_serializer' => 'getJmsSerializerService',
  59. 'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  60. 'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  61. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  62. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  63. 'request_stack' => 'getRequestStackService',
  64. 'router' => 'getRouterService',
  65. 'sulu.content.mapper' => 'getSulu_Content_MapperService',
  66. 'sulu.content.path_cleaner' => 'getSulu_Content_PathCleanerService',
  67. 'sulu.content.structure_manager' => 'getSulu_Content_StructureManagerService',
  68. 'sulu.content.type_manager' => 'getSulu_Content_TypeManagerService',
  69. 'sulu.phpcr.session' => 'getSulu_Phpcr_SessionService',
  70. 'sulu.repository.access_control' => 'getSulu_Repository_AccessControlService',
  71. 'sulu.repository.analytics' => 'getSulu_Repository_AnalyticsService',
  72. 'sulu.repository.category' => 'getSulu_Repository_CategoryService',
  73. 'sulu.repository.category_meta' => 'getSulu_Repository_CategoryMetaService',
  74. 'sulu.repository.category_translation' => 'getSulu_Repository_CategoryTranslationService',
  75. 'sulu.repository.contact' => 'getSulu_Repository_ContactService',
  76. 'sulu.repository.keyword' => 'getSulu_Repository_KeywordService',
  77. 'sulu.repository.media' => 'getSulu_Repository_MediaService',
  78. 'sulu.repository.role' => 'getSulu_Repository_RoleService',
  79. 'sulu.repository.route' => 'getSulu_Repository_RouteService',
  80. 'sulu.repository.tag' => 'getSulu_Repository_TagService',
  81. 'sulu.repository.user' => 'getSulu_Repository_UserService',
  82. 'sulu_category.category_manager' => 'getSuluCategory_CategoryManagerService',
  83. 'sulu_category.keyword_manager' => 'getSuluCategory_KeywordManagerService',
  84. 'sulu_core.array_serializer' => 'getSuluCore_ArraySerializerService',
  85. 'sulu_core.webspace.request_analyzer' => 'getSuluCore_Webspace_RequestAnalyzerService',
  86. 'sulu_core.webspace.webspace_manager' => 'getSuluCore_Webspace_WebspaceManagerService',
  87. 'sulu_document_manager.document_inspector' => 'getSuluDocumentManager_DocumentInspectorService',
  88. 'sulu_document_manager.document_manager' => 'getSuluDocumentManager_DocumentManagerService',
  89. 'sulu_document_manager.metadata_factory.base' => 'getSuluDocumentManager_MetadataFactory_BaseService',
  90. 'sulu_document_manager.property_encoder' => 'getSuluDocumentManager_PropertyEncoderService',
  91. 'sulu_media.collection_manager' => 'getSuluMedia_CollectionManagerService',
  92. 'sulu_media.collection_repository' => 'getSuluMedia_CollectionRepositoryService',
  93. 'sulu_media.format_cache' => 'getSuluMedia_FormatCacheService',
  94. 'sulu_media.format_manager' => 'getSuluMedia_FormatManagerService',
  95. 'sulu_media.image.transformation.blur' => 'getSuluMedia_Image_Transformation_BlurService',
  96. 'sulu_media.image.transformation.crop' => 'getSuluMedia_Image_Transformation_CropService',
  97. 'sulu_media.image.transformation.gamma' => 'getSuluMedia_Image_Transformation_GammaService',
  98. 'sulu_media.image.transformation.grayscale' => 'getSuluMedia_Image_Transformation_GrayscaleService',
  99. 'sulu_media.image.transformation.negative' => 'getSuluMedia_Image_Transformation_NegativeService',
  100. 'sulu_media.image.transformation.paste' => 'getSuluMedia_Image_Transformation_PasteService',
  101. 'sulu_media.image.transformation.sharpen' => 'getSuluMedia_Image_Transformation_SharpenService',
  102. 'sulu_media.media_manager' => 'getSuluMedia_MediaManagerService',
  103. 'sulu_media.storage' => 'getSuluMedia_StorageService',
  104. 'sulu_media.system_collections.manager' => 'getSuluMedia_SystemCollections_ManagerService',
  105. 'sulu_page.compat.structure.legacy_property_factory' => 'getSuluPage_Compat_Structure_LegacyPropertyFactoryService',
  106. 'sulu_page.extension.manager' => 'getSuluPage_Extension_ManagerService',
  107. 'sulu_page.structure.factory' => 'getSuluPage_Structure_FactoryService',
  108. 'sulu_security.mask_converter' => 'getSuluSecurity_MaskConverterService',
  109. 'sulu_security.security_checker' => 'getSuluSecurity_SecurityCheckerService',
  110. 'sulu_snippet.default_snippet.manager' => 'getSuluSnippet_DefaultSnippet_ManagerService',
  111. 'sulu_snippet.reference_store.snippet_area' => 'getSuluSnippet_ReferenceStore_SnippetAreaService',
  112. 'sulu_snippet.resolver' => 'getSuluSnippet_ResolverService',
  113. 'sulu_tag.tag_manager' => 'getSuluTag_TagManagerService',
  114. 'sulu_website.resolver.structure' => 'getSuluWebsite_Resolver_StructureService',
  115. 'translator' => 'getTranslatorService',
  116. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  117. 'cache_clearer' => 'getCacheClearerService',
  118. 'filesystem' => 'getFilesystemService',
  119. 'serializer' => 'getSerializerService',
  120. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  121. 'form.factory' => 'getForm_FactoryService',
  122. 'form.type.file' => 'getForm_Type_FileService',
  123. 'profiler' => 'getProfilerService',
  124. 'twig' => 'getTwigService',
  125. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  126. 'security.token_storage' => 'getSecurity_TokenStorageService',
  127. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  128. 'session' => 'getSessionService',
  129. 'validator' => 'getValidatorService',
  130. ];
  131. $this->fileMap = [
  132. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  133. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  134. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  135. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  136. '.container.private.session' => 'get_Container_Private_SessionService',
  137. 'App\\Controller\\Website\\MediaDownloadController' => 'getMediaDownloadControllerService',
  138. 'ConnectHolland\\CookieConsentBundle\\Controller\\CookieConsentController' => 'getCookieConsentControllerService',
  139. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  140. 'Sulu\\Bundle\\MediaBundle\\Controller\\MediaStreamController' => 'getMediaStreamControllerService',
  141. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  142. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  143. 'cache.app_clearer' => 'getCache_AppClearerService',
  144. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  145. 'cache.system_clearer' => 'getCache_SystemClearerService',
  146. 'cache_warmer' => 'getCacheWarmerService',
  147. 'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  148. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand' => 'getLoadFixtureCommandService',
  149. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand' => 'getMigratorMigrateCommandService',
  150. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand' => 'getNodeDumpCommandService',
  151. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand' => 'getNodeMoveCommandService',
  152. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand' => 'getNodeRemoveCommandService',
  153. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand' => 'getNodeTouchCommandService',
  154. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand' => 'getNodeTypeListCommandService',
  155. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand' => 'getNodeTypeRegisterCommandService',
  156. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand' => 'getNodesUpdateCommandService',
  157. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand' => 'getPhpcrShellCommandService',
  158. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand' => 'getRepositoryInitCommandService',
  159. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand' => 'getWorkspaceCreateCommandService',
  160. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand' => 'getWorkspaceDeleteCommandService',
  161. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand' => 'getWorkspaceExportCommandService',
  162. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand' => 'getWorkspaceImportCommandService',
  163. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand' => 'getWorkspaceListCommandService',
  164. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand' => 'getWorkspacePurgeCommandService',
  165. 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand' => 'getWorkspaceQueryCommandService',
  166. 'console.command.public_alias.handcraftedinthealps_rest_routing.command' => 'getConsole_Command_PublicAlias_HandcraftedinthealpsRestRouting_CommandService',
  167. 'console.command.public_alias.sulu_form.form_generator_command' => 'getConsole_Command_PublicAlias_SuluForm_FormGeneratorCommandService',
  168. 'console.command.public_alias.sulu_page.command.workspace_import' => 'getConsole_Command_PublicAlias_SuluPage_Command_WorkspaceImportService',
  169. 'console.command_loader' => 'getConsole_CommandLoaderService',
  170. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  171. 'doctrine_phpcr.admin.default_session' => 'getDoctrinePhpcr_Admin_DefaultSessionService',
  172. 'doctrine_phpcr.admin.live_session' => 'getDoctrinePhpcr_Admin_LiveSessionService',
  173. 'doctrine_phpcr.default_session' => 'getDoctrinePhpcr_DefaultSessionService',
  174. 'doctrine_phpcr.initializer_manager' => 'getDoctrinePhpcr_InitializerManagerService',
  175. 'error_controller' => 'getErrorControllerService',
  176. 'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  177. 'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  178. 'fos_js_routing.routes_response' => 'getFosJsRouting_RoutesResponseService',
  179. 'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  180. 'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  181. 'massive_search.adapter.test' => 'getMassiveSearch_Adapter_TestService',
  182. 'massive_search.adapter.zend_lucene' => 'getMassiveSearch_Adapter_ZendLuceneService',
  183. 'massive_search.search_manager' => 'getMassiveSearch_SearchManagerService',
  184. 'phpcr_migrations.command.initialize' => 'getPhpcrMigrations_Command_InitializeService',
  185. 'phpcr_migrations.command.migrate' => 'getPhpcrMigrations_Command_MigrateService',
  186. 'phpcr_migrations.command.status' => 'getPhpcrMigrations_Command_StatusService',
  187. 'routing.loader' => 'getRouting_LoaderService',
  188. 'services_resetter' => 'getServicesResetterService',
  189. 'sulu.content.localization_finder' => 'getSulu_Content_LocalizationFinderService',
  190. 'sulu.content.path_cleaner.replacer_loader' => 'getSulu_Content_PathCleaner_ReplacerLoaderService',
  191. 'sulu.content.path_cleaner.replacer_loader.file_locator' => 'getSulu_Content_PathCleaner_ReplacerLoader_FileLocatorService',
  192. 'sulu.content.type.block' => 'getSulu_Content_Type_BlockService',
  193. 'sulu.content.type.checkbox' => 'getSulu_Content_Type_CheckboxService',
  194. 'sulu.content.type.color' => 'getSulu_Content_Type_ColorService',
  195. 'sulu.content.type.date' => 'getSulu_Content_Type_DateService',
  196. 'sulu.content.type.datetime' => 'getSulu_Content_Type_DatetimeService',
  197. 'sulu.content.type.email' => 'getSulu_Content_Type_EmailService',
  198. 'sulu.content.type.link' => 'getSulu_Content_Type_LinkService',
  199. 'sulu.content.type.number' => 'getSulu_Content_Type_NumberService',
  200. 'sulu.content.type.page_selection' => 'getSulu_Content_Type_PageSelectionService',
  201. 'sulu.content.type.password' => 'getSulu_Content_Type_PasswordService',
  202. 'sulu.content.type.phone' => 'getSulu_Content_Type_PhoneService',
  203. 'sulu.content.type.resource_locator' => 'getSulu_Content_Type_ResourceLocatorService',
  204. 'sulu.content.type.segment_select' => 'getSulu_Content_Type_SegmentSelectService',
  205. 'sulu.content.type.select' => 'getSulu_Content_Type_SelectService',
  206. 'sulu.content.type.single_icon_selection' => 'getSulu_Content_Type_SingleIconSelectionService',
  207. 'sulu.content.type.single_page_selection' => 'getSulu_Content_Type_SinglePageSelectionService',
  208. 'sulu.content.type.single_select' => 'getSulu_Content_Type_SingleSelectService',
  209. 'sulu.content.type.text_area' => 'getSulu_Content_Type_TextAreaService',
  210. 'sulu.content.type.text_editor' => 'getSulu_Content_Type_TextEditorService',
  211. 'sulu.content.type.text_line' => 'getSulu_Content_Type_TextLineService',
  212. 'sulu.content.type.time' => 'getSulu_Content_Type_TimeService',
  213. 'sulu.content.type.url' => 'getSulu_Content_Type_UrlService',
  214. 'sulu.content.webspace_structure_provider' => 'getSulu_Content_WebspaceStructureProviderService',
  215. 'sulu.core.localization_manager' => 'getSulu_Core_LocalizationManagerService',
  216. 'sulu.repository.account' => 'getSulu_Repository_AccountService',
  217. 'sulu.repository.activity' => 'getSulu_Repository_ActivityService',
  218. 'sulu.repository.preview_link' => 'getSulu_Repository_PreviewLinkService',
  219. 'sulu.repository.reference' => 'getSulu_Repository_ReferenceService',
  220. 'sulu.repository.role_setting' => 'getSulu_Repository_RoleSettingService',
  221. 'sulu.repository.trash_item' => 'getSulu_Repository_TrashItemService',
  222. 'sulu.util.node_helper' => 'getSulu_Util_NodeHelperService',
  223. 'sulu_category.content.type.category_selection' => 'getSuluCategory_Content_Type_CategorySelectionService',
  224. 'sulu_category.content.type.single_category_selection' => 'getSuluCategory_Content_Type_SingleCategorySelectionService',
  225. 'sulu_contact.account_factory' => 'getSuluContact_AccountFactoryService',
  226. 'sulu_contact.account_manager' => 'getSuluContact_AccountManagerService',
  227. 'sulu_contact.contact_manager' => 'getSuluContact_ContactManagerService',
  228. 'sulu_contact.content.account_selection' => 'getSuluContact_Content_AccountSelectionService',
  229. 'sulu_contact.content.contact_account_selection' => 'getSuluContact_Content_ContactAccountSelectionService',
  230. 'sulu_contact.content.contact_selection' => 'getSuluContact_Content_ContactSelectionService',
  231. 'sulu_contact.content.single_account_selection' => 'getSuluContact_Content_SingleAccountSelectionService',
  232. 'sulu_contact.content.single_contact_selection' => 'getSuluContact_Content_SingleContactSelectionService',
  233. 'sulu_contact.form_of_address_provider' => 'getSuluContact_FormOfAddressProviderService',
  234. 'sulu_contact.util.index_comparator' => 'getSuluContact_Util_IndexComparatorService',
  235. 'sulu_core.doctrine_list_builder_factory' => 'getSuluCore_DoctrineListBuilderFactoryService',
  236. 'sulu_core.doctrine_rest_helper' => 'getSuluCore_DoctrineRestHelperService',
  237. 'sulu_core.list_builder.field_descriptor_factory' => 'getSuluCore_ListBuilder_FieldDescriptorFactoryService',
  238. 'sulu_core.list_rest_helper' => 'getSuluCore_ListRestHelperService',
  239. 'sulu_core.webspace.document_manager.webspace_initializer' => 'getSuluCore_Webspace_DocumentManager_WebspaceInitializerService',
  240. 'sulu_custom_urls.initializer' => 'getSuluCustomUrls_InitializerService',
  241. 'sulu_custom_urls.manager' => 'getSuluCustomUrls_ManagerService',
  242. 'sulu_document_manager.initializer' => 'getSuluDocumentManager_InitializerService',
  243. 'sulu_document_manager.initializer.root_path_purge_initializer' => 'getSuluDocumentManager_Initializer_RootPathPurgeInitializerService',
  244. 'sulu_document_manager.initializer.workspace' => 'getSuluDocumentManager_Initializer_WorkspaceService',
  245. 'sulu_document_manager.serializer.subscriber.proxy' => 'getSuluDocumentManager_Serializer_Subscriber_ProxyService',
  246. 'sulu_form.content_type.single_form_selection' => 'getSuluForm_ContentType_SingleFormSelectionService',
  247. 'sulu_form.dynamic.mailchimp_list_select' => 'getSuluForm_Dynamic_MailchimpListSelectService',
  248. 'sulu_form.dynamic_controller' => 'getSuluForm_DynamicControllerService',
  249. 'sulu_form.form_token_controller' => 'getSuluForm_FormTokenControllerService',
  250. 'sulu_form.form_website_controller' => 'getSuluForm_FormWebsiteControllerService',
  251. 'sulu_form.manager.form' => 'getSuluForm_Manager_FormService',
  252. 'sulu_hash.request_hash_checker' => 'getSuluHash_RequestHashCheckerService',
  253. 'sulu_http_cache.cache_lifetime.enhancer' => 'getSuluHttpCache_CacheLifetime_EnhancerService',
  254. 'sulu_location.content.type.location' => 'getSuluLocation_Content_Type_LocationService',
  255. 'sulu_location.controller.geolocator' => 'getSuluLocation_Controller_GeolocatorService',
  256. 'sulu_markup.parser.html_extractor' => 'getSuluMarkup_Parser_HtmlExtractorService',
  257. 'sulu_media.disposition_type.resolver' => 'getSuluMedia_DispositionType_ResolverService',
  258. 'sulu_media.format_options_manager' => 'getSuluMedia_FormatOptionsManagerService',
  259. 'sulu_media.media_stream_controller' => 'getSuluMedia_MediaStreamControllerService',
  260. 'sulu_media.type.collection_selection' => 'getSuluMedia_Type_CollectionSelectionService',
  261. 'sulu_media.type.image_map' => 'getSuluMedia_Type_ImageMapService',
  262. 'sulu_media.type.media_selection' => 'getSuluMedia_Type_MediaSelectionService',
  263. 'sulu_media.type.single_collection_selection' => 'getSuluMedia_Type_SingleCollectionSelectionService',
  264. 'sulu_media.type.single_media_selection' => 'getSuluMedia_Type_SingleMediaSelectionService',
  265. 'sulu_page.content_repository' => 'getSuluPage_ContentRepositoryService',
  266. 'sulu_page.document_manager.content_initializer' => 'getSuluPage_DocumentManager_ContentInitializerService',
  267. 'sulu_page.export.webspace' => 'getSuluPage_Export_WebspaceService',
  268. 'sulu_page.import.webspace' => 'getSuluPage_Import_WebspaceService',
  269. 'sulu_page.node_repository' => 'getSuluPage_NodeRepositoryService',
  270. 'sulu_page.rl_repository' => 'getSuluPage_RlRepositoryService',
  271. 'sulu_page.smart_content.content_type' => 'getSuluPage_SmartContent_ContentTypeService',
  272. 'sulu_page.smart_content.data_provider_pool' => 'getSuluPage_SmartContent_DataProviderPoolService',
  273. 'sulu_page.teaser.content_type' => 'getSuluPage_Teaser_ContentTypeService',
  274. 'sulu_route.content_type' => 'getSuluRoute_ContentTypeService',
  275. 'sulu_route.content_type.page_tree_route' => 'getSuluRoute_ContentType_PageTreeRouteService',
  276. 'sulu_search.controller.website_search' => 'getSuluSearch_Controller_WebsiteSearchService',
  277. 'sulu_security.encoder_factory' => 'getSuluSecurity_EncoderFactoryService',
  278. 'sulu_security.salt_generator' => 'getSuluSecurity_SaltGeneratorService',
  279. 'sulu_security.token_generator' => 'getSuluSecurity_TokenGeneratorService',
  280. 'sulu_security.user_manager' => 'getSuluSecurity_UserManagerService',
  281. 'sulu_security.user_repository' => 'getSuluSecurity_UserRepositoryService',
  282. 'sulu_security.user_setting_repository' => 'getSuluSecurity_UserSettingRepositoryService',
  283. 'sulu_snippet.content.single_snippet_selection' => 'getSuluSnippet_Content_SingleSnippetSelectionService',
  284. 'sulu_snippet.content.snippet' => 'getSuluSnippet_Content_SnippetService',
  285. 'sulu_snippet.document.snippet_initializer' => 'getSuluSnippet_Document_SnippetInitializerService',
  286. 'sulu_snippet.export.snippet' => 'getSuluSnippet_Export_SnippetService',
  287. 'sulu_snippet.import.snippet' => 'getSuluSnippet_Import_SnippetService',
  288. 'sulu_snippet.reference_store.snippet' => 'getSuluSnippet_ReferenceStore_SnippetService',
  289. 'sulu_snippet.repository' => 'getSuluSnippet_RepositoryService',
  290. 'sulu_tag.content.type.tag_selection' => 'getSuluTag_Content_Type_TagSelectionService',
  291. 'sulu_website.analytics.manager' => 'getSuluWebsite_Analytics_ManagerService',
  292. 'sulu_website.default_controller' => 'getSuluWebsite_DefaultControllerService',
  293. 'sulu_website.http_cache.clearer' => 'getSuluWebsite_HttpCache_ClearerService',
  294. 'sulu_website.redirect_controller' => 'getSuluWebsite_RedirectControllerService',
  295. 'sulu_website.resolver.parameter' => 'getSuluWebsite_Resolver_ParameterService',
  296. 'sulu_website.resolver.template_attribute' => 'getSuluWebsite_Resolver_TemplateAttributeService',
  297. 'sulu_website.segment_controller' => 'getSuluWebsite_SegmentControllerService',
  298. 'sulu_website.sitemap_controller' => 'getSuluWebsite_SitemapControllerService',
  299. 'sulu_website.url_select_helper' => 'getSuluWebsite_UrlSelectHelperService',
  300. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  301. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  302. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  303. ];
  304. $this->aliases = [
  305. 'Doctrine\\Bundle\\PHPCRBundle\\ManagerRegistry' => 'doctrine_phpcr',
  306. 'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  307. 'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  308. 'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  309. 'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  310. 'PHPCR\\SessionInterface' => 'doctrine_phpcr.session',
  311. 'Sulu\\Bundle\\FormBundle\\Controller\\FormTokenController' => 'sulu_form.form_token_controller',
  312. 'Sulu\\Bundle\\FormBundle\\Controller\\FormWebsiteController' => 'sulu_form.form_website_controller',
  313. 'Sulu\\Bundle\\MediaBundle\\Media\\Storage\\StorageInterface' => 'sulu_media.storage',
  314. 'Sulu\\Bundle\\WebsiteBundle\\Controller\\DefaultController' => 'sulu_website.default_controller',
  315. 'database_connection' => 'doctrine.dbal.default_connection',
  316. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  317. 'doctrine_phpcr.admin.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  318. 'doctrine_phpcr.admin.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  319. 'doctrine_phpcr.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  320. 'doctrine_phpcr.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  321. 'doctrine_phpcr.live_session' => 'doctrine_phpcr.session',
  322. 'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  323. 'jms_serializer.instances.default' => 'jms_serializer',
  324. 'sulu_document_manager.default_session' => 'doctrine_phpcr.session',
  325. 'sulu_document_manager.live_session' => 'doctrine_phpcr.session',
  326. ];
  327. $this->privates['service_container'] = function () {
  328. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  329. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/KernelInterface.php';
  330. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  331. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  332. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Kernel.php';
  333. include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  334. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/HttpKernel/SuluKernel.php';
  335. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/HttpCacheProvider.php';
  336. include_once \dirname(__DIR__, 5).'/src/Kernel.php';
  337. include_once \dirname(__DIR__, 5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  338. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  339. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  340. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  341. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  342. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  343. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  344. include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  345. include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  346. include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  347. include_once \dirname(__DIR__, 5).'/vendor/psr/container/src/ContainerInterface.php';
  348. include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  349. include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  350. include_once \dirname(__DIR__, 5).'/vendor/symfony/runtime/RunnerInterface.php';
  351. include_once \dirname(__DIR__, 5).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  352. include_once \dirname(__DIR__, 5).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  353. include_once \dirname(__DIR__, 5).'/vendor/symfony/runtime/RuntimeInterface.php';
  354. include_once \dirname(__DIR__, 5).'/vendor/symfony/runtime/GenericRuntime.php';
  355. include_once \dirname(__DIR__, 5).'/vendor/symfony/runtime/SymfonyRuntime.php';
  356. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/HttpKernel.php';
  357. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  358. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  359. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  360. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  361. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  362. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-foundation/RequestStack.php';
  363. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/HttpCache/HttpCache.php';
  364. include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/HttpCache/HttpCache.php';
  365. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/HttpCache/StoreInterface.php';
  366. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/HttpCache/Store.php';
  367. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-foundation/Request.php';
  368. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-foundation/UrlHelper.php';
  369. include_once \dirname(__DIR__, 5).'/vendor/symfony/config/FileLocatorInterface.php';
  370. include_once \dirname(__DIR__, 5).'/vendor/symfony/config/FileLocator.php';
  371. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  372. include_once \dirname(__DIR__, 5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  373. include_once \dirname(__DIR__, 5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  374. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  375. include_once \dirname(__DIR__, 5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  376. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  377. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  378. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/PruneableInterface.php';
  379. include_once \dirname(__DIR__, 5).'/vendor/symfony/service-contracts/ResetInterface.php';
  380. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/ResettableInterface.php';
  381. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  382. include_once \dirname(__DIR__, 5).'/vendor/psr/log/src/LoggerAwareInterface.php';
  383. include_once \dirname(__DIR__, 5).'/vendor/psr/log/src/LoggerAwareTrait.php';
  384. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  385. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  386. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  387. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  388. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  389. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  390. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  391. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  392. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  393. include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/Packages.php';
  394. include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/PackageInterface.php';
  395. include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/Package.php';
  396. include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/PathPackage.php';
  397. include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  398. include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  399. include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/Context/ContextInterface.php';
  400. include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  401. include_once \dirname(__DIR__, 5).'/vendor/symfony/mailer/MailerInterface.php';
  402. include_once \dirname(__DIR__, 5).'/vendor/symfony/mailer/Mailer.php';
  403. include_once \dirname(__DIR__, 5).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  404. include_once \dirname(__DIR__, 5).'/vendor/symfony/mailer/Transport/Transports.php';
  405. include_once \dirname(__DIR__, 5).'/vendor/symfony/mailer/Transport.php';
  406. include_once \dirname(__DIR__, 5).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  407. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  408. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  409. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  410. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  411. include_once \dirname(__DIR__, 5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  412. include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  413. include_once \dirname(__DIR__, 5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  414. include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/Translator.php';
  415. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  416. include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  417. include_once \dirname(__DIR__, 5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  418. include_once \dirname(__DIR__, 5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  419. include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  420. include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  421. include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  422. include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  423. include_once \dirname(__DIR__, 5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  424. include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/IdentityTranslator.php';
  425. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  426. include_once \dirname(__DIR__, 5).'/vendor/psr/log/src/LoggerInterface.php';
  427. include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  428. include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  429. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  430. include_once \dirname(__DIR__, 5).'/vendor/symfony/monolog-bridge/Logger.php';
  431. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  432. include_once \dirname(__DIR__, 5).'/vendor/symfony/stopwatch/Stopwatch.php';
  433. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  434. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  435. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  436. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  437. include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  438. include_once \dirname(__DIR__, 5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  439. include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/RequestContext.php';
  440. include_once \dirname(__DIR__, 5).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  441. include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  442. include_once \dirname(__DIR__, 5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  443. include_once \dirname(__DIR__, 5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  444. include_once \dirname(__DIR__, 5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  445. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  446. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  447. include_once \dirname(__DIR__, 5).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  448. include_once \dirname(__DIR__, 5).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  449. include_once \dirname(__DIR__, 5).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  450. include_once \dirname(__DIR__, 5).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  451. include_once \dirname(__DIR__, 5).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  452. include_once \dirname(__DIR__, 5).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  453. include_once \dirname(__DIR__, 5).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  454. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  455. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  456. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  457. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  458. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  459. include_once \dirname(__DIR__, 5).'/vendor/symfony/form/FormRegistryInterface.php';
  460. include_once \dirname(__DIR__, 5).'/vendor/symfony/form/FormRegistry.php';
  461. include_once \dirname(__DIR__, 5).'/vendor/symfony/form/FormExtensionInterface.php';
  462. include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  463. include_once \dirname(__DIR__, 5).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  464. include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  465. include_once \dirname(__DIR__, 5).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  466. include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/ValidatorBuilder.php';
  467. include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Validation.php';
  468. include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  469. include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  470. include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  471. include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  472. include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  473. include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  474. include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  475. include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  476. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  477. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  478. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  479. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  480. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  481. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  482. include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  483. include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  484. include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  485. include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  486. include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  487. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  488. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  489. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Profiler/Profile.php';
  490. include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  491. include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  492. include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  493. include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  494. include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  495. include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  496. include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  497. include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  498. include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  499. include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  500. include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  501. include_once \dirname(__DIR__, 5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  502. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanupInterface.php';
  503. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanup.php';
  504. include_once \dirname(__DIR__, 5).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  505. include_once \dirname(__DIR__, 5).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  506. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapperInterface.php';
  507. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapper.php';
  508. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManagerInterface.php';
  509. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManager.php';
  510. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManagerInterface.php';
  511. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManager.php';
  512. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPoolInterface.php';
  513. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPool.php';
  514. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutorInterface.php';
  515. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutor.php';
  516. include_once \dirname(__DIR__, 5).'/vendor/symfony/config/Loader/LoaderInterface.php';
  517. include_once \dirname(__DIR__, 5).'/vendor/symfony/config/Loader/Loader.php';
  518. include_once \dirname(__DIR__, 5).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  519. include_once \dirname(__DIR__, 5).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  520. include_once \dirname(__DIR__, 5).'/vendor/symfony/config/Loader/LoaderResolver.php';
  521. include_once \dirname(__DIR__, 5).'/vendor/symfony/config/Loader/FileLoader.php';
  522. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/BaseXmlFileLoader.php';
  523. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader10.php';
  524. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader11.php';
  525. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/ReplacerInterface.php';
  526. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/Replacer.php';
  527. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Localization/Provider/LocalizationProviderInterface.php';
  528. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManagerInterface.php';
  529. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php';
  530. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeInterface.php';
  531. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php';
  532. include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  533. include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  534. include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  535. include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  536. include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  537. include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  538. include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  539. include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  540. include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  541. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  542. include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Configuration.php';
  543. include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php';
  544. include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php';
  545. include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocatorInterface.php';
  546. include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocator.php';
  547. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManagerInterface.php';
  548. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManager.php';
  549. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializerInterface.php';
  550. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php';
  551. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzerInterface.php';
  552. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php';
  553. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  554. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  555. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  556. include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  557. include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  558. include_once \dirname(__DIR__, 5).'/vendor/doctrine/event-manager/src/EventManager.php';
  559. include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  560. include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/src/Connection.php';
  561. include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  562. include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/src/Configuration.php';
  563. include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  564. include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  565. include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  566. include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  567. include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  568. include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  569. include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  570. include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  571. include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  572. include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  573. include_once \dirname(__DIR__, 5).'/vendor/doctrine/phpcr-bundle/src/ManagerRegistry.php';
  574. include_once \dirname(__DIR__, 5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryFactoryInterface.php';
  575. include_once \dirname(__DIR__, 5).'/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/RepositoryFactoryDoctrineDBAL.php';
  576. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  577. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php';
  578. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  579. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  580. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  581. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  582. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  583. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-foundation/RequestMatcher.php';
  584. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  585. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  586. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  587. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  588. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  589. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Type/Parser.php';
  590. include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  591. include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  592. include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Cache/FileCache.php';
  593. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  594. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  595. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  596. include_once \dirname(__DIR__, 5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  597. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  598. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  599. include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  600. include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  601. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  602. include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/MetadataFactory.php';
  603. include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  604. include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  605. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  606. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  607. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  608. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  609. include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  610. include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  611. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  612. include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  613. include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  614. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  615. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  616. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  617. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  618. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  619. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  620. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  621. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  622. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  623. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  624. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  625. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  626. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  627. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  628. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  629. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  630. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  631. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  632. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  633. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  634. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderParser.php';
  635. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  636. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  637. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  638. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  639. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  640. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/Php8AttributesListener.php';
  641. include_once \dirname(__DIR__, 5).'/vendor/massive/search-bundle/Search/Factory.php';
  642. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Search/Factory.php';
  643. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  644. include_once \dirname(__DIR__, 5).'/vendor/doctrine/collections/src/Selectable.php';
  645. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/EntityRepository.php';
  646. include_once \dirname(__DIR__, 5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  647. include_once \dirname(__DIR__, 5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  648. include_once \dirname(__DIR__, 5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  649. include_once \dirname(__DIR__, 5).'/vendor/gedmo/doctrine-extensions/src/Tool/ORM/Repository/EntityRepositoryCompat.php';
  650. include_once \dirname(__DIR__, 5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  651. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepositoryInterface.php';
  652. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DescendantProviderInterface.php';
  653. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/SecuredEntityRepositoryTrait.php';
  654. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepository.php';
  655. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/FormatCacheInterface.php';
  656. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/LocalFormatCache.php';
  657. include_once \dirname(__DIR__, 5).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  658. include_once \dirname(__DIR__, 5).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  659. include_once \dirname(__DIR__, 5).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  660. include_once \dirname(__DIR__, 5).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  661. include_once \dirname(__DIR__, 5).'/vendor/imagine/imagine/src/Imagick/Imagine.php';
  662. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/TransformationInterface.php';
  663. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/CropTransformation.php';
  664. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/PasteTransformation.php';
  665. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/BlurTransformation.php';
  666. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GammaTransformation.php';
  667. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GrayscaleTransformation.php';
  668. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/NegativeTransformation.php';
  669. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/SharpenTransformation.php';
  670. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManagerInterface.php';
  671. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php';
  672. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidatorInterface.php';
  673. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidator.php';
  674. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManagerInterface.php';
  675. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManager.php';
  676. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManagerInterface.php';
  677. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php';
  678. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImageConverterInterface.php';
  679. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php';
  680. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractorInterface.php';
  681. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractor.php';
  682. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailServiceInterface.php';
  683. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailService.php';
  684. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPoolInterface.php';
  685. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPool.php';
  686. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/FocusInterface.php';
  687. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/Focus.php';
  688. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/ScalerInterface.php';
  689. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php';
  690. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/CropperInterface.php';
  691. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/Cropper.php';
  692. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Collection/Manager/CollectionManagerInterface.php';
  693. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Collection/Manager/CollectionManager.php';
  694. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Media/SystemCollections/SystemCollectionManagerInterface.php';
  695. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Media/SystemCollections/SystemCollectionManager.php';
  696. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/CacheInterface.php';
  697. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/DataCache.php';
  698. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/FileInspector/UploadFileSubscriber.php';
  699. include_once \dirname(__DIR__, 5).'/vendor/contao/imagine-svg/src/Imagine.php';
  700. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverterInterface.php';
  701. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverter.php';
  702. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManagerInterface.php';
  703. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManager.php';
  704. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlProviderInterface.php';
  705. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/PhpcrAccessControlProvider.php';
  706. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DoctrineAccessControlProvider.php';
  707. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStoreInterface.php';
  708. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStore.php';
  709. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SystemListener.php';
  710. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/AccessControl/AccessControlQueryEnhancer.php';
  711. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityCheckerInterface.php';
  712. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AbstractSecurityChecker.php';
  713. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityChecker.php';
  714. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SuluSecurityListener.php';
  715. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManagerInterface.php';
  716. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManager.php';
  717. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandlerInterface.php';
  718. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php';
  719. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManagerInterface.php';
  720. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManager.php';
  721. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/ReferenceStore/ReferenceStoreInterface.php';
  722. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/ReferenceStore/ReferenceStore.php';
  723. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManagerInterface.php';
  724. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManager.php';
  725. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManagerInterface.php';
  726. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManager.php';
  727. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolverInterface.php';
  728. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php';
  729. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/XmlParserTrait.php';
  730. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/PropertiesXmlParser.php';
  731. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/SchemaXmlParser.php';
  732. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactoryInterface.php';
  733. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactory.php';
  734. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/AbstractLoader.php';
  735. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/StructureXmlLoader.php';
  736. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManagerInterface.php';
  737. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManager.php';
  738. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionInterface.php';
  739. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/AbstractExtension.php';
  740. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExportExtensionInterface.php';
  741. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/SeoStructureExtension.php';
  742. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ReferenceExtensionInterface.php';
  743. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php';
  744. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php';
  745. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManagerInterface.php';
  746. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManager.php';
  747. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManagerInterface.php';
  748. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManager.php';
  749. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManagerInterface.php';
  750. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManager.php';
  751. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandlerInterface.php';
  752. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php';
  753. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolverInterface.php';
  754. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php';
  755. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/RequestListener.php';
  756. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php';
  757. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  758. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/TranslatorListener.php';
  759. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/SecurityListener.php';
  760. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/AppendAnalyticsListener.php';
  761. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventSubscriber/GeneratorEventSubscriber.php';
  762. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/SegmentSubscriber.php';
  763. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolverInterface.php';
  764. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolver.php';
  765. include_once \dirname(__DIR__, 5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  766. include_once \dirname(__DIR__, 5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  767. include_once \dirname(__DIR__, 5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  768. include_once \dirname(__DIR__, 5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  769. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManagerInterface.php';
  770. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php';
  771. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentRegistry.php';
  772. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php';
  773. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManagerInterface.php';
  774. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManager.php';
  775. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/MetadataFactoryInterface.php';
  776. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php';
  777. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php';
  778. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NamespaceRegistry.php';
  779. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PropertyEncoder.php';
  780. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/PropertyEncoder.php';
  781. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathSegmentRegistry.php';
  782. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathBuilder.php';
  783. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentInspector.php';
  784. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/DocumentInspector.php';
  785. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/ProxyFactory.php';
  786. include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AbstractBaseFactory.php';
  787. include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingGhostFactory.php';
  788. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Listener/MarkupListener.php';
  789. include_once \dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  790. include_once \dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  791. include_once \dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  792. include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  793. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  794. include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  795. include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  796. include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  797. include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  798. include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  799. include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  800. include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  801. include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Server/Connection.php';
  802. include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  803. include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  804. include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  805. include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  806. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  807. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  808. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  809. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Security.php';
  810. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  811. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  812. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-http/FirewallMapInterface.php';
  813. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  814. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  815. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  816. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  817. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  818. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  819. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  820. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  821. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-http/Firewall.php';
  822. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  823. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  824. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcherInterface.php';
  825. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcher.php';
  826. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollectorInterface.php';
  827. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollector.php';
  828. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Domain/Repository/TrashItemRepositoryInterface.php';
  829. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php';
  830. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManagerInterface.php';
  831. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManager.php';
  832. include_once \dirname(__DIR__, 5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  833. include_once \dirname(__DIR__, 5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  834. include_once \dirname(__DIR__, 5).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  835. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Form/HandlerInterface.php';
  836. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Form/Handler.php';
  837. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Mail/HelperInterface.php';
  838. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Mail/MailerHelper.php';
  839. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Configuration/FormConfigurationFactory.php';
  840. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Media/CollectionStrategyInterface.php';
  841. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Media/CollectionStrategySingle.php';
  842. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Form/BuilderInterface.php';
  843. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Form/Builder.php';
  844. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderPoolInterface.php';
  845. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderPool.php';
  846. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderInterface.php';
  847. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/TitleProvider/StructureTitleProvider.php';
  848. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Event/RequestListener.php';
  849. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Repository/FormRepository.php';
  850. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/FormFieldTypePool.php';
  851. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/FormFieldTypeInterface.php';
  852. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/SimpleTypeTrait.php';
  853. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/TextType.php';
  854. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/FirstNameType.php';
  855. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/LastNameType.php';
  856. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/StreetType.php';
  857. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/ZipType.php';
  858. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/CityType.php';
  859. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/StateType.php';
  860. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/FunctionType.php';
  861. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/CompanyType.php';
  862. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/PhoneType.php';
  863. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/FaxType.php';
  864. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/TitleType.php';
  865. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/TextareaType.php';
  866. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/HeadlineType.php';
  867. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/SpacerType.php';
  868. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/FreeTextType.php';
  869. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/CountryType.php';
  870. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/EmailType.php';
  871. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/DateType.php';
  872. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/CheckboxType.php';
  873. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/ChoiceTrait.php';
  874. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/CheckboxMultipleType.php';
  875. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/DropdownType.php';
  876. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/RadioButtonsType.php';
  877. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/DropdownMultiple.php';
  878. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/SalutationType.php';
  879. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/AttachmentType.php';
  880. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/HiddenType.php';
  881. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Types/MailchimpType.php';
  882. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Dynamic/Checksum.php';
  883. include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  884. include_once \dirname(__DIR__, 5).'/vendor/connectholland/cookie-consent-bundle/EventSubscriber/CookieConsentFormSubscriber.php';
  885. include_once \dirname(__DIR__, 5).'/vendor/connectholland/cookie-consent-bundle/Cookie/CookieLogger.php';
  886. include_once \dirname(__DIR__, 5).'/vendor/connectholland/cookie-consent-bundle/Cookie/CookieHandler.php';
  887. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  888. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-client/TraceableHttpClient.php';
  889. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-client/HttpClient.php';
  890. include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  891. include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  892. include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  893. include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  894. include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/RouterInterface.php';
  895. include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  896. include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  897. include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  898. include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Router.php';
  899. include_once \dirname(__DIR__, 5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  900. include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  901. include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  902. include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  903. include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  904. include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  905. include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  906. include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  907. include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  908. include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  909. include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  910. include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/RouteCollection.php';
  911. include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  912. include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  913. include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  914. include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  915. include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  916. include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  917. include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  918. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/CustomUrlRouteProvider.php';
  919. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/AbstractEnhancer.php';
  920. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingSlashEnhancer.php';
  921. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingHTMLEnhancer.php';
  922. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/RedirectEnhancer.php';
  923. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/SeoEnhancer.php';
  924. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ContentEnhancer.php';
  925. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/InternalLinkEnhancer.php';
  926. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/StructureEnhancer.php';
  927. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ExternalLinkEnhancer.php';
  928. include_once \dirname(__DIR__, 5).'/vendor/symfony/messenger/MessageBusInterface.php';
  929. include_once \dirname(__DIR__, 5).'/vendor/symfony/messenger/TraceableMessageBus.php';
  930. include_once \dirname(__DIR__, 5).'/vendor/symfony/messenger/MessageBus.php';
  931. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  932. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  933. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  934. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/SerializerInterface.php';
  935. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  936. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Serializer.php';
  937. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  938. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  939. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  940. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  941. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  942. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  943. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  944. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  945. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  946. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  947. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  948. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  949. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  950. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  951. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/StorageInterface.php';
  952. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/LocalStorage.php';
  953. include_once \dirname(__DIR__, 5).'/vendor/symfony/filesystem/Filesystem.php';
  954. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php';
  955. include_once \dirname(__DIR__, 5).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  956. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  957. include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  958. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  959. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  960. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  961. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  962. include_once \dirname(__DIR__, 5).'/vendor/symfony/form/FormFactoryInterface.php';
  963. include_once \dirname(__DIR__, 5).'/vendor/symfony/form/FormFactory.php';
  964. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  965. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  966. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  967. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  968. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  969. include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  970. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  971. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  972. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  973. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  974. include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  975. include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  976. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  977. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  978. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-client/HttpClientTrait.php';
  979. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  980. include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  981. include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  982. include_once \dirname(__DIR__, 5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/AbstractPHPCRDataCollector.php';
  983. include_once \dirname(__DIR__, 5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/PHPCRDataCollector.php';
  984. include_once \dirname(__DIR__, 5).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  985. include_once \dirname(__DIR__, 5).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  986. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  987. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DataCollector/SuluCollector.php';
  988. include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  989. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  990. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  991. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  992. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  993. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  994. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  995. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  996. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  997. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  998. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  999. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/ExtensionSet.php';
  1000. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Template.php';
  1001. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/TemplateWrapper.php';
  1002. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Environment.php';
  1003. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1004. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1005. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1006. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1007. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1008. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1009. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1010. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1011. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1012. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1013. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1014. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1015. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1016. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1017. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1018. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1019. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1020. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1021. include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1022. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1023. include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1024. include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  1025. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Twig/ContactTwigExtension.php';
  1026. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/DispositionTypeTwigExtension.php';
  1027. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/MediaTwigExtension.php';
  1028. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Twig/UserTwigExtension.php';
  1029. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/PositionRepository.php';
  1030. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Twig/CategoryTwigExtension.php';
  1031. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php';
  1032. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/MemoizedSnippetTwigExtension.php';
  1033. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtensionInterface.php';
  1034. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtension.php';
  1035. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/DefaultSnippetTwigExtension.php';
  1036. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php';
  1037. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Twig/ExportTwigExtension.php';
  1038. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Twig/TagTwigExtension.php';
  1039. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathInterface.php';
  1040. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathTwigExtension.php';
  1041. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/MemoizedNavigationTwigExtension.php';
  1042. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtensionInterface.php';
  1043. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtension.php';
  1044. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapperInterface.php';
  1045. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapper.php';
  1046. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilderInterface.php';
  1047. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilder.php';
  1048. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationQueryBuilder.php';
  1049. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/MemoizedSitemapTwigExtension.php';
  1050. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtensionInterface.php';
  1051. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtension.php';
  1052. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGeneratorInterface.php';
  1053. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGenerator.php';
  1054. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapContentQueryBuilder.php';
  1055. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/MemoizedContentTwigExtension.php';
  1056. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtensionInterface.php';
  1057. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php';
  1058. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Meta/MetaTwigExtension.php';
  1059. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Seo/SeoTwigExtension.php';
  1060. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php';
  1061. include_once \dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1062. include_once \dirname(__DIR__, 5).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1063. include_once \dirname(__DIR__, 5).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1064. include_once \dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Twig/FormTwigExtension.php';
  1065. include_once \dirname(__DIR__, 5).'/vendor/connectholland/cookie-consent-bundle/Twig/CHCookieConsentTwigExtension.php';
  1066. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/AppVariable.php';
  1067. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1068. include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1069. include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1070. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1071. include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1072. include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1073. include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1074. include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1075. };
  1076. }
  1077. public function compile(): void
  1078. {
  1079. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1080. }
  1081. public function isCompiled(): bool
  1082. {
  1083. return true;
  1084. }
  1085. public function getRemovedIds(): array
  1086. {
  1087. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1088. }
  1089. protected function load($file, $lazyLoad = true)
  1090. {
  1091. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  1092. return $class::do($this, $lazyLoad);
  1093. }
  1094. if ('.' === $file[-4]) {
  1095. $class = substr($class, 0, -4);
  1096. } else {
  1097. $file .= '.php';
  1098. }
  1099. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1100. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  1101. }
  1102. protected function createProxy($class, \Closure $factory)
  1103. {
  1104. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  1105. return $factory();
  1106. }
  1107. /**
  1108. * Gets the public '.container.private.filesystem' shared service.
  1109. *
  1110. * @return \Symfony\Component\Filesystem\Filesystem
  1111. */
  1112. protected function get_Container_Private_FilesystemService()
  1113. {
  1114. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1115. }
  1116. /**
  1117. * Gets the public '.container.private.form.factory' shared service.
  1118. *
  1119. * @return \Symfony\Component\Form\FormFactory
  1120. */
  1121. protected function get_Container_Private_Form_FactoryService()
  1122. {
  1123. $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1124. if (isset($this->services['.container.private.form.factory'])) {
  1125. return $this->services['.container.private.form.factory'];
  1126. }
  1127. return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1128. }
  1129. /**
  1130. * Gets the public '.container.private.profiler' shared service.
  1131. *
  1132. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1133. */
  1134. protected function get_Container_Private_ProfilerService()
  1135. {
  1136. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1137. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1138. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1139. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1140. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1141. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  1142. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1143. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1144. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1145. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1146. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1147. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1148. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1149. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1150. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1151. $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1152. $d->addInstance('sulu_preview.preview.cache', ($this->privates['sulu_preview.preview.cache'] ?? $this->getSuluPreview_Preview_CacheService()));
  1153. $d->addInstance('sulu_admin.collaboration_cache', ($this->privates['sulu_admin.collaboration_cache'] ?? $this->getSuluAdmin_CollaborationCacheService()));
  1154. $d->addInstance('sulu_admin.icon_cache', ($this->privates['sulu_admin.icon_cache'] ?? $this->getSuluAdmin_IconCacheService()));
  1155. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1156. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1157. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1158. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1159. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1160. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1161. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1162. $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1163. $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1164. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1165. if ($this->has('kernel')) {
  1166. $g->setKernel($b);
  1167. }
  1168. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1169. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1170. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1171. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1172. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1173. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1174. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1175. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1176. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1177. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1178. $instance->add($d);
  1179. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1180. $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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));
  1181. $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())));
  1182. $instance->add($e);
  1183. $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  1184. $instance->add(new \Doctrine\Bundle\PHPCRBundle\DataCollector\PHPCRDataCollector(($this->services['doctrine_phpcr'] ?? $this->getDoctrinePhpcrService())));
  1185. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1186. $instance->add($f);
  1187. $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()))));
  1188. $instance->add(new \JMS\SerializerBundle\Debug\DataCollector('default', ['Sulu\\Bundle\\AdminBundle' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SearchBundle' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SnippetBundle' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/config/serializer'), 'Sulu\\Bundle\\PageBundle' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\DocumentManagerBundle' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CustomUrlBundle' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/config/serializer'), 'Sulu\\Component\\CustomUrl' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\DocumentManager' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Content' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Webspace' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle\\Entity' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/serializer'), 'Massive\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/massive'), 'Sulu\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/sulu'), 'Sulu\\Component\\SmartContent\\Configuration' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/DependencyInjection/../Resources/config/serializer')], ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
  1189. $instance->add(new \Sulu\Bundle\WebsiteBundle\DataCollector\SuluCollector('dev'));
  1190. $instance->add($g);
  1191. return $instance;
  1192. }
  1193. /**
  1194. * Gets the public '.container.private.security.authorization_checker' shared service.
  1195. *
  1196. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1197. */
  1198. protected function get_Container_Private_Security_AuthorizationCheckerService()
  1199. {
  1200. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1201. if (isset($this->services['.container.private.security.authorization_checker'])) {
  1202. return $this->services['.container.private.security.authorization_checker'];
  1203. }
  1204. 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()), $a, false);
  1205. }
  1206. /**
  1207. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1208. *
  1209. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1210. */
  1211. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1212. {
  1213. return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1214. }
  1215. /**
  1216. * Gets the public '.container.private.security.token_storage' shared service.
  1217. *
  1218. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1219. */
  1220. protected function get_Container_Private_Security_TokenStorageService()
  1221. {
  1222. 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, [
  1223. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1224. ], [
  1225. 'request_stack' => '?',
  1226. ]));
  1227. }
  1228. /**
  1229. * Gets the public '.container.private.twig' shared service.
  1230. *
  1231. * @return \Twig\Environment
  1232. */
  1233. protected function get_Container_Private_TwigService()
  1234. {
  1235. $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  1236. $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1237. $b = ($this->services['translator'] ?? $this->getTranslatorService());
  1238. $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1239. $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1240. $e = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1241. $f = ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService());
  1242. $g = ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService());
  1243. $h = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  1244. $i = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1245. $j = ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService());
  1246. $k = ($this->services['sulu_snippet.default_snippet.manager'] ?? $this->getSuluSnippet_DefaultSnippet_ManagerService());
  1247. $l = ($this->services['sulu_snippet.resolver'] ?? $this->getSuluSnippet_ResolverService());
  1248. $m = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  1249. $n = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension($m, 'dev', $i);
  1250. $o = ($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService());
  1251. $p = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  1252. $q = ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService());
  1253. $r = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  1254. $s = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  1255. $s->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $c]);
  1256. $t = new \Symfony\Bridge\Twig\AppVariable();
  1257. $t->setEnvironment('dev');
  1258. $t->setDebug(true);
  1259. if ($this->has('.container.private.security.token_storage')) {
  1260. $t->setTokenStorage($e);
  1261. }
  1262. if ($this->has('request_stack')) {
  1263. $t->setRequestStack($d);
  1264. }
  1265. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1266. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  1267. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  1268. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1269. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__, 5), 'UTF-8'));
  1270. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1271. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1272. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($a, true));
  1273. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1274. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1275. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1276. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1277. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  1278. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1279. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1280. $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($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $e)));
  1281. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1282. $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1283. $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  1284. $instance->addExtension(new \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(new \Symfony\Component\Cache\Adapter\ArrayAdapter()), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService())));
  1285. $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension());
  1286. $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension(($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())));
  1287. $instance->addExtension(new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(new \Symfony\Component\Cache\Adapter\ArrayAdapter()), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService())));
  1288. $instance->addExtension(new \Sulu\Bundle\CategoryBundle\Twig\CategoryTwigExtension(($this->services['sulu_category.category_manager'] ?? $this->getSuluCategory_CategoryManagerService()), ($this->privates['sulu_category.category_request_handler'] ?? $this->getSuluCategory_CategoryRequestHandlerService()), $f, $g));
  1289. $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\MemoizedSnippetTwigExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetTwigExtension($h, $i, $j), $g, 1));
  1290. $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension($k, $i, $l));
  1291. $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension($k, $i, $l, ($this->services['sulu_snippet.reference_store.snippet_area'] ?? ($this->services['sulu_snippet.reference_store.snippet_area'] = new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore()))));
  1292. $instance->addExtension(new \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension(($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService())));
  1293. $instance->addExtension(new \Sulu\Bundle\TagBundle\Twig\TagTwigExtension(($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService()), ($this->privates['sulu_tag.tag_request_handler'] ?? $this->getSuluTag_TagRequestHandlerService()), $f, $g));
  1294. $instance->addExtension($n);
  1295. $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension($h, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper($h, $o, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationQueryBuilder($p, $q, 'i18n'), $r, $a, $this->parameters['sulu_security.permissions'], $this->parameters['sulu_website.enabled_twig_attributes']), $i), $g, 1));
  1296. $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\MemoizedSitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\SitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapGenerator($o, $m, new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapContentQueryBuilder($p, $q, 'i18n'), 'dev'), $m, 'dev', $i), $g, 3600));
  1297. $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension($h, $j, $r, $i, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), $m, $d, $this->parameters['sulu_website.enabled_twig_attributes']), $g, 1));
  1298. $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension($i, $n));
  1299. $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension($i, $n, $d));
  1300. $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension());
  1301. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($s));
  1302. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1303. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  1304. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  1305. ], [
  1306. 'webpack_encore.entrypoint_lookup_collection' => '?',
  1307. 'webpack_encore.tag_renderer' => '?',
  1308. ])));
  1309. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1310. $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($this->privates['sulu_form.builder'] ?? $this->getSuluForm_BuilderService())));
  1311. $instance->addExtension(new \ConnectHolland\CookieConsentBundle\Twig\CHCookieConsentTwigExtension());
  1312. $instance->addGlobal('app', $t);
  1313. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1314. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  1315. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  1316. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  1317. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  1318. 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', true],
  1319. ], [
  1320. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1321. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1322. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1323. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  1324. 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1325. ])));
  1326. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  1327. return $instance;
  1328. }
  1329. /**
  1330. * Gets the public '.container.private.validator' shared service.
  1331. *
  1332. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1333. */
  1334. protected function get_Container_Private_ValidatorService()
  1335. {
  1336. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1337. if (isset($this->services['.container.private.validator'])) {
  1338. return $this->services['.container.private.validator'];
  1339. }
  1340. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1341. }
  1342. /**
  1343. * Gets the public 'cache.app' shared service.
  1344. *
  1345. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1346. */
  1347. protected function getCache_AppService()
  1348. {
  1349. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('CPbPCObyIi', 0, (\dirname(__DIR__, 3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  1350. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1351. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1352. }
  1353. /**
  1354. * Gets the public 'cache.system' shared service.
  1355. *
  1356. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1357. */
  1358. protected function getCache_SystemService()
  1359. {
  1360. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kGR87PBYcU', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1361. }
  1362. /**
  1363. * Gets the public 'cache.validator_expression_language' shared service.
  1364. *
  1365. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1366. */
  1367. protected function getCache_ValidatorExpressionLanguageService()
  1368. {
  1369. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uehULq8jf8', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1370. }
  1371. /**
  1372. * Gets the public 'cmf_routing.route_provider' shared service.
  1373. *
  1374. * @return \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider
  1375. */
  1376. protected function getCmfRouting_RouteProviderService()
  1377. {
  1378. $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  1379. if (isset($this->services['cmf_routing.route_provider'])) {
  1380. return $this->services['cmf_routing.route_provider'];
  1381. }
  1382. $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  1383. if (isset($this->services['cmf_routing.route_provider'])) {
  1384. return $this->services['cmf_routing.route_provider'];
  1385. }
  1386. $c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  1387. if (isset($this->services['cmf_routing.route_provider'])) {
  1388. return $this->services['cmf_routing.route_provider'];
  1389. }
  1390. $d = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1391. if (isset($this->services['cmf_routing.route_provider'])) {
  1392. return $this->services['cmf_routing.route_provider'];
  1393. }
  1394. return $this->services['cmf_routing.route_provider'] = new \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider($a, $b, ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService()), $c, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), $d, NULL, ['utf8' => true]);
  1395. }
  1396. /**
  1397. * Gets the public 'data_collector.dump' shared service.
  1398. *
  1399. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1400. */
  1401. protected function getDataCollector_DumpService()
  1402. {
  1403. $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1404. if (isset($this->services['data_collector.dump'])) {
  1405. return $this->services['data_collector.dump'];
  1406. }
  1407. $b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
  1408. if (isset($this->services['data_collector.dump'])) {
  1409. return $this->services['data_collector.dump'];
  1410. }
  1411. 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))), $a, 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  1412. }
  1413. /**
  1414. * Gets the public 'doctrine' shared service.
  1415. *
  1416. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1417. */
  1418. protected function getDoctrineService()
  1419. {
  1420. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1421. }
  1422. /**
  1423. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1424. *
  1425. * @return \Doctrine\DBAL\Connection
  1426. */
  1427. protected function getDoctrine_Dbal_DefaultConnectionService()
  1428. {
  1429. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1430. if (isset($this->services['doctrine.dbal.default_connection'])) {
  1431. return $this->services['doctrine.dbal.default_connection'];
  1432. }
  1433. $b = new \Doctrine\DBAL\Configuration();
  1434. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1435. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1436. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1437. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1438. $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1439. $d->setConnectionName('default');
  1440. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1441. $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  1442. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  1443. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $b, $a, ['enum' => 'string']);
  1444. }
  1445. /**
  1446. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1447. *
  1448. * @return \Doctrine\ORM\EntityManager
  1449. */
  1450. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1451. {
  1452. if ($lazyLoad) {
  1453. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1454. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1455. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1456. $proxy->setProxyInitializer(null);
  1457. return true;
  1458. });
  1459. });
  1460. }
  1461. include_once \dirname(__DIR__, 5).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1462. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1463. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1464. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1465. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/EntityManager.php';
  1466. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Configuration.php';
  1467. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  1468. include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1469. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1470. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  1471. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  1472. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  1473. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  1474. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  1475. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  1476. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  1477. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  1478. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1479. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1480. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1481. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1482. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1483. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1484. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1485. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1486. include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1487. include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1488. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1489. include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1490. include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1491. include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1492. $a = new \Doctrine\ORM\Configuration();
  1493. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1494. $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model', (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model', (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model', (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ReferenceBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\ReferenceBundle\\Domain\\Model', (\dirname(__DIR__, 5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity') => 'Gedmo\\Tree\\Entity', (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\ContactBundle\\Entity', (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\MediaBundle\\Entity', (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\SecurityBundle\\Entity', (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\CategoryBundle\\Entity', (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\TagBundle\\Entity', (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\WebsiteBundle\\Entity', (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\RouteBundle\\Entity', (\dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Resources/config/doctrine') => 'Sulu\\Bundle\\FormBundle\\Entity'], '.orm.xml', false);
  1495. $c->setGlobalBasename('mapping');
  1496. $d = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 5).'/src/Entity'), 1 => (\dirname(__DIR__, 5).'/vendor/connectholland/cookie-consent-bundle/Entity')], false);
  1497. $e = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/Entity'), 1 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Entity')], false);
  1498. $b->addDriver($c, 'Sulu\\Bundle\\TrashBundle\\Domain\\Model');
  1499. $b->addDriver($c, 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model');
  1500. $b->addDriver($c, 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model');
  1501. $b->addDriver($c, 'Sulu\\Bundle\\ReferenceBundle\\Domain\\Model');
  1502. $b->addDriver($c, 'Gedmo\\Tree\\Entity');
  1503. $b->addDriver($c, 'Sulu\\Bundle\\ContactBundle\\Entity');
  1504. $b->addDriver($c, 'Sulu\\Bundle\\MediaBundle\\Entity');
  1505. $b->addDriver($c, 'Sulu\\Bundle\\SecurityBundle\\Entity');
  1506. $b->addDriver($c, 'Sulu\\Bundle\\CategoryBundle\\Entity');
  1507. $b->addDriver($c, 'Sulu\\Bundle\\TagBundle\\Entity');
  1508. $b->addDriver($c, 'Sulu\\Bundle\\WebsiteBundle\\Entity');
  1509. $b->addDriver($c, 'Sulu\\Bundle\\RouteBundle\\Entity');
  1510. $b->addDriver($c, 'Sulu\\Bundle\\FormBundle\\Entity');
  1511. $b->addDriver($d, 'App\\Entity');
  1512. $b->addDriver($d, 'ConnectHolland\\CookieConsentBundle\\Entity');
  1513. $b->addDriver($e, 'Sulu\\Bundle\\CoreBundle\\Entity');
  1514. $b->addDriver($e, 'Sulu\\Bundle\\AdminBundle\\Entity');
  1515. $a->setEntityNamespaces(['SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model', 'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model', 'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model', 'SuluReferenceBundle' => 'Sulu\\Bundle\\ReferenceBundle\\Domain\\Model', 'GedmoTree' => 'Gedmo\\Tree\\Entity', 'App' => 'App\\Entity', 'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\Entity', 'SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\Entity', 'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\Entity', 'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\Entity', 'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\Entity', 'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\Entity', 'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\Entity', 'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\Entity', 'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\Entity', 'SuluFormBundle' => 'Sulu\\Bundle\\FormBundle\\Entity', 'CHCookieConsentBundle' => 'ConnectHolland\\CookieConsentBundle\\Entity']);
  1516. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1517. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1518. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1519. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1520. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  1521. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  1522. ], [
  1523. 'doctrine.ulid_generator' => '?',
  1524. 'doctrine.uuid_generator' => '?',
  1525. ])));
  1526. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1527. $a->setProxyNamespace('Proxies');
  1528. $a->setAutoGenerateProxyClasses(true);
  1529. $a->setSchemaIgnoreClasses([]);
  1530. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1531. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1532. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  1533. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1534. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1535. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1536. $a->setLazyGhostObjectEnabled(false);
  1537. $a->setIdentityGenerationPreferences([]);
  1538. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1539. $a->addCustomStringFunction('group_concat', 'Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  1540. $a->addCustomStringFunction('CAST', 'Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1541. $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1542. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1543. return $instance;
  1544. }
  1545. /**
  1546. * Gets the public 'doctrine_phpcr' shared service.
  1547. *
  1548. * @return \Doctrine\Bundle\PHPCRBundle\ManagerRegistry
  1549. */
  1550. protected function getDoctrinePhpcrService()
  1551. {
  1552. return $this->services['doctrine_phpcr'] = new \Doctrine\Bundle\PHPCRBundle\ManagerRegistry($this, $this->parameters['doctrine_phpcr.sessions'], [], 'live', '', 'Doctrine\\Common\\Proxy\\Proxy');
  1553. }
  1554. /**
  1555. * Gets the public 'doctrine_phpcr.session' shared service.
  1556. *
  1557. * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  1558. */
  1559. protected function getDoctrinePhpcr_SessionService($lazyLoad = true)
  1560. {
  1561. if ($lazyLoad) {
  1562. return $this->services['doctrine_phpcr.session'] = $this->createProxy('Session_21c865b', function () {
  1563. return \Session_21c865b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1564. $wrappedInstance = $this->getDoctrinePhpcr_SessionService(false);
  1565. $proxy->setProxyInitializer(null);
  1566. return true;
  1567. });
  1568. });
  1569. }
  1570. include_once \dirname(__DIR__, 5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  1571. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  1572. return new \Sulu\Bundle\DocumentManagerBundle\Session\Session(($this->privates['sulu_document_manager.decorated_default_session'] ?? $this->getSuluDocumentManager_DecoratedDefaultSessionService()));
  1573. }
  1574. /**
  1575. * Gets the public 'event_dispatcher' shared service.
  1576. *
  1577. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1578. */
  1579. protected function getEventDispatcherService()
  1580. {
  1581. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1582. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1583. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1584. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1585. $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))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1586. $instance->addListener('kernel.controller', [0 => function () {
  1587. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1588. }, 1 => 'onKernelController'], 0);
  1589. $instance->addListener('kernel.request', [0 => function () {
  1590. return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1591. }, 1 => 'onKernelRequest'], 10);
  1592. $instance->addListener('kernel.request', [0 => function () {
  1593. return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1594. }, 1 => 'onKernelRequest'], 248);
  1595. $instance->addListener('massive_search.index', [0 => function () {
  1596. return ($this->privates['massive_search.events.index_listener'] ?? $this->load('getMassiveSearch_Events_IndexListenerService'));
  1597. }, 1 => 'onIndex'], 0);
  1598. $instance->addListener('massive_search.deindex', [0 => function () {
  1599. return ($this->privates['massive_search.events.deindex_listener'] ?? $this->load('getMassiveSearch_Events_DeindexListenerService'));
  1600. }, 1 => 'onDeindex'], 0);
  1601. $instance->addListener('massive_search.index_rebuild', [0 => function () {
  1602. return ($this->privates['massive_search.events.zend_rebuild'] ?? $this->load('getMassiveSearch_Events_ZendRebuildService'));
  1603. }, 1 => 'onIndexRebuild'], -999);
  1604. $instance->addListener('massive_search.hit', [0 => function () {
  1605. return ($this->privates['sulu_search.event_listener.hit'] ?? $this->load('getSuluSearch_EventListener_HitService'));
  1606. }, 1 => 'onHit'], 0);
  1607. $instance->addListener('kernel.response', [0 => function () {
  1608. return ($this->privates['sulu_website.analytics.response_listener'] ?? $this->getSuluWebsite_Analytics_ResponseListenerService());
  1609. }, 1 => 'onResponse'], -5);
  1610. $instance->addListener('kernel.exception', [0 => function () {
  1611. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1612. }, 1 => 'onKernelException'], 0);
  1613. $instance->addListener('kernel.request', [0 => function () {
  1614. return ($this->privates['sulu_form.request_listener'] ?? $this->getSuluForm_RequestListenerService());
  1615. }, 1 => 'onKernelRequest'], 0);
  1616. $instance->addListener('kernel.response', [0 => function () {
  1617. return ($this->privates['sulu_form.request_listener'] ?? $this->getSuluForm_RequestListenerService());
  1618. }, 1 => 'onKernelResponse'], 0);
  1619. $instance->addListener('console.command', [0 => function () {
  1620. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1621. }, 1 => 'onConsoleCommand'], 0);
  1622. $instance->addListener('sulu_form.handler.saved', [0 => function () {
  1623. return ($this->privates['App\\Event\\CustomMailchimpListSubscriber'] ?? ($this->privates['App\\Event\\CustomMailchimpListSubscriber'] = new \App\Event\CustomMailchimpListSubscriber()));
  1624. }, 1 => 'listSubscribe'], 0);
  1625. $instance->addListener('Sulu\\Bundle\\FormBundle\\Event\\SubmissionEvent', [0 => function () {
  1626. return ($this->privates['App\\EventListener\\FormSubmitListener'] ?? $this->load('getFormSubmitListenerService'));
  1627. }, 1 => 'onFormSubmit'], 0);
  1628. $instance->addListener('sulu_form.handler.saved', [0 => function () {
  1629. return ($this->privates['Sulu\\Bundle\\FormBundle\\Event\\MailchimpListSubscriber'] ?? ($this->privates['Sulu\\Bundle\\FormBundle\\Event\\MailchimpListSubscriber'] = new \App\Event\CustomMailchimpListSubscriber('4e1fba66a09d7bb925ba2c630dcfae7d-us20', 'subscribed')));
  1630. }, 1 => 'listSubscribe'], 0);
  1631. $instance->addListener('kernel.response', [0 => function () {
  1632. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1633. }, 1 => 'onKernelResponse'], 0);
  1634. $instance->addListener('kernel.response', [0 => function () {
  1635. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1636. }, 1 => 'onKernelResponse'], -1024);
  1637. $instance->addListener('kernel.request', [0 => function () {
  1638. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1639. }, 1 => 'setDefaultLocale'], 100);
  1640. $instance->addListener('kernel.request', [0 => function () {
  1641. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1642. }, 1 => 'onKernelRequest'], 16);
  1643. $instance->addListener('kernel.finish_request', [0 => function () {
  1644. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1645. }, 1 => 'onKernelFinishRequest'], 0);
  1646. $instance->addListener('kernel.request', [0 => function () {
  1647. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1648. }, 1 => 'onKernelRequest'], 256);
  1649. $instance->addListener('kernel.response', [0 => function () {
  1650. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1651. }, 1 => 'onResponse'], -255);
  1652. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1653. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1654. }, 1 => 'onControllerArguments'], 0);
  1655. $instance->addListener('kernel.exception', [0 => function () {
  1656. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1657. }, 1 => 'logKernelException'], 0);
  1658. $instance->addListener('kernel.exception', [0 => function () {
  1659. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1660. }, 1 => 'onKernelException'], -128);
  1661. $instance->addListener('kernel.response', [0 => function () {
  1662. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1663. }, 1 => 'removeCspHeader'], -128);
  1664. $instance->addListener('kernel.request', [0 => function () {
  1665. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1666. }, 1 => 'onKernelRequest'], 15);
  1667. $instance->addListener('kernel.finish_request', [0 => function () {
  1668. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1669. }, 1 => 'onKernelFinishRequest'], -15);
  1670. $instance->addListener('console.error', [0 => function () {
  1671. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1672. }, 1 => 'onConsoleError'], -128);
  1673. $instance->addListener('console.terminate', [0 => function () {
  1674. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1675. }, 1 => 'onConsoleTerminate'], -128);
  1676. $instance->addListener('console.error', [0 => function () {
  1677. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1678. }, 1 => 'onConsoleError'], 0);
  1679. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1680. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1681. }, 1 => 'onMessage'], -255);
  1682. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1683. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1684. }, 1 => 'onMessage'], -255);
  1685. $instance->addListener('kernel.response', [0 => function () {
  1686. return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1687. }, 1 => 'onKernelResponse'], 0);
  1688. $instance->addListener('kernel.request', [0 => function () {
  1689. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1690. }, 1 => 'configure'], 2048);
  1691. $instance->addListener('console.command', [0 => function () {
  1692. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1693. }, 1 => 'configure'], 2048);
  1694. $instance->addListener('kernel.request', [0 => function () {
  1695. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1696. }, 1 => 'onKernelRequest'], 128);
  1697. $instance->addListener('kernel.response', [0 => function () {
  1698. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1699. }, 1 => 'onKernelResponse'], -1000);
  1700. $instance->addListener('kernel.finish_request', [0 => function () {
  1701. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1702. }, 1 => 'onFinishRequest'], 0);
  1703. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1704. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1705. }, 1 => 'onMessageFailed'], 100);
  1706. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1707. 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()));
  1708. }, 1 => 'onMessageFailed'], 200);
  1709. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1710. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1711. }, 1 => 'onWorkerStarted'], 0);
  1712. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1713. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1714. }, 1 => 'onWorkerRunning'], 0);
  1715. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1716. 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()));
  1717. }, 1 => 'onMessageFailed'], 0);
  1718. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1719. 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()));
  1720. }, 1 => 'onWorkerRunning'], 0);
  1721. $instance->addListener('kernel.response', [0 => function () {
  1722. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1723. }, 1 => 'onKernelResponse'], -100);
  1724. $instance->addListener('kernel.exception', [0 => function () {
  1725. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1726. }, 1 => 'onKernelException'], 0);
  1727. $instance->addListener('kernel.terminate', [0 => function () {
  1728. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1729. }, 1 => 'onKernelTerminate'], -1024);
  1730. $instance->addListener('kernel.controller', [0 => function () {
  1731. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1732. }, 1 => 'onKernelController'], 0);
  1733. $instance->addListener('kernel.response', [0 => function () {
  1734. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1735. }, 1 => 'onKernelResponse'], 0);
  1736. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1737. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1738. }, 1 => 'onMessage'], 0);
  1739. $instance->addListener('console.command', [0 => function () {
  1740. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1741. }, 1 => 'onCommand'], 255);
  1742. $instance->addListener('console.terminate', [0 => function () {
  1743. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1744. }, 1 => 'onTerminate'], -255);
  1745. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  1746. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1747. }, 1 => 'onWorkerMessageHandled'], 0);
  1748. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1749. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1750. }, 1 => 'onWorkerMessageFailed'], 0);
  1751. $instance->addListener('kernel.exception', [0 => function () {
  1752. return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1753. }, 1 => 'getResponseStatusCodeFromThrowable'], 0);
  1754. $instance->addListener('kernel.response', [0 => function () {
  1755. return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1756. }, 1 => 'setResponseStatusCode'], 0);
  1757. $instance->addListener('massive_search.index_rebuild', [0 => function () {
  1758. return ($this->privates['massive_search.search.event_subscriber.purge_subscriber'] ?? $this->load('getMassiveSearch_Search_EventSubscriber_PurgeSubscriberService'));
  1759. }, 1 => 'purgeIndexes'], 500);
  1760. $instance->addListener('kernel.response', [0 => function () {
  1761. return ($this->services['fos_http_cache.event_listener.cache_control'] ?? ($this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug')));
  1762. }, 1 => 'onKernelResponse'], 10);
  1763. $instance->addListener('fos_http_cache.error.proxy_unreachable', [0 => function () {
  1764. return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1765. }, 1 => 'onProxyUnreachableError'], 0);
  1766. $instance->addListener('fos_http_cache.error.response', [0 => function () {
  1767. return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1768. }, 1 => 'onProxyResponseError'], 0);
  1769. $instance->addListener('kernel.response', [0 => function () {
  1770. return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  1771. }, 1 => 'onKernelResponse'], 0);
  1772. $instance->addListener('kernel.terminate', [0 => function () {
  1773. return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1774. }, 1 => 'onKernelTerminate'], 0);
  1775. $instance->addListener('kernel.exception', [0 => function () {
  1776. return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1777. }, 1 => 'onKernelException'], 0);
  1778. $instance->addListener('console.terminate', [0 => function () {
  1779. return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1780. }, 1 => 'onConsoleTerminate'], 0);
  1781. $instance->addListener('kernel.request', [0 => function () {
  1782. return ($this->privates['fos_http_cache.event_listener.php8_attributes'] ?? $this->getFosHttpCache_EventListener_Php8AttributesService());
  1783. }, 1 => 'onKernelRequest'], 0);
  1784. $instance->addListener('sulu_security.permission_update', [0 => function () {
  1785. return ($this->privates['sulu_media.permission_listener'] ?? $this->load('getSuluMedia_PermissionListenerService'));
  1786. }, 1 => 'onPermissionUpdate'], 0);
  1787. $instance->addListener('kernel.request', [0 => function () {
  1788. return ($this->privates['sulu_media.file_inspector.subscriber'] ?? $this->getSuluMedia_FileInspector_SubscriberService());
  1789. }, 1 => 'onKernelRequest'], 0);
  1790. $instance->addListener('massive_search.pre_index', [0 => function () {
  1791. return ($this->privates['sulu_media.search.subscriber.structure_media'] ?? $this->load('getSuluMedia_Search_Subscriber_StructureMediaService'));
  1792. }, 1 => 'handlePreIndex'], 0);
  1793. $instance->addListener('massive_search.pre_index', [0 => function () {
  1794. return ($this->privates['sulu_media.search.subscriber.media'] ?? $this->load('getSuluMedia_Search_Subscriber_MediaService'));
  1795. }, 1 => 'handlePreIndex'], 0);
  1796. $instance->addListener('kernel.request', [0 => function () {
  1797. return ($this->privates['sulu_security.system_listener'] ?? $this->getSuluSecurity_SystemListenerService());
  1798. }, 1 => 'onKernelRequest'], 24);
  1799. $instance->addListener('sulu_security.permission_update', [0 => function () {
  1800. return ($this->privates['sulu_security.phpcr_security_subscriber'] ?? $this->load('getSuluSecurity_PhpcrSecuritySubscriberService'));
  1801. }, 1 => 'handlePermissionUpdate'], 0);
  1802. $instance->addListener('kernel.controller', [0 => function () {
  1803. return ($this->privates['sulu_security.event_listener.security'] ?? $this->getSuluSecurity_EventListener_SecurityService());
  1804. }, 1 => 'onKernelController'], 0);
  1805. $instance->addListener('security.interactive_login', [0 => function () {
  1806. return ($this->privates['sulu_security.last_login_listener'] ?? $this->load('getSuluSecurity_LastLoginListenerService'));
  1807. }, 1 => 'onSecurityInteractiveLogin'], 0);
  1808. $instance->addListener('Sulu\\Bundle\\SnippetBundle\\Domain\\Event\\WebspaceDefaultSnippetModifiedEvent', [0 => function () {
  1809. return ($this->privates['sulu_snippet.cache_invalidation_subscriber'] ?? $this->load('getSuluSnippet_CacheInvalidationSubscriberService'));
  1810. }, 1 => 'invalidateSnippetAreaOnAreaModified'], 0);
  1811. $instance->addListener('Sulu\\Bundle\\SnippetBundle\\Domain\\Event\\WebspaceDefaultSnippetRemovedEvent', [0 => function () {
  1812. return ($this->privates['sulu_snippet.cache_invalidation_subscriber'] ?? $this->load('getSuluSnippet_CacheInvalidationSubscriberService'));
  1813. }, 1 => 'invalidateSnippetAreaOnAreaRemoved'], 0);
  1814. $instance->addListener('Sulu\\Bundle\\SnippetBundle\\Domain\\Event\\SnippetModifiedEvent', [0 => function () {
  1815. return ($this->privates['sulu_snippet.cache_invalidation_subscriber'] ?? $this->load('getSuluSnippet_CacheInvalidationSubscriberService'));
  1816. }, 1 => 'invalidateSnippetAreaOnModified'], 0);
  1817. $instance->addListener('Sulu\\Bundle\\SnippetBundle\\Domain\\Event\\SnippetRemovedEvent', [0 => function () {
  1818. return ($this->privates['sulu_snippet.cache_invalidation_subscriber'] ?? $this->load('getSuluSnippet_CacheInvalidationSubscriberService'));
  1819. }, 1 => 'invalidateSnippetAreaOnRemoved'], 0);
  1820. $instance->addListener('massive_search.pre_index', [0 => function () {
  1821. return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1822. }, 1 => 'handleBlameTimestamp'], 0);
  1823. $instance->addListener('massive_search.hit', [0 => function () {
  1824. return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1825. }, 1 => 'handleBlameTimestampHitMapping'], 0);
  1826. $instance->addListener('sulu_security.permission_update', [0 => function () {
  1827. return ($this->privates['sulu_page.permission_listener'] ?? $this->load('getSuluPage_PermissionListenerService'));
  1828. }, 1 => 'onPermissionUpdate'], 0);
  1829. $instance->addListener('kernel.request', [0 => function () {
  1830. return ($this->privates['sulu_website.routing.request_listener'] ?? $this->getSuluWebsite_Routing_RequestListenerService());
  1831. }, 1 => 'onRequest'], 31);
  1832. $instance->addListener('kernel.request', [0 => function () {
  1833. return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1834. }, 1 => 'onKernelRequest'], 32);
  1835. $instance->addListener('kernel.finish_request', [0 => function () {
  1836. return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1837. }, 1 => 'onKernelFinishRequest'], 0);
  1838. $instance->addListener('sulu_website.cache_clear', [0 => function () {
  1839. return ($this->privates['sulu_website.event_subscriber.cache_clear'] ?? $this->load('getSuluWebsite_EventSubscriber_CacheClearService'));
  1840. }, 1 => 'onCacheClear'], 0);
  1841. $instance->addListener('kernel.request', [0 => function () {
  1842. return ($this->privates['sulu_website.event_listener.translator'] ?? $this->getSuluWebsite_EventListener_TranslatorService());
  1843. }, 1 => 'onKernelRequest'], 14);
  1844. $instance->addListener('kernel.request', [0 => function () {
  1845. return ($this->privates['sulu_website.event_listener.security_listener'] ?? $this->getSuluWebsite_EventListener_SecurityListenerService());
  1846. }, 1 => 'onKernelRequest'], 7);
  1847. $instance->addListener('kernel.exception', [0 => function () {
  1848. return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1849. }, 1 => 'redirectPartialMatch'], 0);
  1850. $instance->addListener('kernel.exception', [0 => function () {
  1851. return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1852. }, 1 => 'redirectTrailingSlashOrHtml'], 0);
  1853. $instance->addListener('kernel.response', [0 => function () {
  1854. return ($this->privates['sulu_website.event_subscriber.generator'] ?? ($this->privates['sulu_website.event_subscriber.generator'] = new \Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber('2.6.16')));
  1855. }, 1 => 'onResponse'], 0);
  1856. $instance->addListener('kernel.response', [0 => function () {
  1857. return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1858. }, 1 => 'addVaryHeader'], 0);
  1859. $instance->addListener('kernel.response', [0 => function () {
  1860. return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1861. }, 1 => 'addCookieHeader'], 0);
  1862. $instance->addListener('kernel.response', [0 => function () {
  1863. return ($this->privates['sulu_markup.response_listener'] ?? $this->getSuluMarkup_ResponseListenerService());
  1864. }, 1 => 'replaceMarkup'], -10);
  1865. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1866. return ($this->privates['sulu_markup.mailer_listener'] ?? $this->load('getSuluMarkup_MailerListenerService'));
  1867. }, 1 => 'onMessage'], 0);
  1868. $instance->addListener('kernel.response', [0 => function () {
  1869. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1870. }, 1 => 'onKernelResponse'], -128);
  1871. $instance->addListener('console.command', [0 => function () {
  1872. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1873. }, 1 => 'configure'], 1024);
  1874. $instance->addListener('kernel.response', [0 => function () {
  1875. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1876. }, 1 => 'onKernelResponse'], 0);
  1877. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1878. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1879. }, 1 => 'onVoterVote'], 0);
  1880. $instance->addListener('kernel.request', [0 => function () {
  1881. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1882. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1883. $instance->addListener('kernel.request', [0 => function () {
  1884. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1885. }, 1 => 'onKernelRequest'], 8);
  1886. $instance->addListener('kernel.finish_request', [0 => function () {
  1887. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1888. }, 1 => 'onKernelFinishRequest'], 0);
  1889. $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [0 => function () {
  1890. return ($this->privates['sulu_activity.store_activity_subscriber'] ?? $this->load('getSuluActivity_StoreActivitySubscriberService'));
  1891. }, 1 => 'storeActivity'], -256);
  1892. $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [0 => function () {
  1893. return ($this->privates['sulu_activity.set_domain_event_user_subscriber'] ?? $this->load('getSuluActivity_SetDomainEventUserSubscriberService'));
  1894. }, 1 => 'setDomainEventUser'], 256);
  1895. $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [0 => function () {
  1896. return ($this->privates['sulu_activity.dispatch_specific_domain_event_subscriber'] ?? $this->load('getSuluActivity_DispatchSpecificDomainEventSubscriberService'));
  1897. }, 1 => 'dispatchDomainEventWithSpecificEventName'], 0);
  1898. $instance->addListener('kernel.finish_request', [0 => function () {
  1899. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1900. }, 1 => 'resetAssets'], 0);
  1901. $instance->addListener('sulu_form.handler.saved', [0 => function () {
  1902. return ($this->privates['sulu_form.subscriber.mailchimp_list_subscriber'] ?? ($this->privates['sulu_form.subscriber.mailchimp_list_subscriber'] = new \Sulu\Bundle\FormBundle\Event\MailchimpListSubscriber('4e1fba66a09d7bb925ba2c630dcfae7d-us20', 'subscribed')));
  1903. }, 1 => 'listSubscribe'], 0);
  1904. $instance->addListener('kernel.response', [0 => function () {
  1905. return ($this->privates['ConnectHolland\\CookieConsentBundle\\EventSubscriber\\CookieConsentFormSubscriber'] ?? $this->getCookieConsentFormSubscriberService());
  1906. }, 1 => 'onResponse'], 0);
  1907. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1908. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1909. }, 1 => 'onLogout'], 0);
  1910. return $instance;
  1911. }
  1912. /**
  1913. * Gets the public 'fos_http_cache.cache_manager' shared service.
  1914. *
  1915. * @return \FOS\HttpCacheBundle\CacheManager
  1916. */
  1917. protected function getFosHttpCache_CacheManagerService()
  1918. {
  1919. $a = ($this->services['router'] ?? $this->getRouterService());
  1920. if (isset($this->services['fos_http_cache.cache_manager'])) {
  1921. return $this->services['fos_http_cache.cache_manager'];
  1922. }
  1923. $this->services['fos_http_cache.cache_manager'] = $instance = new \FOS\HttpCacheBundle\CacheManager(($this->services['fos_http_cache.proxy_client.symfony'] ?? $this->getFosHttpCache_ProxyClient_SymfonyService()), $a);
  1924. if ($this->has('event_dispatcher')) {
  1925. $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1926. }
  1927. $instance->setGenerateUrlType(0);
  1928. return $instance;
  1929. }
  1930. /**
  1931. * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  1932. *
  1933. * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  1934. */
  1935. protected function getFosHttpCache_EventListener_CacheControlService()
  1936. {
  1937. return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  1938. }
  1939. /**
  1940. * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  1941. *
  1942. * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  1943. */
  1944. protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  1945. {
  1946. return $this->services['fos_http_cache.http.symfony_response_tagger'] = new \FOS\HttpCacheBundle\Http\SymfonyResponseTagger(['header_formatter' => new \FOS\HttpCache\TagHeaderFormatter\CommaSeparatedTagHeaderFormatter('X-Cache-Tags', ','), 'strict' => false]);
  1947. }
  1948. /**
  1949. * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  1950. *
  1951. * @return \FOS\HttpCache\ProxyClient\Symfony
  1952. */
  1953. protected function getFosHttpCache_ProxyClient_SymfonyService()
  1954. {
  1955. return $this->services['fos_http_cache.proxy_client.symfony'] = new \FOS\HttpCache\ProxyClient\Symfony(new \FOS\HttpCache\SymfonyCache\KernelDispatcher(($this->services['kernel'] ?? $this->get('kernel', 1))), $this->parameters['fos_http_cache.proxy_client.symfony.options'], NULL);
  1956. }
  1957. /**
  1958. * Gets the public 'http_cache' shared service.
  1959. *
  1960. * @return \Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache
  1961. */
  1962. protected function getHttpCacheService()
  1963. {
  1964. return $this->services['http_cache'] = new \Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache(($this->services['kernel'] ?? $this->get('kernel', 1)), new \Symfony\Component\HttpKernel\HttpCache\Store(($this->targetDir.''.'/http_cache')), ($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())), ['default_ttl' => 3600, 'debug' => true], \Symfony\Component\HttpFoundation\Request::enableHttpMethodParameterOverride());
  1965. }
  1966. /**
  1967. * Gets the public 'http_kernel' shared service.
  1968. *
  1969. * @return \Symfony\Component\HttpKernel\HttpKernel
  1970. */
  1971. protected function getHttpKernelService()
  1972. {
  1973. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1974. if (isset($this->services['http_kernel'])) {
  1975. return $this->services['http_kernel'];
  1976. }
  1977. 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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1978. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1979. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1980. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1981. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1982. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1983. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1984. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1985. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1986. }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1987. }
  1988. /**
  1989. * Gets the public 'jms_serializer' shared service.
  1990. *
  1991. * @return \JMS\Serializer\Serializer
  1992. */
  1993. protected function getJmsSerializerService()
  1994. {
  1995. $a = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  1996. if (isset($this->services['jms_serializer'])) {
  1997. return $this->services['jms_serializer'];
  1998. }
  1999. $b = ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService());
  2000. if (isset($this->services['jms_serializer'])) {
  2001. return $this->services['jms_serializer'];
  2002. }
  2003. $c = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
  2004. $d = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
  2005. $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  2006. $f = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  2007. $f->setOptions(1216);
  2008. $g = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  2009. $g->setFormatOutput(true);
  2010. $h = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  2011. $h->setOptions(0);
  2012. return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($c, [2 => new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($c, $a, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e, $b, $d), 1 => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($c, $a, $e, $b, $d)], ['json' => $f, 'xml' => $g], ['json' => $h, 'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  2013. }
  2014. /**
  2015. * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2016. *
  2017. * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2018. */
  2019. protected function getJmsSerializer_DeserializationContextFactoryService()
  2020. {
  2021. return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2022. }
  2023. /**
  2024. * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2025. *
  2026. * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2027. */
  2028. protected function getJmsSerializer_SerializationContextFactoryService()
  2029. {
  2030. return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2031. }
  2032. /**
  2033. * Gets the public 'messenger.default_bus' shared service.
  2034. *
  2035. * @return \Symfony\Component\Messenger\TraceableMessageBus
  2036. */
  2037. protected function getMessenger_DefaultBusService()
  2038. {
  2039. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2040. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2041. yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  2042. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2043. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2044. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2045. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2046. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2047. }, 7)));
  2048. }
  2049. /**
  2050. * Gets the public 'monolog.logger.deprecation' shared service.
  2051. *
  2052. * @return \Symfony\Bridge\Monolog\Logger
  2053. */
  2054. protected function getMonolog_Logger_DeprecationService()
  2055. {
  2056. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2057. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2058. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2059. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2060. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2061. return $instance;
  2062. }
  2063. /**
  2064. * Gets the public 'request_stack' shared service.
  2065. *
  2066. * @return \Symfony\Component\HttpFoundation\RequestStack
  2067. */
  2068. protected function getRequestStackService()
  2069. {
  2070. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2071. }
  2072. /**
  2073. * Gets the public 'router' shared service.
  2074. *
  2075. * @return \Symfony\Cmf\Component\Routing\ChainRouter
  2076. */
  2077. protected function getRouterService()
  2078. {
  2079. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2080. $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  2081. $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2082. $c = new \Symfony\Bridge\Monolog\Logger('router');
  2083. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2084. $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2085. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2086. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2087. $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2088. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  2089. ], [
  2090. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2091. ]))->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))), $c, 'en');
  2092. $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2093. $d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2094. $e = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  2095. $f = new \Symfony\Component\Routing\RouteCollection();
  2096. $g = new \Symfony\Component\Routing\RequestContext();
  2097. $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2098. $i = new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($e, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher($f, $g)), new \Symfony\Cmf\Component\Routing\ContentAwareGenerator($e, $a), '', $h, $e);
  2099. $i->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2100. $i->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object', '_content'), 100);
  2101. $j = new \Sulu\Component\CustomUrl\Routing\CustomUrlRouteProvider(($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->privates['sulu_document_manager.path_builder'] ?? $this->getSuluDocumentManager_PathBuilderService()), 'dev', ['utf8' => true]);
  2102. $k = new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($j, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher($f, $g)), new \Symfony\Cmf\Component\Routing\ProviderBasedGenerator($j), '', $h, $j);
  2103. $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2104. $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingSlashEnhancer(), 100);
  2105. $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingHTMLEnhancer(), 90);
  2106. $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\RedirectEnhancer($l), 80);
  2107. $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\SeoEnhancer($l), 70);
  2108. $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ContentEnhancer(($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService())), 60);
  2109. $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\InternalLinkEnhancer(), 50);
  2110. $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\StructureEnhancer(), 40);
  2111. $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ExternalLinkEnhancer(), 30);
  2112. $m = ($this->privates['sulu_route.routing.provider'] ?? $this->getSuluRoute_Routing_ProviderService());
  2113. $instance->setContext($b);
  2114. $instance->add($d, '100');
  2115. $instance->add($i, '20');
  2116. $instance->add($k, 30);
  2117. $instance->add(new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($m, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher($f, $g)), new \Symfony\Cmf\Component\Routing\ProviderBasedGenerator($m), '', $h, $m), 20);
  2118. return $instance;
  2119. }
  2120. /**
  2121. * Gets the public 'sulu.content.mapper' shared service.
  2122. *
  2123. * @return \Sulu\Component\Content\Mapper\ContentMapper
  2124. */
  2125. protected function getSulu_Content_MapperService()
  2126. {
  2127. $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  2128. if (isset($this->services['sulu.content.mapper'])) {
  2129. return $this->services['sulu.content.mapper'];
  2130. }
  2131. $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2132. if (isset($this->services['sulu.content.mapper'])) {
  2133. return $this->services['sulu.content.mapper'];
  2134. }
  2135. $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2136. if (isset($this->services['sulu.content.mapper'])) {
  2137. return $this->services['sulu.content.mapper'];
  2138. }
  2139. $d = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  2140. if (isset($this->services['sulu.content.mapper'])) {
  2141. return $this->services['sulu.content.mapper'];
  2142. }
  2143. $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2144. if (isset($this->services['sulu.content.mapper'])) {
  2145. return $this->services['sulu.content.mapper'];
  2146. }
  2147. $f = ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService());
  2148. if (isset($this->services['sulu.content.mapper'])) {
  2149. return $this->services['sulu.content.mapper'];
  2150. }
  2151. $g = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2152. if (isset($this->services['sulu.content.mapper'])) {
  2153. return $this->services['sulu.content.mapper'];
  2154. }
  2155. return $this->services['sulu.content.mapper'] = new \Sulu\Component\Content\Mapper\ContentMapper($a, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), $b, $c, ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), $d, ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $e, ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService()), ($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()), $f, $this->parameters['sulu_security.permissions'], $g);
  2156. }
  2157. /**
  2158. * Gets the public 'sulu.content.path_cleaner' shared service.
  2159. *
  2160. * @return \Sulu\Component\PHPCR\PathCleanup
  2161. */
  2162. protected function getSulu_Content_PathCleanerService()
  2163. {
  2164. return $this->services['sulu.content.path_cleaner'] = new \Sulu\Component\PHPCR\PathCleanup(['default' => [' ' => '-', '+' => '-', '.' => '-', '^' => '-', '~' => '-', '[' => '-', ']' => '-', '(' => '-', ')' => '-', '{' => '-', '}' => '-', 'Á' => 'A', 'á' => 'a', 'Ć' => 'C', 'ć' => 'c', 'É' => 'E', 'é' => 'e', 'Í' => 'I', 'í' => 'i', 'Ĺ' => 'L', 'ĺ' => 'l', 'Ń' => 'N', 'ń' => 'n', 'Ó' => 'O', 'ó' => 'o', 'Ő' => 'O', 'ő' => 'o', 'Ŕ' => 'R', 'ŕ' => 'r', 'Ś' => 'S', 'ś' => 's', 'Ú' => 'U', 'ú' => 'u', 'Ű' => 'U', 'ű' => 'u', 'Ý' => 'Y', 'ý' => 'y', 'Ź' => 'Z', 'ź' => 'z', 'Ă' => 'A', 'ă' => 'a', 'Ĕ' => 'E', 'ĕ' => 'e', 'Ğ' => 'G', 'ğ' => 'g', 'Ĭ' => 'I', 'ĭ' => 'i', 'Ŏ' => 'o', 'ŏ' => 'o', 'Ŭ' => 'U', 'ŭ' => 'u', 'Č' => 'C', 'č' => 'c', 'Ď' => 'D', 'Ě' => 'E', 'ě' => 'e', 'Ň' => 'N', 'ň' => 'n', 'Ř' => 'R', 'ř' => 'r', 'Š' => 'S', 'š' => 's', 'Ť' => 'T', 'Ž' => 'Z', 'ž' => 'z', 'Ç' => 'C', 'ç' => 'c', 'Ģ' => 'G', 'ģ' => 'g', 'Ķ' => 'K', 'ķ' => 'k', 'Ļ' => 'L', 'ļ' => 'l', 'Ņ' => 'N', 'ņ' => 'n', 'Ŗ' => 'R', 'ŗ' => 'r', 'Ş' => 'S', 'ş' => 's', 'Ţ' => 'T', 'ţ' => 't', 'Ä' => 'Ae', 'ä' => 'ae', 'Ë' => 'E', 'ë' => 'e', 'Ï' => 'I', 'ï' => 'i', 'Ö' => 'Oe', 'ö' => 'oe', 'Ü' => 'Ue', 'ü' => 'ue', 'Ÿ' => 'Y', 'ÿ' => 'y', 'À' => 'A', 'à' => 'a', 'È' => 'E', 'è' => 'e', 'Ì' => 'I', 'ì' => 'i', 'Ò' => 'O', 'ò' => 'o', 'Ù' => 'U', 'ù' => 'u', 'Ā' => 'A', 'ā' => 'a', 'Ē' => 'E', 'ē' => 'e', 'Ī' => 'I', 'ī' => 'i', 'Ō' => 'O', 'ō' => 'o', 'Ū' => 'U', 'ū' => 'u', 'Ą' => 'A', 'ą' => 'a', 'Ę' => 'E', 'ę' => 'e', 'Į' => 'I', 'į' => 'i', 'Ų' => 'U', 'ų' => 'u', 'Ḃ' => 'B', 'ḃ' => 'b', 'Ċ' => 'C', 'ċ' => 'c', 'Ḋ' => 'D', 'ḋ' => 'd', 'Ė' => 'E', 'ė' => 'e', 'Ḟ' => 'F', 'Ġ' => 'G', 'ġ' => 'g', 'Ḣ' => 'H', 'ḣ' => 'h', 'İ' => 'I', 'Ṁ' => 'M', 'ṁ' => 'm', 'Ṅ' => 'N', 'ṅ' => 'n', 'Ṗ' => 'P', 'ṗ' => 'p', 'Ṙ' => 'R', 'ṙ' => 'r', 'Ṡ' => 'S', 'ṡ' => 's', 'Ṫ' => 'T', 'ṫ' => 't', 'Ż' => 'Z', 'ż' => 'z', 'Ḍ' => 'D', 'ḍ' => 'd', 'Ḥ' => 'H', 'ḥ' => 'h', 'Ḳ' => 'K', 'ḳ' => 'k', 'Ḷ' => 'L', 'ḷ' => 'l', 'Ṃ' => 'M', 'ṃ' => 'm', 'Ṛ' => 'R', 'ṛ' => 'r', 'Ṣ' => 'S', 'ṣ' => 's', 'Ṭ' => 'T', 'ṭ' => 't', 'Ṿ' => 'V', 'ṿ' => 'v', 'Đ' => 'D', 'đ' => 'd', 'Ħ' => 'H', 'ħ' => 'h', 'Ŧ' => 'T', 'ŧ' => 't', 'Å' => 'A', 'å' => 'a', 'Ů' => 'U', 'ů' => 'u', 'Ł' => 'L', 'ł' => 'l', 'Ø' => 'O', 'ø' => 'o', 'Ã' => 'A', 'ã' => 'a', 'Ĩ' => 'I', 'ĩ' => 'i', 'Ñ' => 'N', 'ñ' => 'n', 'Õ' => 'O', 'õ' => 'o', 'Ũ' => 'U', 'ũ' => 'u', 'Â' => 'A', 'â' => 'a', 'Ĉ' => 'C', 'ĉ' => 'c', 'Ê' => 'E', 'ê' => 'e', 'Ĝ' => 'G', 'ĝ' => 'g', 'Ĥ' => 'H', 'ĥ' => 'h', 'Î' => 'I', 'î' => 'i', 'Ĵ' => 'J', 'ĵ' => 'j', 'Ô' => 'O', 'ô' => 'o', 'Ŝ' => 'S', 'ŝ' => 's', 'Û' => 'U', 'û' => 'u', 'Ŵ' => 'W', 'ŵ' => 'w', 'Ŷ' => 'Y', 'ŷ' => 'y', 'Æ' => 'AE', 'æ' => 'ae', 'ß' => 'ss', 'Œ' => 'OE', 'œ' => 'oe', 'IJ' => 'IJ', 'ª' => 'a', 'º' => 'o'], 'de' => ['&' => 'und'], 'en' => ['&' => 'and'], 'fr' => ['&' => 'et'], 'it' => ['&' => 'e'], 'nl' => ['&' => 'en'], 'es' => ['&' => 'y'], 'bg' => ['&' => 'и']], new \Symfony\Component\String\Slugger\AsciiSlugger());
  2165. }
  2166. /**
  2167. * Gets the public 'sulu.content.structure_manager' shared service.
  2168. *
  2169. * @return \Sulu\Component\Content\Compat\StructureManager
  2170. */
  2171. protected function getSulu_Content_StructureManagerService()
  2172. {
  2173. $a = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2174. if (isset($this->services['sulu.content.structure_manager'])) {
  2175. return $this->services['sulu.content.structure_manager'];
  2176. }
  2177. return $this->services['sulu.content.structure_manager'] = new \Sulu\Component\Content\Compat\StructureManager(($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), $a, ($this->services['sulu_page.compat.structure.legacy_property_factory'] ?? $this->getSuluPage_Compat_Structure_LegacyPropertyFactoryService()), $this->parameters['sulu.content.structure.type_map']);
  2178. }
  2179. /**
  2180. * Gets the public 'sulu.content.type_manager' shared service.
  2181. *
  2182. * @return \Sulu\Component\Content\ContentTypeManager
  2183. */
  2184. protected function getSulu_Content_TypeManagerService()
  2185. {
  2186. $this->services['sulu.content.type_manager'] = $instance = new \Sulu\Component\Content\ContentTypeManager($this);
  2187. $instance->mapAliasToServiceId('number', 'sulu.content.type.number');
  2188. $instance->mapAliasToServiceId('text_line', 'sulu.content.type.text_line');
  2189. $instance->mapAliasToServiceId('text_area', 'sulu.content.type.text_area');
  2190. $instance->mapAliasToServiceId('text_editor', 'sulu.content.type.text_editor');
  2191. $instance->mapAliasToServiceId('resource_locator', 'sulu.content.type.resource_locator');
  2192. $instance->mapAliasToServiceId('link', 'sulu.content.type.link');
  2193. $instance->mapAliasToServiceId('single_icon_selection', 'sulu.content.type.single_icon_selection');
  2194. $instance->mapAliasToServiceId('block', 'sulu.content.type.block');
  2195. $instance->mapAliasToServiceId('contact_account_selection', 'sulu_contact.content.contact_account_selection');
  2196. $instance->mapAliasToServiceId('single_contact_selection', 'sulu_contact.content.single_contact_selection');
  2197. $instance->mapAliasToServiceId('contact_selection', 'sulu_contact.content.contact_selection');
  2198. $instance->mapAliasToServiceId('single_account_selection', 'sulu_contact.content.single_account_selection');
  2199. $instance->mapAliasToServiceId('account_selection', 'sulu_contact.content.account_selection');
  2200. $instance->mapAliasToServiceId('collection_selection', 'sulu_media.type.collection_selection');
  2201. $instance->mapAliasToServiceId('single_collection_selection', 'sulu_media.type.single_collection_selection');
  2202. $instance->mapAliasToServiceId('media_selection', 'sulu_media.type.media_selection');
  2203. $instance->mapAliasToServiceId('single_media_selection', 'sulu_media.type.single_media_selection');
  2204. $instance->mapAliasToServiceId('image_map', 'sulu_media.type.image_map');
  2205. $instance->mapAliasToServiceId('category_selection', 'sulu_category.content.type.category_selection');
  2206. $instance->mapAliasToServiceId('single_category_selection', 'sulu_category.content.type.single_category_selection');
  2207. $instance->mapAliasToServiceId('single_snippet_selection', 'sulu_snippet.content.single_snippet_selection');
  2208. $instance->mapAliasToServiceId('snippet_selection', 'sulu_snippet.content.snippet');
  2209. $instance->mapAliasToServiceId('smart_content', 'sulu_page.smart_content.content_type');
  2210. $instance->mapAliasToServiceId('teaser_selection', 'sulu_page.teaser.content_type');
  2211. $instance->mapAliasToServiceId('page_selection', 'sulu.content.type.page_selection');
  2212. $instance->mapAliasToServiceId('single_page_selection', 'sulu.content.type.single_page_selection');
  2213. $instance->mapAliasToServiceId('phone', 'sulu.content.type.phone');
  2214. $instance->mapAliasToServiceId('segment_select', 'sulu.content.type.segment_select');
  2215. $instance->mapAliasToServiceId('password', 'sulu.content.type.password');
  2216. $instance->mapAliasToServiceId('url', 'sulu.content.type.url');
  2217. $instance->mapAliasToServiceId('email', 'sulu.content.type.email');
  2218. $instance->mapAliasToServiceId('date', 'sulu.content.type.date');
  2219. $instance->mapAliasToServiceId('datetime', 'sulu.content.type.datetime');
  2220. $instance->mapAliasToServiceId('time', 'sulu.content.type.time');
  2221. $instance->mapAliasToServiceId('color', 'sulu.content.type.color');
  2222. $instance->mapAliasToServiceId('checkbox', 'sulu.content.type.checkbox');
  2223. $instance->mapAliasToServiceId('select', 'sulu.content.type.select');
  2224. $instance->mapAliasToServiceId('single_select', 'sulu.content.type.single_select');
  2225. $instance->mapAliasToServiceId('tag_selection', 'sulu_tag.content.type.tag_selection');
  2226. $instance->mapAliasToServiceId('location', 'sulu_location.content.type.location');
  2227. $instance->mapAliasToServiceId('route', 'sulu_route.content_type');
  2228. $instance->mapAliasToServiceId('page_tree_route', 'sulu_route.content_type.page_tree_route');
  2229. $instance->mapAliasToServiceId('single_form_selection', 'sulu_form.content_type.single_form_selection');
  2230. return $instance;
  2231. }
  2232. /**
  2233. * Gets the public 'sulu.phpcr.session' shared service.
  2234. *
  2235. * @return \Sulu\Component\PHPCR\SessionManager\SessionManager
  2236. */
  2237. protected function getSulu_Phpcr_SessionService()
  2238. {
  2239. $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  2240. if (isset($this->services['sulu.phpcr.session'])) {
  2241. return $this->services['sulu.phpcr.session'];
  2242. }
  2243. return $this->services['sulu.phpcr.session'] = new \Sulu\Component\PHPCR\SessionManager\SessionManager($a, ['base' => 'cmf', 'content' => 'contents', 'route' => 'routes', 'snippet' => 'snippets']);
  2244. }
  2245. /**
  2246. * Gets the public 'sulu.repository.access_control' shared service.
  2247. *
  2248. * @return \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository
  2249. */
  2250. protected function getSulu_Repository_AccessControlService($lazyLoad = true)
  2251. {
  2252. if ($lazyLoad) {
  2253. return $this->services['sulu.repository.access_control'] = $this->createProxy('AccessControlRepository_b331497', function () {
  2254. return \AccessControlRepository_b331497::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2255. $wrappedInstance = $this->getSulu_Repository_AccessControlService(false);
  2256. $proxy->setProxyInitializer(null);
  2257. return true;
  2258. });
  2259. });
  2260. }
  2261. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2262. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2263. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlRepositoryInterface.php';
  2264. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/AccessControlRepository.php';
  2265. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2266. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2267. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2268. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2269. return new \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository($a, $a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl'));
  2270. }
  2271. /**
  2272. * Gets the public 'sulu.repository.analytics' shared service.
  2273. *
  2274. * @return \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository
  2275. */
  2276. protected function getSulu_Repository_AnalyticsService($lazyLoad = true)
  2277. {
  2278. if ($lazyLoad) {
  2279. return $this->services['sulu.repository.analytics'] = $this->createProxy('AnalyticsRepository_b1da81f', function () {
  2280. return \AnalyticsRepository_b1da81f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2281. $wrappedInstance = $this->getSulu_Repository_AnalyticsService(false);
  2282. $proxy->setProxyInitializer(null);
  2283. return true;
  2284. });
  2285. });
  2286. }
  2287. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2288. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2289. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepositoryInterface.php';
  2290. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepository.php';
  2291. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2292. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2293. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2294. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2295. return new \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository($a, $a->getClassMetadata('Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics'));
  2296. }
  2297. /**
  2298. * Gets the public 'sulu.repository.category' shared service.
  2299. *
  2300. * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository
  2301. */
  2302. protected function getSulu_Repository_CategoryService($lazyLoad = true)
  2303. {
  2304. if ($lazyLoad) {
  2305. return $this->services['sulu.repository.category'] = $this->createProxy('CategoryRepository_9c346ab', function () {
  2306. return \CategoryRepository_9c346ab::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2307. $wrappedInstance = $this->getSulu_Repository_CategoryService(false);
  2308. $proxy->setProxyInitializer(null);
  2309. return true;
  2310. });
  2311. });
  2312. }
  2313. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2314. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepositoryInterface.php';
  2315. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepository.php';
  2316. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2317. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2318. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2319. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2320. return new \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository($a, $a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Category'));
  2321. }
  2322. /**
  2323. * Gets the public 'sulu.repository.category_meta' shared service.
  2324. *
  2325. * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository
  2326. */
  2327. protected function getSulu_Repository_CategoryMetaService($lazyLoad = true)
  2328. {
  2329. if ($lazyLoad) {
  2330. return $this->services['sulu.repository.category_meta'] = $this->createProxy('CategoryMetaRepository_d16c689', function () {
  2331. return \CategoryMetaRepository_d16c689::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2332. $wrappedInstance = $this->getSulu_Repository_CategoryMetaService(false);
  2333. $proxy->setProxyInitializer(null);
  2334. return true;
  2335. });
  2336. });
  2337. }
  2338. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2339. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2340. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepositoryInterface.php';
  2341. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepository.php';
  2342. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2343. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2344. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2345. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2346. return new \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository($a, $a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta'));
  2347. }
  2348. /**
  2349. * Gets the public 'sulu.repository.category_translation' shared service.
  2350. *
  2351. * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository
  2352. */
  2353. protected function getSulu_Repository_CategoryTranslationService($lazyLoad = true)
  2354. {
  2355. if ($lazyLoad) {
  2356. return $this->services['sulu.repository.category_translation'] = $this->createProxy('CategoryTranslationRepository_5ea8703', function () {
  2357. return \CategoryTranslationRepository_5ea8703::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2358. $wrappedInstance = $this->getSulu_Repository_CategoryTranslationService(false);
  2359. $proxy->setProxyInitializer(null);
  2360. return true;
  2361. });
  2362. });
  2363. }
  2364. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2365. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2366. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepositoryInterface.php';
  2367. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepository.php';
  2368. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2369. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2370. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2371. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2372. return new \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository($a, $a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation'));
  2373. }
  2374. /**
  2375. * Gets the public 'sulu.repository.contact' shared service.
  2376. *
  2377. * @return \Sulu\Bundle\ContactBundle\Entity\ContactRepository
  2378. */
  2379. protected function getSulu_Repository_ContactService($lazyLoad = true)
  2380. {
  2381. if ($lazyLoad) {
  2382. return $this->services['sulu.repository.contact'] = $this->createProxy('ContactRepository_74094bd', function () {
  2383. return \ContactRepository_74094bd::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2384. $wrappedInstance = $this->getSulu_Repository_ContactService(false);
  2385. $proxy->setProxyInitializer(null);
  2386. return true;
  2387. });
  2388. });
  2389. }
  2390. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2391. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2392. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryInterface.php';
  2393. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepositoryInterface.php';
  2394. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2395. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepository.php';
  2396. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2397. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2398. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2399. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2400. return new \Sulu\Bundle\ContactBundle\Entity\ContactRepository($a, $a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Contact'));
  2401. }
  2402. /**
  2403. * Gets the public 'sulu.repository.keyword' shared service.
  2404. *
  2405. * @return \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository
  2406. */
  2407. protected function getSulu_Repository_KeywordService($lazyLoad = true)
  2408. {
  2409. if ($lazyLoad) {
  2410. return $this->services['sulu.repository.keyword'] = $this->createProxy('KeywordRepository_4891058', function () {
  2411. return \KeywordRepository_4891058::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2412. $wrappedInstance = $this->getSulu_Repository_KeywordService(false);
  2413. $proxy->setProxyInitializer(null);
  2414. return true;
  2415. });
  2416. });
  2417. }
  2418. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2419. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2420. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepositoryInterface.php';
  2421. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepository.php';
  2422. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2423. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2424. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2425. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2426. return new \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository($a, $a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword'));
  2427. }
  2428. /**
  2429. * Gets the public 'sulu.repository.media' shared service.
  2430. *
  2431. * @return \Sulu\Bundle\MediaBundle\Entity\MediaRepository
  2432. */
  2433. protected function getSulu_Repository_MediaService($lazyLoad = true)
  2434. {
  2435. if ($lazyLoad) {
  2436. return $this->services['sulu.repository.media'] = $this->createProxy('MediaRepository_283a6d2', function () {
  2437. return \MediaRepository_283a6d2::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2438. $wrappedInstance = $this->getSulu_Repository_MediaService(false);
  2439. $proxy->setProxyInitializer(null);
  2440. return true;
  2441. });
  2442. });
  2443. }
  2444. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2445. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2446. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepositoryInterface.php';
  2447. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php';
  2448. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2449. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2450. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2451. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2452. $instance = new \Sulu\Bundle\MediaBundle\Entity\MediaRepository($a, $a->getClassMetadata('Sulu\\Bundle\\MediaBundle\\Entity\\Media'));
  2453. $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2454. return $instance;
  2455. }
  2456. /**
  2457. * Gets the public 'sulu.repository.role' shared service.
  2458. *
  2459. * @return \Sulu\Bundle\SecurityBundle\Entity\RoleRepository
  2460. */
  2461. protected function getSulu_Repository_RoleService($lazyLoad = true)
  2462. {
  2463. if ($lazyLoad) {
  2464. return $this->services['sulu.repository.role'] = $this->createProxy('RoleRepository_c7c4870', function () {
  2465. return \RoleRepository_c7c4870::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2466. $wrappedInstance = $this->getSulu_Repository_RoleService(false);
  2467. $proxy->setProxyInitializer(null);
  2468. return true;
  2469. });
  2470. });
  2471. }
  2472. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2473. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2474. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/RoleRepositoryInterface.php';
  2475. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/RoleRepository.php';
  2476. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2477. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2478. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2479. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2480. return new \Sulu\Bundle\SecurityBundle\Entity\RoleRepository($a, $a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\Role'));
  2481. }
  2482. /**
  2483. * Gets the public 'sulu.repository.route' shared service.
  2484. *
  2485. * @return \Sulu\Bundle\RouteBundle\Entity\RouteRepository
  2486. */
  2487. protected function getSulu_Repository_RouteService($lazyLoad = true)
  2488. {
  2489. if ($lazyLoad) {
  2490. return $this->services['sulu.repository.route'] = $this->createProxy('RouteRepository_ee5eed9', function () {
  2491. return \RouteRepository_ee5eed9::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2492. $wrappedInstance = $this->getSulu_Repository_RouteService(false);
  2493. $proxy->setProxyInitializer(null);
  2494. return true;
  2495. });
  2496. });
  2497. }
  2498. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2499. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2500. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepositoryInterface.php';
  2501. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepository.php';
  2502. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2503. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2504. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2505. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2506. return new \Sulu\Bundle\RouteBundle\Entity\RouteRepository($a, $a->getClassMetadata('Sulu\\Bundle\\RouteBundle\\Entity\\Route'));
  2507. }
  2508. /**
  2509. * Gets the public 'sulu.repository.tag' shared service.
  2510. *
  2511. * @return \Sulu\Bundle\TagBundle\Entity\TagRepository
  2512. */
  2513. protected function getSulu_Repository_TagService($lazyLoad = true)
  2514. {
  2515. if ($lazyLoad) {
  2516. return $this->services['sulu.repository.tag'] = $this->createProxy('TagRepository_4e72930', function () {
  2517. return \TagRepository_4e72930::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2518. $wrappedInstance = $this->getSulu_Repository_TagService(false);
  2519. $proxy->setProxyInitializer(null);
  2520. return true;
  2521. });
  2522. });
  2523. }
  2524. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2525. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2526. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagRepositoryInterface.php';
  2527. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Entity/TagRepository.php';
  2528. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2529. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2530. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2531. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2532. return new \Sulu\Bundle\TagBundle\Entity\TagRepository($a, $a->getClassMetadata('Sulu\\Bundle\\TagBundle\\Entity\\Tag'));
  2533. }
  2534. /**
  2535. * Gets the public 'sulu.repository.user' shared service.
  2536. *
  2537. * @return \Sulu\Bundle\SecurityBundle\Entity\UserRepository
  2538. */
  2539. protected function getSulu_Repository_UserService($lazyLoad = true)
  2540. {
  2541. if ($lazyLoad) {
  2542. return $this->services['sulu.repository.user'] = $this->createProxy('UserRepository_28384ec', function () {
  2543. return \UserRepository_28384ec::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2544. $wrappedInstance = $this->getSulu_Repository_UserService(false);
  2545. $proxy->setProxyInitializer(null);
  2546. return true;
  2547. });
  2548. });
  2549. }
  2550. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2551. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2552. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/UserRepositoryInterface.php';
  2553. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/OrderByTrait.php';
  2554. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/UserRepository.php';
  2555. include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2556. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2557. include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2558. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2559. return new \Sulu\Bundle\SecurityBundle\Entity\UserRepository($a, $a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\User'));
  2560. }
  2561. /**
  2562. * Gets the public 'sulu_category.category_manager' shared service.
  2563. *
  2564. * @return \Sulu\Bundle\CategoryBundle\Category\CategoryManager
  2565. */
  2566. protected function getSuluCategory_CategoryManagerService()
  2567. {
  2568. $a = ($this->services['sulu_category.keyword_manager'] ?? $this->getSuluCategory_KeywordManagerService());
  2569. if (isset($this->services['sulu_category.category_manager'])) {
  2570. return $this->services['sulu_category.category_manager'];
  2571. }
  2572. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2573. if (isset($this->services['sulu_category.category_manager'])) {
  2574. return $this->services['sulu_category.category_manager'];
  2575. }
  2576. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2577. if (isset($this->services['sulu_category.category_manager'])) {
  2578. return $this->services['sulu_category.category_manager'];
  2579. }
  2580. $d = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  2581. if (isset($this->services['sulu_category.category_manager'])) {
  2582. return $this->services['sulu_category.category_manager'];
  2583. }
  2584. return $this->services['sulu_category.category_manager'] = new \Sulu\Bundle\CategoryBundle\Category\CategoryManager(($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService()), ($this->services['sulu.repository.category_meta'] ?? $this->getSulu_Repository_CategoryMetaService()), ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService()), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService()), $a, $b, $c, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $d);
  2585. }
  2586. /**
  2587. * Gets the public 'sulu_category.keyword_manager' shared service.
  2588. *
  2589. * @return \Sulu\Bundle\CategoryBundle\Category\KeywordManager
  2590. */
  2591. protected function getSuluCategory_KeywordManagerService()
  2592. {
  2593. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2594. if (isset($this->services['sulu_category.keyword_manager'])) {
  2595. return $this->services['sulu_category.keyword_manager'];
  2596. }
  2597. return $this->services['sulu_category.keyword_manager'] = new \Sulu\Bundle\CategoryBundle\Category\KeywordManager(($this->services['sulu.repository.keyword'] ?? $this->getSulu_Repository_KeywordService()), ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService()), $a, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()));
  2598. }
  2599. /**
  2600. * Gets the public 'sulu_core.array_serializer' shared service.
  2601. *
  2602. * @return \Sulu\Component\Serializer\ArraySerializer
  2603. */
  2604. protected function getSuluCore_ArraySerializerService()
  2605. {
  2606. $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  2607. if (isset($this->services['sulu_core.array_serializer'])) {
  2608. return $this->services['sulu_core.array_serializer'];
  2609. }
  2610. return $this->services['sulu_core.array_serializer'] = new \Sulu\Component\Serializer\ArraySerializer($a);
  2611. }
  2612. /**
  2613. * Gets the public 'sulu_core.webspace.request_analyzer' shared service.
  2614. *
  2615. * @return \Sulu\Component\Webspace\Analyzer\RequestAnalyzer
  2616. */
  2617. protected function getSuluCore_Webspace_RequestAnalyzerService()
  2618. {
  2619. return $this->services['sulu_core.webspace.request_analyzer'] = new \Sulu\Component\Webspace\Analyzer\RequestAnalyzer(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new RewindableGenerator(function () {
  2620. yield 0 => ($this->privates['sulu_core.request_processor.parameter'] ?? $this->load('getSuluCore_RequestProcessor_ParameterService'));
  2621. yield 1 => ($this->privates['sulu_core.request_processor.url'] ?? ($this->privates['sulu_core.request_processor.url'] = new \Sulu\Component\Webspace\Analyzer\Attributes\UrlRequestProcessor()));
  2622. yield 2 => ($this->privates['sulu_custom_urls.request_processor'] ?? $this->load('getSuluCustomUrls_RequestProcessorService'));
  2623. yield 3 => ($this->privates['sulu_core.request_processor.website'] ?? $this->load('getSuluCore_RequestProcessor_WebsiteService'));
  2624. yield 4 => ($this->privates['sulu_core.request_processor.date_time'] ?? ($this->privates['sulu_core.request_processor.date_time'] = new \Sulu\Component\Webspace\Analyzer\Attributes\DateTimeRequestProcessor()));
  2625. yield 5 => ($this->privates['sulu_core.request_processor.system'] ?? $this->load('getSuluCore_RequestProcessor_SystemService'));
  2626. yield 6 => ($this->privates['sulu_core.request_processor.segment'] ?? ($this->privates['sulu_core.request_processor.segment'] = new \Sulu\Component\Webspace\Analyzer\Attributes\SegmentRequestProcessor('_ss')));
  2627. yield 7 => ($this->privates['sulu_core.request_processor.portal_information'] ?? ($this->privates['sulu_core.request_processor.portal_information'] = new \Sulu\Component\Webspace\Analyzer\Attributes\PortalInformationRequestProcessor()));
  2628. }, 8));
  2629. }
  2630. /**
  2631. * Gets the public 'sulu_core.webspace.webspace_manager' shared service.
  2632. *
  2633. * @return \Sulu\Component\Webspace\Manager\WebspaceManager
  2634. */
  2635. protected function getSuluCore_Webspace_WebspaceManagerService()
  2636. {
  2637. return $this->services['sulu_core.webspace.webspace_manager'] = new \Sulu\Component\Webspace\Manager\WebspaceManager(($this->privates['sulu_core.webspace.loader.delegator'] ?? $this->getSuluCore_Webspace_Loader_DelegatorService()), ($this->privates['sulu_core.webspace.webspace_manager.url_replacer'] ?? ($this->privates['sulu_core.webspace.webspace_manager.url_replacer'] = new \Sulu\Component\Webspace\Url\Replacer())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['config_dir' => (\dirname(__DIR__, 5).'/config/webspaces'), 'cache_dir' => ($this->targetDir.''.'/sulu'), 'debug' => true, 'cache_class' => 'websiteWebspaceCollectionCache', 'base_class' => 'WebspaceCollection'], 'dev', 'localhost', 'http', ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()));
  2638. }
  2639. /**
  2640. * Gets the public 'sulu_document_manager.document_inspector' shared service.
  2641. *
  2642. * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
  2643. */
  2644. protected function getSuluDocumentManager_DocumentInspectorService()
  2645. {
  2646. $a = ($this->privates['sulu_document_manager.proxy_factory'] ?? $this->getSuluDocumentManager_ProxyFactoryService());
  2647. if (isset($this->services['sulu_document_manager.document_inspector'])) {
  2648. return $this->services['sulu_document_manager.document_inspector'];
  2649. }
  2650. $b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  2651. if (isset($this->services['sulu_document_manager.document_inspector'])) {
  2652. return $this->services['sulu_document_manager.document_inspector'];
  2653. }
  2654. return $this->services['sulu_document_manager.document_inspector'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector(($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), ($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()), ($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()), $a, $b, ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2655. }
  2656. /**
  2657. * Gets the public 'sulu_document_manager.document_manager' shared service.
  2658. *
  2659. * @return \Sulu\Component\DocumentManager\DocumentManager
  2660. */
  2661. protected function getSuluDocumentManager_DocumentManagerService()
  2662. {
  2663. $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  2664. if (isset($this->services['sulu_document_manager.document_manager'])) {
  2665. return $this->services['sulu_document_manager.document_manager'];
  2666. }
  2667. $b = ($this->privates['sulu_document_manager.node_manager'] ?? $this->getSuluDocumentManager_NodeManagerService());
  2668. if (isset($this->services['sulu_document_manager.document_manager'])) {
  2669. return $this->services['sulu_document_manager.document_manager'];
  2670. }
  2671. return $this->services['sulu_document_manager.document_manager'] = new \Sulu\Component\DocumentManager\DocumentManager($a, $b);
  2672. }
  2673. /**
  2674. * Gets the public 'sulu_document_manager.metadata_factory.base' shared service.
  2675. *
  2676. * @return \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory
  2677. */
  2678. protected function getSuluDocumentManager_MetadataFactory_BaseService()
  2679. {
  2680. $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  2681. if (isset($this->services['sulu_document_manager.metadata_factory.base'])) {
  2682. return $this->services['sulu_document_manager.metadata_factory.base'];
  2683. }
  2684. return $this->services['sulu_document_manager.metadata_factory.base'] = new \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory($a, $this->parameters['sulu_document_manager.mapping']);
  2685. }
  2686. /**
  2687. * Gets the public 'sulu_document_manager.property_encoder' shared service.
  2688. *
  2689. * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder
  2690. */
  2691. protected function getSuluDocumentManager_PropertyEncoderService()
  2692. {
  2693. return $this->services['sulu_document_manager.property_encoder'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
  2694. }
  2695. /**
  2696. * Gets the public 'sulu_media.collection_manager' shared service.
  2697. *
  2698. * @return \Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManager
  2699. */
  2700. protected function getSuluMedia_CollectionManagerService()
  2701. {
  2702. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2703. if (isset($this->services['sulu_media.collection_manager'])) {
  2704. return $this->services['sulu_media.collection_manager'];
  2705. }
  2706. $b = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  2707. if (isset($this->services['sulu_media.collection_manager'])) {
  2708. return $this->services['sulu_media.collection_manager'];
  2709. }
  2710. return $this->services['sulu_media.collection_manager'] = new \Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManager(($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService()), ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService()), ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService()), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService()), $a, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b, 'sulu-50x50', $this->parameters['sulu_security.permissions']);
  2711. }
  2712. /**
  2713. * Gets the public 'sulu_media.collection_repository' shared service.
  2714. *
  2715. * @return \Sulu\Bundle\MediaBundle\Entity\CollectionRepository
  2716. */
  2717. protected function getSuluMedia_CollectionRepositoryService()
  2718. {
  2719. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2720. if (isset($this->services['sulu_media.collection_repository'])) {
  2721. return $this->services['sulu_media.collection_repository'];
  2722. }
  2723. $this->services['sulu_media.collection_repository'] = $instance = $a->getRepository('Sulu\\Bundle\\MediaBundle\\Entity\\Collection');
  2724. $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2725. return $instance;
  2726. }
  2727. /**
  2728. * Gets the public 'sulu_media.format_cache' shared service.
  2729. *
  2730. * @return \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache
  2731. */
  2732. protected function getSuluMedia_FormatCacheService()
  2733. {
  2734. return $this->services['sulu_media.format_cache'] = new \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), (\dirname(__DIR__, 5).'/public/uploads/media'), '/uploads/media/{slug}', 10);
  2735. }
  2736. /**
  2737. * Gets the public 'sulu_media.format_manager' shared service.
  2738. *
  2739. * @return \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager
  2740. */
  2741. protected function getSuluMedia_FormatManagerService()
  2742. {
  2743. $a = ($this->privates['sulu_media.adapter.imagick'] ?? ($this->privates['sulu_media.adapter.imagick'] = new \Imagine\Imagick\Imagine()));
  2744. $b = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\TransformationPool();
  2745. $b->add(($this->services['sulu_media.image.transformation.crop'] ?? ($this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation())), 'crop');
  2746. $b->add(($this->services['sulu_media.image.transformation.paste'] ?? $this->getSuluMedia_Image_Transformation_PasteService()), 'paste');
  2747. $b->add(($this->services['sulu_media.image.transformation.blur'] ?? ($this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation())), 'blur');
  2748. $b->add(($this->services['sulu_media.image.transformation.gamma'] ?? ($this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation())), 'gamma');
  2749. $b->add(($this->services['sulu_media.image.transformation.grayscale'] ?? ($this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation())), 'grayscale');
  2750. $b->add(($this->services['sulu_media.image.transformation.negative'] ?? ($this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation())), 'negative');
  2751. $b->add(($this->services['sulu_media.image.transformation.sharpen'] ?? ($this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation())), 'sharpen');
  2752. return $this->services['sulu_media.format_manager'] = new \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager(($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService()), ($this->services['sulu_media.format_cache'] ?? $this->getSuluMedia_FormatCacheService()), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\ImagineImageConverter($a, ($this->services['sulu_media.storage'] ?? $this->getSuluMedia_StorageService()), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\MediaImageExtractor($a, new \Sulu\Bundle\MediaBundle\Media\Video\VideoThumbnailService(NULL), 'gs'), $b, new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Focus\Focus(), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Scaler\Scaler(), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Cropper\Cropper(), $this->parameters['sulu_media.image.formats'], $this->parameters['sulu_media.format_manager.mime_types'], ($this->privates['sulu_media.adapter.svg'] ?? ($this->privates['sulu_media.adapter.svg'] = new \Contao\ImagineSvg\Imagine()))), true, $this->parameters['sulu_media.format_manager.response_headers'], $this->parameters['sulu_media.image.formats'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2753. }
  2754. /**
  2755. * Gets the public 'sulu_media.image.transformation.blur' shared service.
  2756. *
  2757. * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation
  2758. */
  2759. protected function getSuluMedia_Image_Transformation_BlurService()
  2760. {
  2761. return $this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation();
  2762. }
  2763. /**
  2764. * Gets the public 'sulu_media.image.transformation.crop' shared service.
  2765. *
  2766. * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation
  2767. */
  2768. protected function getSuluMedia_Image_Transformation_CropService()
  2769. {
  2770. return $this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation();
  2771. }
  2772. /**
  2773. * Gets the public 'sulu_media.image.transformation.gamma' shared service.
  2774. *
  2775. * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation
  2776. */
  2777. protected function getSuluMedia_Image_Transformation_GammaService()
  2778. {
  2779. return $this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation();
  2780. }
  2781. /**
  2782. * Gets the public 'sulu_media.image.transformation.grayscale' shared service.
  2783. *
  2784. * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation
  2785. */
  2786. protected function getSuluMedia_Image_Transformation_GrayscaleService()
  2787. {
  2788. return $this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation();
  2789. }
  2790. /**
  2791. * Gets the public 'sulu_media.image.transformation.negative' shared service.
  2792. *
  2793. * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation
  2794. */
  2795. protected function getSuluMedia_Image_Transformation_NegativeService()
  2796. {
  2797. return $this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation();
  2798. }
  2799. /**
  2800. * Gets the public 'sulu_media.image.transformation.paste' shared service.
  2801. *
  2802. * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation
  2803. */
  2804. protected function getSuluMedia_Image_Transformation_PasteService()
  2805. {
  2806. return $this->services['sulu_media.image.transformation.paste'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation(($this->privates['sulu_media.adapter.imagick'] ?? ($this->privates['sulu_media.adapter.imagick'] = new \Imagine\Imagick\Imagine())), ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))));
  2807. }
  2808. /**
  2809. * Gets the public 'sulu_media.image.transformation.sharpen' shared service.
  2810. *
  2811. * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation
  2812. */
  2813. protected function getSuluMedia_Image_Transformation_SharpenService()
  2814. {
  2815. return $this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation();
  2816. }
  2817. /**
  2818. * Gets the public 'sulu_media.media_manager' shared service.
  2819. *
  2820. * @return \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager
  2821. */
  2822. protected function getSuluMedia_MediaManagerService()
  2823. {
  2824. $a = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  2825. if (isset($this->services['sulu_media.media_manager'])) {
  2826. return $this->services['sulu_media.media_manager'];
  2827. }
  2828. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2829. if (isset($this->services['sulu_media.media_manager'])) {
  2830. return $this->services['sulu_media.media_manager'];
  2831. }
  2832. $c = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  2833. if (isset($this->services['sulu_media.media_manager'])) {
  2834. return $this->services['sulu_media.media_manager'];
  2835. }
  2836. $d = ($this->privates['sulu_media.type_manager'] ?? $this->getSuluMedia_TypeManagerService());
  2837. if (isset($this->services['sulu_media.media_manager'])) {
  2838. return $this->services['sulu_media.media_manager'];
  2839. }
  2840. $e = ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService());
  2841. if (isset($this->services['sulu_media.media_manager'])) {
  2842. return $this->services['sulu_media.media_manager'];
  2843. }
  2844. $f = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  2845. if (isset($this->services['sulu_media.media_manager'])) {
  2846. return $this->services['sulu_media.media_manager'];
  2847. }
  2848. $g = new \Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidator();
  2849. $g->setMaxFileSize('256MB');
  2850. $g->setBlockedMimeTypes([]);
  2851. return $this->services['sulu_media.media_manager'] = new \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager(($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService()), ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService()), $a, ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService()), $b, ($this->services['sulu_media.storage'] ?? $this->getSuluMedia_StorageService()), $g, ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService()), $c, $d, ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $e, new RewindableGenerator(function () {
  2852. yield 0 => ($this->privates['sulu_media.image_properties_provider'] ?? $this->load('getSuluMedia_ImagePropertiesProviderService'));
  2853. }, 1), '/media/{id}/download/{slug}', NULL, '/admin/media/{id}/download/{slug}', $f);
  2854. }
  2855. /**
  2856. * Gets the public 'sulu_media.storage' shared service.
  2857. *
  2858. * @return \Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage
  2859. */
  2860. protected function getSuluMedia_StorageService()
  2861. {
  2862. return $this->services['sulu_media.storage'] = new \Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage((\dirname(__DIR__, 4).'/uploads/media'), 10, new \Symfony\Component\Filesystem\Filesystem(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2863. }
  2864. /**
  2865. * Gets the public 'sulu_media.system_collections.manager' shared service.
  2866. *
  2867. * @return \Sulu\Component\Media\SystemCollections\SystemCollectionManager
  2868. */
  2869. protected function getSuluMedia_SystemCollections_ManagerService()
  2870. {
  2871. $a = ($this->services['sulu_media.collection_manager'] ?? $this->getSuluMedia_CollectionManagerService());
  2872. if (isset($this->services['sulu_media.system_collections.manager'])) {
  2873. return $this->services['sulu_media.system_collections.manager'];
  2874. }
  2875. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2876. if (isset($this->services['sulu_media.system_collections.manager'])) {
  2877. return $this->services['sulu_media.system_collections.manager'];
  2878. }
  2879. return $this->services['sulu_media.system_collections.manager'] = new \Sulu\Component\Media\SystemCollections\SystemCollectionManager($this->parameters['sulu_media.system_collections'], $a, $b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \Sulu\Component\Cache\DataCache(($this->targetDir.''.'/sulu/system_collection.cache')), 'en');
  2880. }
  2881. /**
  2882. * Gets the public 'sulu_page.compat.structure.legacy_property_factory' shared service.
  2883. *
  2884. * @return \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
  2885. */
  2886. protected function getSuluPage_Compat_Structure_LegacyPropertyFactoryService()
  2887. {
  2888. return $this->services['sulu_page.compat.structure.legacy_property_factory'] = new \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()), ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()));
  2889. }
  2890. /**
  2891. * Gets the public 'sulu_page.extension.manager' shared service.
  2892. *
  2893. * @return \Sulu\Component\Content\Extension\ExtensionManager
  2894. */
  2895. protected function getSuluPage_Extension_ManagerService()
  2896. {
  2897. $this->services['sulu_page.extension.manager'] = $instance = new \Sulu\Component\Content\Extension\ExtensionManager();
  2898. $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\SeoStructureExtension());
  2899. $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\ExcerptStructureExtension(($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService()), ($this->privates['sulu_page.import.manager'] ?? $this->getSuluPage_Import_ManagerService()), ($this->privates['sulu_search.search.factory'] ?? ($this->privates['sulu_search.search.factory'] = new \Sulu\Bundle\SearchBundle\Search\Factory()))));
  2900. return $instance;
  2901. }
  2902. /**
  2903. * Gets the public 'sulu_page.structure.factory' shared service.
  2904. *
  2905. * @return \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory
  2906. */
  2907. protected function getSuluPage_Structure_FactoryService()
  2908. {
  2909. return $this->services['sulu_page.structure.factory'] = new \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory(new \Sulu\Component\Content\Metadata\Loader\StructureXmlLoader(($this->privates['sulu_http_cache.cache_lifetime.resolver'] ?? ($this->privates['sulu_http_cache.cache_lifetime.resolver'] = new \Sulu\Bundle\HttpCacheBundle\CacheLifetime\CacheLifetimeResolver())), ($this->privates['sulu_page.structure.properties_xml_parser'] ?? $this->getSuluPage_Structure_PropertiesXmlParserService()), ($this->privates['sulu_page.structure.schema_xml_parser'] ?? ($this->privates['sulu_page.structure.schema_xml_parser'] = new \Sulu\Component\Content\Metadata\Parser\SchemaXmlParser())), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), $this->parameters['sulu.content.structure.required_properties'], $this->parameters['sulu.content.structure.required_tags'], $this->parameters['sulu_core.translated_locales'], ($this->services['translator'] ?? $this->getTranslatorService())), $this->parameters['sulu.content.structure.paths'], $this->parameters['sulu.content.structure.default_types'], ($this->targetDir.''.'/sulu/structures'), true);
  2910. }
  2911. /**
  2912. * Gets the public 'sulu_security.mask_converter' shared service.
  2913. *
  2914. * @return \Sulu\Component\Security\Authorization\MaskConverter
  2915. */
  2916. protected function getSuluSecurity_MaskConverterService()
  2917. {
  2918. return $this->services['sulu_security.mask_converter'] = new \Sulu\Component\Security\Authorization\MaskConverter($this->parameters['permissions']);
  2919. }
  2920. /**
  2921. * Gets the public 'sulu_security.security_checker' shared service.
  2922. *
  2923. * @return \Sulu\Component\Security\Authorization\SecurityChecker
  2924. */
  2925. protected function getSuluSecurity_SecurityCheckerService()
  2926. {
  2927. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2928. if (isset($this->services['sulu_security.security_checker'])) {
  2929. return $this->services['sulu_security.security_checker'];
  2930. }
  2931. return $this->services['sulu_security.security_checker'] = new \Sulu\Component\Security\Authorization\SecurityChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  2932. }
  2933. /**
  2934. * Gets the public 'sulu_snippet.default_snippet.manager' shared service.
  2935. *
  2936. * @return \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager
  2937. */
  2938. protected function getSuluSnippet_DefaultSnippet_ManagerService()
  2939. {
  2940. $a = ($this->privates['sulu_document_manager.session_manager'] ?? $this->getSuluDocumentManager_SessionManagerService());
  2941. if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  2942. return $this->services['sulu_snippet.default_snippet.manager'];
  2943. }
  2944. $b = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  2945. if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  2946. return $this->services['sulu_snippet.default_snippet.manager'];
  2947. }
  2948. return $this->services['sulu_snippet.default_snippet.manager'] = new \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager(new \Sulu\Component\Webspace\Settings\SettingsManager($a, ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService())), $b, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $this->parameters['sulu_snippet.areas']);
  2949. }
  2950. /**
  2951. * Gets the public 'sulu_snippet.reference_store.snippet_area' shared service.
  2952. *
  2953. * @return \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore
  2954. */
  2955. protected function getSuluSnippet_ReferenceStore_SnippetAreaService()
  2956. {
  2957. return $this->services['sulu_snippet.reference_store.snippet_area'] = new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore();
  2958. }
  2959. /**
  2960. * Gets the public 'sulu_snippet.resolver' shared service.
  2961. *
  2962. * @return \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver
  2963. */
  2964. protected function getSuluSnippet_ResolverService()
  2965. {
  2966. $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  2967. if (isset($this->services['sulu_snippet.resolver'])) {
  2968. return $this->services['sulu_snippet.resolver'];
  2969. }
  2970. return $this->services['sulu_snippet.resolver'] = new \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver($a, ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService()));
  2971. }
  2972. /**
  2973. * Gets the public 'sulu_tag.tag_manager' shared service.
  2974. *
  2975. * @return \Sulu\Bundle\TagBundle\Tag\TagManager
  2976. */
  2977. protected function getSuluTag_TagManagerService()
  2978. {
  2979. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2980. if (isset($this->services['sulu_tag.tag_manager'])) {
  2981. return $this->services['sulu_tag.tag_manager'];
  2982. }
  2983. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2984. if (isset($this->services['sulu_tag.tag_manager'])) {
  2985. return $this->services['sulu_tag.tag_manager'];
  2986. }
  2987. $c = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  2988. if (isset($this->services['sulu_tag.tag_manager'])) {
  2989. return $this->services['sulu_tag.tag_manager'];
  2990. }
  2991. return $this->services['sulu_tag.tag_manager'] = new \Sulu\Bundle\TagBundle\Tag\TagManager(($this->services['sulu.repository.tag'] ?? $this->getSulu_Repository_TagService()), $a, $b, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $c);
  2992. }
  2993. /**
  2994. * Gets the public 'sulu_website.resolver.structure' shared service.
  2995. *
  2996. * @return \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver
  2997. */
  2998. protected function getSuluWebsite_Resolver_StructureService()
  2999. {
  3000. return $this->services['sulu_website.resolver.structure'] = new \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), $this->parameters['sulu_website.enabled_twig_attributes']);
  3001. }
  3002. /**
  3003. * Gets the public 'translator' shared service.
  3004. *
  3005. * @return \Symfony\Component\Translation\DataCollectorTranslator
  3006. */
  3007. protected function getTranslatorService()
  3008. {
  3009. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3010. }
  3011. /**
  3012. * Gets the public 'var_dumper.cloner' shared service.
  3013. *
  3014. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3015. */
  3016. protected function getVarDumper_ClonerService()
  3017. {
  3018. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3019. $instance->setMaxItems(2500);
  3020. $instance->setMinDepth(1);
  3021. $instance->setMaxString(-1);
  3022. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3023. return $instance;
  3024. }
  3025. /**
  3026. * Gets the private '.debug.http_client' shared service.
  3027. *
  3028. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3029. */
  3030. protected function get_Debug_HttpClientService()
  3031. {
  3032. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3033. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3034. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3035. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3036. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3037. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3038. $a->setLogger($b);
  3039. 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))));
  3040. }
  3041. /**
  3042. * Gets the private '.service_locator.rz1tQtr' shared service.
  3043. *
  3044. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3045. */
  3046. protected function get_ServiceLocator_Rz1tQtrService()
  3047. {
  3048. return $this->privates['.service_locator.rz1tQtr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3049. 'security.firewall.map.context.admin' => ['privates', 'security.firewall.map.context.admin', 'getSecurity_Firewall_Map_Context_AdminService', true],
  3050. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  3051. ], [
  3052. 'security.firewall.map.context.admin' => '?',
  3053. 'security.firewall.map.context.dev' => '?',
  3054. ]);
  3055. }
  3056. /**
  3057. * Gets the private 'ConnectHolland\CookieConsentBundle\EventSubscriber\CookieConsentFormSubscriber' shared autowired service.
  3058. *
  3059. * @return \ConnectHolland\CookieConsentBundle\EventSubscriber\CookieConsentFormSubscriber
  3060. */
  3061. protected function getCookieConsentFormSubscriberService()
  3062. {
  3063. $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  3064. if (isset($this->privates['ConnectHolland\\CookieConsentBundle\\EventSubscriber\\CookieConsentFormSubscriber'])) {
  3065. return $this->privates['ConnectHolland\\CookieConsentBundle\\EventSubscriber\\CookieConsentFormSubscriber'];
  3066. }
  3067. return $this->privates['ConnectHolland\\CookieConsentBundle\\EventSubscriber\\CookieConsentFormSubscriber'] = new \ConnectHolland\CookieConsentBundle\EventSubscriber\CookieConsentFormSubscriber($a, new \ConnectHolland\CookieConsentBundle\Cookie\CookieLogger(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))->getCurrentRequest()), new \ConnectHolland\CookieConsentBundle\Cookie\CookieHandler(true), true);
  3068. }
  3069. /**
  3070. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3071. *
  3072. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3073. */
  3074. protected function getResetAssetsEventListenerService()
  3075. {
  3076. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  3077. }
  3078. /**
  3079. * Gets the private 'annotations.cache_adapter' shared service.
  3080. *
  3081. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3082. */
  3083. protected function getAnnotations_CacheAdapterService()
  3084. {
  3085. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3086. }
  3087. /**
  3088. * Gets the private 'annotations.cached_reader' shared service.
  3089. *
  3090. * @return \Doctrine\Common\Annotations\PsrCachedReader
  3091. */
  3092. protected function getAnnotations_CachedReaderService()
  3093. {
  3094. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3095. }
  3096. /**
  3097. * Gets the private 'annotations.reader' shared service.
  3098. *
  3099. * @return \Doctrine\Common\Annotations\AnnotationReader
  3100. */
  3101. protected function getAnnotations_ReaderService()
  3102. {
  3103. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3104. $instance->addGlobalIgnoredName('required', NULL);
  3105. return $instance;
  3106. }
  3107. /**
  3108. * Gets the private 'assets.context' shared service.
  3109. *
  3110. * @return \Symfony\Component\Asset\Context\RequestStackContext
  3111. */
  3112. protected function getAssets_ContextService()
  3113. {
  3114. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3115. return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  3116. }
  3117. /**
  3118. * Gets the private 'assets.packages' shared service.
  3119. *
  3120. * @return \Symfony\Component\Asset\Packages
  3121. */
  3122. protected function getAssets_PackagesService()
  3123. {
  3124. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 5).'/public/build/website/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  3125. yield 'sulu_admin' => ($this->privates['assets._package_sulu_admin'] ?? $this->load('getAssets_PackageSuluAdminService'));
  3126. }, 1));
  3127. }
  3128. /**
  3129. * Gets the private 'cache.annotations' shared service.
  3130. *
  3131. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3132. */
  3133. protected function getCache_AnnotationsService()
  3134. {
  3135. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1rU7wcSK3n', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3136. }
  3137. /**
  3138. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3139. *
  3140. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3141. */
  3142. protected function getCache_Doctrine_Orm_Default_QueryService()
  3143. {
  3144. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3145. }
  3146. /**
  3147. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3148. *
  3149. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3150. */
  3151. protected function getCache_Doctrine_Orm_Default_ResultService()
  3152. {
  3153. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3154. }
  3155. /**
  3156. * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3157. *
  3158. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3159. */
  3160. protected function getCache_Messenger_RestartWorkersSignalService()
  3161. {
  3162. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('B9em89mc5a', 0, (\dirname(__DIR__, 3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  3163. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3164. return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3165. }
  3166. /**
  3167. * Gets the private 'cache.property_info' shared service.
  3168. *
  3169. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3170. */
  3171. protected function getCache_PropertyInfoService()
  3172. {
  3173. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rrlfztPmoe', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3174. }
  3175. /**
  3176. * Gets the private 'cache.security_expression_language' shared service.
  3177. *
  3178. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3179. */
  3180. protected function getCache_SecurityExpressionLanguageService()
  3181. {
  3182. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ptWEcQLUQU', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3183. }
  3184. /**
  3185. * Gets the private 'cache.serializer' shared service.
  3186. *
  3187. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3188. */
  3189. protected function getCache_SerializerService()
  3190. {
  3191. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4O-xlWtA7B', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3192. }
  3193. /**
  3194. * Gets the private 'cache.validator' shared service.
  3195. *
  3196. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3197. */
  3198. protected function getCache_ValidatorService()
  3199. {
  3200. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GmYDAPruZh', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3201. }
  3202. /**
  3203. * Gets the private 'cache.webpack_encore' shared service.
  3204. *
  3205. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3206. */
  3207. protected function getCache_WebpackEncoreService()
  3208. {
  3209. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CN7hWj+SBb', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3210. }
  3211. /**
  3212. * Gets the private 'config_cache_factory' shared service.
  3213. *
  3214. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3215. */
  3216. protected function getConfigCacheFactoryService()
  3217. {
  3218. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3219. yield 0 => ($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)));
  3220. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3221. }, 2));
  3222. }
  3223. /**
  3224. * Gets the private 'data_collector.form' shared service.
  3225. *
  3226. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3227. */
  3228. protected function getDataCollector_FormService()
  3229. {
  3230. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3231. }
  3232. /**
  3233. * Gets the private 'data_collector.request' shared service.
  3234. *
  3235. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3236. */
  3237. protected function getDataCollector_RequestService()
  3238. {
  3239. 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())));
  3240. }
  3241. /**
  3242. * Gets the private 'debug.controller_resolver' shared service.
  3243. *
  3244. * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3245. */
  3246. protected function getDebug_ControllerResolverService()
  3247. {
  3248. return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3249. }
  3250. /**
  3251. * Gets the private 'debug.debug_handlers_listener' shared service.
  3252. *
  3253. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3254. */
  3255. protected function getDebug_DebugHandlersListenerService()
  3256. {
  3257. $a = new \Symfony\Bridge\Monolog\Logger('php');
  3258. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3259. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3260. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3261. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3262. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  3263. }
  3264. /**
  3265. * Gets the private 'debug.file_link_formatter' shared service.
  3266. *
  3267. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3268. */
  3269. protected function getDebug_FileLinkFormatterService()
  3270. {
  3271. 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__, 5), function () {
  3272. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3273. });
  3274. }
  3275. /**
  3276. * Gets the private 'debug.log_processor' shared service.
  3277. *
  3278. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3279. */
  3280. protected function getDebug_LogProcessorService()
  3281. {
  3282. 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())));
  3283. }
  3284. /**
  3285. * Gets the private 'debug.security.access.decision_manager' shared service.
  3286. *
  3287. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3288. */
  3289. protected function getDebug_Security_Access_DecisionManagerService()
  3290. {
  3291. 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 () {
  3292. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3293. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3294. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3295. yield 3 => ($this->privates['debug.security.voter.sulu_security.security_context_voter'] ?? $this->load('getDebug_Security_Voter_SuluSecurity_SecurityContextVoterService'));
  3296. }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(true)));
  3297. }
  3298. /**
  3299. * Gets the private 'debug.security.firewall' shared service.
  3300. *
  3301. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3302. */
  3303. protected function getDebug_Security_FirewallService()
  3304. {
  3305. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3306. if (isset($this->privates['debug.security.firewall'])) {
  3307. return $this->privates['debug.security.firewall'];
  3308. }
  3309. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3310. if (isset($this->privates['debug.security.firewall'])) {
  3311. return $this->privates['debug.security.firewall'];
  3312. }
  3313. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3314. }
  3315. /**
  3316. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3317. *
  3318. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3319. */
  3320. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3321. {
  3322. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3323. 'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates', 'cmf_routing.persistence.doctrine.route_condition_metadata_listener', 'getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService', true],
  3324. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  3325. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  3326. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  3327. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  3328. 'doctrine.orm.listeners.resolve_target_entity' => ['privates', 'doctrine.orm.listeners.resolve_target_entity', 'getDoctrine_Orm_Listeners_ResolveTargetEntityService', true],
  3329. 'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => ['privates', 'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener', 'getDoctrinePhpcr_JackalopeDoctrineDbal_SchemaListenerService', true],
  3330. 'massive_search.search.event_subscriber.doctrine_orm' => ['privates', 'massive_search.search.event_subscriber.doctrine_orm', 'getMassiveSearch_Search_EventSubscriber_DoctrineOrmService', true],
  3331. 'stof_doctrine_extensions.listener.tree' => ['privates', 'stof_doctrine_extensions.listener.tree', 'getStofDoctrineExtensions_Listener_TreeService', true],
  3332. 'sulu.persistence.event_subscriber.orm.metadata' => ['privates', 'sulu.persistence.event_subscriber.orm.metadata', 'getSulu_Persistence_EventSubscriber_Orm_MetadataService', true],
  3333. 'sulu.persistence.event_subscriber.orm.timestampable' => ['privates', 'sulu.persistence.event_subscriber.orm.timestampable', 'getSulu_Persistence_EventSubscriber_Orm_TimestampableService', true],
  3334. 'sulu.persistence.event_subscriber.orm.user_blame' => ['privates', 'sulu.persistence.event_subscriber.orm.user_blame', 'getSulu_Persistence_EventSubscriber_Orm_UserBlameService', true],
  3335. 'sulu_activity.domain_event_collector_subscriber' => ['privates', 'sulu_activity.domain_event_collector_subscriber', 'getSuluActivity_DomainEventCollectorSubscriberService', true],
  3336. 'sulu_contact.account_listener' => ['privates', 'sulu_contact.account_listener', 'getSuluContact_AccountListenerService', true],
  3337. 'sulu_contact.doctrine.invalidation_listener' => ['privates', 'sulu_contact.doctrine.invalidation_listener', 'getSuluContact_Doctrine_InvalidationListenerService', true],
  3338. 'sulu_core.doctrine.references' => ['privates', 'sulu_core.doctrine.references', 'getSuluCore_Doctrine_ReferencesService', true],
  3339. 'sulu_form.cache_invalidation_listener' => ['privates', 'sulu_form.cache_invalidation_listener', 'getSuluForm_CacheInvalidationListenerService', true],
  3340. 'sulu_media.doctrine.invalidation_listener' => ['privates', 'sulu_media.doctrine.invalidation_listener', 'getSuluMedia_Doctrine_InvalidationListenerService', true],
  3341. 'sulu_security.permission_inheritance_subscriber' => ['privates', 'sulu_security.permission_inheritance_subscriber', 'getSuluSecurity_PermissionInheritanceSubscriberService', true],
  3342. ], [
  3343. 'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  3344. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3345. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3346. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3347. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3348. 'doctrine.orm.listeners.resolve_target_entity' => '?',
  3349. 'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => '?',
  3350. 'massive_search.search.event_subscriber.doctrine_orm' => '?',
  3351. 'stof_doctrine_extensions.listener.tree' => '?',
  3352. 'sulu.persistence.event_subscriber.orm.metadata' => '?',
  3353. 'sulu.persistence.event_subscriber.orm.timestampable' => '?',
  3354. 'sulu.persistence.event_subscriber.orm.user_blame' => '?',
  3355. 'sulu_activity.domain_event_collector_subscriber' => '?',
  3356. 'sulu_contact.account_listener' => '?',
  3357. 'sulu_contact.doctrine.invalidation_listener' => '?',
  3358. 'sulu_core.doctrine.references' => '?',
  3359. 'sulu_form.cache_invalidation_listener' => '?',
  3360. 'sulu_media.doctrine.invalidation_listener' => '?',
  3361. 'sulu_security.permission_inheritance_subscriber' => '?',
  3362. ]), [0 => [0 => [0 => 'loadClassMetadata'], 1 => 'sulu.persistence.event_subscriber.orm.metadata'], 1 => [0 => [0 => 'loadClassMetadata'], 1 => 'sulu.persistence.event_subscriber.orm.user_blame'], 2 => [0 => [0 => 'onFlush'], 1 => 'sulu.persistence.event_subscriber.orm.user_blame'], 3 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 4 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 5 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 6 => 'massive_search.search.event_subscriber.doctrine_orm', 7 => 'cmf_routing.persistence.doctrine.route_condition_metadata_listener', 8 => [0 => [0 => 'postGenerateSchemaTable'], 1 => 'sulu_core.doctrine.references'], 9 => [0 => [0 => 'loadClassMetadata'], 1 => 'sulu_core.doctrine.references'], 10 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.listeners.resolve_target_entity'], 11 => [0 => [0 => 'onClassMetadataNotFound'], 1 => 'doctrine.orm.listeners.resolve_target_entity'], 12 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 13 => [0 => [0 => 'postGenerateSchema'], 1 => 'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener'], 14 => [0 => [0 => 'loadClassMetadata'], 1 => 'sulu.persistence.event_subscriber.orm.timestampable'], 15 => [0 => [0 => 'preUpdate'], 1 => 'sulu.persistence.event_subscriber.orm.timestampable'], 16 => [0 => [0 => 'prePersist'], 1 => 'sulu.persistence.event_subscriber.orm.timestampable'], 17 => [0 => [0 => 'postPersist'], 1 => 'sulu_contact.account_listener'], 18 => [0 => [0 => 'postPersist'], 1 => 'sulu_contact.doctrine.invalidation_listener'], 19 => [0 => [0 => 'postUpdate'], 1 => 'sulu_contact.doctrine.invalidation_listener'], 20 => [0 => [0 => 'preRemove'], 1 => 'sulu_contact.doctrine.invalidation_listener'], 21 => [0 => [0 => 'postPersist'], 1 => 'sulu_media.doctrine.invalidation_listener'], 22 => [0 => [0 => 'postUpdate'], 1 => 'sulu_media.doctrine.invalidation_listener'], 23 => [0 => [0 => 'preRemove'], 1 => 'sulu_media.doctrine.invalidation_listener'], 24 => [0 => [0 => 'postPersist'], 1 => 'sulu_security.permission_inheritance_subscriber'], 25 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.tree'], 26 => [0 => [0 => 'preRemove'], 1 => 'stof_doctrine_extensions.listener.tree'], 27 => [0 => [0 => 'preUpdate'], 1 => 'stof_doctrine_extensions.listener.tree'], 28 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.tree'], 29 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.tree'], 30 => [0 => [0 => 'postPersist'], 1 => 'stof_doctrine_extensions.listener.tree'], 31 => [0 => [0 => 'postUpdate'], 1 => 'stof_doctrine_extensions.listener.tree'], 32 => [0 => [0 => 'postRemove'], 1 => 'stof_doctrine_extensions.listener.tree'], 33 => [0 => [0 => 'postUpdate'], 1 => 'sulu_form.cache_invalidation_listener'], 34 => [0 => [0 => 'preRemove'], 1 => 'sulu_form.cache_invalidation_listener'], 35 => [0 => [0 => 'onClear'], 1 => 'sulu_activity.domain_event_collector_subscriber'], 36 => [0 => [0 => 'postFlush'], 1 => 'sulu_activity.domain_event_collector_subscriber']]);
  3363. }
  3364. /**
  3365. * Gets the private 'esi_listener' shared service.
  3366. *
  3367. * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3368. */
  3369. protected function getEsiListenerService()
  3370. {
  3371. return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3372. }
  3373. /**
  3374. * Gets the private 'exception_listener' shared service.
  3375. *
  3376. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3377. */
  3378. protected function getExceptionListenerService()
  3379. {
  3380. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3381. }
  3382. /**
  3383. * Gets the private 'form.registry' shared service.
  3384. *
  3385. * @return \Symfony\Component\Form\FormRegistry
  3386. */
  3387. protected function getForm_RegistryService()
  3388. {
  3389. return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3390. 'ConnectHolland\\CookieConsentBundle\\Form\\CookieConsentType' => ['privates', 'ConnectHolland\\CookieConsentBundle\\Form\\CookieConsentType', 'getCookieConsentTypeService', true],
  3391. 'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => ['privates', 'form.type.phpcr.reference', 'getForm_Type_Phpcr_ReferenceService', true],
  3392. 'Sulu\\Bundle\\FormBundle\\Form\\Type\\DynamicFormType' => ['privates', 'sulu_form.form_type', 'getSuluForm_FormTypeService', true],
  3393. 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => ['privates', 'dtl_content.form.type.home', 'getDtlContent_Form_Type_HomeService', true],
  3394. 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => ['privates', 'dtl_content.form.type.page', 'getDtlContent_Form_Type_PageService', true],
  3395. 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => ['privates', 'sulu_snippet.form.snippet', 'getSuluSnippet_Form_SnippetService', true],
  3396. 'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => ['privates', 'dtl_content.form.factory.document_type', 'getDtlContent_Form_Factory_DocumentTypeService', true],
  3397. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', true],
  3398. 'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates', 'cmf_routing.route_type_form_type', 'getCmfRouting_RouteTypeFormTypeService', true],
  3399. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', true],
  3400. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', true],
  3401. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', true],
  3402. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', true],
  3403. ], [
  3404. 'ConnectHolland\\CookieConsentBundle\\Form\\CookieConsentType' => '?',
  3405. 'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => '?',
  3406. 'Sulu\\Bundle\\FormBundle\\Form\\Type\\DynamicFormType' => '?',
  3407. 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => '?',
  3408. 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => '?',
  3409. 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => '?',
  3410. 'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => '?',
  3411. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3412. 'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  3413. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3414. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  3415. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3416. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3417. ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3418. yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  3419. yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  3420. yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  3421. yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  3422. yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  3423. yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  3424. }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3425. yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3426. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3427. yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3428. }, 1)], new RewindableGenerator(function () {
  3429. yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  3430. yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  3431. }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3432. }
  3433. /**
  3434. * Gets the private 'fos_http_cache.event_listener.php8_attributes' shared service.
  3435. *
  3436. * @return \FOS\HttpCacheBundle\EventListener\Php8AttributesListener
  3437. */
  3438. protected function getFosHttpCache_EventListener_Php8AttributesService()
  3439. {
  3440. return $this->privates['fos_http_cache.event_listener.php8_attributes'] = new \FOS\HttpCacheBundle\EventListener\Php8AttributesListener(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  3441. }
  3442. /**
  3443. * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  3444. *
  3445. * @return \FOS\HttpCacheBundle\EventListener\TagListener
  3446. */
  3447. protected function getFosHttpCache_EventListener_TagService()
  3448. {
  3449. $a = ($this->services['fos_http_cache.cache_manager'] ?? $this->getFosHttpCache_CacheManagerService());
  3450. if (isset($this->privates['fos_http_cache.event_listener.tag'])) {
  3451. return $this->privates['fos_http_cache.event_listener.tag'];
  3452. }
  3453. return $this->privates['fos_http_cache.event_listener.tag'] = new \FOS\HttpCacheBundle\EventListener\TagListener($a, ($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService()), new \FOS\HttpCacheBundle\Http\RuleMatcher(new \FOS\HttpCacheBundle\Http\RequestMatcher\CacheableRequestMatcher(), new \FOS\HttpCacheBundle\Http\ResponseMatcher\CacheableResponseMatcher([])), ($this->privates['fos_http_cache.rule_matcher.must_invalidate'] ?? $this->getFosHttpCache_RuleMatcher_MustInvalidateService()), NULL);
  3454. }
  3455. /**
  3456. * Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
  3457. *
  3458. * @return \FOS\HttpCacheBundle\Http\RuleMatcher
  3459. */
  3460. protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
  3461. {
  3462. return $this->privates['fos_http_cache.rule_matcher.must_invalidate'] = new \FOS\HttpCacheBundle\Http\RuleMatcher(new \FOS\HttpCacheBundle\Http\RequestMatcher\UnsafeRequestMatcher(), new \FOS\HttpCacheBundle\Http\ResponseMatcher\NonErrorResponseMatcher());
  3463. }
  3464. /**
  3465. * Gets the private 'fos_rest.body_listener' shared service.
  3466. *
  3467. * @return \FOS\RestBundle\EventListener\BodyListener
  3468. */
  3469. protected function getFosRest_BodyListenerService()
  3470. {
  3471. $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3472. 'fos_rest.decoder.json' => ['privates', 'fos_rest.decoder.json', 'getFosRest_Decoder_JsonService', true],
  3473. 'fos_rest.decoder.xml' => ['privates', 'fos_rest.decoder.xml', 'getFosRest_Decoder_XmlService', true],
  3474. ], [
  3475. 'fos_rest.decoder.json' => '?',
  3476. 'fos_rest.decoder.xml' => '?',
  3477. ]), ['json' => 'fos_rest.decoder.json', 'xml' => 'fos_rest.decoder.xml']), false);
  3478. $instance->setDefaultFormat(NULL);
  3479. return $instance;
  3480. }
  3481. /**
  3482. * Gets the private 'fos_rest.exception.codes_map' shared service.
  3483. *
  3484. * @return \FOS\RestBundle\Util\ExceptionValueMap
  3485. */
  3486. protected function getFosRest_Exception_CodesMapService()
  3487. {
  3488. return $this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Sulu\\Bundle\\TrashBundle\\Domain\\Exception\\TrashItemNotFoundException' => 404, 'Sulu\\Bundle\\ReferenceBundle\\Domain\\Exception\\ReferenceNotFoundException' => 404, 'Sulu\\Component\\DocumentManager\\Exception\\DocumentNotFoundException' => 404, 'Sulu\\Component\\CustomUrl\\Manager\\TitleAlreadyExistsException' => 400, 'Sulu\\Component\\CustomUrl\\Generator\\MissingDomainPartException' => 400, 'Sulu\\Component\\CustomUrl\\Manager\\RouteNotRemovableException' => 420, 'Sulu\\Component\\DocumentManager\\Exception\\VersionNotFoundException' => 404, 'Sulu\\Component\\Content\\Exception\\MandatoryPropertyException' => 400, 'Sulu\\Component\\Content\\Exception\\ResourceLocatorAlreadyExistsException' => 409, 'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryIdNotFoundException' => 404, 'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryKeyNotFoundException' => 404, 'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryKeyNotUniqueException' => 409, 'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryNameMissingException' => 400, 'Sulu\\Bundle\\CategoryBundle\\Exception\\KeywordIsMultipleReferencedException' => 409, 'Sulu\\Bundle\\CategoryBundle\\Exception\\KeywordNotUniqueException' => 409, 'Sulu\\Bundle\\SecurityBundle\\Exception\\RoleNameAlreadyExistsException' => 409, 'Sulu\\Bundle\\SecurityBundle\\Exception\\RoleKeyAlreadyExistsException' => 409, 'Sulu\\Bundle\\SecurityBundle\\Security\\Exception\\UsernameNotUniqueException' => 409, 'Sulu\\Bundle\\SecurityBundle\\Security\\Exception\\EmailNotUniqueException' => 409, 'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\MediaNotFoundException' => 404, 'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\FileVersionNotFoundException' => 404, 'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\FormatNotFoundException' => 404, 'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\FormatOptionsMissingParameterException' => 400, 'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\MediaException' => 400, 'Sulu\\Bundle\\AdminBundle\\Exception\\MetadataNotFoundException' => 404, 'Sulu\\Bundle\\AdminBundle\\Exception\\MetadataProviderNotFoundException' => 404, 'Sulu\\Component\\Rest\\Exception\\MissingArgumentException' => 400, 'Sulu\\Component\\Rest\\Exception\\MissingParameterException' => 400, 'Sulu\\Component\\Rest\\Exception\\InvalidHashException' => 409, 'Sulu\\Component\\Rest\\Csv\\ObjectNotSupportedException' => 406, 'Sulu\\Component\\Rest\\ListBuilder\\Filter\\InvalidFilterTypeOptionsException' => 400, 'Sulu\\Component\\Rest\\Exception\\RemoveDependantResourcesFoundExceptionInterface' => 409, 'Sulu\\Component\\Rest\\Exception\\InsufficientDescendantPermissionsException' => 403, 'Sulu\\Component\\Rest\\Exception\\ReferencingResourcesFoundExceptionInterface' => 409]);
  3489. }
  3490. /**
  3491. * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  3492. *
  3493. * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  3494. */
  3495. protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  3496. {
  3497. return $this->privates['fos_rest.exception.response_status_code_listener'] = new \FOS\RestBundle\EventListener\ResponseStatusCodeListener(($this->privates['fos_rest.exception.codes_map'] ?? $this->getFosRest_Exception_CodesMapService()));
  3498. }
  3499. /**
  3500. * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  3501. *
  3502. * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  3503. */
  3504. protected function getFosRest_ZoneMatcherListenerService()
  3505. {
  3506. $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  3507. $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'));
  3508. return $instance;
  3509. }
  3510. /**
  3511. * Gets the private 'jms_serializer.event_dispatcher' shared service.
  3512. *
  3513. * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  3514. */
  3515. protected function getJmsSerializer_EventDispatcherService()
  3516. {
  3517. $this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3518. 'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', true],
  3519. 'jms_serializer.traceable_runs_listener' => ['privates', 'jms_serializer.traceable_runs_listener', 'getJmsSerializer_TraceableRunsListenerService', false],
  3520. 'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', true],
  3521. 'sulu_page.document.serializer.subscriber.structure_behavior' => ['privates', 'sulu_page.document.serializer.subscriber.structure_behavior', 'getSuluPage_Document_Serializer_Subscriber_StructureBehaviorService', true],
  3522. 'sulu_page.document.serializer.subscriber.extension_container' => ['privates', 'sulu_page.document.serializer.subscriber.extension_container', 'getSuluPage_Document_Serializer_Subscriber_ExtensionContainerService', true],
  3523. 'sulu_document_manager.serializer.subscriber.proxy' => ['services', 'sulu_document_manager.serializer.subscriber.proxy', 'getSuluDocumentManager_Serializer_Subscriber_ProxyService', true],
  3524. 'sulu_core.representation_handler' => ['privates', 'sulu_core.representation_handler', 'getSuluCore_RepresentationHandlerService', true],
  3525. 'sulu_admin.dropdown_toolbar_action_subscriber' => ['privates', 'sulu_admin.dropdown_toolbar_action_subscriber', 'getSuluAdmin_DropdownToolbarActionSubscriberService', true],
  3526. 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => ['privates', 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber', 'getSuluAdmin_SaveWithFormDialogToolbarActionSubscriberService', true],
  3527. 'sulu_admin.toggler_toolbar_action_subscriber' => ['privates', 'sulu_admin.toggler_toolbar_action_subscriber', 'getSuluAdmin_TogglerToolbarActionSubscriberService', true],
  3528. 'sulu_security.document.serializer.subscriber.security' => ['privates', 'sulu_security.document.serializer.subscriber.security', 'getSuluSecurity_Document_Serializer_Subscriber_SecurityService', true],
  3529. 'sulu_page.document.serializer.subscriber.path_behavior' => ['privates', 'sulu_page.document.serializer.subscriber.path_behavior', 'getSuluPage_Document_Serializer_Subscriber_PathBehaviorService', true],
  3530. 'sulu_page.document.serializer.subscriber.parent_behavior' => ['privates', 'sulu_page.document.serializer.subscriber.parent_behavior', 'getSuluPage_Document_Serializer_Subscriber_ParentBehaviorService', true],
  3531. 'sulu_page.document.serializer.subscriber.locale' => ['privates', 'sulu_page.document.serializer.subscriber.locale', 'getSuluPage_Document_Serializer_Subscriber_LocaleService', true],
  3532. 'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => ['privates', 'sulu_page.document.serializer.subscriber.shadow_locale_behavior', 'getSuluPage_Document_Serializer_Subscriber_ShadowLocaleBehaviorService', true],
  3533. 'sulu_page.document.serializer.subscriber.redirect_type_behavior' => ['privates', 'sulu_page.document.serializer.subscriber.redirect_type_behavior', 'getSuluPage_Document_Serializer_Subscriber_RedirectTypeBehaviorService', true],
  3534. 'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => ['privates', 'sulu_page.document.serializer.subscriber.workflow_stage_behavior', 'getSuluPage_Document_Serializer_Subscriber_WorkflowStageBehaviorService', true],
  3535. 'sulu_page.compat.serializer.subscriber.page_bridge' => ['privates', 'sulu_page.compat.serializer.subscriber.page_bridge', 'getSuluPage_Compat_Serializer_Subscriber_PageBridgeService', true],
  3536. 'sulu_document_manager.serializer.subscriber.children_behavior' => ['privates', 'sulu_document_manager.serializer.subscriber.children_behavior', 'getSuluDocumentManager_Serializer_Subscriber_ChildrenBehaviorService', true],
  3537. 'sulu_hash.event_subscriber.serializer' => ['privates', 'sulu_hash.event_subscriber.serializer', 'getSuluHash_EventSubscriber_SerializerService', true],
  3538. 'sulu_document_manager.serializer.subscriber.document' => ['privates', 'sulu_document_manager.serializer.subscriber.document', 'getSuluDocumentManager_Serializer_Subscriber_DocumentService', true],
  3539. ], [
  3540. 'jms_serializer.stopwatch_subscriber' => '?',
  3541. 'jms_serializer.traceable_runs_listener' => '?',
  3542. 'jms_serializer.doctrine_proxy_subscriber' => '?',
  3543. 'sulu_page.document.serializer.subscriber.structure_behavior' => '?',
  3544. 'sulu_page.document.serializer.subscriber.extension_container' => '?',
  3545. 'sulu_document_manager.serializer.subscriber.proxy' => '?',
  3546. 'sulu_core.representation_handler' => '?',
  3547. 'sulu_admin.dropdown_toolbar_action_subscriber' => '?',
  3548. 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => '?',
  3549. 'sulu_admin.toggler_toolbar_action_subscriber' => '?',
  3550. 'sulu_security.document.serializer.subscriber.security' => '?',
  3551. 'sulu_page.document.serializer.subscriber.path_behavior' => '?',
  3552. 'sulu_page.document.serializer.subscriber.parent_behavior' => '?',
  3553. 'sulu_page.document.serializer.subscriber.locale' => '?',
  3554. 'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => '?',
  3555. 'sulu_page.document.serializer.subscriber.redirect_type_behavior' => '?',
  3556. 'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => '?',
  3557. 'sulu_page.compat.serializer.subscriber.page_bridge' => '?',
  3558. 'sulu_document_manager.serializer.subscriber.children_behavior' => '?',
  3559. 'sulu_hash.event_subscriber.serializer' => '?',
  3560. 'sulu_document_manager.serializer.subscriber.document' => '?',
  3561. ]));
  3562. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], NULL, NULL, NULL);
  3563. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
  3564. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
  3565. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
  3566. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ORM\\PersistentCollection');
  3567. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  3568. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  3569. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
  3570. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
  3571. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'ProxyManager\\Proxy\\LazyLoadingInterface');
  3572. $instance->addListener('serializer.pre_serialize', [0 => 'sulu_page.document.serializer.subscriber.structure_behavior', 1 => 'onPreSerialize'], NULL, NULL, NULL);
  3573. $instance->addListener('serializer.pre_serialize', [0 => 'sulu_page.document.serializer.subscriber.extension_container', 1 => 'onPreSerialize'], NULL, NULL, NULL);
  3574. $instance->addListener('serializer.pre_serialize', [0 => 'sulu_document_manager.serializer.subscriber.proxy', 1 => 'onPreSerialize'], NULL, NULL, NULL);
  3575. $instance->addListener('serializer.pre_deserialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
  3576. $instance->addListener('serializer.post_serialize', [0 => 'sulu_core.representation_handler', 1 => 'onPostSerialize'], NULL, 'json', NULL);
  3577. $instance->addListener('serializer.post_serialize', [0 => 'sulu_admin.dropdown_toolbar_action_subscriber', 1 => 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\DropdownToolbarAction', 'json', NULL);
  3578. $instance->addListener('serializer.post_serialize', [0 => 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber', 1 => 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\SaveWithFormDialogToolbarAction', 'json', NULL);
  3579. $instance->addListener('serializer.post_serialize', [0 => 'sulu_admin.toggler_toolbar_action_subscriber', 1 => 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\TogglerToolbarAction', 'json', NULL);
  3580. $instance->addListener('serializer.post_serialize', [0 => 'sulu_security.document.serializer.subscriber.security', 1 => 'onPostSerialize'], NULL, 'json', NULL);
  3581. $instance->addListener('serializer.post_serialize', [0 => 'sulu_page.document.serializer.subscriber.structure_behavior', 1 => 'onPostSerialize'], NULL, 'json', NULL);
  3582. $instance->addListener('serializer.post_serialize', [0 => 'sulu_page.document.serializer.subscriber.path_behavior', 1 => 'onPostSerialize'], NULL, 'json', NULL);
  3583. $instance->addListener('serializer.post_serialize', [0 => 'sulu_page.document.serializer.subscriber.parent_behavior', 1 => 'onPostSerialize'], NULL, 'json', NULL);
  3584. $instance->addListener('serializer.post_serialize', [0 => 'sulu_page.document.serializer.subscriber.locale', 1 => 'onPostSerialize'], NULL, 'json', NULL);
  3585. $instance->addListener('serializer.post_serialize', [0 => 'sulu_page.document.serializer.subscriber.shadow_locale_behavior', 1 => 'onPostSerialize'], NULL, 'json', NULL);
  3586. $instance->addListener('serializer.post_serialize', [0 => 'sulu_page.document.serializer.subscriber.redirect_type_behavior', 1 => 'onPostSerialize'], NULL, 'json', NULL);
  3587. $instance->addListener('serializer.post_serialize', [0 => 'sulu_page.document.serializer.subscriber.workflow_stage_behavior', 1 => 'onPostSerialize'], NULL, 'json', NULL);
  3588. $instance->addListener('serializer.post_serialize', [0 => 'sulu_page.compat.serializer.subscriber.page_bridge', 1 => 'onPostSerialize'], NULL, 'json', NULL);
  3589. $instance->addListener('serializer.post_serialize', [0 => 'sulu_document_manager.serializer.subscriber.children_behavior', 1 => 'onPostSerialize'], NULL, 'json', NULL);
  3590. $instance->addListener('serializer.post_serialize', [0 => 'sulu_hash.event_subscriber.serializer', 1 => 'onPostSerialize'], NULL, NULL, NULL);
  3591. $instance->addListener('serializer.post_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], NULL, NULL, NULL);
  3592. $instance->addListener('serializer.post_deserialize', [0 => 'sulu_document_manager.serializer.subscriber.document', 1 => 'onPostDeserialize'], NULL, NULL, NULL);
  3593. return $instance;
  3594. }
  3595. /**
  3596. * Gets the private 'jms_serializer.expression_evaluator' shared service.
  3597. *
  3598. * @return \JMS\Serializer\Expression\ExpressionEvaluator
  3599. */
  3600. protected function getJmsSerializer_ExpressionEvaluatorService()
  3601. {
  3602. $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  3603. $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  3604. return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  3605. }
  3606. /**
  3607. * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  3608. *
  3609. * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  3610. */
  3611. protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  3612. {
  3613. return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator(['Sulu\\Bundle\\AdminBundle' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SearchBundle' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SnippetBundle' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/config/serializer'), 'Sulu\\Bundle\\PageBundle' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\DocumentManagerBundle' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CustomUrlBundle' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/config/serializer'), 'Sulu\\Component\\CustomUrl' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\DocumentManager' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Content' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Webspace' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle\\Entity' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/serializer'), 'Massive\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/massive'), 'Sulu\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/sulu'), 'Sulu\\Component\\SmartContent\\Configuration' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/DependencyInjection/../Resources/config/serializer')]));
  3614. }
  3615. /**
  3616. * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  3617. *
  3618. * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  3619. */
  3620. protected function getJmsSerializer_TraceableHandlerRegistryService()
  3621. {
  3622. $this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3623. 'sulu_core.rest.datetime_handler' => ['privates', 'sulu_core.rest.datetime_handler', 'getSuluCore_Rest_DatetimeHandlerService', true],
  3624. 'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', true],
  3625. 'jms_serializer.union_handler' => ['privates', 'jms_serializer.union_handler', 'getJmsSerializer_UnionHandlerService', true],
  3626. 'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', true],
  3627. 'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', true],
  3628. 'sulu_page.document.serializer.handler.structure' => ['privates', 'sulu_page.document.serializer.handler.structure', 'getSuluPage_Document_Serializer_Handler_StructureService', true],
  3629. 'sulu_page.document.serializer.handler.extension_container' => ['privates', 'sulu_page.document.serializer.handler.extension_container', 'getSuluPage_Document_Serializer_Handler_ExtensionContainerService', true],
  3630. 'sulu_page.compat.serializer.handler.page_bridge' => ['privates', 'sulu_page.compat.serializer.handler.page_bridge', 'getSuluPage_Compat_Serializer_Handler_PageBridgeService', true],
  3631. 'fos_rest.serializer.flatten_exception_handler' => ['privates', 'fos_rest.serializer.flatten_exception_handler', 'getFosRest_Serializer_FlattenExceptionHandlerService', true],
  3632. 'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', true],
  3633. 'sulu_admin.schema_handler' => ['privates', 'sulu_admin.schema_handler', 'getSuluAdmin_SchemaHandlerService', true],
  3634. 'sulu_document_manager.serializer.handler.children_collection' => ['privates', 'sulu_document_manager.serializer.handler.children_collection', 'getSuluDocumentManager_Serializer_Handler_ChildrenCollectionService', true],
  3635. 'fos_rest.serializer.form_error_handler' => ['privates', 'fos_rest.serializer.form_error_handler', 'getFosRest_Serializer_FormErrorHandlerService', true],
  3636. ], [
  3637. 'sulu_core.rest.datetime_handler' => '?',
  3638. 'jms_serializer.datetime_handler' => '?',
  3639. 'jms_serializer.union_handler' => '?',
  3640. 'jms_serializer.array_collection_handler' => '?',
  3641. 'jms_serializer.iterator_handler' => '?',
  3642. 'sulu_page.document.serializer.handler.structure' => '?',
  3643. 'sulu_page.document.serializer.handler.extension_container' => '?',
  3644. 'sulu_page.compat.serializer.handler.page_bridge' => '?',
  3645. 'fos_rest.serializer.flatten_exception_handler' => '?',
  3646. 'jms_serializer.constraint_violation_handler' => '?',
  3647. 'sulu_admin.schema_handler' => '?',
  3648. 'sulu_document_manager.serializer.handler.children_collection' => '?',
  3649. 'fos_rest.serializer.form_error_handler' => '?',
  3650. ])));
  3651. $instance->registerHandler(2, 'DateTime', 'array', [0 => 'sulu_core.rest.datetime_handler', 1 => 'deserialize']);
  3652. $instance->registerHandler(2, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson']);
  3653. $instance->registerHandler(2, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']);
  3654. $instance->registerHandler(2, 'DateTimeImmutable', 'array', [0 => 'sulu_core.rest.datetime_handler', 1 => 'deserialize']);
  3655. $instance->registerHandler(2, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson']);
  3656. $instance->registerHandler(2, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']);
  3657. $instance->registerHandler(2, 'union', 'json', [0 => 'jms_serializer.union_handler', 1 => 'deserializeUnion']);
  3658. $instance->registerHandler(2, 'union', 'xml', [0 => 'jms_serializer.union_handler', 1 => 'deserializeUnion']);
  3659. $instance->registerHandler(2, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  3660. $instance->registerHandler(2, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  3661. $instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  3662. $instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  3663. $instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  3664. $instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  3665. $instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  3666. $instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  3667. $instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  3668. $instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  3669. $instance->registerHandler(2, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson']);
  3670. $instance->registerHandler(2, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']);
  3671. $instance->registerHandler(2, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson']);
  3672. $instance->registerHandler(2, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']);
  3673. $instance->registerHandler(2, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
  3674. $instance->registerHandler(2, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
  3675. $instance->registerHandler(2, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
  3676. $instance->registerHandler(2, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
  3677. $instance->registerHandler(2, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
  3678. $instance->registerHandler(2, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
  3679. $instance->registerHandler(2, 'Sulu\\Component\\Content\\Document\\Structure\\Structure', 'json', [0 => 'sulu_page.document.serializer.handler.structure', 1 => 'doDeserialize']);
  3680. $instance->registerHandler(2, 'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer', 'json', [0 => 'sulu_page.document.serializer.handler.extension_container', 1 => 'doDeserialize']);
  3681. $instance->registerHandler(2, 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge', 'json', [0 => 'sulu_page.compat.serializer.handler.page_bridge', 1 => 'doDeserialize']);
  3682. $instance->registerHandler(1, 'DateTime', 'array', [0 => 'sulu_core.rest.datetime_handler', 1 => 'serialize']);
  3683. $instance->registerHandler(1, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
  3684. $instance->registerHandler(1, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
  3685. $instance->registerHandler(1, 'DateTimeImmutable', 'array', [0 => 'sulu_core.rest.datetime_handler', 1 => 'serialize']);
  3686. $instance->registerHandler(1, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
  3687. $instance->registerHandler(1, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
  3688. $instance->registerHandler(1, 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException', 'json', [0 => 'fos_rest.serializer.flatten_exception_handler', 1 => 'serializeToJson']);
  3689. $instance->registerHandler(1, 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException', 'xml', [0 => 'fos_rest.serializer.flatten_exception_handler', 1 => 'serializeToXml']);
  3690. $instance->registerHandler(1, 'union', 'json', [0 => 'jms_serializer.union_handler', 1 => 'serializeUnion']);
  3691. $instance->registerHandler(1, 'union', 'xml', [0 => 'jms_serializer.union_handler', 1 => 'serializeUnion']);
  3692. $instance->registerHandler(1, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  3693. $instance->registerHandler(1, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  3694. $instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  3695. $instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  3696. $instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  3697. $instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  3698. $instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  3699. $instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  3700. $instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  3701. $instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  3702. $instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml']);
  3703. $instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']);
  3704. $instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml']);
  3705. $instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']);
  3706. $instance->registerHandler(1, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
  3707. $instance->registerHandler(1, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
  3708. $instance->registerHandler(1, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
  3709. $instance->registerHandler(1, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
  3710. $instance->registerHandler(1, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  3711. $instance->registerHandler(1, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  3712. $instance->registerHandler(1, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  3713. $instance->registerHandler(1, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  3714. $instance->registerHandler(1, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  3715. $instance->registerHandler(1, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  3716. $instance->registerHandler(1, 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SchemaMetadata', 'json', [0 => 'sulu_admin.schema_handler', 1 => 'serializeToJsonSchema']);
  3717. $instance->registerHandler(1, 'Sulu\\Component\\Content\\Document\\Structure\\Structure', 'json', [0 => 'sulu_page.document.serializer.handler.structure', 1 => 'doSerialize']);
  3718. $instance->registerHandler(1, 'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer', 'json', [0 => 'sulu_page.document.serializer.handler.extension_container', 1 => 'doSerialize']);
  3719. $instance->registerHandler(1, 'Sulu\\Component\\DocumentManager\\Collection\\ChildrenCollection', 'json', [0 => 'sulu_document_manager.serializer.handler.children_collection', 1 => 'doSerialize']);
  3720. $instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToxml']);
  3721. $instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormTojson']);
  3722. $instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToXml']);
  3723. $instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToJson']);
  3724. $instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorToxml']);
  3725. $instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorTojson']);
  3726. return $instance;
  3727. }
  3728. /**
  3729. * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  3730. *
  3731. * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  3732. */
  3733. protected function getJmsSerializer_TraceableMetadataFactoryService()
  3734. {
  3735. $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3736. 'metadata_driver' => ['privates', 'jms_serializer.metadata.typed_properties_driver', 'getJmsSerializer_Metadata_TypedPropertiesDriverService', true],
  3737. ], [
  3738. 'metadata_driver' => '?',
  3739. ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
  3740. $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default')))));
  3741. $a->setIncludeInterfaces(false);
  3742. return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  3743. }
  3744. /**
  3745. * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  3746. *
  3747. * @return \JMS\SerializerBundle\Debug\RunsListener
  3748. */
  3749. protected function getJmsSerializer_TraceableRunsListenerService()
  3750. {
  3751. return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  3752. }
  3753. /**
  3754. * Gets the private 'locale_aware_listener' shared service.
  3755. *
  3756. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3757. */
  3758. protected function getLocaleAwareListenerService()
  3759. {
  3760. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3761. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  3762. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3763. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3764. }
  3765. /**
  3766. * Gets the private 'locale_listener' shared service.
  3767. *
  3768. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3769. */
  3770. protected function getLocaleListenerService()
  3771. {
  3772. $a = ($this->services['router'] ?? $this->getRouterService());
  3773. if (isset($this->privates['locale_listener'])) {
  3774. return $this->privates['locale_listener'];
  3775. }
  3776. 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', $a, false, []);
  3777. }
  3778. /**
  3779. * Gets the private 'mailer.mailer' shared service.
  3780. *
  3781. * @return \Symfony\Component\Mailer\Mailer
  3782. */
  3783. protected function getMailer_MailerService()
  3784. {
  3785. $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  3786. if (isset($this->privates['mailer.mailer'])) {
  3787. return $this->privates['mailer.mailer'];
  3788. }
  3789. $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3790. if (isset($this->privates['mailer.mailer'])) {
  3791. return $this->privates['mailer.mailer'];
  3792. }
  3793. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3794. if (isset($this->privates['mailer.mailer'])) {
  3795. return $this->privates['mailer.mailer'];
  3796. }
  3797. return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($a, $b, $c);
  3798. }
  3799. /**
  3800. * Gets the private 'mailer.transports' shared service.
  3801. *
  3802. * @return \Symfony\Component\Mailer\Transport\Transports
  3803. */
  3804. protected function getMailer_TransportsService()
  3805. {
  3806. return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  3807. yield 0 => ($this->privates['mailer.transport_factory.mailjet'] ?? $this->load('getMailer_TransportFactory_MailjetService'));
  3808. yield 1 => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  3809. yield 2 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  3810. yield 3 => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  3811. yield 4 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  3812. }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  3813. }
  3814. /**
  3815. * Gets the private 'monolog.handler.console' shared service.
  3816. *
  3817. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3818. */
  3819. protected function getMonolog_Handler_ConsoleService()
  3820. {
  3821. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  3822. }
  3823. /**
  3824. * Gets the private 'monolog.handler.main' shared service.
  3825. *
  3826. * @return \Monolog\Handler\StreamHandler
  3827. */
  3828. protected function getMonolog_Handler_MainService()
  3829. {
  3830. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 4).'/log/website/dev.log'), 'debug', true, NULL, false);
  3831. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3832. return $instance;
  3833. }
  3834. /**
  3835. * Gets the private 'monolog.logger' shared service.
  3836. *
  3837. * @return \Symfony\Bridge\Monolog\Logger
  3838. */
  3839. protected function getMonolog_LoggerService()
  3840. {
  3841. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3842. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3843. $instance->useMicrosecondTimestamps(true);
  3844. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3845. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3846. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3847. return $instance;
  3848. }
  3849. /**
  3850. * Gets the private 'monolog.logger.cache' shared service.
  3851. *
  3852. * @return \Symfony\Bridge\Monolog\Logger
  3853. */
  3854. protected function getMonolog_Logger_CacheService()
  3855. {
  3856. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3857. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3858. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3859. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3860. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3861. return $instance;
  3862. }
  3863. /**
  3864. * Gets the private 'monolog.logger.request' shared service.
  3865. *
  3866. * @return \Symfony\Bridge\Monolog\Logger
  3867. */
  3868. protected function getMonolog_Logger_RequestService()
  3869. {
  3870. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3871. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3872. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3873. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3874. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3875. return $instance;
  3876. }
  3877. /**
  3878. * Gets the private 'parameter_bag' shared service.
  3879. *
  3880. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3881. */
  3882. protected function getParameterBagService()
  3883. {
  3884. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3885. }
  3886. /**
  3887. * Gets the private 'profiler_listener' shared service.
  3888. *
  3889. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3890. */
  3891. protected function getProfilerListenerService()
  3892. {
  3893. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3894. if (isset($this->privates['profiler_listener'])) {
  3895. return $this->privates['profiler_listener'];
  3896. }
  3897. 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())), NULL, false, false, NULL);
  3898. }
  3899. /**
  3900. * Gets the private 'property_info' shared service.
  3901. *
  3902. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3903. */
  3904. protected function getPropertyInfoService()
  3905. {
  3906. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3907. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3908. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3909. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3910. }, 3), new RewindableGenerator(function () {
  3911. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3912. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3913. }, 2), new RewindableGenerator(function () {
  3914. return new \EmptyIterator();
  3915. }, 0), new RewindableGenerator(function () {
  3916. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3917. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3918. }, 2), new RewindableGenerator(function () {
  3919. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3920. }, 1));
  3921. }
  3922. /**
  3923. * Gets the private 'router.expression_language_provider' shared service.
  3924. *
  3925. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3926. */
  3927. protected function getRouter_ExpressionLanguageProviderService()
  3928. {
  3929. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3930. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  3931. ], [
  3932. 'env' => 'Closure',
  3933. ]));
  3934. }
  3935. /**
  3936. * Gets the private 'router.request_context' shared service.
  3937. *
  3938. * @return \Symfony\Component\Routing\RequestContext
  3939. */
  3940. protected function getRouter_RequestContextService()
  3941. {
  3942. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  3943. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3944. return $instance;
  3945. }
  3946. /**
  3947. * Gets the private 'security.csrf.token_storage' shared service.
  3948. *
  3949. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3950. */
  3951. protected function getSecurity_Csrf_TokenStorageService()
  3952. {
  3953. return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3954. }
  3955. /**
  3956. * Gets the private 'security.firewall.map' shared service.
  3957. *
  3958. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3959. */
  3960. protected function getSecurity_Firewall_MapService()
  3961. {
  3962. $a = ($this->privates['.service_locator.rz1tQtr'] ?? $this->get_ServiceLocator_Rz1tQtrService());
  3963. if (isset($this->privates['security.firewall.map'])) {
  3964. return $this->privates['security.firewall.map'];
  3965. }
  3966. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3967. 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)/')));
  3968. yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.KLaPh5V'] ?? ($this->privates['.security.request_matcher.KLaPh5V'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin(\\/|$)')));
  3969. }, 2));
  3970. }
  3971. /**
  3972. * Gets the private 'security.helper' shared service.
  3973. *
  3974. * @return \Symfony\Component\Security\Core\Security
  3975. */
  3976. protected function getSecurity_HelperService()
  3977. {
  3978. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3979. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  3980. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  3981. ], [
  3982. 'security.authorization_checker' => '?',
  3983. 'security.token_storage' => '?',
  3984. ]));
  3985. }
  3986. /**
  3987. * Gets the private 'security.logout_url_generator' shared service.
  3988. *
  3989. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3990. */
  3991. protected function getSecurity_LogoutUrlGeneratorService()
  3992. {
  3993. $a = ($this->services['router'] ?? $this->getRouterService());
  3994. if (isset($this->privates['security.logout_url_generator'])) {
  3995. return $this->privates['security.logout_url_generator'];
  3996. }
  3997. $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()));
  3998. $instance->registerListener('admin', 'sulu_admin.logout', 'logout', '_csrf_token', NULL, NULL);
  3999. return $instance;
  4000. }
  4001. /**
  4002. * Gets the private 'session_listener' shared service.
  4003. *
  4004. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4005. */
  4006. protected function getSessionListenerService()
  4007. {
  4008. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4009. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  4010. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  4011. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  4012. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  4013. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  4014. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  4015. ], [
  4016. 'initialized_session' => '?',
  4017. 'logger' => '?',
  4018. 'request_stack' => '?',
  4019. 'session' => '?',
  4020. 'session_collector' => '?',
  4021. 'session_factory' => '?',
  4022. ]), true, $this->parameters['session.storage.options']);
  4023. }
  4024. /**
  4025. * Gets the private 'sulu.content.query_executor' shared service.
  4026. *
  4027. * @return \Sulu\Component\Content\Query\ContentQueryExecutor
  4028. */
  4029. protected function getSulu_Content_QueryExecutorService()
  4030. {
  4031. $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  4032. if (isset($this->privates['sulu.content.query_executor'])) {
  4033. return $this->privates['sulu.content.query_executor'];
  4034. }
  4035. return $this->privates['sulu.content.query_executor'] = new \Sulu\Component\Content\Query\ContentQueryExecutor(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4036. }
  4037. /**
  4038. * Gets the private 'sulu.content.resource_locator.strategy_pool' shared service.
  4039. *
  4040. * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool
  4041. */
  4042. protected function getSulu_Content_ResourceLocator_StrategyPoolService()
  4043. {
  4044. return $this->privates['sulu.content.resource_locator.strategy_pool'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool(new RewindableGenerator(function () {
  4045. yield 'tree_leaf_edit' => ($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] ?? $this->load('getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService'));
  4046. yield 'tree_full_edit' => ($this->privates['sulu.content.resource_locator.strategy.tree_full_edit'] ?? $this->load('getSulu_Content_ResourceLocator_Strategy_TreeFullEditService'));
  4047. }, 2), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  4048. }
  4049. /**
  4050. * Gets the private 'sulu_activity.domain_event_collector' shared service.
  4051. *
  4052. * @return \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector
  4053. */
  4054. protected function getSuluActivity_DomainEventCollectorService()
  4055. {
  4056. $a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
  4057. if (isset($this->privates['sulu_activity.domain_event_collector'])) {
  4058. return $this->privates['sulu_activity.domain_event_collector'];
  4059. }
  4060. return $this->privates['sulu_activity.domain_event_collector'] = new \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector($a);
  4061. }
  4062. /**
  4063. * Gets the private 'sulu_activity.domain_event_dispatcher' shared service.
  4064. *
  4065. * @return \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher
  4066. */
  4067. protected function getSuluActivity_DomainEventDispatcherService()
  4068. {
  4069. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4070. if (isset($this->privates['sulu_activity.domain_event_dispatcher'])) {
  4071. return $this->privates['sulu_activity.domain_event_dispatcher'];
  4072. }
  4073. return $this->privates['sulu_activity.domain_event_dispatcher'] = new \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher($a);
  4074. }
  4075. /**
  4076. * Gets the private 'sulu_admin.collaboration_cache' shared service.
  4077. *
  4078. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4079. */
  4080. protected function getSuluAdmin_CollaborationCacheService()
  4081. {
  4082. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('0lf03Lcnul', 0, (\dirname(__DIR__, 3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  4083. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4084. return $this->privates['sulu_admin.collaboration_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4085. }
  4086. /**
  4087. * Gets the private 'sulu_admin.icon_cache' shared service.
  4088. *
  4089. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4090. */
  4091. protected function getSuluAdmin_IconCacheService()
  4092. {
  4093. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('9Tb-NA2h7n', 0, (\dirname(__DIR__, 3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  4094. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4095. return $this->privates['sulu_admin.icon_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4096. }
  4097. /**
  4098. * Gets the private 'sulu_category.category_request_handler' shared service.
  4099. *
  4100. * @return \Sulu\Component\Category\Request\CategoryRequestHandler
  4101. */
  4102. protected function getSuluCategory_CategoryRequestHandlerService()
  4103. {
  4104. return $this->privates['sulu_category.category_request_handler'] = new \Sulu\Component\Category\Request\CategoryRequestHandler(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4105. }
  4106. /**
  4107. * Gets the private 'sulu_core.cache.memoize' shared service.
  4108. *
  4109. * @return \Sulu\Component\Cache\Memoize
  4110. */
  4111. protected function getSuluCore_Cache_MemoizeService()
  4112. {
  4113. return $this->privates['sulu_core.cache.memoize'] = new \Sulu\Component\Cache\Memoize(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(new \Symfony\Component\Cache\Adapter\ArrayAdapter()), 1);
  4114. }
  4115. /**
  4116. * Gets the private 'sulu_core.proxy_manager.configuration' shared service.
  4117. *
  4118. * @return \ProxyManager\Configuration
  4119. */
  4120. protected function getSuluCore_ProxyManager_ConfigurationService()
  4121. {
  4122. $this->privates['sulu_core.proxy_manager.configuration'] = $instance = new \ProxyManager\Configuration();
  4123. $instance->setProxiesTargetDir(($this->targetDir.''.'/sulu/proxies'));
  4124. $instance->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())->getProxiesTargetDir())));
  4125. return $instance;
  4126. }
  4127. /**
  4128. * Gets the private 'sulu_core.webspace.loader.delegator' shared service.
  4129. *
  4130. * @return \Symfony\Component\Config\Loader\DelegatingLoader
  4131. */
  4132. protected function getSuluCore_Webspace_Loader_DelegatorService()
  4133. {
  4134. $a = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)))));
  4135. return $this->privates['sulu_core.webspace.loader.delegator'] = new \Symfony\Component\Config\Loader\DelegatingLoader(new \Symfony\Component\Config\Loader\LoaderResolver([0 => new \Sulu\Component\Webspace\Loader\XmlFileLoader11($a), 1 => new \Sulu\Component\Webspace\Loader\XmlFileLoader10($a)]));
  4136. }
  4137. /**
  4138. * Gets the private 'sulu_document_manager.decorated_default_session' shared service.
  4139. *
  4140. * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  4141. */
  4142. protected function getSuluDocumentManager_DecoratedDefaultSessionService($lazyLoad = true)
  4143. {
  4144. if ($lazyLoad) {
  4145. return $this->privates['sulu_document_manager.decorated_default_session'] = $this->createProxy('Session_21c865b', function () {
  4146. return \Session_21c865b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4147. $wrappedInstance = $this->getSuluDocumentManager_DecoratedDefaultSessionService(false);
  4148. $proxy->setProxyInitializer(null);
  4149. return true;
  4150. });
  4151. });
  4152. }
  4153. include_once \dirname(__DIR__, 5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  4154. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  4155. include_once \dirname(__DIR__, 5).'/vendor/jackalope/jackalope/src/Jackalope/Session.php';
  4156. include_once \dirname(__DIR__, 5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryInterface.php';
  4157. include_once \dirname(__DIR__, 5).'/vendor/jackalope/jackalope/src/Jackalope/Repository.php';
  4158. include_once \dirname(__DIR__, 5).'/vendor/phpcr/phpcr/src/PHPCR/CredentialsInterface.php';
  4159. include_once \dirname(__DIR__, 5).'/vendor/phpcr/phpcr/src/PHPCR/SimpleCredentials.php';
  4160. return new \Sulu\Bundle\DocumentManagerBundle\Session\Session([($this->privates['doctrine_phpcr.jackalope.repository.factory.service.doctrinedbal'] ?? ($this->privates['doctrine_phpcr.jackalope.repository.factory.service.doctrinedbal'] = new \Jackalope\RepositoryFactoryDoctrineDBAL()))->getRepository(['jackalope.doctrine_dbal_connection' => ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), 'jackalope.check_login_on_server' => false]), 'login'](new \PHPCR\SimpleCredentials('admin', 'admin'), $this->getEnv('string:PHPCR_WORKSPACE').'_live'));
  4161. }
  4162. /**
  4163. * Gets the private 'sulu_document_manager.event_dispatcher.standard' shared service.
  4164. *
  4165. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4166. */
  4167. protected function getSuluDocumentManager_EventDispatcher_StandardService()
  4168. {
  4169. $this->privates['sulu_document_manager.event_dispatcher.standard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4170. $instance->addListener('sulu_document_manager.flush', [0 => function () {
  4171. return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4172. }, 1 => 'handleFlush'], 0);
  4173. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4174. return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4175. }, 1 => 'handlePrePersist'], 479);
  4176. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4177. return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4178. }, 1 => 'handlePersist'], -10000);
  4179. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4180. return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4181. }, 1 => 'handleRemove'], -10000);
  4182. $instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
  4183. return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4184. }, 1 => 'handleRemoveLocale'], -10000);
  4185. $instance->addListener('sulu_document_manager.copy_locale', [0 => function () {
  4186. return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4187. }, 1 => 'handleCopyLocale'], -10000);
  4188. $instance->addListener('sulu_document_manager.copy', [0 => function () {
  4189. return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4190. }, 1 => 'handleCopy'], -10000);
  4191. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4192. return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4193. }, 1 => 'storeSnippetToTrash'], 1024);
  4194. $instance->addListener('sulu_document_manager.flush', [0 => function () {
  4195. return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4196. }, 1 => 'flushTrashItem'], 0);
  4197. $instance->addListener('sulu_document_manager.clear', [0 => function () {
  4198. return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4199. }, 1 => 'clearPendingTrashItem'], 0);
  4200. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4201. return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4202. }, 1 => 'indexPersistedDocument'], -10);
  4203. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4204. return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4205. }, 1 => 'indexPublishedDocument'], -256);
  4206. $instance->addListener('sulu_document_manager.move', [0 => function () {
  4207. return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4208. }, 1 => 'indexMovedDocument'], -256);
  4209. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4210. return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4211. }, 1 => 'deindexRemovedDocument'], 600);
  4212. $instance->addListener('sulu_document_manager.unpublish', [0 => function () {
  4213. return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4214. }, 1 => 'deindexUnpublishedDocument'], -1024);
  4215. $instance->addListener('sulu_document_manager.remove_draft', [0 => function () {
  4216. return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4217. }, 1 => 'indexDocumentAfterRemoveDraft'], -1024);
  4218. $instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
  4219. return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4220. }, 1 => 'deindexRemovedLocaleDocument'], -1024);
  4221. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4222. return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  4223. }, 1 => 'preventRemoveWithChildren'], 4096);
  4224. $instance->addListener('sulu_document_manager.configure_options', [0 => function () {
  4225. return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  4226. }, 1 => 'addForceRemoveChildrenOption'], 0);
  4227. $instance->addListener('sulu_document_manager.configure_options', [0 => function () {
  4228. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4229. }, 1 => 'handleConfigureOptions'], 0);
  4230. $instance->addListener('sulu_document_manager.flush', [0 => function () {
  4231. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4232. }, 1 => 'handleFlush'], 0);
  4233. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4234. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4235. }, 1 => 'handlePrePersist'], 479);
  4236. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4237. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4238. }, 1 => 'handlePersist'], -10000);
  4239. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4240. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4241. }, 1 => 'handleRemove'], -10000);
  4242. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4243. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4244. }, 1 => 'handleRouteRemove'], -10000);
  4245. $instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
  4246. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4247. }, 1 => 'handleRemoveLocale'], -10000);
  4248. $instance->addListener('sulu_document_manager.copy_locale', [0 => function () {
  4249. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4250. }, 1 => 'handleCopyLocale'], -10000);
  4251. $instance->addListener('sulu_document_manager.copy', [0 => function () {
  4252. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4253. }, 1 => 'handleCopy'], -10000);
  4254. $instance->addListener('sulu_document_manager.move', [0 => function () {
  4255. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4256. }, 1 => 'handlePreMove'], 10000);
  4257. $instance->addListener('sulu_document_manager.move', [0 => function () {
  4258. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4259. }, 1 => 'handleMove'], -10000);
  4260. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4261. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4262. }, 1 => 'handlePublish'], -10000);
  4263. $instance->addListener('sulu_document_manager.unpublish', [0 => function () {
  4264. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4265. }, 1 => 'handleUnpublish'], -10000);
  4266. $instance->addListener('sulu_document_manager.remove_draft', [0 => function () {
  4267. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4268. }, 1 => 'handleRemoveDraft'], -10000);
  4269. $instance->addListener('sulu_document_manager.restore', [0 => function () {
  4270. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4271. }, 1 => 'handleRestore'], -10000);
  4272. $instance->addListener('sulu_document_manager.reorder', [0 => function () {
  4273. return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4274. }, 1 => 'handleReorder'], -10000);
  4275. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4276. return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4277. }, 1 => 'saveStructureData'], 0);
  4278. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4279. return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4280. }, 1 => 'handlePersistStagedProperties'], 50);
  4281. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4282. return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4283. }, 1 => 'handlePersistStructureType'], 100);
  4284. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4285. return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4286. }, 1 => 'saveStructureData'], 0);
  4287. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4288. return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4289. }, 1 => 'handleHydrate'], 0);
  4290. $instance->addListener('sulu_document_manager.configure_options', [0 => function () {
  4291. return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4292. }, 1 => 'configureOptions'], 0);
  4293. $instance->addListener('sulu_document_manager.metadata_load', [0 => function () {
  4294. return ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] ?? ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] = new \Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber()));
  4295. }, 1 => 'handleMetadataLoad'], 0);
  4296. $instance->addListener('sulu_document_manager.metadata_load', [0 => function () {
  4297. return ($this->privates['sulu_redirect_type.document.subscriber.redirect_type'] ?? ($this->privates['sulu_redirect_type.document.subscriber.redirect_type'] = new \Sulu\Component\Content\Document\Subscriber\RedirectTypeSubscriber()));
  4298. }, 1 => 'handleMetadataLoad'], 0);
  4299. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4300. return ($this->privates['sulu_redirect_type.document.subscriber.redirect_type'] ?? ($this->privates['sulu_redirect_type.document.subscriber.redirect_type'] = new \Sulu\Component\Content\Document\Subscriber\RedirectTypeSubscriber()));
  4301. }, 1 => 'handlePersist'], 15);
  4302. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4303. return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4304. }, 1 => 'handlePersistDocument'], 10);
  4305. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4306. return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4307. }, 1 => 'handleHydrate'], -200);
  4308. $instance->addListener('sulu_document_manager.move', [0 => function () {
  4309. return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4310. }, 1 => 'updateMovedDocument'], -128);
  4311. $instance->addListener('sulu_document_manager.copy', [0 => function () {
  4312. return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4313. }, 1 => 'updateCopiedDocument'], -128);
  4314. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4315. return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4316. }, 1 => 'handlePersistRoute'], -128);
  4317. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4318. return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4319. }, 1 => 'setWorkflowStageOnDocument'], 0);
  4320. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4321. return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4322. }, 1 => 'setWorkflowStageToTest'], 0);
  4323. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4324. return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4325. }, 1 => 'setWorkflowStageToPublished'], 0);
  4326. $instance->addListener('sulu_document_manager.unpublish', [0 => function () {
  4327. return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4328. }, 1 => 'setWorkflowStageToTestAndResetPublishedDate'], 0);
  4329. $instance->addListener('sulu_document_manager.copy', [0 => function () {
  4330. return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4331. }, 1 => 'setWorkflowStageToTestForCopy'], 0);
  4332. $instance->addListener('sulu_document_manager.restore', [0 => function () {
  4333. return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4334. }, 1 => 'setWorkflowStageToTestForRestore'], -32);
  4335. $instance->addListener('sulu_document_manager.metadata_load', [0 => function () {
  4336. return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4337. }, 1 => 'handleMetadataLoad'], 0);
  4338. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4339. return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4340. }, 1 => 'handlePersistUpdateUrl'], 20);
  4341. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4342. return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4343. }, 1 => 'saveShadowProperties'], 15);
  4344. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4345. return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4346. }, 1 => 'handleHydrate'], 390);
  4347. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4348. return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4349. }, 1 => 'saveShadowProperties'], 15);
  4350. $instance->addListener('sulu_document_manager.configure_options', [0 => function () {
  4351. return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4352. }, 1 => 'handleConfigureOptions'], 0);
  4353. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4354. return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4355. }, 1 => 'copyShadowProperties'], -256);
  4356. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4357. return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4358. }, 1 => 'copyShadowProperties'], -256);
  4359. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4360. return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4361. }, 1 => 'setTitleOnDocument'], -10);
  4362. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4363. return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4364. }, 1 => 'setTitleOnNode'], 10);
  4365. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4366. return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4367. }, 1 => 'setTitleOnNode'], 10);
  4368. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4369. return ($this->privates['sulu_document_manager.document.subscriber.fallback_localization'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_FallbackLocalizationService'));
  4370. }, 1 => 'handleHydrate'], 400);
  4371. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4372. return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4373. }, 1 => 'saveExtensionData'], 10);
  4374. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4375. return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4376. }, 1 => 'saveExtensionData'], 10);
  4377. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4378. return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4379. }, 1 => 'handleHydrate'], -10);
  4380. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4381. return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4382. }, 1 => 'handlePersist'], 0);
  4383. $instance->addListener('sulu_document_manager.metadata_load', [0 => function () {
  4384. return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4385. }, 1 => 'handleMetadataLoad'], 0);
  4386. $instance->addListener('sulu_document_manager.reorder', [0 => function () {
  4387. return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4388. }, 1 => 'handleReorder'], 0);
  4389. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4390. return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4391. }, 1 => 'handlePersist'], 0);
  4392. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4393. return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4394. }, 1 => 'handlePersistCreate'], 3);
  4395. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4396. return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4397. }, 1 => 'handleHydrate'], 0);
  4398. $instance->addListener('sulu_document_manager.copy', [0 => function () {
  4399. return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4400. }, 1 => 'deleteUnavailableLocales'], 256);
  4401. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4402. return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4403. }, 1 => 'handleWebspace'], 0);
  4404. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4405. return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4406. }, 1 => 'handleWebspace'], -10);
  4407. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4408. return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4409. }, 1 => 'handleSetNodeOnPersist'], 490);
  4410. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4411. return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4412. }, 1 => 'handlePersist'], 5);
  4413. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4414. return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4415. }, 1 => 'handleHydrate'], 0);
  4416. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4417. return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4418. }, 1 => 'handleRemove'], 550);
  4419. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4420. return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4421. }, 1 => 'handlePublish'], 0);
  4422. $instance->addListener('sulu_document_manager.metadata_load', [0 => function () {
  4423. return ($this->privates['sulu_document_manager.document.subscriber.target'] ?? ($this->privates['sulu_document_manager.document.subscriber.target'] = new \Sulu\Component\Content\Document\Subscriber\TargetSubscriber()));
  4424. }, 1 => 'handleMetadataLoad'], 0);
  4425. $instance->addListener('sulu_document_manager.metadata_load', [0 => function () {
  4426. return ($this->privates['sulu_document_manager.document.subscriber.robot'] ?? ($this->privates['sulu_document_manager.document.subscriber.robot'] = new \Sulu\Component\Content\Document\Subscriber\RobotSubscriber()));
  4427. }, 1 => 'handleMetadataLoad'], 0);
  4428. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4429. return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4430. }, 1 => 'createNodeInPublicWorkspace'], -490);
  4431. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4432. return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4433. }, 1 => 'removeNodeFromPublicWorkspace'], 0);
  4434. $instance->addListener('sulu_document_manager.move', [0 => function () {
  4435. return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4436. }, 1 => 'moveNodeInPublicWorkspace'], 0);
  4437. $instance->addListener('sulu_document_manager.copy', [0 => function () {
  4438. return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4439. }, 1 => 'copyNodeInPublicWorkspace'], 0);
  4440. $instance->addListener('sulu_document_manager.reorder', [0 => function () {
  4441. return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4442. }, 1 => 'reorderNodeInPublicWorkspace'], 0);
  4443. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4444. return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4445. }, 1 => 'setNodeFromPublicWorkspaceForPublishing'], 512);
  4446. $instance->addListener('sulu_document_manager.unpublish', [0 => function () {
  4447. return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4448. }, 1 => 'setNodeFromPublicWorkspaceForUnpublishing'], 512);
  4449. $instance->addListener('sulu_document_manager.unpublish', [0 => function () {
  4450. return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4451. }, 1 => 'removePropertiesFromPublicWorkspace'], 0);
  4452. $instance->addListener('sulu_document_manager.remove_draft', [0 => function () {
  4453. return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4454. }, 1 => 'copyPropertiesFromPublicWorkspace'], 0);
  4455. $instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
  4456. return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4457. }, 1 => 'removeLocalePropertiesFromPublicWorkspace'], 0);
  4458. $instance->addListener('sulu_document_manager.flush', [0 => function () {
  4459. return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4460. }, 1 => 'flushPublicWorkspace'], 0);
  4461. $instance->addListener('sulu_document_manager.copy_locale', [0 => function () {
  4462. return ($this->privates['sulu_document_manager.document.subscriber.copy_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_CopyLocaleService'));
  4463. }, 1 => 'handleCopyLocale'], 0);
  4464. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4465. return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4466. }, 1 => 'handlePreRemove'], 510);
  4467. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4468. return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4469. }, 1 => 'handlePostRemove'], -100);
  4470. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4471. return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4472. }, 1 => 'handlePersist'], 0);
  4473. $instance->addListener('sulu_document_manager.flush', [0 => function () {
  4474. return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4475. }, 1 => 'handleFlush'], 0);
  4476. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4477. return ($this->privates['sulu_document_manager.subscriber.behavior.remove_content'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_RemoveContentService'));
  4478. }, 1 => 'handleRemove'], 550);
  4479. $instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
  4480. return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4481. }, 1 => 'storePageTranslationToTrash'], 1024);
  4482. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4483. return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4484. }, 1 => 'storePageToTrash'], 1024);
  4485. $instance->addListener('sulu_document_manager.flush', [0 => function () {
  4486. return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4487. }, 1 => 'flushTrashItem'], 0);
  4488. $instance->addListener('sulu_document_manager.clear', [0 => function () {
  4489. return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4490. }, 1 => 'clearPendingTrashItem'], 0);
  4491. $instance->addListener('sulu_document_manager.configure_options', [0 => function () {
  4492. return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4493. }, 1 => 'configureOptions'], 0);
  4494. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4495. return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4496. }, 1 => 'invalidateDocumentBeforePublishing'], 1024);
  4497. $instance->addListener('sulu_document_manager.unpublish', [0 => function () {
  4498. return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4499. }, 1 => 'invalidateDocumentBeforeUnpublishing'], 1024);
  4500. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4501. return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4502. }, 1 => 'invalidateDocumentBeforeRemoving'], 1024);
  4503. $instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
  4504. return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4505. }, 1 => 'invalidateDocumentBeforeRemovingLocale'], 1024);
  4506. $instance->addListener('sulu_document_manager.clear', [0 => function () {
  4507. return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4508. }, 1 => 'onClear'], -256);
  4509. $instance->addListener('sulu_document_manager.flush', [0 => function () {
  4510. return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4511. }, 1 => 'onFlush'], -256);
  4512. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4513. return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4514. }, 1 => 'handleHydrate'], 500);
  4515. $instance->addListener('sulu_document_manager.create', [0 => function () {
  4516. return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4517. }, 1 => 'handleCreate'], 500);
  4518. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4519. return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4520. }, 1 => 'handleDefaultLocale'], 520);
  4521. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4522. return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4523. }, 1 => 'handleDocumentFromRegistry'], 510);
  4524. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4525. return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4526. }, 1 => 'handleStopPropagationAndResetLocale'], 509);
  4527. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4528. return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4529. }, 1 => 'handleHydrate'], 490);
  4530. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4531. return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4532. }, 1 => 'handleEndHydrate'], -500);
  4533. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4534. return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4535. }, 1 => 'handlePersist'], 450);
  4536. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4537. return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4538. }, 1 => 'handleNodeFromRegistry'], 510);
  4539. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4540. return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4541. }, 1 => 'handleEndPersist'], -500);
  4542. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4543. return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4544. }, 1 => 'handleRemove'], 490);
  4545. $instance->addListener('sulu_document_manager.clear', [0 => function () {
  4546. return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4547. }, 1 => 'handleClear'], 500);
  4548. $instance->addListener('sulu_document_manager.reorder', [0 => function () {
  4549. return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4550. }, 1 => 'handleNodeFromRegistry'], 510);
  4551. $instance->addListener('sulu_document_manager.configure_options', [0 => function () {
  4552. return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4553. }, 1 => 'configureOptions'], 0);
  4554. $instance->addListener('sulu_document_manager.remove_draft', [0 => function () {
  4555. return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4556. }, 1 => 'handleNodeFromRegistry'], 512);
  4557. $instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
  4558. return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4559. }, 1 => 'handleNodeFromRegistry'], 512);
  4560. $instance->addListener('sulu_document_manager.restore', [0 => function () {
  4561. return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4562. }, 1 => 'handleNodeFromRegistry'], 512);
  4563. $instance->addListener('sulu_document_manager.reorder', [0 => function () {
  4564. return ($this->privates['sulu_document_manager.subscriber.phpcr.reorder'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_ReorderService'));
  4565. }, 1 => 'handleReorder'], 500);
  4566. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4567. return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4568. }, 1 => 'setDocumentMixinsOnNode'], 468);
  4569. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4570. return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4571. }, 1 => 'setDocumentMixinsOnNode'], 468);
  4572. $instance->addListener('sulu_document_manager.find', [0 => function () {
  4573. return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4574. }, 1 => 'handleFind'], 500);
  4575. $instance->addListener('sulu_document_manager.configure_options', [0 => function () {
  4576. return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4577. }, 1 => 'configureOptions'], 0);
  4578. $instance->addListener('sulu_document_manager.query.create', [0 => function () {
  4579. return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4580. }, 1 => 'handleCreate'], 500);
  4581. $instance->addListener('sulu_document_manager.query.create_builder', [0 => function () {
  4582. return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4583. }, 1 => 'handleCreateBuilder'], 500);
  4584. $instance->addListener('sulu_document_manager.query.execute', [0 => function () {
  4585. return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4586. }, 1 => 'handleQueryExecute'], 500);
  4587. $instance->addListener('sulu_document_manager.move', [0 => function () {
  4588. return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4589. }, 1 => 'handleMove'], 400);
  4590. $instance->addListener('sulu_document_manager.copy', [0 => function () {
  4591. return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4592. }, 1 => 'handleCopy'], 400);
  4593. $instance->addListener('sulu_document_manager.clear', [0 => function () {
  4594. return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4595. }, 1 => 'handleClear'], 500);
  4596. $instance->addListener('sulu_document_manager.flush', [0 => function () {
  4597. return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4598. }, 1 => 'handleFlush'], 500);
  4599. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4600. return ($this->privates['sulu_document_manager.subscriber.phpcr.remove'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RemoveService'));
  4601. }, 1 => 'handleRemove'], 500);
  4602. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4603. return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4604. }, 1 => 'handleHydrate'], -100);
  4605. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4606. return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4607. }, 1 => 'handleMapping'], -100);
  4608. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4609. return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4610. }, 1 => 'handleMapping'], -128);
  4611. $instance->addListener('sulu_document_manager.refresh', [0 => function () {
  4612. return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4613. }, 1 => 'refreshDocument'], 0);
  4614. $instance->addListener('sulu_document_manager.remove_draft', [0 => function () {
  4615. return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4616. }, 1 => 'refreshDocumentForDeleteDraft'], -512);
  4617. $instance->addListener('sulu_document_manager.configure_options', [0 => function () {
  4618. return ($this->privates['sulu_document_manager.subscriber.security'] ?? $this->load('getSuluDocumentManager_Subscriber_SecurityService'));
  4619. }, 1 => 'setDefaultUser'], 0);
  4620. $instance->addListener('sulu_document_manager.configure_options', [0 => function () {
  4621. return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4622. }, 1 => 'configureOptions'], 0);
  4623. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4624. return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4625. }, 1 => 'handleScheduleRename'], 0);
  4626. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4627. return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4628. }, 1 => 'handlePersist'], 480);
  4629. $instance->addListener('sulu_document_manager.move', [0 => function () {
  4630. return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4631. }, 1 => 'handleMove'], 480);
  4632. $instance->addListener('sulu_document_manager.copy', [0 => function () {
  4633. return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4634. }, 1 => 'handleCopy'], 480);
  4635. $instance->addListener('sulu_document_manager.flush', [0 => function () {
  4636. return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4637. }, 1 => 'handleRename'], 510);
  4638. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4639. return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4640. }, 1 => 'handlePersist'], 485);
  4641. $instance->addListener('sulu_document_manager.configure_options', [0 => function () {
  4642. return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4643. }, 1 => 'configureOptions'], 0);
  4644. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4645. return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4646. }, 1 => 'setBlamesOnDocument'], 0);
  4647. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4648. return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4649. }, 1 => 'setBlamesOnNodeForPersist'], 0);
  4650. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4651. return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4652. }, 1 => 'setBlamesOnNodeForPublish'], 0);
  4653. $instance->addListener('sulu_document_manager.restore', [0 => function () {
  4654. return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4655. }, 1 => 'setChangerForRestore'], -32);
  4656. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4657. return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4658. }, 1 => 'setAuthorOnDocument'], 0);
  4659. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4660. return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4661. }, 1 => 'setAuthorOnNode'], 0);
  4662. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4663. return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4664. }, 1 => 'setAuthorOnNode'], 0);
  4665. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4666. return ($this->privates['sulu_document_manager.suscriber.behavior.last_modified'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LastModifiedService'));
  4667. }, 1 => 'setLastModifiedOnDocument'], 0);
  4668. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4669. return ($this->privates['sulu_document_manager.suscriber.behavior.last_modified'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LastModifiedService'));
  4670. }, 1 => 'setLastModifiedOnNode'], 0);
  4671. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4672. return ($this->privates['sulu_document_manager.suscriber.behavior.last_modified'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LastModifiedService'));
  4673. }, 1 => 'setLastModifiedOnNode'], 0);
  4674. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4675. return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4676. }, 1 => 'setTimestampsOnNodeForPersist'], 0);
  4677. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4678. return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4679. }, 1 => 'setTimestampsOnNodeForPublish'], 0);
  4680. $instance->addListener('sulu_document_manager.restore', [0 => function () {
  4681. return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4682. }, 1 => 'setChangedForRestore'], -32);
  4683. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4684. return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4685. }, 1 => 'setTimestampsOnDocument'], 0);
  4686. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4687. return ($this->privates['sulu_document_manager.suscriber.behavior.node_name'] ?? ($this->privates['sulu_document_manager.suscriber.behavior.node_name'] = new \Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\NodeNameSubscriber()));
  4688. }, 1 => 'setFinalNodeName'], 0);
  4689. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4690. return ($this->privates['sulu_document_manager.suscriber.behavior.node_name'] ?? ($this->privates['sulu_document_manager.suscriber.behavior.node_name'] = new \Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\NodeNameSubscriber()));
  4691. }, 1 => 'setInitialNodeName'], 0);
  4692. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4693. return ($this->privates['sulu_document_manager.suscriber.behavior.node_name'] ?? ($this->privates['sulu_document_manager.suscriber.behavior.node_name'] = new \Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\NodeNameSubscriber()));
  4694. }, 1 => 'setFinalNodeName'], -480);
  4695. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4696. return ($this->privates['sulu_document_manager.suscriber.behavior.uuid'] ?? ($this->privates['sulu_document_manager.suscriber.behavior.uuid'] = new \Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\UuidSubscriber()));
  4697. }, 1 => 'handleUuid'], 0);
  4698. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4699. return ($this->privates['sulu_document_manager.suscriber.behavior.uuid'] ?? ($this->privates['sulu_document_manager.suscriber.behavior.uuid'] = new \Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\UuidSubscriber()));
  4700. }, 1 => 'handleUuid'], 0);
  4701. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4702. return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4703. }, 1 => 'handleLocale'], 410);
  4704. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4705. return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4706. }, 1 => 'handleLocale'], 410);
  4707. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4708. return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4709. }, 1 => 'handleHydrate'], 0);
  4710. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4711. return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4712. }, 1 => 'handleChangeParent'], 0);
  4713. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4714. return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4715. }, 1 => 'handleSetParentNodeFromDocument'], 490);
  4716. $instance->addListener('sulu_document_manager.move', [0 => function () {
  4717. return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4718. }, 1 => 'handleMove'], 0);
  4719. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4720. return ($this->privates['sulu_document_manager.suscriber.behavior.children'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ChildrenService'));
  4721. }, 1 => 'handleHydrate'], 0);
  4722. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4723. return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4724. }, 1 => 'setInitialPath'], 0);
  4725. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4726. return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4727. }, 1 => 'setFinalPath'], -495);
  4728. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4729. return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4730. }, 1 => 'setFinalPath'], 0);
  4731. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4732. return ($this->privates['sulu_document_manager.subscriber.behavior.filing'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_FilingService'));
  4733. }, 1 => 'handlePersist'], 485);
  4734. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4735. return ($this->privates['sulu_document_manager.subscriber.behavior.alias'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AliasService'));
  4736. }, 1 => 'handlePersist'], 490);
  4737. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4738. return ($this->privates['sulu_document_manager.subscriber.behavior.base_path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_BasePathService'));
  4739. }, 1 => 'handlePersist'], 500);
  4740. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4741. return ($this->privates['sulu_document_manager.reference_subscriber'] ?? $this->load('getSuluDocumentManager_ReferenceSubscriberService'));
  4742. }, 1 => 'onPublish'], 0);
  4743. $instance->addListener('sulu_document_manager.unpublish', [0 => function () {
  4744. return ($this->privates['sulu_document_manager.reference_subscriber'] ?? $this->load('getSuluDocumentManager_ReferenceSubscriberService'));
  4745. }, 1 => 'onUnpublish'], 0);
  4746. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4747. return ($this->privates['sulu_document_manager.reference_subscriber'] ?? $this->load('getSuluDocumentManager_ReferenceSubscriberService'));
  4748. }, 1 => 'onPersist'], 0);
  4749. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4750. return ($this->privates['sulu_document_manager.reference_subscriber'] ?? $this->load('getSuluDocumentManager_ReferenceSubscriberService'));
  4751. }, 1 => 'onRemove'], 0);
  4752. $instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
  4753. return ($this->privates['sulu_document_manager.reference_subscriber'] ?? $this->load('getSuluDocumentManager_ReferenceSubscriberService'));
  4754. }, 1 => 'onRemoveLocale'], 0);
  4755. $instance->addListener('sulu_document_manager.clear', [0 => function () {
  4756. return ($this->privates['sulu_document_manager.reference_subscriber'] ?? $this->load('getSuluDocumentManager_ReferenceSubscriberService'));
  4757. }, 1 => 'onClear'], 0);
  4758. $instance->addListener('sulu_document_manager.flush', [0 => function () {
  4759. return ($this->privates['sulu_document_manager.reference_subscriber'] ?? $this->load('getSuluDocumentManager_ReferenceSubscriberService'));
  4760. }, 1 => 'onFlush'], 0);
  4761. $instance->addListener('sulu_document_manager.copy_locale', [0 => function () {
  4762. return ($this->privates['sulu_document_manager.reference_subscriber'] ?? $this->load('getSuluDocumentManager_ReferenceSubscriberService'));
  4763. }, 1 => 'onCopyLocale'], 0);
  4764. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4765. return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4766. }, 1 => 'handlePersist'], 0);
  4767. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4768. return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4769. }, 1 => 'handleRemove'], 550);
  4770. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4771. return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4772. }, 1 => 'invalidateDocumentBeforePublishing'], 1024);
  4773. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4774. return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4775. }, 1 => 'invalidateDocumentBeforeRemoving'], 1024);
  4776. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4777. return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4778. }, 1 => 'storeCustomUrlToTrash'], 1024);
  4779. $instance->addListener('sulu_document_manager.flush', [0 => function () {
  4780. return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4781. }, 1 => 'flushTrashItem'], 0);
  4782. $instance->addListener('sulu_document_manager.clear', [0 => function () {
  4783. return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4784. }, 1 => 'clearPendingTrashItem'], 0);
  4785. $instance->addListener('sulu_document_manager.hydrate', [0 => function () {
  4786. return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4787. }, 1 => 'handleHydrate'], 0);
  4788. $instance->addListener('sulu_document_manager.persist', [0 => function () {
  4789. return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4790. }, 1 => 'handlePersist'], -2000);
  4791. $instance->addListener('sulu_document_manager.remove', [0 => function () {
  4792. return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4793. }, 1 => 'handleRemove'], 1024);
  4794. $instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
  4795. return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4796. }, 1 => 'handleRemoveLocale'], 1024);
  4797. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4798. return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4799. }, 1 => 'handlePublish'], -2000);
  4800. $instance->addListener('sulu_document_manager.copy', [0 => function () {
  4801. return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4802. }, 1 => 'handleCopy'], -2000);
  4803. $instance->addListener('sulu_document_manager.publish', [0 => function () {
  4804. return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  4805. }, 1 => 'handlePublish'], 10);
  4806. $instance->addListener('sulu_document_manager.move', [0 => function () {
  4807. return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  4808. }, 1 => 'handleMove'], -1000);
  4809. return $instance;
  4810. }
  4811. /**
  4812. * Gets the private 'sulu_document_manager.metadata_factory' shared service.
  4813. *
  4814. * @return \Sulu\Component\DocumentManager\Metadata\MetadataFactory
  4815. */
  4816. protected function getSuluDocumentManager_MetadataFactoryService()
  4817. {
  4818. $a = ($this->services['sulu_document_manager.metadata_factory.base'] ?? $this->getSuluDocumentManager_MetadataFactory_BaseService());
  4819. if (isset($this->privates['sulu_document_manager.metadata_factory'])) {
  4820. return $this->privates['sulu_document_manager.metadata_factory'];
  4821. }
  4822. return $this->privates['sulu_document_manager.metadata_factory'] = new \Sulu\Component\DocumentManager\Metadata\MetadataFactory($a);
  4823. }
  4824. /**
  4825. * Gets the private 'sulu_document_manager.namespace_registry' shared service.
  4826. *
  4827. * @return \Sulu\Component\DocumentManager\NamespaceRegistry
  4828. */
  4829. protected function getSuluDocumentManager_NamespaceRegistryService()
  4830. {
  4831. return $this->privates['sulu_document_manager.namespace_registry'] = new \Sulu\Component\DocumentManager\NamespaceRegistry($this->parameters['sulu_document_manager.namespace_mapping']);
  4832. }
  4833. /**
  4834. * Gets the private 'sulu_document_manager.node_manager' shared service.
  4835. *
  4836. * @return \Sulu\Component\DocumentManager\NodeManager
  4837. */
  4838. protected function getSuluDocumentManager_NodeManagerService()
  4839. {
  4840. $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  4841. if (isset($this->privates['sulu_document_manager.node_manager'])) {
  4842. return $this->privates['sulu_document_manager.node_manager'];
  4843. }
  4844. return $this->privates['sulu_document_manager.node_manager'] = new \Sulu\Component\DocumentManager\NodeManager($a);
  4845. }
  4846. /**
  4847. * Gets the private 'sulu_document_manager.path_builder' shared service.
  4848. *
  4849. * @return \Sulu\Component\DocumentManager\PathBuilder
  4850. */
  4851. protected function getSuluDocumentManager_PathBuilderService()
  4852. {
  4853. return $this->privates['sulu_document_manager.path_builder'] = new \Sulu\Component\DocumentManager\PathBuilder(($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()));
  4854. }
  4855. /**
  4856. * Gets the private 'sulu_document_manager.path_segment_registry' shared service.
  4857. *
  4858. * @return \Sulu\Component\DocumentManager\PathSegmentRegistry
  4859. */
  4860. protected function getSuluDocumentManager_PathSegmentRegistryService()
  4861. {
  4862. return $this->privates['sulu_document_manager.path_segment_registry'] = new \Sulu\Component\DocumentManager\PathSegmentRegistry($this->parameters['sulu_document_manager.segments']);
  4863. }
  4864. /**
  4865. * Gets the private 'sulu_document_manager.proxy_factory' shared service.
  4866. *
  4867. * @return \Sulu\Component\DocumentManager\ProxyFactory
  4868. */
  4869. protected function getSuluDocumentManager_ProxyFactoryService()
  4870. {
  4871. $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  4872. if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
  4873. return $this->privates['sulu_document_manager.proxy_factory'];
  4874. }
  4875. $b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  4876. if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
  4877. return $this->privates['sulu_document_manager.proxy_factory'];
  4878. }
  4879. return $this->privates['sulu_document_manager.proxy_factory'] = new \Sulu\Component\DocumentManager\ProxyFactory(new \ProxyManager\Factory\LazyLoadingGhostFactory(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())), $a, ($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), $b);
  4880. }
  4881. /**
  4882. * Gets the private 'sulu_document_manager.session_manager' shared service.
  4883. *
  4884. * @return \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager
  4885. */
  4886. protected function getSuluDocumentManager_SessionManagerService()
  4887. {
  4888. $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  4889. if (isset($this->privates['sulu_document_manager.session_manager'])) {
  4890. return $this->privates['sulu_document_manager.session_manager'];
  4891. }
  4892. return $this->privates['sulu_document_manager.session_manager'] = new \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager($a, $a);
  4893. }
  4894. /**
  4895. * Gets the private 'sulu_form.builder' shared service.
  4896. *
  4897. * @return \Sulu\Bundle\FormBundle\Form\Builder
  4898. */
  4899. protected function getSuluForm_BuilderService()
  4900. {
  4901. $a = ($this->privates['sulu_form.repository.form'] ?? $this->getSuluForm_Repository_FormService());
  4902. if (isset($this->privates['sulu_form.builder'])) {
  4903. return $this->privates['sulu_form.builder'];
  4904. }
  4905. $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  4906. if (isset($this->privates['sulu_form.builder'])) {
  4907. return $this->privates['sulu_form.builder'];
  4908. }
  4909. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4910. return $this->privates['sulu_form.builder'] = new \Sulu\Bundle\FormBundle\Form\Builder($c, ($this->privates['sulu_form.dynamic.form_field_type_pool'] ?? $this->getSuluForm_Dynamic_FormFieldTypePoolService()), new \Sulu\Bundle\FormBundle\TitleProvider\TitleProviderPool(['page' => new \Sulu\Bundle\FormBundle\TitleProvider\StructureTitleProvider($c)]), $a, $b, ($this->privates['sulu_form.checksum'] ?? ($this->privates['sulu_form.checksum'] = new \Sulu\Bundle\FormBundle\Dynamic\Checksum($this->getEnv('APP_SECRET')))), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), false);
  4911. }
  4912. /**
  4913. * Gets the private 'sulu_form.configuration.form_configuration_factory' shared service.
  4914. *
  4915. * @return \Sulu\Bundle\FormBundle\Configuration\FormConfigurationFactory
  4916. */
  4917. protected function getSuluForm_Configuration_FormConfigurationFactoryService()
  4918. {
  4919. $a = ($this->services['sulu_media.system_collections.manager'] ?? $this->getSuluMedia_SystemCollections_ManagerService());
  4920. if (isset($this->privates['sulu_form.configuration.form_configuration_factory'])) {
  4921. return $this->privates['sulu_form.configuration.form_configuration_factory'];
  4922. }
  4923. return $this->privates['sulu_form.configuration.form_configuration_factory'] = new \Sulu\Bundle\FormBundle\Configuration\FormConfigurationFactory(new \Sulu\Bundle\FormBundle\Media\CollectionStrategySingle($a), 'mails/notify.html.twig', 'mails/customer.html.twig', 'mails/notify_plain_text.html.twig', 'mails/customer_plain_text.html.twig');
  4924. }
  4925. /**
  4926. * Gets the private 'sulu_form.dynamic.form_field_type_pool' shared service.
  4927. *
  4928. * @return \Sulu\Bundle\FormBundle\Dynamic\FormFieldTypePool
  4929. */
  4930. protected function getSuluForm_Dynamic_FormFieldTypePoolService()
  4931. {
  4932. return $this->privates['sulu_form.dynamic.form_field_type_pool'] = new \Sulu\Bundle\FormBundle\Dynamic\FormFieldTypePool(['text' => new \Sulu\Bundle\FormBundle\Dynamic\Types\TextType(), 'firstName' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FirstNameType(), 'lastName' => new \Sulu\Bundle\FormBundle\Dynamic\Types\LastNameType(), 'street' => new \Sulu\Bundle\FormBundle\Dynamic\Types\StreetType(), 'zip' => new \Sulu\Bundle\FormBundle\Dynamic\Types\ZipType(), 'city' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CityType(), 'state' => new \Sulu\Bundle\FormBundle\Dynamic\Types\StateType(), 'function' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FunctionType(), 'company' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CompanyType(), 'phone' => new \Sulu\Bundle\FormBundle\Dynamic\Types\PhoneType(), 'fax' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FaxType(), 'title' => new \Sulu\Bundle\FormBundle\Dynamic\Types\TitleType(), 'textarea' => new \Sulu\Bundle\FormBundle\Dynamic\Types\TextareaType(), 'headline' => new \Sulu\Bundle\FormBundle\Dynamic\Types\HeadlineType(), 'spacer' => new \Sulu\Bundle\FormBundle\Dynamic\Types\SpacerType(), 'freeText' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FreeTextType(), 'country' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CountryType(), 'email' => new \Sulu\Bundle\FormBundle\Dynamic\Types\EmailType(), 'date' => new \Sulu\Bundle\FormBundle\Dynamic\Types\DateType(), 'checkbox' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CheckboxType(), 'checkboxMultiple' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CheckboxMultipleType(), 'dropdown' => new \Sulu\Bundle\FormBundle\Dynamic\Types\DropdownType(), 'radioButtons' => new \Sulu\Bundle\FormBundle\Dynamic\Types\RadioButtonsType(), 'dropdownMultiple' => new \Sulu\Bundle\FormBundle\Dynamic\Types\DropdownMultiple(), 'salutation' => new \Sulu\Bundle\FormBundle\Dynamic\Types\SalutationType(), 'attachment' => new \Sulu\Bundle\FormBundle\Dynamic\Types\AttachmentType(), 'hidden' => new \Sulu\Bundle\FormBundle\Dynamic\Types\HiddenType(), 'mailchimp' => new \Sulu\Bundle\FormBundle\Dynamic\Types\MailchimpType()]);
  4933. }
  4934. /**
  4935. * Gets the private 'sulu_form.handler' shared service.
  4936. *
  4937. * @return \Sulu\Bundle\FormBundle\Form\Handler
  4938. */
  4939. protected function getSuluForm_HandlerService()
  4940. {
  4941. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4942. if (isset($this->privates['sulu_form.handler'])) {
  4943. return $this->privates['sulu_form.handler'];
  4944. }
  4945. $b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  4946. if (isset($this->privates['sulu_form.handler'])) {
  4947. return $this->privates['sulu_form.handler'];
  4948. }
  4949. $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4950. if (isset($this->privates['sulu_form.handler'])) {
  4951. return $this->privates['sulu_form.handler'];
  4952. }
  4953. $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4954. if (isset($this->privates['sulu_form.handler'])) {
  4955. return $this->privates['sulu_form.handler'];
  4956. }
  4957. return $this->privates['sulu_form.handler'] = new \Sulu\Bundle\FormBundle\Form\Handler($a, new \Sulu\Bundle\FormBundle\Mail\MailerHelper($b, NULL, NULL, NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), $c, $d, ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService()), 'no_save', 'Additional Message');
  4958. }
  4959. /**
  4960. * Gets the private 'sulu_form.repository.form' shared service.
  4961. *
  4962. * @return \Sulu\Bundle\FormBundle\Repository\FormRepository
  4963. */
  4964. protected function getSuluForm_Repository_FormService()
  4965. {
  4966. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4967. if (isset($this->privates['sulu_form.repository.form'])) {
  4968. return $this->privates['sulu_form.repository.form'];
  4969. }
  4970. return $this->privates['sulu_form.repository.form'] = $a->getRepository('Sulu\\Bundle\\FormBundle\\Entity\\Form');
  4971. }
  4972. /**
  4973. * Gets the private 'sulu_form.request_listener' shared service.
  4974. *
  4975. * @return \Sulu\Bundle\FormBundle\Event\RequestListener
  4976. */
  4977. protected function getSuluForm_RequestListenerService()
  4978. {
  4979. $a = ($this->privates['sulu_form.handler'] ?? $this->getSuluForm_HandlerService());
  4980. if (isset($this->privates['sulu_form.request_listener'])) {
  4981. return $this->privates['sulu_form.request_listener'];
  4982. }
  4983. $b = ($this->privates['sulu_form.configuration.form_configuration_factory'] ?? $this->getSuluForm_Configuration_FormConfigurationFactoryService());
  4984. if (isset($this->privates['sulu_form.request_listener'])) {
  4985. return $this->privates['sulu_form.request_listener'];
  4986. }
  4987. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4988. if (isset($this->privates['sulu_form.request_listener'])) {
  4989. return $this->privates['sulu_form.request_listener'];
  4990. }
  4991. return $this->privates['sulu_form.request_listener'] = new \Sulu\Bundle\FormBundle\Event\RequestListener(($this->privates['sulu_form.builder'] ?? $this->getSuluForm_BuilderService()), $a, $b, $c);
  4992. }
  4993. /**
  4994. * Gets the private 'sulu_markup.response_listener' shared service.
  4995. *
  4996. * @return \Sulu\Bundle\MarkupBundle\Listener\MarkupListener
  4997. */
  4998. protected function getSuluMarkup_ResponseListenerService()
  4999. {
  5000. return $this->privates['sulu_markup.response_listener'] = new \Sulu\Bundle\MarkupBundle\Listener\MarkupListener(new RewindableGenerator(function () {
  5001. yield 'html' => ($this->privates['sulu_markup.parser'] ?? $this->load('getSuluMarkup_ParserService'));
  5002. }, 1));
  5003. }
  5004. /**
  5005. * Gets the private 'sulu_media.file_inspector.subscriber' shared service.
  5006. *
  5007. * @return \Sulu\Bundle\MediaBundle\FileInspector\UploadFileSubscriber
  5008. */
  5009. protected function getSuluMedia_FileInspector_SubscriberService()
  5010. {
  5011. return $this->privates['sulu_media.file_inspector.subscriber'] = new \Sulu\Bundle\MediaBundle\FileInspector\UploadFileSubscriber(new RewindableGenerator(function () {
  5012. yield 0 => ($this->privates['sulu_media.file_inspector.svg_inspector'] ?? $this->load('getSuluMedia_FileInspector_SvgInspectorService'));
  5013. }, 1));
  5014. }
  5015. /**
  5016. * Gets the private 'sulu_media.type_manager' shared service.
  5017. *
  5018. * @return \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager
  5019. */
  5020. protected function getSuluMedia_TypeManagerService()
  5021. {
  5022. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5023. if (isset($this->privates['sulu_media.type_manager'])) {
  5024. return $this->privates['sulu_media.type_manager'];
  5025. }
  5026. return $this->privates['sulu_media.type_manager'] = new \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager($a, $this->parameters['sulu_media.media.types'], []);
  5027. }
  5028. /**
  5029. * Gets the private 'sulu_page.export.manager' shared service.
  5030. *
  5031. * @return \Sulu\Component\Export\Manager\ExportManager
  5032. */
  5033. protected function getSuluPage_Export_ManagerService()
  5034. {
  5035. $this->privates['sulu_page.export.manager'] = $instance = new \Sulu\Component\Export\Manager\ExportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  5036. $instance->add('number', '1.2.xliff', ['translate' => false]);
  5037. $instance->add('text_line', '1.2.xliff', ['translate' => true]);
  5038. $instance->add('text_area', '1.2.xliff', ['translate' => true]);
  5039. $instance->add('text_editor', '1.2.xliff', ['translate' => true]);
  5040. $instance->add('resource_locator', '1.2.xliff', ['translate' => false]);
  5041. $instance->add('link', '1.2.xliff', ['translate' => false]);
  5042. $instance->add('single_icon_selection', '1.2.xliff', ['translate' => true]);
  5043. $instance->add('block', '1.2.xliff', ['translate' => false]);
  5044. $instance->add('contact_account_selection', '1.2.xliff', ['translate' => false]);
  5045. $instance->add('single_contact_selection', '1.2.xliff', ['translate' => false]);
  5046. $instance->add('contact_selection', '1.2.xliff', ['translate' => false]);
  5047. $instance->add('single_account_selection', '1.2.xliff', ['translate' => false]);
  5048. $instance->add('account_selection', '1.2.xliff', ['translate' => false]);
  5049. $instance->add('collection_selection', '1.2.xliff', ['translate' => false]);
  5050. $instance->add('single_collection_selection', '1.2.xliff', ['translate' => false]);
  5051. $instance->add('media_selection', '1.2.xliff', ['translate' => false]);
  5052. $instance->add('single_media_selection', '1.2.xliff', ['translate' => false]);
  5053. $instance->add('image_map', '1.2.xliff', ['translate' => false]);
  5054. $instance->add('category_selection', '1.2.xliff', ['translate' => false]);
  5055. $instance->add('single_category_selection', '1.2.xliff', ['translate' => false]);
  5056. $instance->add('single_snippet_selection', '1.2.xliff', ['translate' => false]);
  5057. $instance->add('snippet_selection', '1.2.xliff', ['translate' => false]);
  5058. $instance->add('smart_content', '1.2.xliff', ['translate' => false]);
  5059. $instance->add('teaser_selection', '1.2.xliff', ['translate' => false]);
  5060. $instance->add('page_selection', '1.2.xliff', ['translate' => false]);
  5061. $instance->add('single_page_selection', '1.2.xliff', ['translate' => false]);
  5062. $instance->add('phone', '1.2.xliff', ['translate' => false]);
  5063. $instance->add('password', '1.2.xliff', ['translate' => false]);
  5064. $instance->add('url', '1.2.xliff', ['translate' => false]);
  5065. $instance->add('email', '1.2.xliff', ['translate' => false]);
  5066. $instance->add('date', '1.2.xliff', ['translate' => false]);
  5067. $instance->add('datetime', '1.2.xliff', ['translate' => false]);
  5068. $instance->add('time', '1.2.xliff', ['translate' => false]);
  5069. $instance->add('color', '1.2.xliff', ['translate' => false]);
  5070. $instance->add('checkbox', '1.2.xliff', ['translate' => false]);
  5071. $instance->add('select', '1.2.xliff', ['translate' => false]);
  5072. $instance->add('single_select', '1.2.xliff', ['translate' => false]);
  5073. $instance->add('tag_selection', '1.2.xliff', ['translate' => false]);
  5074. $instance->add('location', '1.2.xliff', ['translate' => false]);
  5075. $instance->add('route', '1.2.xliff', ['translate' => false]);
  5076. $instance->add('page_tree_route', '1.2.xliff', ['translate' => false]);
  5077. return $instance;
  5078. }
  5079. /**
  5080. * Gets the private 'sulu_page.import.manager' shared service.
  5081. *
  5082. * @return \Sulu\Component\Import\Manager\ImportManager
  5083. */
  5084. protected function getSuluPage_Import_ManagerService()
  5085. {
  5086. return $this->privates['sulu_page.import.manager'] = new \Sulu\Component\Import\Manager\ImportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  5087. }
  5088. /**
  5089. * Gets the private 'sulu_page.structure.properties_xml_parser' shared service.
  5090. *
  5091. * @return \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser
  5092. */
  5093. protected function getSuluPage_Structure_PropertiesXmlParserService()
  5094. {
  5095. return $this->privates['sulu_page.structure.properties_xml_parser'] = new \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser(($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['sulu_core.translated_locales']);
  5096. }
  5097. /**
  5098. * Gets the private 'sulu_preview.preview.cache' shared service.
  5099. *
  5100. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5101. */
  5102. protected function getSuluPreview_Preview_CacheService()
  5103. {
  5104. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('msBLPupd2f', 0, (\dirname(__DIR__, 3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  5105. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5106. return $this->privates['sulu_preview.preview.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5107. }
  5108. /**
  5109. * Gets the private 'sulu_route.routing.provider' shared service.
  5110. *
  5111. * @return \Sulu\Bundle\RouteBundle\Routing\RouteProvider
  5112. */
  5113. protected function getSuluRoute_Routing_ProviderService($lazyLoad = true)
  5114. {
  5115. if ($lazyLoad) {
  5116. return $this->privates['sulu_route.routing.provider'] = $this->createProxy('RouteProvider_9d934be', function () {
  5117. return \RouteProvider_9d934be::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5118. $wrappedInstance = $this->getSuluRoute_Routing_ProviderService(false);
  5119. $proxy->setProxyInitializer(null);
  5120. return true;
  5121. });
  5122. });
  5123. }
  5124. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php';
  5125. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProviderInterface.php';
  5126. include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php';
  5127. include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php';
  5128. return new \Sulu\Bundle\RouteBundle\Routing\RouteProvider(($this->services['sulu.repository.route'] ?? $this->getSulu_Repository_RouteService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), new \Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider(new RewindableGenerator(function () {
  5129. yield 0 => ($this->privates['sulu_page.preview.defaults_provider'] ?? $this->load('getSuluPage_Preview_DefaultsProviderService'));
  5130. }, 1)), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \ProxyManager\Factory\LazyLoadingValueHolderFactory(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())), ['utf8' => true]);
  5131. }
  5132. /**
  5133. * Gets the private 'sulu_security.access_control_manager' shared service.
  5134. *
  5135. * @return \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager
  5136. */
  5137. protected function getSuluSecurity_AccessControlManagerService()
  5138. {
  5139. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5140. if (isset($this->privates['sulu_security.access_control_manager'])) {
  5141. return $this->privates['sulu_security.access_control_manager'];
  5142. }
  5143. $b = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  5144. if (isset($this->privates['sulu_security.access_control_manager'])) {
  5145. return $this->privates['sulu_security.access_control_manager'];
  5146. }
  5147. $c = ($this->services['sulu.repository.access_control'] ?? $this->getSulu_Repository_AccessControlService());
  5148. if (isset($this->privates['sulu_security.access_control_manager'])) {
  5149. return $this->privates['sulu_security.access_control_manager'];
  5150. }
  5151. $d = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5152. if (isset($this->privates['sulu_security.access_control_manager'])) {
  5153. return $this->privates['sulu_security.access_control_manager'];
  5154. }
  5155. $e = ($this->services['sulu_security.mask_converter'] ?? $this->getSuluSecurity_MaskConverterService());
  5156. $f = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  5157. $this->privates['sulu_security.access_control_manager'] = $instance = new \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager($e, $a, $b, new RewindableGenerator(function () {
  5158. yield 0 => ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  5159. yield 1 => ($this->services['sulu_page.content_repository'] ?? $this->load('getSuluPage_ContentRepositoryService'));
  5160. }, 2), $f, $c, $d, $this->parameters['sulu_security.permissions']);
  5161. $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\PhpcrAccessControlProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $f, $this->parameters['permissions']));
  5162. $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\DoctrineAccessControlProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $f, $c, $e));
  5163. return $instance;
  5164. }
  5165. /**
  5166. * Gets the private 'sulu_security.access_control_query_enhancer' shared service.
  5167. *
  5168. * @return \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer
  5169. */
  5170. protected function getSuluSecurity_AccessControlQueryEnhancerService()
  5171. {
  5172. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5173. if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
  5174. return $this->privates['sulu_security.access_control_query_enhancer'];
  5175. }
  5176. return $this->privates['sulu_security.access_control_query_enhancer'] = new \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer(($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService()), $a);
  5177. }
  5178. /**
  5179. * Gets the private 'sulu_security.event_listener.security' shared service.
  5180. *
  5181. * @return \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener
  5182. */
  5183. protected function getSuluSecurity_EventListener_SecurityService()
  5184. {
  5185. return $this->privates['sulu_security.event_listener.security'] = new \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener(($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()));
  5186. }
  5187. /**
  5188. * Gets the private 'sulu_security.system_listener' shared service.
  5189. *
  5190. * @return \Sulu\Bundle\SecurityBundle\EventListener\SystemListener
  5191. */
  5192. protected function getSuluSecurity_SystemListenerService()
  5193. {
  5194. return $this->privates['sulu_security.system_listener'] = new \Sulu\Bundle\SecurityBundle\EventListener\SystemListener(($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService()), NULL, 'website');
  5195. }
  5196. /**
  5197. * Gets the private 'sulu_security.system_store' shared service.
  5198. *
  5199. * @return \Sulu\Bundle\SecurityBundle\System\SystemStore
  5200. */
  5201. protected function getSuluSecurity_SystemStoreService()
  5202. {
  5203. $a = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  5204. if (isset($this->privates['sulu_security.system_store'])) {
  5205. return $this->privates['sulu_security.system_store'];
  5206. }
  5207. return $this->privates['sulu_security.system_store'] = new \Sulu\Bundle\SecurityBundle\System\SystemStore($a);
  5208. }
  5209. /**
  5210. * Gets the private 'sulu_tag.tag_request_handler' shared service.
  5211. *
  5212. * @return \Sulu\Component\Tag\Request\TagRequestHandler
  5213. */
  5214. protected function getSuluTag_TagRequestHandlerService()
  5215. {
  5216. return $this->privates['sulu_tag.tag_request_handler'] = new \Sulu\Component\Tag\Request\TagRequestHandler(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5217. }
  5218. /**
  5219. * Gets the private 'sulu_trash.trash_item_repository' shared service.
  5220. *
  5221. * @return \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository
  5222. */
  5223. protected function getSuluTrash_TrashItemRepositoryService()
  5224. {
  5225. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5226. if (isset($this->privates['sulu_trash.trash_item_repository'])) {
  5227. return $this->privates['sulu_trash.trash_item_repository'];
  5228. }
  5229. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5230. if (isset($this->privates['sulu_trash.trash_item_repository'])) {
  5231. return $this->privates['sulu_trash.trash_item_repository'];
  5232. }
  5233. return $this->privates['sulu_trash.trash_item_repository'] = new \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository($a, $b);
  5234. }
  5235. /**
  5236. * Gets the private 'sulu_trash.trash_manager' shared service.
  5237. *
  5238. * @return \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager
  5239. */
  5240. protected function getSuluTrash_TrashManagerService()
  5241. {
  5242. $a = ($this->privates['sulu_trash.trash_item_repository'] ?? $this->getSuluTrash_TrashItemRepositoryService());
  5243. if (isset($this->privates['sulu_trash.trash_manager'])) {
  5244. return $this->privates['sulu_trash.trash_manager'];
  5245. }
  5246. $b = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  5247. if (isset($this->privates['sulu_trash.trash_manager'])) {
  5248. return $this->privates['sulu_trash.trash_manager'];
  5249. }
  5250. $c = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5251. 'accounts' => ['privates', 'sulu_contact.account_trash_item_handler', 'getSuluContact_AccountTrashItemHandlerService', true],
  5252. 'analytics' => ['privates', 'sulu_website.analytics_trash_item_handler', 'getSuluWebsite_AnalyticsTrashItemHandlerService', true],
  5253. 'categories' => ['privates', 'sulu_category.category_trash_item_handler', 'getSuluCategory_CategoryTrashItemHandlerService', true],
  5254. 'collections' => ['privates', 'sulu_media.collection_trash_item_handler', 'getSuluMedia_CollectionTrashItemHandlerService', true],
  5255. 'contacts' => ['privates', 'sulu_contact.contact_trash_item_handler', 'getSuluContact_ContactTrashItemHandlerService', true],
  5256. 'custom_urls' => ['privates', 'sulu_custom_urls.custom_url_trash_item_handler', 'getSuluCustomUrls_CustomUrlTrashItemHandlerService', true],
  5257. 'forms' => ['privates', 'sulu_form.form_trash_item_handler', 'getSuluForm_FormTrashItemHandlerService', true],
  5258. 'media' => ['privates', 'sulu_media.media_trash_item_handler', 'getSuluMedia_MediaTrashItemHandlerService', true],
  5259. 'pages' => ['privates', 'sulu_page.page_trash_item_handler', 'getSuluPage_PageTrashItemHandlerService', true],
  5260. 'snippets' => ['privates', 'sulu_snippet.snippet_trash_item_handler', 'getSuluSnippet_SnippetTrashItemHandlerService', true],
  5261. 'tags' => ['privates', 'sulu_tag.tag_trash_item_handler', 'getSuluTag_TagTrashItemHandlerService', true],
  5262. ], [
  5263. 'accounts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\AccountTrashItemHandler',
  5264. 'analytics' => 'Sulu\\Bundle\\WebsiteBundle\\Trash\\AnalyticsTrashItemHandler',
  5265. 'categories' => 'Sulu\\Bundle\\CategoryBundle\\Trash\\CategoryTrashItemHandler',
  5266. 'collections' => 'Sulu\\Bundle\\MediaBundle\\Trash\\CollectionTrashItemHandler',
  5267. 'contacts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\ContactTrashItemHandler',
  5268. 'custom_urls' => 'Sulu\\Bundle\\CustomUrlBundle\\Trash\\CustomUrlTrashItemHandler',
  5269. 'forms' => 'Sulu\\Bundle\\FormBundle\\Trash\\FormTrashItemHandler',
  5270. 'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  5271. 'pages' => 'Sulu\\Bundle\\PageBundle\\Trash\\PageTrashItemHandler',
  5272. 'snippets' => 'Sulu\\Bundle\\SnippetBundle\\Trash\\SnippetTrashItemHandler',
  5273. 'tags' => 'Sulu\\Bundle\\TagBundle\\Trash\\TagTrashItemHandler',
  5274. ]);
  5275. return $this->privates['sulu_trash.trash_manager'] = new \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager($a, $b, $c, $c, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5276. 'media' => ['privates', 'sulu_media.media_trash_item_handler', 'getSuluMedia_MediaTrashItemHandlerService', true],
  5277. ], [
  5278. 'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  5279. ]));
  5280. }
  5281. /**
  5282. * Gets the private 'sulu_website.analytics.response_listener' shared service.
  5283. *
  5284. * @return \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener
  5285. */
  5286. protected function getSuluWebsite_Analytics_ResponseListenerService()
  5287. {
  5288. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5289. if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  5290. return $this->privates['sulu_website.analytics.response_listener'];
  5291. }
  5292. $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5293. if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  5294. return $this->privates['sulu_website.analytics.response_listener'];
  5295. }
  5296. return $this->privates['sulu_website.analytics.response_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener($a, $b, ($this->services['sulu.repository.analytics'] ?? $this->getSulu_Repository_AnalyticsService()), 'dev', (($this->hasParameter("sulu.preview")) ? ($this->getParameter("sulu.preview")) : ("")));
  5297. }
  5298. /**
  5299. * Gets the private 'sulu_website.event_listener.security_listener' shared service.
  5300. *
  5301. * @return \Sulu\Bundle\WebsiteBundle\EventListener\SecurityListener
  5302. */
  5303. protected function getSuluWebsite_EventListener_SecurityListenerService()
  5304. {
  5305. return $this->privates['sulu_website.event_listener.security_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\SecurityListener(($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()));
  5306. }
  5307. /**
  5308. * Gets the private 'sulu_website.event_listener.translator' shared service.
  5309. *
  5310. * @return \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener
  5311. */
  5312. protected function getSuluWebsite_EventListener_TranslatorService()
  5313. {
  5314. return $this->privates['sulu_website.event_listener.translator'] = new \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()));
  5315. }
  5316. /**
  5317. * Gets the private 'sulu_website.router_listener' shared service.
  5318. *
  5319. * @return \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener
  5320. */
  5321. protected function getSuluWebsite_RouterListenerService()
  5322. {
  5323. $a = ($this->services['router'] ?? $this->getRouterService());
  5324. if (isset($this->privates['sulu_website.router_listener'])) {
  5325. return $this->privates['sulu_website.router_listener'];
  5326. }
  5327. $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5328. if (isset($this->privates['sulu_website.router_listener'])) {
  5329. return $this->privates['sulu_website.router_listener'];
  5330. }
  5331. return $this->privates['sulu_website.router_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener(new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 5), true), $b);
  5332. }
  5333. /**
  5334. * Gets the private 'sulu_website.routing.request_listener' shared service.
  5335. *
  5336. * @return \Sulu\Bundle\WebsiteBundle\Routing\RequestListener
  5337. */
  5338. protected function getSuluWebsite_Routing_RequestListenerService()
  5339. {
  5340. $a = ($this->services['router'] ?? $this->getRouterService());
  5341. if (isset($this->privates['sulu_website.routing.request_listener'])) {
  5342. return $this->privates['sulu_website.routing.request_listener'];
  5343. }
  5344. $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5345. if (isset($this->privates['sulu_website.routing.request_listener'])) {
  5346. return $this->privates['sulu_website.routing.request_listener'];
  5347. }
  5348. return $this->privates['sulu_website.routing.request_listener'] = new \Sulu\Bundle\WebsiteBundle\Routing\RequestListener($a, $b);
  5349. }
  5350. /**
  5351. * Gets the private 'sulu_website.segment_subscriber' shared service.
  5352. *
  5353. * @return \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber
  5354. */
  5355. protected function getSuluWebsite_SegmentSubscriberService()
  5356. {
  5357. $a = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5358. if (isset($this->privates['sulu_website.segment_subscriber'])) {
  5359. return $this->privates['sulu_website.segment_subscriber'];
  5360. }
  5361. return $this->privates['sulu_website.segment_subscriber'] = new \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber('X-Sulu-Segment', $a, '_ss');
  5362. }
  5363. /**
  5364. * Gets the private 'translator.default' shared service.
  5365. *
  5366. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5367. */
  5368. protected function getTranslator_DefaultService()
  5369. {
  5370. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5371. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  5372. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  5373. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  5374. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  5375. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  5376. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  5377. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  5378. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  5379. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  5380. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  5381. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  5382. ], [
  5383. 'translation.loader.csv' => '?',
  5384. 'translation.loader.dat' => '?',
  5385. 'translation.loader.ini' => '?',
  5386. 'translation.loader.json' => '?',
  5387. 'translation.loader.mo' => '?',
  5388. 'translation.loader.php' => '?',
  5389. 'translation.loader.po' => '?',
  5390. 'translation.loader.qt' => '?',
  5391. 'translation.loader.res' => '?',
  5392. 'translation.loader.xliff' => '?',
  5393. 'translation.loader.yml' => '?',
  5394. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations/admin.de.json'), 4 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations/admin.de.json'), 5 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations/admin.de.json'), 6 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations/admin.de.json'), 7 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations/admin.de.json'), 8 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations/admin.de.json'), 9 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations/admin.de.json'), 10 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations/admin.de.json'), 11 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations/admin.de.json'), 12 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations/admin.de.json'), 13 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations/admin.de.json'), 14 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations/admin.de.json'), 15 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Resources/translations/admin.de.json'), 16 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ReferenceBundle/Resources/translations/admin.de.json'), 17 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations/admin.de.json'), 18 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations/admin.de.json'), 19 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations/admin.de.json'), 20 => (\dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Resources/translations/admin.de.json'), 21 => (\dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Resources/translations/messages.de.xliff'), 22 => (\dirname(__DIR__, 5).'/vendor/connectholland/cookie-consent-bundle/Resources/translations/CHCookieConsentBundle.de.yml')], 'el' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations/admin.en.json'), 4 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations/admin.en.json'), 5 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations/admin.en.json'), 6 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations/admin.en.json'), 7 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations/admin.en.json'), 8 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations/admin.en.json'), 9 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations/admin.en.json'), 10 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations/admin.en.json'), 11 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations/admin.en.json'), 12 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations/admin.en.json'), 13 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations/admin.en.json'), 14 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations/admin.en.json'), 15 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Resources/translations/admin.en.json'), 16 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ReferenceBundle/Resources/translations/admin.en.json'), 17 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations/admin.en.json'), 18 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations/admin.en.json'), 19 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations/admin.en.json'), 20 => (\dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Resources/translations/admin.en.json'), 21 => (\dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Resources/translations/messages.en.xliff'), 22 => (\dirname(__DIR__, 5).'/vendor/connectholland/cookie-consent-bundle/Resources/translations/CHCookieConsentBundle.en.yml')], 'es' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Resources/translations/messages.fr.xliff'), 4 => (\dirname(__DIR__, 5).'/vendor/connectholland/cookie-consent-bundle/Resources/translations/CHCookieConsentBundle.fr.yml')], 'gl' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Resources/translations/messages.nl.xliff'), 4 => (\dirname(__DIR__, 5).'/vendor/connectholland/cookie-consent-bundle/Resources/translations/CHCookieConsentBundle.nl.yml')], 'nn' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 5).'/vendor/connectholland/cookie-consent-bundle/Resources/translations/CHCookieConsentBundle.sk.yml')], 'sl' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'oc' => [0 => (\dirname(__DIR__, 5).'/vendor/connectholland/cookie-consent-bundle/Resources/translations/CHCookieConsentBundle.oc.yml')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations'), 4 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations'), 5 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations'), 6 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations'), 7 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations'), 8 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations'), 9 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations'), 10 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'), 11 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'), 12 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'), 13 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'), 14 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'), 15 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Resources/translations'), 16 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ReferenceBundle/Resources/translations'), 17 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations'), 18 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations'), 19 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations'), 20 => (\dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Resources/translations'), 21 => (\dirname(__DIR__, 5).'/vendor/connectholland/cookie-consent-bundle/Resources/translations'), 22 => (\dirname(__DIR__, 5).'/translations'), 23 => (\dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/translations'), 24 => (\dirname(__DIR__, 5).'/vendor/symfony/twig-bundle/translations'), 25 => (\dirname(__DIR__, 5).'/vendor/symfony/monolog-bundle/translations'), 26 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'), 27 => (\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/translations'), 28 => (\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 29 => (\dirname(__DIR__, 5).'/vendor/doctrine/phpcr-bundle/src/translations'), 30 => (\dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle/translations'), 31 => (\dirname(__DIR__, 5).'/vendor/handcraftedinthealps/rest-routing-bundle/translations'), 32 => (\dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/translations'), 33 => (\dirname(__DIR__, 5).'/vendor/massive/search-bundle/translations'), 34 => (\dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/translations'), 35 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'), 36 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'), 37 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'), 38 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'), 39 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'), 40 => (\dirname(__DIR__, 5).'/vendor/massive/build-bundle/translations'), 41 => (\dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/translations'), 42 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'), 43 => (\dirname(__DIR__, 5).'/vendor/symfony/debug-bundle/translations'), 44 => (\dirname(__DIR__, 5).'/vendor/symfony/security-bundle/translations'), 45 => (\dirname(__DIR__, 5).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 46 => (\dirname(__DIR__, 5).'/vendor/symfony-cmf/routing-bundle/src/translations'), 47 => (\dirname(__DIR__, 5).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 48 => (\dirname(__DIR__, 5).'/vendor/symfony/webpack-encore-bundle/src/translations'), 49 => (\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 50 => (\dirname(__DIR__, 5).'/vendor/phpcr/phpcr-migrations-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations', 4 => 'vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations', 5 => 'vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations', 6 => 'vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations', 7 => 'vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations', 8 => 'vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations', 9 => 'vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations', 10 => 'vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations', 11 => 'vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations', 12 => 'vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations', 13 => 'vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations', 14 => 'vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations', 15 => 'vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Resources/translations', 16 => 'vendor/sulu/sulu/src/Sulu/Bundle/ReferenceBundle/Resources/translations', 17 => 'vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations', 18 => 'vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations', 19 => 'vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations', 20 => 'vendor/sulu/form-bundle/Resources/translations', 21 => 'vendor/connectholland/cookie-consent-bundle/Resources/translations', 22 => 'translations', 23 => 'vendor/symfony/framework-bundle/translations', 24 => 'vendor/symfony/twig-bundle/translations', 25 => 'vendor/symfony/monolog-bundle/translations', 26 => 'vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations', 27 => 'vendor/doctrine/doctrine-bundle/translations', 28 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 29 => 'vendor/doctrine/phpcr-bundle/src/translations', 30 => 'vendor/friendsofsymfony/rest-bundle/translations', 31 => 'vendor/handcraftedinthealps/rest-routing-bundle/translations', 32 => 'vendor/jms/serializer-bundle/translations', 33 => 'vendor/massive/search-bundle/translations', 34 => 'vendor/friendsofsymfony/http-cache-bundle/src/translations', 35 => 'vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations', 36 => 'vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations', 37 => 'vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations', 38 => 'vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations', 39 => 'vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations', 40 => 'vendor/massive/build-bundle/translations', 41 => 'vendor/symfony/web-profiler-bundle/translations', 42 => 'vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations', 43 => 'vendor/symfony/debug-bundle/translations', 44 => 'vendor/symfony/security-bundle/translations', 45 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 46 => 'vendor/symfony-cmf/routing-bundle/src/translations', 47 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 48 => 'vendor/symfony/webpack-encore-bundle/src/translations', 49 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 50 => 'vendor/phpcr/phpcr-migrations-bundle/src/translations']]], []);
  5395. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5396. $instance->setFallbackLocales([0 => 'en']);
  5397. return $instance;
  5398. }
  5399. /**
  5400. * Gets the private 'twig.loader.native_filesystem' shared service.
  5401. *
  5402. * @return \Twig\Loader\FilesystemLoader
  5403. */
  5404. protected function getTwig_Loader_NativeFilesystemService()
  5405. {
  5406. $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 5));
  5407. $instance->addPath((\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  5408. $instance->addPath((\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  5409. $instance->addPath((\dirname(__DIR__, 5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), 'DoctrinePHPCR');
  5410. $instance->addPath((\dirname(__DIR__, 5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), '!DoctrinePHPCR');
  5411. $instance->addPath((\dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  5412. $instance->addPath((\dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  5413. $instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), 'SuluAdmin');
  5414. $instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), '!SuluAdmin');
  5415. $instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), 'SuluSecurity');
  5416. $instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), '!SuluSecurity');
  5417. $instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), 'SuluPage');
  5418. $instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), '!SuluPage');
  5419. $instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), 'SuluWebsite');
  5420. $instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), '!SuluWebsite');
  5421. $instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  5422. $instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  5423. $instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), 'SuluTest');
  5424. $instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), '!SuluTest');
  5425. $instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  5426. $instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  5427. $instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  5428. $instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  5429. $instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), 'SuluPreview');
  5430. $instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), '!SuluPreview');
  5431. $instance->addPath((\dirname(__DIR__, 5).'/templates/bundles/SuluFormBundle'), 'SuluForm');
  5432. $instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Resources/views'), 'SuluForm');
  5433. $instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/form-bundle/Resources/views'), '!SuluForm');
  5434. $instance->addPath((\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  5435. $instance->addPath((\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  5436. $instance->addPath((\dirname(__DIR__, 5).'/vendor/connectholland/cookie-consent-bundle/Resources/views'), 'CHCookieConsent');
  5437. $instance->addPath((\dirname(__DIR__, 5).'/vendor/connectholland/cookie-consent-bundle/Resources/views'), '!CHCookieConsent');
  5438. $instance->addPath((\dirname(__DIR__, 5).'/templates'));
  5439. $instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  5440. $instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  5441. $instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  5442. return $instance;
  5443. }
  5444. /**
  5445. * Gets the private 'url_helper' shared service.
  5446. *
  5447. * @return \Symfony\Component\HttpFoundation\UrlHelper
  5448. */
  5449. protected function getUrlHelperService()
  5450. {
  5451. $a = ($this->services['router'] ?? $this->getRouterService());
  5452. if (isset($this->privates['url_helper'])) {
  5453. return $this->privates['url_helper'];
  5454. }
  5455. return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  5456. }
  5457. /**
  5458. * Gets the private 'validator.builder' shared service.
  5459. *
  5460. * @return \Symfony\Component\Validator\ValidatorBuilder
  5461. */
  5462. protected function getValidator_BuilderService()
  5463. {
  5464. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5465. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5466. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5467. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  5468. 'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates', 'cmf_routing.validator.route_defaults', 'getCmfRouting_Validator_RouteDefaultsService', true],
  5469. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  5470. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  5471. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  5472. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  5473. 'cmf_routing.validator.route_defaults' => ['privates', 'cmf_routing.validator.route_defaults', 'getCmfRouting_Validator_RouteDefaultsService', true],
  5474. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  5475. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  5476. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  5477. ], [
  5478. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5479. 'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  5480. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5481. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5482. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5483. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5484. 'cmf_routing.validator.route_defaults' => '?',
  5485. 'doctrine.orm.validator.unique' => '?',
  5486. 'security.validator.user_password' => '?',
  5487. 'validator.expression' => '?',
  5488. ])));
  5489. if ($this->has('translator')) {
  5490. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5491. }
  5492. $instance->setTranslationDomain('validators');
  5493. $instance->addXmlMappings([0 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5494. $instance->enableAnnotationMapping(true);
  5495. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5496. $instance->addMethodMapping('loadValidatorMetadata');
  5497. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5498. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  5499. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5500. return $instance;
  5501. }
  5502. /**
  5503. * Gets the private 'var_dumper.html_dumper' shared service.
  5504. *
  5505. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5506. */
  5507. protected function getVarDumper_HtmlDumperService()
  5508. {
  5509. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  5510. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5511. return $instance;
  5512. }
  5513. /**
  5514. * Gets the private 'var_dumper.server_connection' shared service.
  5515. *
  5516. * @return \Symfony\Component\VarDumper\Server\Connection
  5517. */
  5518. protected function getVarDumper_ServerConnectionService()
  5519. {
  5520. $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  5521. if (isset($this->privates['var_dumper.server_connection'])) {
  5522. return $this->privates['var_dumper.server_connection'];
  5523. }
  5524. return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 5), $a), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  5525. }
  5526. /**
  5527. * Gets the private 'web_profiler.csp.handler' shared service.
  5528. *
  5529. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5530. */
  5531. protected function getWebProfiler_Csp_HandlerService()
  5532. {
  5533. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5534. }
  5535. /**
  5536. * Gets the private 'web_profiler.debug_toolbar' shared service.
  5537. *
  5538. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5539. */
  5540. protected function getWebProfiler_DebugToolbarService()
  5541. {
  5542. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5543. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5544. return $this->privates['web_profiler.debug_toolbar'];
  5545. }
  5546. $b = ($this->services['router'] ?? $this->getRouterService());
  5547. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5548. return $this->privates['web_profiler.debug_toolbar'];
  5549. }
  5550. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, $b, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  5551. }
  5552. /**
  5553. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5554. *
  5555. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5556. */
  5557. protected function getWebpackEncore_EntrypointLookupCollectionService()
  5558. {
  5559. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5560. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
  5561. ], [
  5562. '_default' => '?',
  5563. ]), '_default');
  5564. }
  5565. /**
  5566. * Gets the public 'cache_clearer' alias.
  5567. *
  5568. * @return object The ".container.private.cache_clearer" service.
  5569. */
  5570. protected function getCacheClearerService()
  5571. {
  5572. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5573. return $this->get('.container.private.cache_clearer');
  5574. }
  5575. /**
  5576. * Gets the public 'filesystem' alias.
  5577. *
  5578. * @return object The ".container.private.filesystem" service.
  5579. */
  5580. protected function getFilesystemService()
  5581. {
  5582. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5583. return $this->get('.container.private.filesystem');
  5584. }
  5585. /**
  5586. * Gets the public 'serializer' alias.
  5587. *
  5588. * @return object The ".container.private.serializer" service.
  5589. */
  5590. protected function getSerializerService()
  5591. {
  5592. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5593. return $this->get('.container.private.serializer');
  5594. }
  5595. /**
  5596. * Gets the public 'security.csrf.token_manager' alias.
  5597. *
  5598. * @return object The ".container.private.security.csrf.token_manager" service.
  5599. */
  5600. protected function getSecurity_Csrf_TokenManagerService()
  5601. {
  5602. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5603. return $this->get('.container.private.security.csrf.token_manager');
  5604. }
  5605. /**
  5606. * Gets the public 'form.factory' alias.
  5607. *
  5608. * @return object The ".container.private.form.factory" service.
  5609. */
  5610. protected function getForm_FactoryService()
  5611. {
  5612. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5613. return $this->get('.container.private.form.factory');
  5614. }
  5615. /**
  5616. * Gets the public 'form.type.file' alias.
  5617. *
  5618. * @return object The ".container.private.form.type.file" service.
  5619. */
  5620. protected function getForm_Type_FileService()
  5621. {
  5622. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5623. return $this->get('.container.private.form.type.file');
  5624. }
  5625. /**
  5626. * Gets the public 'profiler' alias.
  5627. *
  5628. * @return object The ".container.private.profiler" service.
  5629. */
  5630. protected function getProfilerService()
  5631. {
  5632. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5633. return $this->get('.container.private.profiler');
  5634. }
  5635. /**
  5636. * Gets the public 'twig' alias.
  5637. *
  5638. * @return object The ".container.private.twig" service.
  5639. */
  5640. protected function getTwigService()
  5641. {
  5642. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5643. return $this->get('.container.private.twig');
  5644. }
  5645. /**
  5646. * Gets the public 'security.authorization_checker' alias.
  5647. *
  5648. * @return object The ".container.private.security.authorization_checker" service.
  5649. */
  5650. protected function getSecurity_AuthorizationCheckerService()
  5651. {
  5652. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5653. return $this->get('.container.private.security.authorization_checker');
  5654. }
  5655. /**
  5656. * Gets the public 'security.token_storage' alias.
  5657. *
  5658. * @return object The ".container.private.security.token_storage" service.
  5659. */
  5660. protected function getSecurity_TokenStorageService()
  5661. {
  5662. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5663. return $this->get('.container.private.security.token_storage');
  5664. }
  5665. /**
  5666. * Gets the public 'security.password_encoder' alias.
  5667. *
  5668. * @return object The ".container.private.security.password_encoder" service.
  5669. */
  5670. protected function getSecurity_PasswordEncoderService()
  5671. {
  5672. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5673. return $this->get('.container.private.security.password_encoder');
  5674. }
  5675. /**
  5676. * Gets the public 'session' alias.
  5677. *
  5678. * @return object The ".container.private.session" service.
  5679. */
  5680. protected function getSessionService()
  5681. {
  5682. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5683. return $this->get('.container.private.session');
  5684. }
  5685. /**
  5686. * Gets the public 'validator' alias.
  5687. *
  5688. * @return object The ".container.private.validator" service.
  5689. */
  5690. protected function getValidatorService()
  5691. {
  5692. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5693. return $this->get('.container.private.validator');
  5694. }
  5695. public function getParameter(string $name): array|bool|string|int|float|\UnitEnum|null
  5696. {
  5697. if (isset($this->buildParameters[$name])) {
  5698. return $this->buildParameters[$name];
  5699. }
  5700. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  5701. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  5702. }
  5703. if (isset($this->loadedDynamicParameters[$name])) {
  5704. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5705. }
  5706. return $this->parameters[$name];
  5707. }
  5708. public function hasParameter(string $name): bool
  5709. {
  5710. if (isset($this->buildParameters[$name])) {
  5711. return true;
  5712. }
  5713. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  5714. }
  5715. public function setParameter(string $name, $value): void
  5716. {
  5717. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5718. }
  5719. public function getParameterBag(): ParameterBagInterface
  5720. {
  5721. if (null === $this->parameterBag) {
  5722. $parameters = $this->parameters;
  5723. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5724. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5725. }
  5726. foreach ($this->buildParameters as $name => $value) {
  5727. $parameters[$name] = $value;
  5728. }
  5729. $this->parameterBag = new FrozenParameterBag($parameters);
  5730. }
  5731. return $this->parameterBag;
  5732. }
  5733. private $loadedDynamicParameters = [
  5734. 'kernel.runtime_environment' => false,
  5735. 'kernel.build_dir' => false,
  5736. 'kernel.cache_dir' => false,
  5737. 'kernel.secret' => false,
  5738. 'debug.container.dump' => false,
  5739. 'serializer.mapping.cache.file' => false,
  5740. 'validator.mapping.cache.file' => false,
  5741. 'profiler.storage.dsn' => false,
  5742. 'sulu.cache_dir' => false,
  5743. 'sulu_core.proxy_cache_dir' => false,
  5744. 'doctrine.orm.proxy_dir' => false,
  5745. 'massive_search.metadata.prefix' => false,
  5746. 'massive_search.metadata.cache_dir' => false,
  5747. 'sulu_admin.email' => false,
  5748. 'sulu_website.sitemap.dump_dir' => false,
  5749. ];
  5750. private $dynamicParameters = [];
  5751. private function getDynamicParameter(string $name)
  5752. {
  5753. switch ($name) {
  5754. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5755. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  5756. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  5757. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  5758. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5759. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  5760. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  5761. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5762. case 'sulu.cache_dir': $value = ($this->targetDir.''.'/sulu'); break;
  5763. case 'sulu_core.proxy_cache_dir': $value = ($this->targetDir.''.'/sulu/proxies'); break;
  5764. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5765. case 'massive_search.metadata.prefix': $value = $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX'); break;
  5766. case 'massive_search.metadata.cache_dir': $value = ($this->targetDir.''.'/massive-search'); break;
  5767. case 'sulu_admin.email': $value = $this->getEnv('SULU_ADMIN_EMAIL'); break;
  5768. case 'sulu_website.sitemap.dump_dir': $value = ($this->targetDir.''.'/sulu/sitemaps'); break;
  5769. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  5770. }
  5771. $this->loadedDynamicParameters[$name] = true;
  5772. return $this->dynamicParameters[$name] = $value;
  5773. }
  5774. protected function getDefaultParameters(): array
  5775. {
  5776. return [
  5777. 'kernel.project_dir' => \dirname(__DIR__, 5),
  5778. 'kernel.environment' => 'dev',
  5779. 'kernel.debug' => true,
  5780. 'kernel.logs_dir' => (\dirname(__DIR__, 4).'/log/website'),
  5781. 'kernel.bundles' => [
  5782. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5783. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5784. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5785. 'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\SuluCoreBundle',
  5786. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5787. 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5788. 'DoctrinePHPCRBundle' => 'Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle',
  5789. 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  5790. 'RestRoutingBundle' => 'HandcraftedInTheAlps\\RestRoutingBundle\\RestRoutingBundle',
  5791. 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  5792. 'MassiveSearchBundle' => 'Massive\\Bundle\\SearchBundle\\MassiveSearchBundle',
  5793. 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  5794. 'SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\SuluAdminBundle',
  5795. 'SuluSearchBundle' => 'Sulu\\Bundle\\SearchBundle\\SuluSearchBundle',
  5796. 'SuluPersistenceBundle' => 'Sulu\\Bundle\\PersistenceBundle\\SuluPersistenceBundle',
  5797. 'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\SuluContactBundle',
  5798. 'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\SuluMediaBundle',
  5799. 'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\SuluSecurityBundle',
  5800. 'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\SuluCategoryBundle',
  5801. 'SuluSnippetBundle' => 'Sulu\\Bundle\\SnippetBundle\\SuluSnippetBundle',
  5802. 'SuluPageBundle' => 'Sulu\\Bundle\\PageBundle\\SuluPageBundle',
  5803. 'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\SuluTagBundle',
  5804. 'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\SuluWebsiteBundle',
  5805. 'SuluLocationBundle' => 'Sulu\\Bundle\\LocationBundle\\SuluLocationBundle',
  5806. 'SuluHttpCacheBundle' => 'Sulu\\Bundle\\HttpCacheBundle\\SuluHttpCacheBundle',
  5807. 'SuluDocumentManagerBundle' => 'Sulu\\Bundle\\DocumentManagerBundle\\SuluDocumentManagerBundle',
  5808. 'SuluHashBundle' => 'Sulu\\Bundle\\HashBundle\\SuluHashBundle',
  5809. 'SuluCustomUrlBundle' => 'Sulu\\Bundle\\CustomUrlBundle\\SuluCustomUrlBundle',
  5810. 'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\SuluRouteBundle',
  5811. 'SuluMarkupBundle' => 'Sulu\\Bundle\\MarkupBundle\\SuluMarkupBundle',
  5812. 'SuluReferenceBundle' => 'Sulu\\Bundle\\ReferenceBundle\\SuluReferenceBundle',
  5813. 'MassiveBuildBundle' => 'Massive\\Bundle\\BuildBundle\\MassiveBuildBundle',
  5814. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5815. 'SuluTestBundle' => 'Sulu\\Bundle\\TestBundle\\SuluTestBundle',
  5816. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5817. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5818. 'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\SuluPreviewBundle',
  5819. 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  5820. 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  5821. 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  5822. 'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\SuluActivityBundle',
  5823. 'SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\SuluTrashBundle',
  5824. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  5825. 'SuluFormBundle' => 'Sulu\\Bundle\\FormBundle\\SuluFormBundle',
  5826. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5827. 'CHCookieConsentBundle' => 'ConnectHolland\\CookieConsentBundle\\CHCookieConsentBundle',
  5828. 'PhpcrMigrationsBundle' => 'PHPCR\\PhpcrMigrationsBundle\\PhpcrMigrationsBundle',
  5829. ],
  5830. 'kernel.bundles_metadata' => [
  5831. 'FrameworkBundle' => [
  5832. 'path' => (\dirname(__DIR__, 5).'/vendor/symfony/framework-bundle'),
  5833. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5834. ],
  5835. 'TwigBundle' => [
  5836. 'path' => (\dirname(__DIR__, 5).'/vendor/symfony/twig-bundle'),
  5837. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5838. ],
  5839. 'MonologBundle' => [
  5840. 'path' => (\dirname(__DIR__, 5).'/vendor/symfony/monolog-bundle'),
  5841. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5842. ],
  5843. 'SuluCoreBundle' => [
  5844. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle'),
  5845. 'namespace' => 'Sulu\\Bundle\\CoreBundle',
  5846. ],
  5847. 'DoctrineBundle' => [
  5848. 'path' => (\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle'),
  5849. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5850. ],
  5851. 'DoctrineFixturesBundle' => [
  5852. 'path' => (\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-fixtures-bundle'),
  5853. 'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  5854. ],
  5855. 'DoctrinePHPCRBundle' => [
  5856. 'path' => (\dirname(__DIR__, 5).'/vendor/doctrine/phpcr-bundle/src'),
  5857. 'namespace' => 'Doctrine\\Bundle\\PHPCRBundle',
  5858. ],
  5859. 'FOSRestBundle' => [
  5860. 'path' => (\dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle'),
  5861. 'namespace' => 'FOS\\RestBundle',
  5862. ],
  5863. 'RestRoutingBundle' => [
  5864. 'path' => (\dirname(__DIR__, 5).'/vendor/handcraftedinthealps/rest-routing-bundle'),
  5865. 'namespace' => 'HandcraftedInTheAlps\\RestRoutingBundle',
  5866. ],
  5867. 'JMSSerializerBundle' => [
  5868. 'path' => (\dirname(__DIR__, 5).'/vendor/jms/serializer-bundle'),
  5869. 'namespace' => 'JMS\\SerializerBundle',
  5870. ],
  5871. 'MassiveSearchBundle' => [
  5872. 'path' => (\dirname(__DIR__, 5).'/vendor/massive/search-bundle'),
  5873. 'namespace' => 'Massive\\Bundle\\SearchBundle',
  5874. ],
  5875. 'FOSHttpCacheBundle' => [
  5876. 'path' => (\dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  5877. 'namespace' => 'FOS\\HttpCacheBundle',
  5878. ],
  5879. 'SuluAdminBundle' => [
  5880. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle'),
  5881. 'namespace' => 'Sulu\\Bundle\\AdminBundle',
  5882. ],
  5883. 'SuluSearchBundle' => [
  5884. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle'),
  5885. 'namespace' => 'Sulu\\Bundle\\SearchBundle',
  5886. ],
  5887. 'SuluPersistenceBundle' => [
  5888. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle'),
  5889. 'namespace' => 'Sulu\\Bundle\\PersistenceBundle',
  5890. ],
  5891. 'SuluContactBundle' => [
  5892. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle'),
  5893. 'namespace' => 'Sulu\\Bundle\\ContactBundle',
  5894. ],
  5895. 'SuluMediaBundle' => [
  5896. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle'),
  5897. 'namespace' => 'Sulu\\Bundle\\MediaBundle',
  5898. ],
  5899. 'SuluSecurityBundle' => [
  5900. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle'),
  5901. 'namespace' => 'Sulu\\Bundle\\SecurityBundle',
  5902. ],
  5903. 'SuluCategoryBundle' => [
  5904. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle'),
  5905. 'namespace' => 'Sulu\\Bundle\\CategoryBundle',
  5906. ],
  5907. 'SuluSnippetBundle' => [
  5908. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle'),
  5909. 'namespace' => 'Sulu\\Bundle\\SnippetBundle',
  5910. ],
  5911. 'SuluPageBundle' => [
  5912. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle'),
  5913. 'namespace' => 'Sulu\\Bundle\\PageBundle',
  5914. ],
  5915. 'SuluTagBundle' => [
  5916. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle'),
  5917. 'namespace' => 'Sulu\\Bundle\\TagBundle',
  5918. ],
  5919. 'SuluWebsiteBundle' => [
  5920. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle'),
  5921. 'namespace' => 'Sulu\\Bundle\\WebsiteBundle',
  5922. ],
  5923. 'SuluLocationBundle' => [
  5924. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle'),
  5925. 'namespace' => 'Sulu\\Bundle\\LocationBundle',
  5926. ],
  5927. 'SuluHttpCacheBundle' => [
  5928. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle'),
  5929. 'namespace' => 'Sulu\\Bundle\\HttpCacheBundle',
  5930. ],
  5931. 'SuluDocumentManagerBundle' => [
  5932. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle'),
  5933. 'namespace' => 'Sulu\\Bundle\\DocumentManagerBundle',
  5934. ],
  5935. 'SuluHashBundle' => [
  5936. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle'),
  5937. 'namespace' => 'Sulu\\Bundle\\HashBundle',
  5938. ],
  5939. 'SuluCustomUrlBundle' => [
  5940. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle'),
  5941. 'namespace' => 'Sulu\\Bundle\\CustomUrlBundle',
  5942. ],
  5943. 'SuluRouteBundle' => [
  5944. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle'),
  5945. 'namespace' => 'Sulu\\Bundle\\RouteBundle',
  5946. ],
  5947. 'SuluMarkupBundle' => [
  5948. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle'),
  5949. 'namespace' => 'Sulu\\Bundle\\MarkupBundle',
  5950. ],
  5951. 'SuluReferenceBundle' => [
  5952. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ReferenceBundle'),
  5953. 'namespace' => 'Sulu\\Bundle\\ReferenceBundle',
  5954. ],
  5955. 'MassiveBuildBundle' => [
  5956. 'path' => (\dirname(__DIR__, 5).'/vendor/massive/build-bundle'),
  5957. 'namespace' => 'Massive\\Bundle\\BuildBundle',
  5958. ],
  5959. 'WebProfilerBundle' => [
  5960. 'path' => (\dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle'),
  5961. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5962. ],
  5963. 'SuluTestBundle' => [
  5964. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle'),
  5965. 'namespace' => 'Sulu\\Bundle\\TestBundle',
  5966. ],
  5967. 'DebugBundle' => [
  5968. 'path' => (\dirname(__DIR__, 5).'/vendor/symfony/debug-bundle'),
  5969. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5970. ],
  5971. 'SecurityBundle' => [
  5972. 'path' => (\dirname(__DIR__, 5).'/vendor/symfony/security-bundle'),
  5973. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5974. ],
  5975. 'SuluPreviewBundle' => [
  5976. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle'),
  5977. 'namespace' => 'Sulu\\Bundle\\PreviewBundle',
  5978. ],
  5979. 'FOSJsRoutingBundle' => [
  5980. 'path' => (\dirname(__DIR__, 5).'/vendor/friendsofsymfony/jsrouting-bundle'),
  5981. 'namespace' => 'FOS\\JsRoutingBundle',
  5982. ],
  5983. 'CmfRoutingBundle' => [
  5984. 'path' => (\dirname(__DIR__, 5).'/vendor/symfony-cmf/routing-bundle/src'),
  5985. 'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  5986. ],
  5987. 'StofDoctrineExtensionsBundle' => [
  5988. 'path' => (\dirname(__DIR__, 5).'/vendor/stof/doctrine-extensions-bundle/src'),
  5989. 'namespace' => 'Stof\\DoctrineExtensionsBundle',
  5990. ],
  5991. 'SuluActivityBundle' => [
  5992. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle'),
  5993. 'namespace' => 'Sulu\\Bundle\\ActivityBundle',
  5994. ],
  5995. 'SuluTrashBundle' => [
  5996. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle'),
  5997. 'namespace' => 'Sulu\\Bundle\\TrashBundle',
  5998. ],
  5999. 'WebpackEncoreBundle' => [
  6000. 'path' => (\dirname(__DIR__, 5).'/vendor/symfony/webpack-encore-bundle/src'),
  6001. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  6002. ],
  6003. 'SuluFormBundle' => [
  6004. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/form-bundle'),
  6005. 'namespace' => 'Sulu\\Bundle\\FormBundle',
  6006. ],
  6007. 'DoctrineMigrationsBundle' => [
  6008. 'path' => (\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-migrations-bundle'),
  6009. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6010. ],
  6011. 'CHCookieConsentBundle' => [
  6012. 'path' => (\dirname(__DIR__, 5).'/vendor/connectholland/cookie-consent-bundle'),
  6013. 'namespace' => 'ConnectHolland\\CookieConsentBundle',
  6014. ],
  6015. 'PhpcrMigrationsBundle' => [
  6016. 'path' => (\dirname(__DIR__, 5).'/vendor/phpcr/phpcr-migrations-bundle/src'),
  6017. 'namespace' => 'PHPCR\\PhpcrMigrationsBundle',
  6018. ],
  6019. ],
  6020. 'kernel.charset' => 'UTF-8',
  6021. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  6022. 'sulu.context' => 'website',
  6023. 'sulu.common_cache_dir' => (\dirname(__DIR__, 3).'/common/dev'),
  6024. 'container.dumper.inline_class_loader' => true,
  6025. 'env(MASSIVE_SEARCH_PREFIX)' => 'massive',
  6026. 'env(PHPCR_WORKSPACE)' => 'default',
  6027. 'default_locale' => 'en',
  6028. 'event_dispatcher.event_aliases' => [
  6029. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6030. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6031. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6032. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6033. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6034. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6035. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6036. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6037. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6038. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6039. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6040. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6041. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6042. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6043. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6044. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6045. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6046. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6047. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6048. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6049. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6050. ],
  6051. 'fragment.renderer.hinclude.global_template' => NULL,
  6052. 'fragment.path' => '/_fragment',
  6053. 'kernel.http_method_override' => true,
  6054. 'kernel.trusted_hosts' => [
  6055. ],
  6056. 'kernel.default_locale' => 'en',
  6057. 'kernel.enabled_locales' => [
  6058. ],
  6059. 'kernel.error_controller' => 'error_controller',
  6060. 'debug.file_link_format' => NULL,
  6061. 'asset.request_context.base_path' => NULL,
  6062. 'asset.request_context.secure' => NULL,
  6063. 'translator.logging' => false,
  6064. 'translator.default_path' => (\dirname(__DIR__, 5).'/translations'),
  6065. 'debug.error_handler.throw_at' => -1,
  6066. 'router.request_context.host' => 'localhost',
  6067. 'router.request_context.scheme' => 'http',
  6068. 'router.request_context.base_url' => '',
  6069. 'router.resource' => 'kernel::loadRoutes',
  6070. 'request_listener.http_port' => 80,
  6071. 'request_listener.https_port' => 443,
  6072. 'session.metadata.storage_key' => '_sf2_meta',
  6073. 'session.storage.options' => [
  6074. 'cache_limiter' => '0',
  6075. 'name' => 'SULUSESSID',
  6076. 'cookie_secure' => 'auto',
  6077. 'cookie_httponly' => true,
  6078. 'cookie_samesite' => 'lax',
  6079. 'gc_probability' => 1,
  6080. ],
  6081. 'session.save_path' => NULL,
  6082. 'session.metadata.update_threshold' => 0,
  6083. 'form.type_extension.csrf.enabled' => true,
  6084. 'form.type_extension.csrf.field_name' => '_token',
  6085. 'validator.translation_domain' => 'validators',
  6086. 'profiler_listener.only_exceptions' => false,
  6087. 'profiler_listener.only_main_requests' => false,
  6088. 'twig.form.resources' => [
  6089. 0 => 'form_div_layout.html.twig',
  6090. ],
  6091. 'twig.default_path' => (\dirname(__DIR__, 5).'/templates'),
  6092. 'monolog.use_microseconds' => true,
  6093. 'monolog.swift_mailer.handlers' => [
  6094. ],
  6095. 'monolog.handlers_to_channels' => [
  6096. 'monolog.handler.console' => [
  6097. 'type' => 'exclusive',
  6098. 'elements' => [
  6099. 0 => 'event',
  6100. 1 => 'doctrine',
  6101. 2 => 'console',
  6102. ],
  6103. ],
  6104. 'monolog.handler.main' => [
  6105. 'type' => 'exclusive',
  6106. 'elements' => [
  6107. 0 => 'event',
  6108. ],
  6109. ],
  6110. ],
  6111. 'sulu_core.locales' => [
  6112. 0 => 'de',
  6113. ],
  6114. 'sulu_core.translated_locales' => [
  6115. 'de' => 'Deutsch',
  6116. ],
  6117. 'sulu_core.translations' => [
  6118. 0 => 'de',
  6119. ],
  6120. 'sulu_core.fallback_locale' => 'en',
  6121. 'sulu.content.language.namespace' => 'i18n',
  6122. 'sulu.content.language.default' => 'en',
  6123. 'sulu.content.node_names.base' => 'cmf',
  6124. 'sulu.content.node_names.content' => 'contents',
  6125. 'sulu.content.node_names.route' => 'routes',
  6126. 'sulu.content.node_names.snippet' => 'snippets',
  6127. 'sulu.content.structure.default_types' => [
  6128. 'snippet' => 'default',
  6129. ],
  6130. 'sulu.content.structure.default_type.snippet' => 'default',
  6131. 'sulu.content.structure.required_properties' => [
  6132. 'home' => [
  6133. 0 => 'title',
  6134. ],
  6135. 'page' => [
  6136. 0 => 'title',
  6137. ],
  6138. 'snippet' => [
  6139. 0 => 'title',
  6140. ],
  6141. ],
  6142. 'sulu.content.structure.required_tags' => [
  6143. 'home' => [
  6144. 0 => 'sulu.rlp',
  6145. ],
  6146. 'page' => [
  6147. 0 => 'sulu.rlp',
  6148. ],
  6149. ],
  6150. 'sulu.content.internal_prefix' => '',
  6151. 'sulu.content.structure.type_map' => [
  6152. 'page' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  6153. 'home' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  6154. 'snippet' => 'Sulu\\Component\\Content\\Compat\\Structure\\SnippetBridge',
  6155. ],
  6156. 'sulu.content.structure.paths' => [
  6157. 'page' => [
  6158. 0 => [
  6159. 'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Content/templates'),
  6160. 'type' => 'page',
  6161. ],
  6162. 1 => [
  6163. 'path' => (\dirname(__DIR__, 5).'/config/templates/pages'),
  6164. 'type' => 'page',
  6165. ],
  6166. ],
  6167. 'home' => [
  6168. 0 => [
  6169. 'path' => (\dirname(__DIR__, 5).'/config/templates/pages'),
  6170. 'type' => 'home',
  6171. ],
  6172. ],
  6173. 'snippet' => [
  6174. 0 => [
  6175. 'path' => (\dirname(__DIR__, 5).'/config/templates/snippets'),
  6176. 'type' => 'snippet',
  6177. ],
  6178. ],
  6179. 'block' => [
  6180. 0 => [
  6181. 'path' => (\dirname(__DIR__, 5).'/config/templates/blocks'),
  6182. 'type' => 'block',
  6183. ],
  6184. ],
  6185. ],
  6186. 'sulu.content.path_cleaner.replacer_loader.file_locator.class' => 'Symfony\\Component\\Config\\FileLocator',
  6187. 'sulu.content.path_cleaner.replacer_loader.class' => 'Sulu\\Bundle\\CoreBundle\\DataFixtures\\ReplacerXmlLoader',
  6188. 'sulu.content.path_cleaner.class' => 'Sulu\\Component\\PHPCR\\PathCleanup',
  6189. 'sulu.content.template_resolver.class' => 'Sulu\\Component\\Content\\Template\\TemplateResolver',
  6190. 'sulu.content.mapper.class' => 'Sulu\\Component\\Content\\Mapper\\ContentMapper',
  6191. 'sulu.content.structure_manager.class' => 'Sulu\\Component\\Content\\Compat\\StructureManager',
  6192. 'sulu.content.webspace_structure_provider.class' => 'Sulu\\Component\\Webspace\\StructureProvider\\WebspaceStructureProvider',
  6193. 'sulu.content.type_manager.class' => 'Sulu\\Component\\Content\\ContentTypeManager',
  6194. 'sulu.content.type.number.class' => 'Sulu\\Component\\Content\\Types\\Number',
  6195. 'sulu.content.type.text_line.class' => 'Sulu\\Component\\Content\\Types\\TextLine',
  6196. 'sulu.content.type.text_area.class' => 'Sulu\\Component\\Content\\Types\\TextArea',
  6197. 'sulu.content.type.text_editor.class' => 'Sulu\\Component\\Content\\Types\\TextEditor',
  6198. 'sulu.content.type.resource_locator.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator',
  6199. 'sulu.content.type.link.class' => 'Sulu\\Component\\Content\\Types\\Link',
  6200. 'sulu.content.type.single_icon_selection.class' => 'Sulu\\Component\\Content\\Types\\SingleIconSelection',
  6201. 'sulu.content.type.block.class' => 'Sulu\\Component\\Content\\Types\\BlockContentType',
  6202. 'sulu.content.resource_locator.mapper.phpcr.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator\\Mapper\\PhpcrMapper',
  6203. 'sulu.content.query_executor.class' => 'Sulu\\Component\\Content\\Query\\ContentQueryExecutor',
  6204. 'sulu.cache.warmer.structure.class' => 'Sulu\\Bundle\\CoreBundle\\Cache\\StructureWarmer',
  6205. 'sulu.util.node_helper.class' => 'Sulu\\Component\\Util\\SuluNodeHelper',
  6206. 'sulu_core.webspace.config_dir' => (\dirname(__DIR__, 5).'/config/webspaces'),
  6207. 'sulu_core.webspace.cache_class' => 'websiteWebspaceCollectionCache',
  6208. 'sulu_core.webspace.base_class' => 'WebspaceCollection',
  6209. 'sulu_core.cache.memoize.default_lifetime' => 1,
  6210. 'sulu.fields_defaults.translations' => [
  6211. 'id' => 'public.id',
  6212. 'title' => 'public.title',
  6213. 'name' => 'public.name',
  6214. 'created' => 'public.created',
  6215. 'changed' => 'public.changed',
  6216. ],
  6217. 'sulu.fields_defaults.widths' => [
  6218. 'id' => '50px',
  6219. ],
  6220. 'sulu.phpcr.session.class' => 'Sulu\\Component\\PHPCR\\SessionManager\\SessionManager',
  6221. 'sulu_core.build.builder.database.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\DatabaseBuilder',
  6222. 'sulu_core.build.builder.phpcr.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrBuilder',
  6223. 'sulu_core.build.builder.phpcr_migrations.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrMigrationsBuilder',
  6224. 'sulu_core.build.builder.fixtures.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\FixturesBuilder',
  6225. 'sulu.core.localization_manager.class' => 'Sulu\\Component\\Localization\\Manager\\LocalizationManager',
  6226. 'sulu.core.localization_manager.core_provider.class' => 'Sulu\\Component\\Localization\\Provider\\LocalizationProvider',
  6227. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6228. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6229. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6230. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6231. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6232. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6233. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6234. 'doctrine.entity_managers' => [
  6235. 'default' => 'doctrine.orm.default_entity_manager',
  6236. ],
  6237. 'doctrine.default_entity_manager' => 'default',
  6238. 'doctrine.dbal.connection_factory.types' => [
  6239. ],
  6240. 'doctrine.connections' => [
  6241. 'default' => 'doctrine.dbal.default_connection',
  6242. ],
  6243. 'doctrine.default_connection' => 'default',
  6244. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6245. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6246. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6247. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6248. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6249. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6250. 'doctrine.orm.cache.memcache_host' => 'localhost',
  6251. 'doctrine.orm.cache.memcache_port' => 11211,
  6252. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6253. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6254. 'doctrine.orm.cache.memcached_host' => 'localhost',
  6255. 'doctrine.orm.cache.memcached_port' => 11211,
  6256. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6257. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6258. 'doctrine.orm.cache.redis_host' => 'localhost',
  6259. 'doctrine.orm.cache.redis_port' => 6379,
  6260. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6261. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6262. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6263. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6264. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6265. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6266. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6267. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6268. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6269. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6270. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6271. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6272. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6273. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6274. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6275. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6276. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6277. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6278. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6279. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6280. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6281. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6282. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  6283. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6284. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6285. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6286. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6287. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6288. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6289. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6290. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6291. 'doctrine.orm.auto_generate_proxy_classes' => true,
  6292. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  6293. 'doctrine.orm.proxy_namespace' => 'Proxies',
  6294. 'doctrine_phpcr.sessions' => [
  6295. 'default' => 'doctrine_phpcr.default_session',
  6296. 'live' => 'doctrine_phpcr.live_session',
  6297. ],
  6298. 'doctrine_phpcr.odm.document_managers' => [
  6299. ],
  6300. 'doctrine_phpcr.default_session' => 'live',
  6301. 'doctrine_phpcr.odm.default_document_manager' => '',
  6302. 'doctrine_phpcr.dump_max_line_length' => 120,
  6303. 'doctrine_phpcr.form.type_guess' => [
  6304. ],
  6305. 'jms_serializer.twig_enabled' => 'default',
  6306. 'massive_search.search_manager.class' => 'Massive\\Bundle\\SearchBundle\\Search\\SearchManager',
  6307. 'massive_search.object_to_document_converter.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ObjectToDocumentConverter',
  6308. 'massive_search.expression_language.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ExpressionLanguage\\MassiveSearchExpressionLanguage',
  6309. 'massive_search.search.adapter.zend_lucene.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ZendLuceneAdapter',
  6310. 'massive_search.search.adapter.test.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\TestAdapter',
  6311. 'massive_search.factory_default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Factory',
  6312. 'massive_search.controller.rest.class' => 'Massive\\Bundle\\SearchBundle\\Controller\\SearchController',
  6313. 'massive_search.events.index' => 'massive_search.index',
  6314. 'massive_search.events.deindex' => 'massive_search.deindex',
  6315. 'massive_search.adapter.zend_lucene.basepath' => (\dirname(__DIR__, 4).'/indexes'),
  6316. 'massive_search.adapter.zend_lucene.hide_index_exception' => false,
  6317. 'massive_search.adapter.zend_lucene.encoding' => 'UTF-8',
  6318. 'massive_search.metadata.debug' => true,
  6319. 'massive_search.metadata.driver.xml.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Driver\\XmlDriver',
  6320. 'massive_search.metadata.driver.annotation.class' => 'Symfony\\Cmf\\Bundle\\TreeUiBundle\\Tree\\Metadata\\Driver\\AnnotationDriver',
  6321. 'massive_search.metadata.driver.chain.class' => 'Metadata\\Driver\\DriverChain',
  6322. 'massive_search.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  6323. 'massive_search.metadata.factory.class' => 'Metadata\\MetadataFactory',
  6324. 'massive_search.metadata.field_evaluator.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\FieldEvaluator',
  6325. 'massive_search.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  6326. 'massive_search.metadata.provider.default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\DefaultProvider',
  6327. 'massive_search.metadata.provider.chain.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\ChainProvider',
  6328. 'fos_http_cache.debug_header' => 'X-Cache-Debug',
  6329. 'fos_http_cache.cacheable.response.additional_status' => [
  6330. ],
  6331. 'fos_http_cache.proxy_client.symfony.options' => [
  6332. 'tags_header' => 'X-Cache-Tags',
  6333. 'tags_method' => 'PURGETAGS',
  6334. 'purge_method' => 'PURGE',
  6335. ],
  6336. 'fos_http_cache.cache_manager.generate_url_type' => 0,
  6337. 'fos_http_cache.compiler_pass.tag_annotations' => false,
  6338. 'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  6339. 'fos_http_cache.tag_handler.separator' => ',',
  6340. 'fos_http_cache.tag_handler.strict' => false,
  6341. 'sulu_admin.name' => 'Sulu Admin',
  6342. 'sulu_admin.user_data_service' => 'sulu_security.user_manager',
  6343. 'sulu_admin.resources' => [
  6344. 'forms' => [
  6345. 'routes' => [
  6346. 'list' => 'sulu_form.get_forms',
  6347. 'detail' => 'sulu_form.get_form',
  6348. ],
  6349. ],
  6350. 'dynamic_forms' => [
  6351. 'routes' => [
  6352. 'list' => 'sulu_form.get_dynamics',
  6353. 'detail' => 'sulu_form.delete_dynamic',
  6354. ],
  6355. ],
  6356. 'trash_items' => [
  6357. 'routes' => [
  6358. 'list' => 'sulu_trash.get_trash-items',
  6359. 'detail' => 'sulu_trash.get_trash-item',
  6360. ],
  6361. ],
  6362. 'activities' => [
  6363. 'routes' => [
  6364. 'list' => 'sulu_activity.get_activities',
  6365. ],
  6366. ],
  6367. 'preview_links' => [
  6368. 'routes' => [
  6369. 'detail' => 'sulu_preview.get_preview-link',
  6370. ],
  6371. ],
  6372. 'references' => [
  6373. 'routes' => [
  6374. 'list' => 'sulu_reference.get_references',
  6375. ],
  6376. ],
  6377. 'routes' => [
  6378. 'routes' => [
  6379. 'list' => 'sulu_routes.get_routes',
  6380. ],
  6381. ],
  6382. 'custom_urls' => [
  6383. 'routes' => [
  6384. 'list' => 'sulu_custom_url.cget_webspace_custom-urls',
  6385. 'detail' => 'sulu_custom_url.get_webspace_custom-urls',
  6386. ],
  6387. ],
  6388. 'custom_url_routes' => [
  6389. 'routes' => [
  6390. 'list' => 'sulu_custom_url.get_webspace_custom-urls_routes',
  6391. ],
  6392. ],
  6393. 'geolocator_locations' => [
  6394. 'routes' => [
  6395. 'list' => 'sulu_location.geolocator_query',
  6396. ],
  6397. ],
  6398. 'analytics' => [
  6399. 'routes' => [
  6400. 'list' => 'sulu_website.cget_webspace_analytics',
  6401. 'detail' => 'sulu_website.get_webspace_analytics',
  6402. ],
  6403. ],
  6404. 'tags' => [
  6405. 'routes' => [
  6406. 'list' => 'sulu_tag.get_tags',
  6407. 'detail' => 'sulu_tag.get_tag',
  6408. ],
  6409. ],
  6410. 'page_resourcelocators' => [
  6411. 'routes' => [
  6412. 'list' => 'sulu_page.get_page_resourcelocators',
  6413. ],
  6414. ],
  6415. 'pages' => [
  6416. 'routes' => [
  6417. 'list' => 'sulu_page.get_pages',
  6418. 'detail' => 'sulu_page.get_page',
  6419. ],
  6420. 'views' => [
  6421. 'list' => 'sulu_page.pages_list',
  6422. 'detail' => 'sulu_page.page_edit_form',
  6423. ],
  6424. 'security_context' => 'sulu.webspaces.#webspace#',
  6425. 'security_class' => 'Sulu\\Component\\Content\\Document\\Behavior\\SecurityBehavior',
  6426. ],
  6427. 'page_versions' => [
  6428. 'routes' => [
  6429. 'list' => 'sulu_page.get_page_versions',
  6430. 'detail' => 'sulu_page.post_page_version_trigger',
  6431. ],
  6432. ],
  6433. 'webspaces' => [
  6434. 'routes' => [
  6435. 'list' => 'sulu_page.get_webspaces',
  6436. 'detail' => 'sulu_page.get_webspace',
  6437. ],
  6438. ],
  6439. 'snippets' => [
  6440. 'routes' => [
  6441. 'list' => 'sulu_snippet.get_snippets',
  6442. 'detail' => 'sulu_snippet.get_snippet',
  6443. ],
  6444. 'views' => [
  6445. 'list' => 'sulu_snippet.list',
  6446. 'detail' => 'sulu_snippet.edit_form',
  6447. ],
  6448. ],
  6449. 'snippet_areas' => [
  6450. 'routes' => [
  6451. 'list' => 'sulu_snippet.get_snippet-areas',
  6452. 'detail' => 'sulu_snippet.put_snippet-area',
  6453. ],
  6454. ],
  6455. 'categories' => [
  6456. 'routes' => [
  6457. 'list' => 'sulu_category.get_categories',
  6458. 'detail' => 'sulu_category.get_category',
  6459. ],
  6460. ],
  6461. 'category_keywords' => [
  6462. 'routes' => [
  6463. 'list' => 'sulu_category.get_category_keywords',
  6464. 'detail' => 'sulu_category.get_category_keyword',
  6465. ],
  6466. ],
  6467. 'permissions' => [
  6468. 'routes' => [
  6469. 'detail' => 'sulu_security.get_permissions',
  6470. ],
  6471. ],
  6472. 'roles' => [
  6473. 'routes' => [
  6474. 'list' => 'sulu_security.get_roles',
  6475. 'detail' => 'sulu_security.get_role',
  6476. ],
  6477. ],
  6478. 'users' => [
  6479. 'routes' => [
  6480. 'list' => 'sulu_security.get_users',
  6481. 'detail' => 'sulu_security.get_user',
  6482. ],
  6483. ],
  6484. 'profile' => [
  6485. 'routes' => [
  6486. 'detail' => 'sulu_security.get_profile',
  6487. ],
  6488. ],
  6489. 'media' => [
  6490. 'routes' => [
  6491. 'list' => 'sulu_media.cget_media',
  6492. 'detail' => 'sulu_media.get_media',
  6493. ],
  6494. 'security_context' => 'sulu.media.collections',
  6495. 'security_class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  6496. ],
  6497. 'media_preview' => [
  6498. 'routes' => [
  6499. 'detail' => 'sulu_media.post_media_preview',
  6500. ],
  6501. ],
  6502. 'media_formats' => [
  6503. 'routes' => [
  6504. 'list' => 'sulu_media.get_media_formats',
  6505. 'detail' => 'sulu_media.put_media_format',
  6506. ],
  6507. ],
  6508. 'media_versions' => [
  6509. 'routes' => [
  6510. 'detail' => 'sulu_media.delete_media_version',
  6511. ],
  6512. ],
  6513. 'collections' => [
  6514. 'routes' => [
  6515. 'list' => 'sulu_media.get_collections',
  6516. 'detail' => 'sulu_media.get_collection',
  6517. ],
  6518. ],
  6519. 'formats' => [
  6520. 'routes' => [
  6521. 'list' => 'sulu_media.get_formats',
  6522. 'detail' => 'sulu_media.get_format',
  6523. ],
  6524. ],
  6525. 'contacts' => [
  6526. 'routes' => [
  6527. 'list' => 'sulu_contact.get_contacts',
  6528. 'detail' => 'sulu_contact.get_contact',
  6529. ],
  6530. ],
  6531. 'contact_titles' => [
  6532. 'routes' => [
  6533. 'list' => 'sulu_contact.get_contact-titles',
  6534. ],
  6535. ],
  6536. 'contact_positions' => [
  6537. 'routes' => [
  6538. 'list' => 'sulu_contact.get_contact-positions',
  6539. ],
  6540. ],
  6541. 'contact_media' => [
  6542. 'routes' => [
  6543. 'list' => 'sulu_contact.cget_contact_medias',
  6544. 'detail' => 'sulu_contact.delete_contact_medias',
  6545. ],
  6546. ],
  6547. 'accounts' => [
  6548. 'routes' => [
  6549. 'list' => 'sulu_contact.get_accounts',
  6550. 'detail' => 'sulu_contact.get_account',
  6551. ],
  6552. ],
  6553. 'account_media' => [
  6554. 'routes' => [
  6555. 'list' => 'sulu_contact.cget_account_medias',
  6556. 'detail' => 'sulu_contact.delete_account_medias',
  6557. ],
  6558. ],
  6559. 'account_contacts' => [
  6560. 'routes' => [
  6561. 'list' => 'sulu_contact.get_account_contacts',
  6562. 'detail' => 'sulu_contact.delete_account_contacts',
  6563. ],
  6564. ],
  6565. 'search' => [
  6566. 'routes' => [
  6567. 'list' => 'sulu_search_search',
  6568. ],
  6569. ],
  6570. 'search_indexes' => [
  6571. 'routes' => [
  6572. 'list' => 'sulu_search_indexes',
  6573. ],
  6574. ],
  6575. 'collaborations' => [
  6576. 'routes' => [
  6577. 'detail' => 'sulu_admin.put_collaborations',
  6578. ],
  6579. ],
  6580. 'localizations' => [
  6581. 'routes' => [
  6582. 'list' => 'sulu_core.get_localizations',
  6583. ],
  6584. ],
  6585. 'teasers' => [
  6586. 'routes' => [
  6587. 'list' => 'sulu_page.get_teasers',
  6588. ],
  6589. ],
  6590. 'icons' => [
  6591. 'routes' => [
  6592. 'list' => 'sulu_admin.get_icons',
  6593. ],
  6594. ],
  6595. ],
  6596. 'sulu_admin.collaboration_enabled' => false,
  6597. 'sulu_admin.collaboration_interval' => 20,
  6598. 'sulu_admin.collaboration_threshold' => 60,
  6599. 'sulu_admin.forms.directories' => [
  6600. 0 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/forms'),
  6601. 1 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/forms'),
  6602. 2 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/forms'),
  6603. 3 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/forms'),
  6604. 4 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/forms'),
  6605. 5 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/forms'),
  6606. 6 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/forms'),
  6607. 7 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/forms'),
  6608. 8 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/forms'),
  6609. 9 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/DependencyInjection/../Resources/config/forms'),
  6610. 10 => (\dirname(__DIR__, 5).'/config/forms'),
  6611. ],
  6612. 'sulu_admin.lists.directories' => [
  6613. 0 => (\dirname(__DIR__, 5).'/vendor/sulu/form-bundle/DependencyInjection/../Resources/config/lists'),
  6614. 1 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6615. 2 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6616. 3 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ReferenceBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6617. 4 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/lists'),
  6618. 5 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/lists'),
  6619. 6 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/lists'),
  6620. 7 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/lists'),
  6621. 8 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/lists'),
  6622. 9 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/lists'),
  6623. 10 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/lists'),
  6624. 11 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/lists'),
  6625. 12 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/lists'),
  6626. 13 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/DependencyInjection/../Resources/config/lists'),
  6627. 14 => (\dirname(__DIR__, 5).'/config/lists'),
  6628. ],
  6629. 'sulu_admin.icon_sets' => [
  6630. 'sulu' => 'icomoon:///www/htdocs/w00cd56a/prod_theatertotal/theatertotal_sulu_update/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/DependencyInjection/../Resources/js/components/Icon/selection.json',
  6631. ],
  6632. 'sulu_admin.admin_controller.class' => 'Sulu\\Bundle\\AdminBundle\\Controller\\AdminController',
  6633. 'sulu_admin.admin_pool.class' => 'Sulu\\Bundle\\AdminBundle\\Admin\\AdminPool',
  6634. 'sulu_search.indexes' => [
  6635. 'snippet' => [
  6636. 'name' => 'sulu_snippet.snippets',
  6637. 'icon' => 'su-snippet',
  6638. 'view' => [
  6639. 'name' => 'sulu_snippet.edit_form',
  6640. 'result_to_view' => [
  6641. 'id' => 'id',
  6642. 'locale' => 'locale',
  6643. ],
  6644. ],
  6645. 'security_context' => 'sulu.global.snippets',
  6646. 'contexts' => [
  6647. ],
  6648. ],
  6649. 'category' => [
  6650. 'name' => 'sulu_category.categories',
  6651. 'icon' => 'su-tag',
  6652. 'view' => [
  6653. 'name' => 'sulu_category.edit_form',
  6654. 'result_to_view' => [
  6655. 'id' => 'id',
  6656. 'locale' => 'locale',
  6657. ],
  6658. ],
  6659. 'security_context' => 'sulu.settings.categories',
  6660. 'contexts' => [
  6661. ],
  6662. ],
  6663. 'media' => [
  6664. 'name' => 'sulu_media.media',
  6665. 'icon' => 'su-image',
  6666. 'view' => [
  6667. 'name' => 'sulu_media.form',
  6668. 'result_to_view' => [
  6669. 'id' => 'id',
  6670. 'locale' => 'locale',
  6671. ],
  6672. ],
  6673. 'security_context' => 'sulu.media.collections',
  6674. 'contexts' => [
  6675. ],
  6676. ],
  6677. 'contact' => [
  6678. 'name' => 'sulu_contact.people',
  6679. 'icon' => 'su-user',
  6680. 'view' => [
  6681. 'name' => 'sulu_contact.contact_edit_form',
  6682. 'result_to_view' => [
  6683. 'id' => 'id',
  6684. 'locale' => 'locale',
  6685. ],
  6686. ],
  6687. 'security_context' => 'sulu.contact.people',
  6688. 'contexts' => [
  6689. ],
  6690. ],
  6691. 'account' => [
  6692. 'name' => 'sulu_contact.organizations',
  6693. 'icon' => 'su-house',
  6694. 'view' => [
  6695. 'name' => 'sulu_contact.account_edit_form',
  6696. 'result_to_view' => [
  6697. 'id' => 'id',
  6698. 'locale' => 'locale',
  6699. ],
  6700. ],
  6701. 'security_context' => 'sulu.contact.organizations',
  6702. 'contexts' => [
  6703. ],
  6704. ],
  6705. 'page_example' => [
  6706. 'name' => 'TheaterTotal.de',
  6707. 'icon' => 'su-document',
  6708. 'view' => [
  6709. 'name' => 'sulu_page.page_edit_form',
  6710. 'result_to_view' => [
  6711. 'id' => 'id',
  6712. 'locale' => 'locale',
  6713. 'properties/webspace_key' => 'webspace',
  6714. ],
  6715. ],
  6716. 'security_context' => 'sulu.webspaces.example',
  6717. ],
  6718. 'page_example_published' => [
  6719. 'name' => 'TheaterTotal.de',
  6720. 'icon' => 'su-document',
  6721. 'view' => [
  6722. 'name' => 'sulu_page.page_edit_form',
  6723. 'result_to_view' => [
  6724. 'id' => 'id',
  6725. 'locale' => 'locale',
  6726. 'properties/webspace_key' => 'webspace',
  6727. ],
  6728. ],
  6729. 'security_context' => 'sulu.webspaces.example',
  6730. 'contexts' => [
  6731. 0 => 'website',
  6732. ],
  6733. ],
  6734. ],
  6735. 'sulu_search.website.indexes' => [
  6736. 0 => 'page_#webspace#_published',
  6737. ],
  6738. 'sulu_search.controller.search.class' => 'Sulu\\Bundle\\SearchBundle\\Controller\\SearchController',
  6739. 'sulu_search.search.factory.class' => 'Sulu\\Bundle\\SearchBundle\\Search\\Factory',
  6740. 'sulu_search.build.index.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\IndexBuilder',
  6741. 'sulu_search.build.init.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\InitBuilder',
  6742. 'sulu.persistence.event_subscriber.orm.timestampable.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\TimestampableSubscriber',
  6743. 'sulu.persistence.event_subscriber.orm.user_blame.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\UserBlameSubscriber',
  6744. 'sulu.persistence.event_subscriber.orm.metadata.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\MetadataSubscriber',
  6745. 'sulu_contact.contact_title.entity' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactTitle',
  6746. 'sulu_contact.position.entity' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Position',
  6747. 'sulu_contact.defaults' => [
  6748. 'phoneType' => '1',
  6749. 'phoneTypeMobile' => '3',
  6750. 'phoneTypeIsdn' => '1',
  6751. 'emailType' => '1',
  6752. 'addressType' => '1',
  6753. 'urlType' => '1',
  6754. 'faxType' => '1',
  6755. 'socialMediaProfileType' => '1',
  6756. 'country' => 'AT',
  6757. ],
  6758. 'sulu_contact.form_of_address' => [
  6759. 'male' => [
  6760. 'id' => 0,
  6761. 'name' => 'male',
  6762. 'translation' => 'contact.contacts.formOfAddress.male',
  6763. ],
  6764. 'female' => [
  6765. 'id' => 1,
  6766. 'name' => 'female',
  6767. 'translation' => 'contact.contacts.formOfAddress.female',
  6768. ],
  6769. ],
  6770. 'sulu_contact.contact_form.category_root' => NULL,
  6771. 'sulu_contact.account_form.category_root' => NULL,
  6772. 'sulu.model.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  6773. 'sulu.repository.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  6774. 'sulu.model.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  6775. 'sulu.repository.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  6776. 'sulu.persistence.objects' => [
  6777. 'sulu' => [
  6778. 'trash_item' => [
  6779. 'model' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  6780. ],
  6781. 'activity' => [
  6782. 'model' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  6783. ],
  6784. 'preview_link' => [
  6785. 'model' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  6786. ],
  6787. 'reference' => [
  6788. 'model' => 'Sulu\\Bundle\\ReferenceBundle\\Domain\\Model\\Reference',
  6789. ],
  6790. 'route' => [
  6791. 'model' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  6792. 'repository' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  6793. ],
  6794. 'analytics' => [
  6795. 'model' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  6796. 'repository' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  6797. ],
  6798. 'tag' => [
  6799. 'model' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  6800. 'repository' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  6801. ],
  6802. 'category' => [
  6803. 'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  6804. 'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  6805. ],
  6806. 'category_meta' => [
  6807. 'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  6808. 'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  6809. ],
  6810. 'category_translation' => [
  6811. 'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  6812. 'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  6813. ],
  6814. 'keyword' => [
  6815. 'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  6816. 'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  6817. ],
  6818. 'user' => [
  6819. 'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  6820. 'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6821. ],
  6822. 'role' => [
  6823. 'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  6824. 'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  6825. ],
  6826. 'role_setting' => [
  6827. 'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  6828. 'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  6829. ],
  6830. 'access_control' => [
  6831. 'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  6832. 'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  6833. ],
  6834. 'media' => [
  6835. 'model' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  6836. 'repository' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  6837. ],
  6838. 'contact' => [
  6839. 'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  6840. 'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  6841. ],
  6842. 'account' => [
  6843. 'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  6844. 'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  6845. ],
  6846. ],
  6847. ],
  6848. 'sulu.model.collection.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  6849. 'sulu_media.image_format_files' => [
  6850. 0 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/image-formats.xml'),
  6851. 1 => (\dirname(__DIR__, 5).'/config/image-formats.xml'),
  6852. ],
  6853. 'sulu_media.system_collections' => [
  6854. 'sulu_form' => [
  6855. 'meta_title' => [
  6856. 'en' => 'Sulu forms',
  6857. 'de' => 'Sulu Formulare',
  6858. ],
  6859. 'collections' => [
  6860. 'attachments' => [
  6861. 'meta_title' => [
  6862. 'en' => 'Attachments',
  6863. 'de' => 'Anhänge',
  6864. ],
  6865. ],
  6866. ],
  6867. ],
  6868. 'sulu_media' => [
  6869. 'meta_title' => [
  6870. 'en' => 'Sulu media',
  6871. 'de' => 'Sulu Medien',
  6872. ],
  6873. 'collections' => [
  6874. 'preview_image' => [
  6875. 'meta_title' => [
  6876. 'en' => 'Preview images',
  6877. 'de' => 'Vorschaubilder',
  6878. ],
  6879. ],
  6880. ],
  6881. ],
  6882. 'sulu_contact' => [
  6883. 'meta_title' => [
  6884. 'en' => 'Sulu contacts',
  6885. 'de' => 'Sulu Kontakte',
  6886. ],
  6887. 'collections' => [
  6888. 'contact' => [
  6889. 'meta_title' => [
  6890. 'en' => 'People',
  6891. 'de' => 'Personen',
  6892. ],
  6893. ],
  6894. 'account' => [
  6895. 'meta_title' => [
  6896. 'en' => 'Organizations',
  6897. 'de' => 'Organisationen',
  6898. ],
  6899. ],
  6900. ],
  6901. ],
  6902. ],
  6903. 'sulu_media.format_cache.media_proxy_path' => '/uploads/media/{slug}',
  6904. 'sulu_media.media_manager.media_download_path' => '/media/{id}/download/{slug}',
  6905. 'sulu_media.media_manager.media_download_path_admin' => '/admin/media/{id}/download/{slug}',
  6906. 'sulu_media.format_manager.response_headers' => [
  6907. 'Expires' => '+1 month',
  6908. 'Pragma' => 'public',
  6909. 'Cache-Control' => 'public, immutable, max-age=31536000',
  6910. ],
  6911. 'sulu_media.format_manager.default_imagine_options' => [
  6912. 'jpeg_quality' => 100,
  6913. 'webp_quality' => 100,
  6914. 'avif_quality' => 100,
  6915. ],
  6916. 'sulu_media.format_cache.path' => (\dirname(__DIR__, 5).'/public/uploads/media'),
  6917. 'sulu_media.format_cache.save_image' => true,
  6918. 'sulu_media.format_cache.segments' => 10,
  6919. 'sulu_media.ghost_script.path' => 'gs',
  6920. 'sulu_media.media.blocked_file_types' => [
  6921. ],
  6922. 'sulu_media.collection.type.default' => [
  6923. 'id' => 1,
  6924. ],
  6925. 'sulu_media.collection.previews.format' => 'sulu-50x50',
  6926. 'sulu_media.media.types' => [
  6927. 0 => [
  6928. 'type' => 'document',
  6929. 'mimeTypes' => [
  6930. 0 => '*',
  6931. ],
  6932. ],
  6933. 1 => [
  6934. 'type' => 'image',
  6935. 'mimeTypes' => [
  6936. 0 => 'image/*',
  6937. ],
  6938. ],
  6939. 2 => [
  6940. 'type' => 'video',
  6941. 'mimeTypes' => [
  6942. 0 => 'video/*',
  6943. ],
  6944. ],
  6945. 3 => [
  6946. 'type' => 'audio',
  6947. 'mimeTypes' => [
  6948. 0 => 'audio/*',
  6949. ],
  6950. ],
  6951. ],
  6952. 'sulu_media.search.default_image_format' => 'sulu-100x100',
  6953. 'sulu_media.disposition_type.default' => 'attachment',
  6954. 'sulu_media.disposition_type.mime_types_inline' => [
  6955. ],
  6956. 'sulu_media.disposition_type.mime_types_attachment' => [
  6957. ],
  6958. 'sulu_media.upload.max_filesize' => 256,
  6959. 'sulu_media.media.max_file_size' => '256MB',
  6960. 'sulu_media.adobe_creative_key' => NULL,
  6961. 'sulu_media.admin.class' => 'Sulu\\Bundle\\MediaBundle\\Admin\\MediaAdmin',
  6962. 'sulu_media.media_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Manager\\MediaManager',
  6963. 'sulu_media.collection_repository.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\CollectionRepository',
  6964. 'sulu_media.file_validator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FileValidator\\FileValidator',
  6965. 'sulu_media.format_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatManager\\FormatManager',
  6966. 'sulu_media.format_cache_clearer.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\FormatCacheClearer',
  6967. 'sulu_media.format_cache.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\LocalFormatCache',
  6968. 'sulu_media.image.converter.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\ImagineImageConverter',
  6969. 'sulu_media.image.scaler.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Scaler\\Scaler',
  6970. 'sulu_media.image.cropper.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Cropper\\Cropper',
  6971. 'sulu_media.image.transformation_pool.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\TransformationPool',
  6972. 'sulu_media.image.transformation.crop.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Transformation\\CropTransformation',
  6973. 'sulu_media.media_selection.class' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
  6974. 'sulu_media.collection_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Collection\\Manager\\CollectionManager',
  6975. 'sulu_media.type_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\TypeManager\\TypeManager',
  6976. 'sulu_media.format_options_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatOptions\\FormatOptionsManager',
  6977. 'sulu_media.collection_entity' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  6978. 'sulu_media.format_options_entity' => 'Sulu\\Bundle\\MediaBundle\\Entity\\FormatOptions',
  6979. 'sulu_media.entity.file_version_meta' => 'Sulu\\Bundle\\MediaBundle\\Entity\\FileVersionMeta',
  6980. 'sulu_media.twig_extension.disposition_type.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\DispositionTypeTwigExtension',
  6981. 'sulu_media.twig_extension.media.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  6982. 'tmp' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  6983. 'sulu_media.video_thumbnail_generator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Video\\VideoThumbnailService',
  6984. 'sulu_media.search.subscriber.structure_media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\StructureMediaSearchSubscriber',
  6985. 'sulu_media.search.subscriber.media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\MediaSearchSubscriber',
  6986. 'sulu_media.format_manager.mime_types' => [
  6987. 0 => 'image/*',
  6988. 1 => 'application/pdf',
  6989. ],
  6990. 'sulu.model.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  6991. 'sulu.repository.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  6992. 'sulu_media.media.storage' => 'local',
  6993. 'sulu_media.media.storage.local.path' => (\dirname(__DIR__, 4).'/uploads/media'),
  6994. 'sulu_media.media.storage.local.segments' => 10,
  6995. 'sulu_security.system' => 'Sulu',
  6996. 'sulu_security.security_types.fixture' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../DataFixtures/security-types.xml'),
  6997. 'sulu_security.password_policy_pattern' => NULL,
  6998. 'sulu_security.password_policy_info_translation_key' => NULL,
  6999. 'sulu_security.two_factor_email_template' => '@SuluSecurity/mail_templates/two_factor',
  7000. 'sulu_security.two_factor_force_pattern' => NULL,
  7001. 'sulu_security.reset_password.mail.token_send_limit' => 3,
  7002. 'sulu_security.reset_password.mail.sender' => '',
  7003. 'sulu_security.reset_password.mail.subject' => 'sulu_security.reset_mail_subject',
  7004. 'sulu_security.reset_password.mail.template' => '@SuluSecurity/mail_templates/reset_password.html.twig',
  7005. 'sulu_security.reset_password.mail.translation_domain' => 'admin',
  7006. 'sulu_security.permissions' => [
  7007. 'view' => 64,
  7008. 'add' => 32,
  7009. 'edit' => 16,
  7010. 'delete' => 8,
  7011. 'archive' => 4,
  7012. 'live' => 2,
  7013. 'security' => 1,
  7014. ],
  7015. 'permissions' => [
  7016. 'view' => 64,
  7017. 'add' => 32,
  7018. 'edit' => 16,
  7019. 'delete' => 8,
  7020. 'archive' => 4,
  7021. 'live' => 2,
  7022. 'security' => 1,
  7023. ],
  7024. 'sulu_security.admin.class' => 'Sulu\\Bundle\\SecurityBundle\\Admin\\SecurityAdmin',
  7025. 'sulu_security.authentication_entry_point.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationEntryPoint',
  7026. 'sulu_security.authentication_handler.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationHandler',
  7027. 'sulu_security.mask_converter.class' => 'Sulu\\Component\\Security\\Authorization\\MaskConverter',
  7028. 'sulu_security.salt_generator.class' => 'Sulu\\Component\\Security\\Authentication\\SaltGenerator',
  7029. 'sulu_security.token_generator.class' => 'Sulu\\Bundle\\SecurityBundle\\Util\\TokenGenerator',
  7030. 'sulu_security.security_context_voter.class' => 'Sulu\\Component\\Security\\Authorization\\SecurityContextVoter',
  7031. 'sulu_security.access_control_manager.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlManager',
  7032. 'sulu_security.phpcr_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\PhpcrAccessControlProvider',
  7033. 'sulu_security.doctrine_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\DoctrineAccessControlProvider',
  7034. 'sulu_security.permission_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\PermissionController',
  7035. 'sulu_security.group_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\GroupRepository',
  7036. 'sulu_security.user_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  7037. 'sulu_security.user_setting_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSettingRepository',
  7038. 'sulu_security.user_repository_factory.class' => 'Sulu\\Component\\Security\\Authentication\\UserRepositoryFactory',
  7039. 'sulu_security.build.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Build\\UserBuilder',
  7040. 'sulu_security.entity.role' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  7041. 'sulu_security.entity.group' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Group',
  7042. 'sulu_security.entity.user_setting' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSetting',
  7043. 'sulu_security.profile_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\ProfileController',
  7044. 'sulu.model.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  7045. 'sulu.repository.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  7046. 'sulu.model.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  7047. 'sulu.repository.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  7048. 'sulu.model.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  7049. 'sulu.repository.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  7050. 'sulu.model.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  7051. 'sulu.repository.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  7052. 'sulu_security.has_single_sign_on_providers' => false,
  7053. 'sulu.model.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  7054. 'sulu.repository.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  7055. 'sulu.model.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  7056. 'sulu.repository.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  7057. 'sulu.model.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  7058. 'sulu.repository.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  7059. 'sulu.model.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  7060. 'sulu.repository.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  7061. 'sulu_snippet.content-type.default_enabled' => true,
  7062. 'sulu_snippet.twig.snippet.cache_lifetime' => 1,
  7063. 'sulu_snippet.repository.class' => 'Sulu\\Bundle\\SnippetBundle\\Snippet\\SnippetRepository',
  7064. 'sulu_snippet.controller.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Controller\\SnippetController',
  7065. 'sulu_snippet.twig.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\SnippetTwigExtension',
  7066. 'sulu_snippet.twig.snippet.memoized.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\MemoizedSnippetTwigExtension',
  7067. 'sulu_snippet.form.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  7068. 'sulu_snippet.document.snippet_initializer.class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetInitializer',
  7069. 'sulu_snippet.export.snippet.formats' => [
  7070. '1.2.xliff' => '@SuluPage/Export/Snippet/1.2.xliff.twig',
  7071. ],
  7072. 'sulu_page.search.mapping' => [
  7073. 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument' => [
  7074. 'index' => 'page',
  7075. 'decorate_index' => true,
  7076. ],
  7077. 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument' => [
  7078. 'index' => 'page',
  7079. 'decorate_index' => true,
  7080. ],
  7081. 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument' => [
  7082. 'index' => 'snippet',
  7083. 'decorate_index' => false,
  7084. ],
  7085. ],
  7086. 'sulu_page.search.metadata.provider.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\Metadata\\StructureProvider',
  7087. 'sulu_page.search.event_subscriber.blame_timestamp.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\BlameTimestampSubscriber',
  7088. 'sulu_page.search.event_subscriber.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\StructureSubscriber',
  7089. 'sulu_search.event_listener.hit.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventListener\\HitListener',
  7090. 'sulu_page.admin.class' => 'Sulu\\Bundle\\PageBundle\\Admin\\PageAdmin',
  7091. 'sulu_page.node_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\NodeRepository',
  7092. 'sulu_page.rl_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\ResourceLocatorRepository',
  7093. 'sulu_page.extension.seo.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\SeoStructureExtension',
  7094. 'sulu_page.extension.excerpt.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\ExcerptStructureExtension',
  7095. 'sulu_page.smart_content.data_provider_pool.class' => 'Sulu\\Component\\SmartContent\\DataProviderPool',
  7096. 'sulu_page.smart_content.data_provider.content.query_builder.class' => 'Sulu\\Component\\Content\\SmartContent\\QueryBuilder',
  7097. 'sulu_page.smart_content.data_provider.page.class' => 'Sulu\\Component\\Content\\SmartContent\\PageDataProvider',
  7098. 'sulu_page.smart_content.data_provider.content.proxy_factory.class' => 'ProxyManager\\Factory\\LazyLoadingValueHolderFactory',
  7099. 'sulu_page.smart_content.content_type.class' => 'Sulu\\Component\\SmartContent\\ContentType',
  7100. 'sulu_page.extension.manager.class' => 'Sulu\\Component\\Content\\Extension\\ExtensionManager',
  7101. 'sulu_page.export.webspace.formats' => [
  7102. '1.2.xliff' => '@SuluPage/Export/Webspace/1.2.xliff.twig',
  7103. ],
  7104. 'sulu_page.default_author' => true,
  7105. 'sulu_page.seo' => [
  7106. 'max_title_length' => 70,
  7107. 'max_description_length' => 160,
  7108. 'max_keywords' => 5,
  7109. 'keywords_separator' => ',',
  7110. 'url_prefix' => 'www.yoursite.com/{locale}',
  7111. ],
  7112. 'sulu.model.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  7113. 'sulu.repository.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  7114. 'sulu_website.navigation.cache.lifetime' => 1,
  7115. 'sulu_website.content.cache.lifetime' => 1,
  7116. 'sulu_website.sitemap.cache.lifetime' => 3600,
  7117. 'sulu_website.enabled_twig_attributes' => [
  7118. 'urls' => false,
  7119. 'path' => false,
  7120. ],
  7121. 'sulu_website.segment_switch_url' => '/_sulu_segment_switch',
  7122. 'sulu_website.segment_cookie_name' => '_ss',
  7123. 'sulu_website.segment_header' => 'X-Sulu-Segment',
  7124. 'sulu_website.admin.class' => 'Sulu\\Bundle\\WebsiteBundle\\Admin\\WebsiteAdmin',
  7125. 'sulu_website.navigation_mapper.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationMapper',
  7126. 'sulu_website.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapGenerator',
  7127. 'sulu_website.twig.content_path.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentPathTwigExtension',
  7128. 'sulu_website.twig.navigation.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\NavigationTwigExtension',
  7129. 'sulu_website.twig.navigation.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\MemoizedNavigationTwigExtension',
  7130. 'sulu_website.twig.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\SitemapTwigExtension',
  7131. 'sulu_website.twig.sitemap.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\MemoizedSitemapTwigExtension',
  7132. 'sulu_website.twig.content.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentTwigExtension',
  7133. 'sulu_website.twig.content.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\MemoizedContentTwigExtension',
  7134. 'sulu_website.twig.meta.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Meta\\MetaTwigExtension',
  7135. 'sulu_website.twig.seo.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Seo\\SeoTwigExtension',
  7136. 'sulu_website.twig.util.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Core\\UtilTwigExtension',
  7137. 'sulu_website.routing.portal_loader.class' => 'Sulu\\Bundle\\WebsiteBundle\\Routing\\PortalLoader',
  7138. 'sulu_website.resolver.request_analyzer.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\RequestAnalyzerResolver',
  7139. 'sulu_website.resolver.structure.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\StructureResolver',
  7140. 'sulu_website.resolver.parameter.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\ParameterResolver',
  7141. 'sulu_website.navigation_mapper.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationQueryBuilder',
  7142. 'sulu_website.sitemap.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapContentQueryBuilder',
  7143. 'sulu_website.data_collector.sulu_collector.class' => 'Sulu\\Bundle\\WebsiteBundle\\DataCollector\\SuluCollector',
  7144. 'sulu.model.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  7145. 'sulu.repository.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  7146. 'sulu_location.content.type.location.class' => 'Sulu\\Bundle\\LocationBundle\\Content\\Types\\LocationContentType',
  7147. 'sulu_location.geolocator.nominatim.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\NominatimGeolocator',
  7148. 'sulu_location.geolocator.google.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\GoogleGeolocator',
  7149. 'sulu_location.geolocator.mapquest.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\MapquestGeolocator',
  7150. 'sulu_location.geolocator.name' => 'nominatim',
  7151. 'sulu_location.geolocator.service.nominatim.api_key' => '',
  7152. 'sulu_location.geolocator.service.nominatim.endpoint' => 'https://nominatim.openstreetmap.org/search',
  7153. 'sulu_location.geolocator.service.google.api_key' => '',
  7154. 'sulu_location.geolocator.service.mapquest.api_key' => '',
  7155. 'sulu_location.geolocator.service.mapquest.endpoint' => 'https://www.mapquestapi.com/geocoding/v1/address',
  7156. 'sulu_http_cache.cache.max_age' => 240,
  7157. 'sulu_http_cache.cache.shared_max_age' => 240,
  7158. 'sulu_http_cache.tags.enabled' => true,
  7159. 'sulu_document_manager.mapping' => [
  7160. 0 => [
  7161. 'alias' => 'custom_url',
  7162. 'class' => 'Sulu\\Component\\CustomUrl\\Document\\CustomUrlDocument',
  7163. 'phpcr_type' => 'sulu:custom_url',
  7164. 'mapping' => [
  7165. 'published' => [
  7166. 'property' => 'published',
  7167. 'encoding' => 'content',
  7168. 'mapped' => true,
  7169. 'multiple' => false,
  7170. 'default' => NULL,
  7171. ],
  7172. 'baseDomain' => [
  7173. 'property' => 'baseDomain',
  7174. 'encoding' => 'content',
  7175. 'mapped' => true,
  7176. 'multiple' => false,
  7177. 'default' => NULL,
  7178. ],
  7179. 'domainParts' => [
  7180. 'property' => 'domainParts',
  7181. 'type' => 'json_array',
  7182. 'encoding' => 'content',
  7183. 'mapped' => true,
  7184. 'multiple' => false,
  7185. 'default' => NULL,
  7186. ],
  7187. 'canonical' => [
  7188. 'property' => 'canonical',
  7189. 'encoding' => 'content',
  7190. 'mapped' => true,
  7191. 'multiple' => false,
  7192. 'default' => NULL,
  7193. ],
  7194. 'redirect' => [
  7195. 'property' => 'redirect',
  7196. 'encoding' => 'content',
  7197. 'mapped' => true,
  7198. 'multiple' => false,
  7199. 'default' => NULL,
  7200. ],
  7201. 'targetLocale' => [
  7202. 'property' => 'targetLocale',
  7203. 'encoding' => 'content',
  7204. 'mapped' => true,
  7205. 'multiple' => false,
  7206. 'default' => NULL,
  7207. ],
  7208. ],
  7209. ],
  7210. 1 => [
  7211. 'alias' => 'custom_url_route',
  7212. 'class' => 'Sulu\\Component\\CustomUrl\\Document\\RouteDocument',
  7213. 'phpcr_type' => 'sulu:custom_url_route',
  7214. 'mapping' => [
  7215. 'locale' => [
  7216. 'property' => 'locale',
  7217. 'encoding' => 'content',
  7218. 'mapped' => true,
  7219. 'multiple' => false,
  7220. 'default' => NULL,
  7221. ],
  7222. ],
  7223. ],
  7224. 2 => [
  7225. 'alias' => 'page',
  7226. 'class' => 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument',
  7227. 'phpcr_type' => 'sulu:page',
  7228. 'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType',
  7229. 'set_default_author' => true,
  7230. 'mapping' => [
  7231. ],
  7232. ],
  7233. 3 => [
  7234. 'alias' => 'home',
  7235. 'class' => 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument',
  7236. 'phpcr_type' => 'sulu:home',
  7237. 'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType',
  7238. 'set_default_author' => true,
  7239. 'mapping' => [
  7240. ],
  7241. ],
  7242. 4 => [
  7243. 'alias' => 'route',
  7244. 'class' => 'Sulu\\Bundle\\PageBundle\\Document\\RouteDocument',
  7245. 'phpcr_type' => 'sulu:path',
  7246. 'mapping' => [
  7247. ],
  7248. ],
  7249. 5 => [
  7250. 'alias' => 'snippet',
  7251. 'class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument',
  7252. 'phpcr_type' => 'sulu:snippet',
  7253. 'form_type' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  7254. 'mapping' => [
  7255. ],
  7256. ],
  7257. ],
  7258. 'sulu_document_manager.namespace_mapping' => [
  7259. 'extension_localized' => 'i18n',
  7260. 'system' => 'sulu',
  7261. 'system_localized' => 'i18n',
  7262. 'content' => NULL,
  7263. 'content_localized' => 'i18n',
  7264. ],
  7265. 'sulu_document_manager.versioning.enabled' => false,
  7266. 'sulu_document_manager.show_drafts' => false,
  7267. 'sulu_document_manager.slugifier' => 'Sulu\\Bundle\\DocumentManagerBundle\\Slugifier\\Urlizer::urlize',
  7268. 'sulu_document_manager.segments' => [
  7269. 'custom_urls' => 'custom-urls',
  7270. 'custom_urls_items' => 'items',
  7271. 'custom_urls_routes' => 'routes',
  7272. 'base' => 'cmf',
  7273. 'content' => 'contents',
  7274. 'route' => 'routes',
  7275. 'snippet' => 'snippets',
  7276. ],
  7277. 'sulu_custom_urls.uri_filter_regexp' => '',
  7278. 'sulu_route.mappings' => [
  7279. ],
  7280. 'sulu_route.resource_key_mappings' => [
  7281. ],
  7282. 'sulu_route.routing.uri_filter_regexp' => '',
  7283. 'sulu.model.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  7284. 'sulu.repository.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  7285. 'sulu_markup.link_tag.provider_attribute' => NULL,
  7286. 'sulu.model.reference.class' => 'Sulu\\Bundle\\ReferenceBundle\\Domain\\Model\\Reference',
  7287. 'massive_build.command.build.class' => 'Sulu\\Bundle\\CoreBundle\\CommandOptional\\SuluBuildCommand',
  7288. 'massive_build.build.registry.class' => 'Massive\\Bundle\\BuildBundle\\Build\\BuildRegistry',
  7289. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  7290. 'web_profiler.debug_toolbar.mode' => 2,
  7291. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7292. 'security.role_hierarchy.roles' => [
  7293. ],
  7294. 'security.access.denied_url' => NULL,
  7295. 'security.authentication.manager.erase_credentials' => true,
  7296. 'security.authentication.session_strategy.strategy' => 'migrate',
  7297. 'security.access.always_authenticate_before_granting' => false,
  7298. 'security.authentication.hide_user_not_found' => true,
  7299. 'security.firewalls' => [
  7300. 0 => 'dev',
  7301. 1 => 'admin',
  7302. ],
  7303. 'security.admin._indexed_authenticators' => [
  7304. ],
  7305. 'sulu_preview.mode' => 'auto',
  7306. 'sulu_preview.delay' => 500,
  7307. 'sulu_preview.events.pre-render' => 'sulu.preview.pre-render',
  7308. 'sulu.model.preview_link.class' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  7309. 'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  7310. 'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  7311. 'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  7312. 'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  7313. 'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  7314. 'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  7315. 'fos_js_routing.request_context_base_url' => NULL,
  7316. 'fos_js_routing.cache_control' => [
  7317. 'enabled' => false,
  7318. ],
  7319. 'cmf_routing.uri_filter_regexp' => '',
  7320. 'cmf_routing.default_controller' => NULL,
  7321. 'cmf_routing.generic_controller' => NULL,
  7322. 'cmf_routing.controllers_by_type' => [
  7323. ],
  7324. 'cmf_routing.controllers_by_class' => [
  7325. ],
  7326. 'cmf_routing.templates_by_class' => [
  7327. ],
  7328. 'cmf_routing.route_collection_limit' => 0,
  7329. 'cmf_routing.dynamic.limit_candidates' => 20,
  7330. 'cmf_routing.dynamic.locales' => [
  7331. ],
  7332. 'cmf_routing.dynamic.auto_locale_pattern' => false,
  7333. 'cmf_routing.replace_symfony_router' => true,
  7334. 'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  7335. 'stof_doctrine_extensions.default_locale' => 'en',
  7336. 'stof_doctrine_extensions.translation_fallback' => false,
  7337. 'stof_doctrine_extensions.persist_default_translation' => false,
  7338. 'stof_doctrine_extensions.skip_translation_on_load' => false,
  7339. 'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  7340. 'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  7341. 'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  7342. 'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  7343. 'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  7344. 'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  7345. 'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  7346. 'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  7347. 'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  7348. 'sulu.model.activity.class' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  7349. 'sulu_activity.storage.adapter' => 'doctrine',
  7350. 'sulu_activity.storage.persist_payload' => false,
  7351. 'sulu.model.trash_item.class' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  7352. 'sulu_form.csrf_protection' => false,
  7353. 'sulu_form.mail.from' => NULL,
  7354. 'sulu_form.mail.to' => NULL,
  7355. 'sulu_form.mail.sender' => NULL,
  7356. 'sulu_form.mail.template.notify' => 'mails/notify.html.twig',
  7357. 'sulu_form.mail.template.notify_plain_text' => 'mails/notify_plain_text.html.twig',
  7358. 'sulu_form.mail.template.customer' => 'mails/customer.html.twig',
  7359. 'sulu_form.mail.template.customer_plain_text' => 'mails/customer_plain_text.html.twig',
  7360. 'sulu_form.ajax_templates' => [
  7361. ],
  7362. 'sulu_form.dynamic_widths' => [
  7363. 'full' => 'sulu_form.width.full',
  7364. 'half' => 'sulu_form.width.half',
  7365. 'one-third' => 'sulu_form.width.one-third',
  7366. 'two-thirds' => 'sulu_form.width.two-thirds',
  7367. 'one-quarter' => 'sulu_form.width.one-quarter',
  7368. 'three-quarters' => 'sulu_form.width.three-quarters',
  7369. 'one-sixth' => 'sulu_form.width.one-sixth',
  7370. 'five-sixths' => 'sulu_form.width.five-sixths',
  7371. ],
  7372. 'sulu_form.dynamic_auto_title' => true,
  7373. 'sulu_form.sendinblue_api_key' => NULL,
  7374. 'sulu_form.mailchimp_api_key' => '4e1fba66a09d7bb925ba2c630dcfae7d-us20',
  7375. 'sulu_form.mailchimp_subscribe_status' => 'subscribed',
  7376. 'sulu_form.dynamic_lists.config' => [
  7377. ],
  7378. 'sulu_form.media_collection_strategy' => 'single',
  7379. 'sulu_form.static_forms' => [
  7380. ],
  7381. 'sulu_form.dynamic_disabled_types' => [
  7382. ],
  7383. 'sulu_form.dynamic_list_builder.default' => 'simple',
  7384. 'sulu_form.dynamic_list_builder.delimiter' => ''."\n".'',
  7385. 'sulu_form.honeypot_field' => 'Additional Message',
  7386. 'sulu_form.honeypot_strategy' => 'no_save',
  7387. 'sulu_mail.mail.helper_name' => 'mailer',
  7388. 'doctrine.migrations.preferred_em' => NULL,
  7389. 'doctrine.migrations.preferred_connection' => NULL,
  7390. 'ch_cookie_consent.categories' => [
  7391. 0 => 'third_party',
  7392. ],
  7393. 'ch_cookie_consent.theme' => 'light',
  7394. 'ch_cookie_consent.use_logger' => true,
  7395. 'ch_cookie_consent.position' => 'top',
  7396. 'ch_cookie_consent.simplified' => false,
  7397. 'ch_cookie_consent.http_only' => true,
  7398. 'ch_cookie_consent.form_action' => NULL,
  7399. 'ch_cookie_consent.csrf_protection' => true,
  7400. 'phpcr_migrations.version_node_name' => 'jcr:versions',
  7401. 'phpcr_migrations.paths' => [
  7402. 0 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/phpcr-migrations'),
  7403. 1 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/phpcr-migrations'),
  7404. ],
  7405. 'data_collector.templates' => [
  7406. 'data_collector.request' => [
  7407. 0 => 'request',
  7408. 1 => '@WebProfiler/Collector/request.html.twig',
  7409. ],
  7410. 'data_collector.time' => [
  7411. 0 => 'time',
  7412. 1 => '@WebProfiler/Collector/time.html.twig',
  7413. ],
  7414. 'data_collector.memory' => [
  7415. 0 => 'memory',
  7416. 1 => '@WebProfiler/Collector/memory.html.twig',
  7417. ],
  7418. 'data_collector.validator' => [
  7419. 0 => 'validator',
  7420. 1 => '@WebProfiler/Collector/validator.html.twig',
  7421. ],
  7422. 'data_collector.ajax' => [
  7423. 0 => 'ajax',
  7424. 1 => '@WebProfiler/Collector/ajax.html.twig',
  7425. ],
  7426. 'data_collector.form' => [
  7427. 0 => 'form',
  7428. 1 => '@WebProfiler/Collector/form.html.twig',
  7429. ],
  7430. 'data_collector.exception' => [
  7431. 0 => 'exception',
  7432. 1 => '@WebProfiler/Collector/exception.html.twig',
  7433. ],
  7434. 'data_collector.logger' => [
  7435. 0 => 'logger',
  7436. 1 => '@WebProfiler/Collector/logger.html.twig',
  7437. ],
  7438. 'data_collector.events' => [
  7439. 0 => 'events',
  7440. 1 => '@WebProfiler/Collector/events.html.twig',
  7441. ],
  7442. 'data_collector.router' => [
  7443. 0 => 'router',
  7444. 1 => '@WebProfiler/Collector/router.html.twig',
  7445. ],
  7446. 'data_collector.cache' => [
  7447. 0 => 'cache',
  7448. 1 => '@WebProfiler/Collector/cache.html.twig',
  7449. ],
  7450. 'data_collector.translation' => [
  7451. 0 => 'translation',
  7452. 1 => '@WebProfiler/Collector/translation.html.twig',
  7453. ],
  7454. 'data_collector.security' => [
  7455. 0 => 'security',
  7456. 1 => '@Security/Collector/security.html.twig',
  7457. ],
  7458. 'data_collector.twig' => [
  7459. 0 => 'twig',
  7460. 1 => '@WebProfiler/Collector/twig.html.twig',
  7461. ],
  7462. 'data_collector.http_client' => [
  7463. 0 => 'http_client',
  7464. 1 => '@WebProfiler/Collector/http_client.html.twig',
  7465. ],
  7466. 'data_collector.doctrine' => [
  7467. 0 => 'db',
  7468. 1 => '@Doctrine/Collector/db.html.twig',
  7469. ],
  7470. 'doctrine_phpcr.data_collector' => [
  7471. 0 => 'phpcr',
  7472. 1 => '@DoctrinePHPCR/Collector/phpcr',
  7473. ],
  7474. 'data_collector.dump' => [
  7475. 0 => 'dump',
  7476. 1 => '@Debug/Profiler/dump.html.twig',
  7477. ],
  7478. 'data_collector.messenger' => [
  7479. 0 => 'messenger',
  7480. 1 => '@WebProfiler/Collector/messenger.html.twig',
  7481. ],
  7482. 'mailer.data_collector' => [
  7483. 0 => 'mailer',
  7484. 1 => '@WebProfiler/Collector/mailer.html.twig',
  7485. ],
  7486. 'jms_serializer.data_collector' => [
  7487. 0 => 'jms_serializer',
  7488. 1 => '@JMSSerializer/Collector/panel.html.twig',
  7489. ],
  7490. 'sulu_website.data_collector.sulu_collector' => [
  7491. 0 => 'sulu',
  7492. 1 => '@SuluWebsite/Profiler/layout.html.twig',
  7493. ],
  7494. 'data_collector.config' => [
  7495. 0 => 'config',
  7496. 1 => '@WebProfiler/Collector/config.html.twig',
  7497. ],
  7498. ],
  7499. 'doctrine_phpcr.migrate.migrators' => [
  7500. ],
  7501. 'sulu_media.image.formats' => [
  7502. 'sulu-400x400' => [
  7503. 'key' => 'sulu-400x400',
  7504. 'internal' => true,
  7505. 'meta' => [
  7506. 'title' => [
  7507. 'en' => 'Contact avatar (Sulu)',
  7508. 'de' => 'Kontaktavatar (Sulu)',
  7509. 'fr' => 'Avatar du contact (Sulu)',
  7510. 'nl' => 'Contact avatar (Sulu)',
  7511. ],
  7512. ],
  7513. 'scale' => [
  7514. 'x' => 400,
  7515. 'y' => 400,
  7516. 'mode' => 2,
  7517. 'retina' => false,
  7518. 'forceRatio' => true,
  7519. ],
  7520. 'transformations' => [
  7521. ],
  7522. 'options' => [
  7523. 'jpeg_quality' => 100,
  7524. 'webp_quality' => 100,
  7525. 'avif_quality' => 100,
  7526. ],
  7527. ],
  7528. 'sulu-260x' => [
  7529. 'key' => 'sulu-260x',
  7530. 'internal' => true,
  7531. 'meta' => [
  7532. 'title' => [
  7533. 'en' => 'Masonry preview (Sulu)',
  7534. 'de' => 'Masonry Vorschau (Sulu)',
  7535. 'fr' => 'Prévisualisation maçonnerie (Sulu)',
  7536. 'nl' => 'Masonry voorbeeld (Sulu)',
  7537. ],
  7538. ],
  7539. 'scale' => [
  7540. 'x' => 260,
  7541. 'y' => NULL,
  7542. 'mode' => 2,
  7543. 'retina' => false,
  7544. 'forceRatio' => true,
  7545. ],
  7546. 'transformations' => [
  7547. ],
  7548. 'options' => [
  7549. 'jpeg_quality' => 100,
  7550. 'webp_quality' => 100,
  7551. 'avif_quality' => 100,
  7552. ],
  7553. ],
  7554. 'sulu-170x170' => [
  7555. 'key' => 'sulu-170x170',
  7556. 'internal' => true,
  7557. 'meta' => [
  7558. 'title' => [
  7559. 'en' => 'Search (Sulu)',
  7560. 'de' => 'Suche (Sulu)',
  7561. 'fr' => 'Recherche (Sulu)',
  7562. 'nl' => 'Zoeken (Sulu)',
  7563. ],
  7564. ],
  7565. 'scale' => [
  7566. 'x' => 170,
  7567. 'y' => 170,
  7568. 'mode' => 2,
  7569. 'retina' => false,
  7570. 'forceRatio' => true,
  7571. ],
  7572. 'transformations' => [
  7573. ],
  7574. 'options' => [
  7575. 'jpeg_quality' => 100,
  7576. 'webp_quality' => 100,
  7577. 'avif_quality' => 100,
  7578. ],
  7579. ],
  7580. 'sulu-100x100-inset' => [
  7581. 'key' => 'sulu-100x100-inset',
  7582. 'internal' => true,
  7583. 'meta' => [
  7584. 'title' => [
  7585. 'en' => 'Organization card (Sulu)',
  7586. 'de' => 'Organisationskarte (Sulu)',
  7587. 'fr' => 'Carte d\'organisation (Sulu)',
  7588. 'nl' => 'Organisatie kaart (Sulu)',
  7589. ],
  7590. ],
  7591. 'scale' => [
  7592. 'x' => 100,
  7593. 'y' => 100,
  7594. 'mode' => 1,
  7595. 'retina' => false,
  7596. 'forceRatio' => true,
  7597. ],
  7598. 'transformations' => [
  7599. ],
  7600. 'options' => [
  7601. 'jpeg_quality' => 100,
  7602. 'webp_quality' => 100,
  7603. 'avif_quality' => 100,
  7604. ],
  7605. ],
  7606. 'sulu-50x50' => [
  7607. 'key' => 'sulu-50x50',
  7608. 'internal' => true,
  7609. 'meta' => [
  7610. 'title' => [
  7611. 'en' => 'Small thumbnail (Sulu)',
  7612. 'de' => 'Kleines Thumbnail (Sulu)',
  7613. 'fr' => 'Image miniature (Sulu)',
  7614. 'nl' => 'Kleine thumbnail (Sulu)',
  7615. ],
  7616. ],
  7617. 'scale' => [
  7618. 'x' => 50,
  7619. 'y' => 50,
  7620. 'mode' => 2,
  7621. 'retina' => false,
  7622. 'forceRatio' => true,
  7623. ],
  7624. 'transformations' => [
  7625. ],
  7626. 'options' => [
  7627. 'jpeg_quality' => 100,
  7628. 'webp_quality' => 100,
  7629. 'avif_quality' => 100,
  7630. ],
  7631. ],
  7632. 'sulu-25x25' => [
  7633. 'key' => 'sulu-25x25',
  7634. 'internal' => true,
  7635. 'meta' => [
  7636. 'title' => [
  7637. 'en' => 'Micro thumbnail',
  7638. 'de' => 'Mikro Thumbnail',
  7639. 'fr' => 'Image micro',
  7640. 'nl' => 'Micro thumbnail',
  7641. ],
  7642. ],
  7643. 'scale' => [
  7644. 'x' => 25,
  7645. 'y' => 25,
  7646. 'mode' => 2,
  7647. 'retina' => false,
  7648. 'forceRatio' => true,
  7649. ],
  7650. 'transformations' => [
  7651. ],
  7652. 'options' => [
  7653. 'jpeg_quality' => 100,
  7654. 'webp_quality' => 100,
  7655. 'avif_quality' => 100,
  7656. ],
  7657. ],
  7658. 'sulu-40x40' => [
  7659. 'key' => 'sulu-40x40',
  7660. 'internal' => true,
  7661. 'meta' => [
  7662. 'title' => [
  7663. 'en' => 'Small thumbnail (Sulu)',
  7664. 'de' => 'Kleines Thumbnail (Sulu)',
  7665. 'fr' => 'Image miniature (Sulu)',
  7666. 'nl' => 'Kleine thumbnail (Sulu)',
  7667. ],
  7668. ],
  7669. 'scale' => [
  7670. 'x' => 40,
  7671. 'y' => 40,
  7672. 'mode' => 2,
  7673. 'retina' => false,
  7674. 'forceRatio' => true,
  7675. ],
  7676. 'transformations' => [
  7677. ],
  7678. 'options' => [
  7679. 'jpeg_quality' => 100,
  7680. 'webp_quality' => 100,
  7681. 'avif_quality' => 100,
  7682. ],
  7683. ],
  7684. 'sulu-240x' => [
  7685. 'key' => 'sulu-240x',
  7686. 'internal' => true,
  7687. 'meta' => [
  7688. 'title' => [
  7689. 'en' => 'Masonry preview (Sulu)',
  7690. 'de' => 'Masonry Vorschau (Sulu)',
  7691. 'fr' => 'Prévisualisation maçonnerie (Sulu)',
  7692. 'nl' => 'Masonry voorbeeld (Sulu)',
  7693. ],
  7694. ],
  7695. 'scale' => [
  7696. 'x' => 240,
  7697. 'y' => NULL,
  7698. 'mode' => 2,
  7699. 'retina' => false,
  7700. 'forceRatio' => true,
  7701. ],
  7702. 'transformations' => [
  7703. ],
  7704. 'options' => [
  7705. 'jpeg_quality' => 100,
  7706. 'webp_quality' => 100,
  7707. 'avif_quality' => 100,
  7708. ],
  7709. ],
  7710. 'sulu-400x400-inset' => [
  7711. 'key' => 'sulu-400x400-inset',
  7712. 'internal' => true,
  7713. 'meta' => [
  7714. 'title' => [
  7715. 'en' => 'Organization logo (Sulu)',
  7716. 'de' => 'Organisationslogo (Sulu)',
  7717. 'fr' => 'Logo d\'organisation (Sulu)',
  7718. 'nl' => 'Organisatie logo (Sulu)',
  7719. ],
  7720. ],
  7721. 'scale' => [
  7722. 'x' => 400,
  7723. 'y' => 400,
  7724. 'mode' => 1,
  7725. 'retina' => false,
  7726. 'forceRatio' => true,
  7727. ],
  7728. 'transformations' => [
  7729. ],
  7730. 'options' => [
  7731. 'jpeg_quality' => 100,
  7732. 'webp_quality' => 100,
  7733. 'avif_quality' => 100,
  7734. ],
  7735. ],
  7736. 'sulu-100x100' => [
  7737. 'key' => 'sulu-100x100',
  7738. 'internal' => true,
  7739. 'meta' => [
  7740. 'title' => [
  7741. 'en' => 'Contact card (Sulu)',
  7742. 'de' => 'Personenkarte (Sulu)',
  7743. 'fr' => 'Carte personnelle (Sulu)',
  7744. 'nl' => 'Contact kaart (Sulu)',
  7745. ],
  7746. ],
  7747. 'scale' => [
  7748. 'x' => 100,
  7749. 'y' => 100,
  7750. 'mode' => 2,
  7751. 'retina' => false,
  7752. 'forceRatio' => true,
  7753. ],
  7754. 'transformations' => [
  7755. ],
  7756. 'options' => [
  7757. 'jpeg_quality' => 100,
  7758. 'webp_quality' => 100,
  7759. 'avif_quality' => 100,
  7760. ],
  7761. ],
  7762. ],
  7763. 'sulu_security.two_factor_methods' => [
  7764. ],
  7765. 'sulu_category.entity.category' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  7766. 'sulu_category.entity.keyword' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  7767. 'sulu.version' => '2.6.16',
  7768. 'app.version' => NULL,
  7769. 'sulu_snippet.areas' => [
  7770. 'footer_content' => [
  7771. 'key' => 'footer_content',
  7772. 'template' => 'footer_content',
  7773. 'title' => [
  7774. 'de' => 'Footer Inhalt Footer_content',
  7775. ],
  7776. 'cache-invalidation' => 'true',
  7777. ],
  7778. 'footer_social_media_links' => [
  7779. 'key' => 'footer_social_media_links',
  7780. 'template' => 'social_media_links',
  7781. 'title' => [
  7782. 'de' => 'Social Media Links Footer_social_media_links',
  7783. ],
  7784. 'cache-invalidation' => 'true',
  7785. ],
  7786. ],
  7787. 'console.command.ids' => [
  7788. 0 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand',
  7789. 1 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand',
  7790. 2 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand',
  7791. 3 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand',
  7792. 4 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand',
  7793. 5 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand',
  7794. 6 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand',
  7795. 7 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand',
  7796. 8 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand',
  7797. 9 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand',
  7798. 10 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand',
  7799. 11 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand',
  7800. 12 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand',
  7801. 13 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand',
  7802. 14 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand',
  7803. 15 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand',
  7804. 16 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand',
  7805. 17 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand',
  7806. 18 => 'console.command.public_alias.handcraftedinthealps_rest_routing.command',
  7807. 19 => 'console.command.public_alias.sulu_page.command.workspace_import',
  7808. 20 => 'console.command.public_alias.sulu_form.form_generator_command',
  7809. 21 => 'phpcr_migrations.command.status',
  7810. 22 => 'phpcr_migrations.command.migrate',
  7811. 23 => 'phpcr_migrations.command.initialize',
  7812. ],
  7813. ];
  7814. }
  7815. }