<?php
namespace ContainerWwvr7NM;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'doctrine_phpcr' => 'getDoctrinePhpcrService',
'doctrine_phpcr.session' => 'getDoctrinePhpcr_SessionService',
'event_dispatcher' => 'getEventDispatcherService',
'fos_http_cache.cache_manager' => 'getFosHttpCache_CacheManagerService',
'fos_http_cache.event_listener.cache_control' => 'getFosHttpCache_EventListener_CacheControlService',
'fos_http_cache.http.symfony_response_tagger' => 'getFosHttpCache_Http_SymfonyResponseTaggerService',
'fos_http_cache.proxy_client.symfony' => 'getFosHttpCache_ProxyClient_SymfonyService',
'http_kernel' => 'getHttpKernelService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'sulu.content.localization_finder' => 'getSulu_Content_LocalizationFinderService',
'sulu.content.mapper' => 'getSulu_Content_MapperService',
'sulu.content.path_cleaner' => 'getSulu_Content_PathCleanerService',
'sulu.content.structure_manager' => 'getSulu_Content_StructureManagerService',
'sulu.content.type_manager' => 'getSulu_Content_TypeManagerService',
'sulu.phpcr.session' => 'getSulu_Phpcr_SessionService',
'sulu.repository.access_control' => 'getSulu_Repository_AccessControlService',
'sulu.repository.account' => 'getSulu_Repository_AccountService',
'sulu.repository.analytics' => 'getSulu_Repository_AnalyticsService',
'sulu.repository.category' => 'getSulu_Repository_CategoryService',
'sulu.repository.category_meta' => 'getSulu_Repository_CategoryMetaService',
'sulu.repository.category_translation' => 'getSulu_Repository_CategoryTranslationService',
'sulu.repository.contact' => 'getSulu_Repository_ContactService',
'sulu.repository.keyword' => 'getSulu_Repository_KeywordService',
'sulu.repository.media' => 'getSulu_Repository_MediaService',
'sulu.repository.role' => 'getSulu_Repository_RoleService',
'sulu.repository.route' => 'getSulu_Repository_RouteService',
'sulu.repository.tag' => 'getSulu_Repository_TagService',
'sulu.repository.user' => 'getSulu_Repository_UserService',
'sulu.util.node_helper' => 'getSulu_Util_NodeHelperService',
'sulu_category.category_manager' => 'getSuluCategory_CategoryManagerService',
'sulu_category.keyword_manager' => 'getSuluCategory_KeywordManagerService',
'sulu_contact.contact_manager' => 'getSuluContact_ContactManagerService',
'sulu_core.array_serializer' => 'getSuluCore_ArraySerializerService',
'sulu_core.webspace.request_analyzer' => 'getSuluCore_Webspace_RequestAnalyzerService',
'sulu_core.webspace.webspace_manager' => 'getSuluCore_Webspace_WebspaceManagerService',
'sulu_custom_urls.manager' => 'getSuluCustomUrls_ManagerService',
'sulu_document_manager.document_inspector' => 'getSuluDocumentManager_DocumentInspectorService',
'sulu_document_manager.document_manager' => 'getSuluDocumentManager_DocumentManagerService',
'sulu_document_manager.metadata_factory.base' => 'getSuluDocumentManager_MetadataFactory_BaseService',
'sulu_document_manager.property_encoder' => 'getSuluDocumentManager_PropertyEncoderService',
'sulu_markup.parser.html_extractor' => 'getSuluMarkup_Parser_HtmlExtractorService',
'sulu_media.collection_repository' => 'getSuluMedia_CollectionRepositoryService',
'sulu_media.format_cache' => 'getSuluMedia_FormatCacheService',
'sulu_media.format_manager' => 'getSuluMedia_FormatManagerService',
'sulu_media.image.transformation.blur' => 'getSuluMedia_Image_Transformation_BlurService',
'sulu_media.image.transformation.crop' => 'getSuluMedia_Image_Transformation_CropService',
'sulu_media.image.transformation.gamma' => 'getSuluMedia_Image_Transformation_GammaService',
'sulu_media.image.transformation.grayscale' => 'getSuluMedia_Image_Transformation_GrayscaleService',
'sulu_media.image.transformation.negative' => 'getSuluMedia_Image_Transformation_NegativeService',
'sulu_media.image.transformation.paste' => 'getSuluMedia_Image_Transformation_PasteService',
'sulu_media.image.transformation.sharpen' => 'getSuluMedia_Image_Transformation_SharpenService',
'sulu_media.media_manager' => 'getSuluMedia_MediaManagerService',
'sulu_media.storage' => 'getSuluMedia_StorageService',
'sulu_page.compat.structure.legacy_property_factory' => 'getSuluPage_Compat_Structure_LegacyPropertyFactoryService',
'sulu_page.content_repository' => 'getSuluPage_ContentRepositoryService',
'sulu_page.extension.manager' => 'getSuluPage_Extension_ManagerService',
'sulu_page.structure.factory' => 'getSuluPage_Structure_FactoryService',
'sulu_security.mask_converter' => 'getSuluSecurity_MaskConverterService',
'sulu_security.salt_generator' => 'getSuluSecurity_SaltGeneratorService',
'sulu_security.security_checker' => 'getSuluSecurity_SecurityCheckerService',
'sulu_security.user_manager' => 'getSuluSecurity_UserManagerService',
'sulu_snippet.default_snippet.manager' => 'getSuluSnippet_DefaultSnippet_ManagerService',
'sulu_snippet.resolver' => 'getSuluSnippet_ResolverService',
'sulu_tag.tag_manager' => 'getSuluTag_TagManagerService',
'sulu_website.resolver.structure' => 'getSuluWebsite_Resolver_StructureService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'twig' => 'getTwigService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->fileMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.session' => 'get_Container_Private_SessionService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand' => 'getLoadFixtureCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand' => 'getMigratorMigrateCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand' => 'getNodeDumpCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand' => 'getNodeMoveCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand' => 'getNodeRemoveCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand' => 'getNodeTouchCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand' => 'getNodeTypeListCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand' => 'getNodeTypeRegisterCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand' => 'getNodesUpdateCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand' => 'getPhpcrShellCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand' => 'getRepositoryInitCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand' => 'getWorkspaceCreateCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand' => 'getWorkspaceDeleteCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand' => 'getWorkspaceExportCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand' => 'getWorkspaceImportCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand' => 'getWorkspaceListCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand' => 'getWorkspacePurgeCommandService',
'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand' => 'getWorkspaceQueryCommandService',
'console.command.public_alias.fos_http_cache.command.clear' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_ClearService',
'console.command.public_alias.fos_http_cache.command.invalidate_path' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_InvalidatePathService',
'console.command.public_alias.fos_http_cache.command.invalidate_regex' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_InvalidateRegexService',
'console.command.public_alias.fos_http_cache.command.refresh_path' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_RefreshPathService',
'console.command.public_alias.sulu_page.command.workspace_import' => 'getConsole_Command_PublicAlias_SuluPage_Command_WorkspaceImportService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'doctrine_phpcr.admin.default_session' => 'getDoctrinePhpcr_Admin_DefaultSessionService',
'doctrine_phpcr.admin.live_session' => 'getDoctrinePhpcr_Admin_LiveSessionService',
'doctrine_phpcr.default_session' => 'getDoctrinePhpcr_DefaultSessionService',
'doctrine_phpcr.initializer_manager' => 'getDoctrinePhpcr_InitializerManagerService',
'error_controller' => 'getErrorControllerService',
'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
'massive_search.adapter.test' => 'getMassiveSearch_Adapter_TestService',
'massive_search.adapter.zend_lucene' => 'getMassiveSearch_Adapter_ZendLuceneService',
'massive_search.search_manager' => 'getMassiveSearch_SearchManagerService',
'phpcr_migrations.command.initialize' => 'getPhpcrMigrations_Command_InitializeService',
'phpcr_migrations.command.migrate' => 'getPhpcrMigrations_Command_MigrateService',
'phpcr_migrations.command.status' => 'getPhpcrMigrations_Command_StatusService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'sulu.content.path_cleaner.replacer_loader' => 'getSulu_Content_PathCleaner_ReplacerLoaderService',
'sulu.content.path_cleaner.replacer_loader.file_locator' => 'getSulu_Content_PathCleaner_ReplacerLoader_FileLocatorService',
'sulu.content.type.block' => 'getSulu_Content_Type_BlockService',
'sulu.content.type.checkbox' => 'getSulu_Content_Type_CheckboxService',
'sulu.content.type.color' => 'getSulu_Content_Type_ColorService',
'sulu.content.type.date' => 'getSulu_Content_Type_DateService',
'sulu.content.type.datetime' => 'getSulu_Content_Type_DatetimeService',
'sulu.content.type.email' => 'getSulu_Content_Type_EmailService',
'sulu.content.type.link' => 'getSulu_Content_Type_LinkService',
'sulu.content.type.number' => 'getSulu_Content_Type_NumberService',
'sulu.content.type.page_selection' => 'getSulu_Content_Type_PageSelectionService',
'sulu.content.type.password' => 'getSulu_Content_Type_PasswordService',
'sulu.content.type.phone' => 'getSulu_Content_Type_PhoneService',
'sulu.content.type.resource_locator' => 'getSulu_Content_Type_ResourceLocatorService',
'sulu.content.type.segment_select' => 'getSulu_Content_Type_SegmentSelectService',
'sulu.content.type.select' => 'getSulu_Content_Type_SelectService',
'sulu.content.type.single_page_selection' => 'getSulu_Content_Type_SinglePageSelectionService',
'sulu.content.type.single_select' => 'getSulu_Content_Type_SingleSelectService',
'sulu.content.type.text_area' => 'getSulu_Content_Type_TextAreaService',
'sulu.content.type.text_editor' => 'getSulu_Content_Type_TextEditorService',
'sulu.content.type.text_line' => 'getSulu_Content_Type_TextLineService',
'sulu.content.type.time' => 'getSulu_Content_Type_TimeService',
'sulu.content.type.url' => 'getSulu_Content_Type_UrlService',
'sulu.content.webspace_structure_provider' => 'getSulu_Content_WebspaceStructureProviderService',
'sulu.core.localization_manager' => 'getSulu_Core_LocalizationManagerService',
'sulu.repository.activity' => 'getSulu_Repository_ActivityService',
'sulu.repository.preview_link' => 'getSulu_Repository_PreviewLinkService',
'sulu.repository.role_setting' => 'getSulu_Repository_RoleSettingService',
'sulu.repository.trash_item' => 'getSulu_Repository_TrashItemService',
'sulu_category.content.type.category_selection' => 'getSuluCategory_Content_Type_CategorySelectionService',
'sulu_category.content.type.single_category_selection' => 'getSuluCategory_Content_Type_SingleCategorySelectionService',
'sulu_contact.account_factory' => 'getSuluContact_AccountFactoryService',
'sulu_contact.account_manager' => 'getSuluContact_AccountManagerService',
'sulu_contact.content.account_selection' => 'getSuluContact_Content_AccountSelectionService',
'sulu_contact.content.contact_account_selection' => 'getSuluContact_Content_ContactAccountSelectionService',
'sulu_contact.content.contact_selection' => 'getSuluContact_Content_ContactSelectionService',
'sulu_contact.content.single_account_selection' => 'getSuluContact_Content_SingleAccountSelectionService',
'sulu_contact.content.single_contact_selection' => 'getSuluContact_Content_SingleContactSelectionService',
'sulu_contact.form_of_address_provider' => 'getSuluContact_FormOfAddressProviderService',
'sulu_contact.util.index_comparator' => 'getSuluContact_Util_IndexComparatorService',
'sulu_core.doctrine_list_builder_factory' => 'getSuluCore_DoctrineListBuilderFactoryService',
'sulu_core.doctrine_rest_helper' => 'getSuluCore_DoctrineRestHelperService',
'sulu_core.list_rest_helper' => 'getSuluCore_ListRestHelperService',
'sulu_core.webspace.document_manager.webspace_initializer' => 'getSuluCore_Webspace_DocumentManager_WebspaceInitializerService',
'sulu_custom_urls.initializer' => 'getSuluCustomUrls_InitializerService',
'sulu_document_manager.initializer' => 'getSuluDocumentManager_InitializerService',
'sulu_document_manager.initializer.root_path_purge_initializer' => 'getSuluDocumentManager_Initializer_RootPathPurgeInitializerService',
'sulu_document_manager.initializer.workspace' => 'getSuluDocumentManager_Initializer_WorkspaceService',
'sulu_document_manager.serializer.subscriber.proxy' => 'getSuluDocumentManager_Serializer_Subscriber_ProxyService',
'sulu_hash.request_hash_checker' => 'getSuluHash_RequestHashCheckerService',
'sulu_http_cache.cache_lifetime.enhancer' => 'getSuluHttpCache_CacheLifetime_EnhancerService',
'sulu_location.content.type.location' => 'getSuluLocation_Content_Type_LocationService',
'sulu_location.controller.geolocator' => 'getSuluLocation_Controller_GeolocatorService',
'sulu_media.collection_manager' => 'getSuluMedia_CollectionManagerService',
'sulu_media.disposition_type.resolver' => 'getSuluMedia_DispositionType_ResolverService',
'sulu_media.format_options_manager' => 'getSuluMedia_FormatOptionsManagerService',
'sulu_media.media_stream_controller' => 'getSuluMedia_MediaStreamControllerService',
'sulu_media.system_collections.manager' => 'getSuluMedia_SystemCollections_ManagerService',
'sulu_media.type.collection_selection' => 'getSuluMedia_Type_CollectionSelectionService',
'sulu_media.type.image_map' => 'getSuluMedia_Type_ImageMapService',
'sulu_media.type.media_selection' => 'getSuluMedia_Type_MediaSelectionService',
'sulu_media.type.single_collection_selection' => 'getSuluMedia_Type_SingleCollectionSelectionService',
'sulu_media.type.single_media_selection' => 'getSuluMedia_Type_SingleMediaSelectionService',
'sulu_page.document_manager.content_initializer' => 'getSuluPage_DocumentManager_ContentInitializerService',
'sulu_page.export.webspace' => 'getSuluPage_Export_WebspaceService',
'sulu_page.import.webspace' => 'getSuluPage_Import_WebspaceService',
'sulu_page.node_repository' => 'getSuluPage_NodeRepositoryService',
'sulu_page.rl_repository' => 'getSuluPage_RlRepositoryService',
'sulu_page.smart_content.content_type' => 'getSuluPage_SmartContent_ContentTypeService',
'sulu_page.smart_content.data_provider_pool' => 'getSuluPage_SmartContent_DataProviderPoolService',
'sulu_page.teaser.content_type' => 'getSuluPage_Teaser_ContentTypeService',
'sulu_route.content_type' => 'getSuluRoute_ContentTypeService',
'sulu_route.content_type.page_tree_route' => 'getSuluRoute_ContentType_PageTreeRouteService',
'sulu_search.controller.website_search' => 'getSuluSearch_Controller_WebsiteSearchService',
'sulu_security.encoder_factory' => 'getSuluSecurity_EncoderFactoryService',
'sulu_security.token_generator' => 'getSuluSecurity_TokenGeneratorService',
'sulu_security.user_repository' => 'getSuluSecurity_UserRepositoryService',
'sulu_security.user_setting_repository' => 'getSuluSecurity_UserSettingRepositoryService',
'sulu_snippet.content.single_snippet_selection' => 'getSuluSnippet_Content_SingleSnippetSelectionService',
'sulu_snippet.content.snippet' => 'getSuluSnippet_Content_SnippetService',
'sulu_snippet.document.snippet_initializer' => 'getSuluSnippet_Document_SnippetInitializerService',
'sulu_snippet.export.snippet' => 'getSuluSnippet_Export_SnippetService',
'sulu_snippet.import.snippet' => 'getSuluSnippet_Import_SnippetService',
'sulu_snippet.reference_store.snippet' => 'getSuluSnippet_ReferenceStore_SnippetService',
'sulu_snippet.repository' => 'getSuluSnippet_RepositoryService',
'sulu_tag.content.type.tag_selection' => 'getSuluTag_Content_Type_TagSelectionService',
'sulu_website.analytics.manager' => 'getSuluWebsite_Analytics_ManagerService',
'sulu_website.default_controller' => 'getSuluWebsite_DefaultControllerService',
'sulu_website.http_cache.clearer' => 'getSuluWebsite_HttpCache_ClearerService',
'sulu_website.redirect_controller' => 'getSuluWebsite_RedirectControllerService',
'sulu_website.resolver.parameter' => 'getSuluWebsite_Resolver_ParameterService',
'sulu_website.resolver.template_attribute' => 'getSuluWebsite_Resolver_TemplateAttributeService',
'sulu_website.segment_controller' => 'getSuluWebsite_SegmentControllerService',
'sulu_website.sitemap_controller' => 'getSuluWebsite_SitemapControllerService',
'sulu_website.url_select_helper' => 'getSuluWebsite_UrlSelectHelperService',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
'swiftmailer.transport' => 'getSwiftmailer_TransportService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
];
$this->aliases = [
'Doctrine\\Bundle\\PHPCRBundle\\ManagerRegistry' => 'doctrine_phpcr',
'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
'PHPCR\\SessionInterface' => 'doctrine_phpcr.session',
'Sulu\\Bundle\\MediaBundle\\Media\\Storage\\StorageInterface' => 'sulu_media.storage',
'Sulu\\Bundle\\WebsiteBundle\\Controller\\DefaultController' => 'sulu_website.default_controller',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'doctrine_phpcr.admin.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
'doctrine_phpcr.admin.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
'doctrine_phpcr.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
'doctrine_phpcr.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
'doctrine_phpcr.live_session' => 'doctrine_phpcr.session',
'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
'mailer' => 'swiftmailer.mailer.default',
'sulu_document_manager.default_session' => 'doctrine_phpcr.session',
'sulu_document_manager.live_session' => 'doctrine_phpcr.session',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/HttpKernel/SuluKernel.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/HttpCacheProvider.php';
include_once \dirname(__DIR__, 5).'/src/Kernel.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 5).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/runtime/RunnerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/runtime/RuntimeInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/runtime/GenericRuntime.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/runtime/SymfonyRuntime.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Config/FileLocator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 5).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 5).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanupInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanup.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapperInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapper.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManager.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/ResourceLocatorMapperInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/PhpcrMapper.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPoolInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPool.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeFullEditStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorGeneratorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeGenerator.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeLeafEditStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutor.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Util/SuluNodeHelper.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinder.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/config/Loader/DelegatingLoader.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/config/Loader/LoaderResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/BaseXmlFileLoader.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader10.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader11.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/ReplacerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/Replacer.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Localization/Provider/LocalizationProviderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Configuration.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocatorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocator.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/RequestProcessorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/UrlRequestProcessor.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/WebsiteRequestProcessor.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/DateTimeRequestProcessor.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/SegmentRequestProcessor.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/PortalInformationRequestProcessor.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/src/Connection.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/src/Configuration.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/phpcr-bundle/src/ManagerRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/RepositoryFactoryDoctrineDBAL.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-foundation/RequestMatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Type/Parser.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Cache/FileCache.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderParser.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/massive/search-bundle/Search/Factory.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Search/Factory.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/RelationTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManager.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactTitleRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DescendantProviderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/SecuredEntityRepositoryTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/FormatCacheInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/LocalFormatCache.php';
include_once \dirname(__DIR__, 5).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
include_once \dirname(__DIR__, 5).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/imagine/imagine/src/Imagick/Imagine.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/TransformationInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/CropTransformation.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/PasteTransformation.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/BlurTransformation.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GammaTransformation.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GrayscaleTransformation.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/NegativeTransformation.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/SharpenTransformation.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidatorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidator.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImageConverterInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractor.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailServiceInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailService.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPoolInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPool.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/FocusInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/Focus.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/ScalerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/CropperInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/Cropper.php';
include_once \dirname(__DIR__, 5).'/vendor/contao/imagine-svg/src/Imagine.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverterInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverter.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/SaltGenerator.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlProviderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/PhpcrAccessControlProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DoctrineAccessControlProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStoreInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStore.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SystemListener.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/AccessControl/AccessControlQueryEnhancer.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/UserManager/UserManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/UserManager/UserManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/GroupRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityCheckerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AbstractSecurityChecker.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityChecker.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SuluSecurityListener.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandlerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolverInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/XmlParserTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/PropertiesXmlParser.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/SchemaXmlParser.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/AbstractLoader.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/StructureXmlLoader.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExportExtensionInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/SeoStructureExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandlerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolverInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/RequestListener.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/TranslatorListener.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/AppendAnalyticsListener.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventSubscriber/GeneratorEventSubscriber.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/SegmentSubscriber.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolverInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NamespaceRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PropertyEncoder.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/PropertyEncoder.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollectorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollectorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathSegmentRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathBuilder.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentInspector.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/DocumentInspector.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/ProxyFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AbstractBaseFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingGhostFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManager.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Repository/CustomUrlRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/GeneratorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/Generator.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/TagExtractorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlTagExtractor.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/MarkupParserInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/DelegatingTagExtractor.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Listener/MarkupListener.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPoolInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPool.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Markup/Link/MediaLinkProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Security.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Domain/Repository/TrashItemRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManager.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/RouteCollection.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Generator/UrlGenerator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/CustomUrlRouteProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/AbstractEnhancer.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingSlashEnhancer.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingHTMLEnhancer.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/RedirectEnhancer.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/SeoEnhancer.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ContentEnhancer.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/InternalLinkEnhancer.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/StructureEnhancer.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ExternalLinkEnhancer.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/SerializerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Serializer.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/LocalStorage.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/FormFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/AbstractPHPCRDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/PHPCRDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DataCollector/SuluCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Twig/ContactTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/DispositionTypeTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/MediaTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Twig/UserTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Twig/CategoryTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/MemoizedSnippetTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtensionInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/DefaultSnippetTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Twig/ExportTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Twig/TagTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/MemoizedNavigationTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtensionInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapperInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapper.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilder.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationQueryBuilder.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/MemoizedSitemapTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtensionInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGeneratorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGenerator.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapContentQueryBuilder.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/MemoizedContentTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtensionInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Meta/MetaTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Seo/SeoTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
return $class::do($this, $lazyLoad);
}
if ('.' === $file[-4]) {
$class = substr($class, 0, -4);
} else {
$file .= '.php';
}
$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
}
protected function createProxy($class, \Closure $factory)
{
class_exists($class, false) || require __DIR__.'/'.$class.'.php';
return $factory();
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
$a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
if (isset($this->services['.container.private.form.factory'])) {
return $this->services['.container.private.form.factory'];
}
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('sulu_preview.preview.cache', ($this->privates['sulu_preview.preview.cache'] ?? $this->getSuluPreview_Preview_CacheService()));
$d->addInstance('sulu_admin.collaboration_cache', ($this->privates['sulu_admin.collaboration_cache'] ?? $this->getSuluAdmin_CollaborationCacheService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$f->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, NULL));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(NULL, $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$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));
$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())));
$instance->add($e);
$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([])))));
$instance->add(new \Doctrine\Bundle\PHPCRBundle\DataCollector\PHPCRDataCollector(($this->services['doctrine_phpcr'] ?? $this->getDoctrinePhpcrService())));
$instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add(new \JMS\SerializerBundle\Debug\DataCollector(['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.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService()), ($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()))));
$instance->add(new \Sulu\Bundle\WebsiteBundle\DataCollector\SuluCollector());
$instance->add($f);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
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);
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
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, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$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]);
$a = ($this->services['translator'] ?? $this->getTranslatorService());
$b = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$e = ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService());
$f = ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService());
$g = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
$h = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
$i = ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService());
$j = ($this->services['sulu_snippet.default_snippet.manager'] ?? $this->getSuluSnippet_DefaultSnippet_ManagerService());
$k = ($this->services['sulu_snippet.resolver'] ?? $this->getSuluSnippet_ResolverService());
$l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
$m = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension($l, 'dev', $h);
$n = ($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService());
$o = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
$p = ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService());
$q = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
$r = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$r->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $b]);
$s = new \Symfony\Bridge\Twig\AppVariable();
$s->setEnvironment('dev');
$s->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$s->setTokenStorage($d);
}
if ($this->has('request_stack')) {
$s->setRequestStack($c);
}
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), NULL));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($a));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
yield 'sulu_admin' => ($this->privates['assets._package_sulu_admin'] ?? $this->load('getAssets_PackageSuluAdminService'));
}, 1))));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b, \dirname(__DIR__, 5), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($a));
$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())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$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($c, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $d)));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
$instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
$instance->addExtension(new \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService())));
$instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension());
$instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension(($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())));
$instance->addExtension(new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService())));
$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()), $e, $f));
$instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\MemoizedSnippetTwigExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetTwigExtension($g, $h, $i), $f, 1));
$instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension($j, $h, $k));
$instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension($j, $h, $k));
$instance->addExtension(new \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension(($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService())));
$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()), $e, $f));
$instance->addExtension($m);
$instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension($g, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper($g, $n, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationQueryBuilder($o, $p, 'i18n'), $q, NULL, $this->parameters['sulu_security.permissions'], $this->parameters['sulu_website.enabled_twig_attributes']), $h), $f, 1));
$instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\MemoizedSitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\SitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapGenerator($n, $l, new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapContentQueryBuilder($o, $p, 'i18n'), 'dev'), $l, 'dev', $h), $f, 1));
$instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension($g, $i, $q, $h, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), $l, $c), $f, 1));
$instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension($h, $m));
$instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension($h, $m, $c));
$instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($r));
$instance->addGlobal('app', $s);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', true],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
])));
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
$a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
if (isset($this->services['.container.private.validator'])) {
return $this->services['.container.private.validator'];
}
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('D9918UD6+D', 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))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XbqjAu+QHL', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BngyfaAmcl', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cmf_routing.route_provider' shared service.
*
* @return \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider
*/
protected function getCmfRouting_RouteProviderService()
{
$a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
if (isset($this->services['cmf_routing.route_provider'])) {
return $this->services['cmf_routing.route_provider'];
}
$b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
if (isset($this->services['cmf_routing.route_provider'])) {
return $this->services['cmf_routing.route_provider'];
}
$c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
if (isset($this->services['cmf_routing.route_provider'])) {
return $this->services['cmf_routing.route_provider'];
}
$d = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
if (isset($this->services['cmf_routing.route_provider'])) {
return $this->services['cmf_routing.route_provider'];
}
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, ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), ['utf8' => true]);
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
$a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
if (isset($this->services['data_collector.dump'])) {
return $this->services['data_collector.dump'];
}
$b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
if (isset($this->services['data_collector.dump'])) {
return $this->services['data_collector.dump'];
}
return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(NULL, $a, 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$b = new \Symfony\Bridge\Monolog\Logger('doctrine');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), NULL);
$c->setConnectionName('default');
$a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
$a->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($b), 1 => $c]);
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates', 'cmf_routing.persistence.doctrine.route_condition_metadata_listener', 'getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService', true],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.listeners.resolve_target_entity' => ['privates', 'doctrine.orm.listeners.resolve_target_entity', 'getDoctrine_Orm_Listeners_ResolveTargetEntityService', true],
'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => ['privates', 'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener', 'getDoctrinePhpcr_JackalopeDoctrineDbal_SchemaListenerService', true],
'massive_search.search.event_subscriber.doctrine_orm' => ['privates', 'massive_search.search.event_subscriber.doctrine_orm', 'getMassiveSearch_Search_EventSubscriber_DoctrineOrmService', true],
'stof_doctrine_extensions.listener.tree' => ['privates', 'stof_doctrine_extensions.listener.tree', 'getStofDoctrineExtensions_Listener_TreeService', true],
'sulu.persistence.event_subscriber.orm.metadata' => ['privates', 'sulu.persistence.event_subscriber.orm.metadata', 'getSulu_Persistence_EventSubscriber_Orm_MetadataService', true],
'sulu.persistence.event_subscriber.orm.timestampable' => ['privates', 'sulu.persistence.event_subscriber.orm.timestampable', 'getSulu_Persistence_EventSubscriber_Orm_TimestampableService', true],
'sulu.persistence.event_subscriber.orm.user_blame' => ['privates', 'sulu.persistence.event_subscriber.orm.user_blame', 'getSulu_Persistence_EventSubscriber_Orm_UserBlameService', true],
'sulu_activity.domain_event_collector_subscriber' => ['privates', 'sulu_activity.domain_event_collector_subscriber', 'getSuluActivity_DomainEventCollectorSubscriberService', true],
'sulu_contact.account_listener' => ['privates', 'sulu_contact.account_listener', 'getSuluContact_AccountListenerService', true],
'sulu_contact.doctrine.invalidation_listener' => ['privates', 'sulu_contact.doctrine.invalidation_listener', 'getSuluContact_Doctrine_InvalidationListenerService', true],
'sulu_core.doctrine.references' => ['privates', 'sulu_core.doctrine.references', 'getSuluCore_Doctrine_ReferencesService', true],
'sulu_media.doctrine.invalidation_listener' => ['privates', 'sulu_media.doctrine.invalidation_listener', 'getSuluMedia_Doctrine_InvalidationListenerService', true],
'sulu_security.permission_inheritance_subscriber' => ['privates', 'sulu_security.permission_inheritance_subscriber', 'getSuluSecurity_PermissionInheritanceSubscriberService', true],
], [
'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.listeners.resolve_target_entity' => '?',
'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => '?',
'massive_search.search.event_subscriber.doctrine_orm' => '?',
'stof_doctrine_extensions.listener.tree' => '?',
'sulu.persistence.event_subscriber.orm.metadata' => '?',
'sulu.persistence.event_subscriber.orm.timestampable' => '?',
'sulu.persistence.event_subscriber.orm.user_blame' => '?',
'sulu_activity.domain_event_collector_subscriber' => '?',
'sulu_contact.account_listener' => '?',
'sulu_contact.doctrine.invalidation_listener' => '?',
'sulu_core.doctrine.references' => '?',
'sulu_media.doctrine.invalidation_listener' => '?',
'sulu_security.permission_inheritance_subscriber' => '?',
]), [0 => 'sulu.persistence.event_subscriber.orm.metadata', 1 => 'sulu.persistence.event_subscriber.orm.user_blame', 2 => 'sulu_core.doctrine.references', 3 => 'doctrine.orm.listeners.resolve_target_entity', 4 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 5 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 6 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 7 => 'massive_search.search.event_subscriber.doctrine_orm', 8 => 'sulu.persistence.event_subscriber.orm.timestampable', 9 => 'sulu_security.permission_inheritance_subscriber', 10 => 'cmf_routing.persistence.doctrine.route_condition_metadata_listener', 11 => 'stof_doctrine_extensions.listener.tree', 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 => 'postPersist'], 1 => 'sulu_contact.account_listener'], 15 => [0 => [0 => 'postPersist'], 1 => 'sulu_contact.doctrine.invalidation_listener'], 16 => [0 => [0 => 'postUpdate'], 1 => 'sulu_contact.doctrine.invalidation_listener'], 17 => [0 => [0 => 'preRemove'], 1 => 'sulu_contact.doctrine.invalidation_listener'], 18 => [0 => [0 => 'postPersist'], 1 => 'sulu_media.doctrine.invalidation_listener'], 19 => [0 => [0 => 'postUpdate'], 1 => 'sulu_media.doctrine.invalidation_listener'], 20 => [0 => [0 => 'preRemove'], 1 => 'sulu_media.doctrine.invalidation_listener'], 21 => 'sulu_activity.domain_event_collector_subscriber']), []);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$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/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']);
$c->setGlobalBasename('mapping');
$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/sulu/sulu/src/Sulu/Bundle/CoreBundle/Entity'), 2 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Entity')]);
$b->addDriver($c, 'Sulu\\Bundle\\TrashBundle\\Domain\\Model');
$b->addDriver($c, 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model');
$b->addDriver($c, 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model');
$b->addDriver($c, 'Gedmo\\Tree\\Entity');
$b->addDriver($c, 'Sulu\\Bundle\\ContactBundle\\Entity');
$b->addDriver($c, 'Sulu\\Bundle\\MediaBundle\\Entity');
$b->addDriver($c, 'Sulu\\Bundle\\SecurityBundle\\Entity');
$b->addDriver($c, 'Sulu\\Bundle\\CategoryBundle\\Entity');
$b->addDriver($c, 'Sulu\\Bundle\\TagBundle\\Entity');
$b->addDriver($c, 'Sulu\\Bundle\\WebsiteBundle\\Entity');
$b->addDriver($c, 'Sulu\\Bundle\\RouteBundle\\Entity');
$b->addDriver($d, 'App\\Entity');
$b->addDriver($d, 'Sulu\\Bundle\\CoreBundle\\Entity');
$b->addDriver($d, 'Sulu\\Bundle\\AdminBundle\\Entity');
$a->setEntityNamespaces(['SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model', 'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model', 'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\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']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
])));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setLazyGhostObjectEnabled(false);
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
$a->addCustomStringFunction('group_concat', 'Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
$a->addCustomStringFunction('CAST', 'Oro\\ORM\\Query\\AST\\Functions\\Cast');
$instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'doctrine_phpcr' shared service.
*
* @return \Doctrine\Bundle\PHPCRBundle\ManagerRegistry
*/
protected function getDoctrinePhpcrService()
{
return $this->services['doctrine_phpcr'] = new \Doctrine\Bundle\PHPCRBundle\ManagerRegistry($this, $this->parameters['doctrine_phpcr.sessions'], [], 'live', '', 'Doctrine\\Common\\Proxy\\Proxy');
}
/**
* Gets the public 'doctrine_phpcr.session' shared service.
*
* @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
*/
protected function getDoctrinePhpcr_SessionService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine_phpcr.session'] = $this->createProxy('Session_21c865b', function () {
return \Session_21c865b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrinePhpcr_SessionService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
return new \Sulu\Bundle\DocumentManagerBundle\Session\Session(($this->privates['sulu_document_manager.decorated_default_session'] ?? $this->getSuluDocumentManager_DecoratedDefaultSessionService()));
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getEventDispatcherService()
{
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
}, 1 => 'onKernelRequest'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
}, 1 => 'onKernelRequest'], 248);
$instance->addListener('massive_search.index', [0 => function () {
return ($this->privates['massive_search.events.index_listener'] ?? $this->load('getMassiveSearch_Events_IndexListenerService'));
}, 1 => 'onIndex'], 0);
$instance->addListener('massive_search.deindex', [0 => function () {
return ($this->privates['massive_search.events.deindex_listener'] ?? $this->load('getMassiveSearch_Events_DeindexListenerService'));
}, 1 => 'onDeindex'], 0);
$instance->addListener('massive_search.index_rebuild', [0 => function () {
return ($this->privates['massive_search.events.zend_rebuild'] ?? $this->load('getMassiveSearch_Events_ZendRebuildService'));
}, 1 => 'onIndexRebuild'], -999);
$instance->addListener('massive_search.hit', [0 => function () {
return ($this->privates['sulu_search.event_listener.hit'] ?? $this->load('getSuluSearch_EventListener_HitService'));
}, 1 => 'onHit'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sulu_website.analytics.response_listener'] ?? $this->getSuluWebsite_Analytics_ResponseListenerService());
}, 1 => 'onResponse'], -5);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
}, 1 => 'getResponseStatusCodeFromThrowable'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
}, 1 => 'setResponseStatusCode'], 0);
$instance->addListener('massive_search.index_rebuild', [0 => function () {
return ($this->privates['massive_search.search.event_subscriber.purge_subscriber'] ?? $this->load('getMassiveSearch_Search_EventSubscriber_PurgeSubscriberService'));
}, 1 => 'purgeIndexes'], 500);
$instance->addListener('kernel.response', [0 => function () {
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')));
}, 1 => 'onKernelResponse'], 10);
$instance->addListener('fos_http_cache.error.proxy_unreachable', [0 => function () {
return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
}, 1 => 'onProxyUnreachableError'], 0);
$instance->addListener('fos_http_cache.error.response', [0 => function () {
return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
}, 1 => 'onProxyResponseError'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
}, 1 => 'onKernelTerminate'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('sulu_security.permission_update', [0 => function () {
return ($this->privates['sulu_media.permission_listener'] ?? $this->load('getSuluMedia_PermissionListenerService'));
}, 1 => 'onPermissionUpdate'], 0);
$instance->addListener('massive_search.pre_index', [0 => function () {
return ($this->privates['sulu_media.search.subscriber.structure_media'] ?? $this->load('getSuluMedia_Search_Subscriber_StructureMediaService'));
}, 1 => 'handlePreIndex'], 0);
$instance->addListener('massive_search.pre_index', [0 => function () {
return ($this->privates['sulu_media.search.subscriber.media'] ?? $this->load('getSuluMedia_Search_Subscriber_MediaService'));
}, 1 => 'handlePreIndex'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['sulu_security.system_listener'] ?? $this->getSuluSecurity_SystemListenerService());
}, 1 => 'onKernelRequest'], 24);
$instance->addListener('sulu_security.permission_update', [0 => function () {
return ($this->privates['sulu_security.phpcr_security_subscriber'] ?? $this->load('getSuluSecurity_PhpcrSecuritySubscriberService'));
}, 1 => 'handlePermissionUpdate'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sulu_security.event_listener.security'] ?? $this->getSuluSecurity_EventListener_SecurityService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['sulu_security.last_login_listener'] ?? $this->load('getSuluSecurity_LastLoginListenerService'));
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('massive_search.pre_index', [0 => function () {
return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
}, 1 => 'handleBlameTimestamp'], 0);
$instance->addListener('massive_search.hit', [0 => function () {
return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
}, 1 => 'handleBlameTimestampHitMapping'], 0);
$instance->addListener('sulu_security.permission_update', [0 => function () {
return ($this->privates['sulu_page.permission_listener'] ?? $this->load('getSuluPage_PermissionListenerService'));
}, 1 => 'onPermissionUpdate'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['sulu_website.routing.request_listener'] ?? $this->getSuluWebsite_Routing_RequestListenerService());
}, 1 => 'onRequest'], 31);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('sulu_website.cache_clear', [0 => function () {
return ($this->privates['sulu_website.event_subscriber.cache_clear'] ?? $this->load('getSuluWebsite_EventSubscriber_CacheClearService'));
}, 1 => 'onCacheClear'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['sulu_website.event_listener.translator'] ?? $this->getSuluWebsite_EventListener_TranslatorService());
}, 1 => 'onKernelRequest'], 14);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
}, 1 => 'redirectPartialMatch'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
}, 1 => 'redirectTrailingSlashOrHtml'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sulu_website.event_subscriber.generator'] ?? ($this->privates['sulu_website.event_subscriber.generator'] = new \Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber('2.4.13')));
}, 1 => 'onResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
}, 1 => 'addVaryHeader'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
}, 1 => 'addCookieHeader'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sulu_markup.response_listener'] ?? $this->getSuluMarkup_ResponseListenerService());
}, 1 => 'replaceMarkup'], -10);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
}, 1 => 'configure'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [0 => function () {
return ($this->privates['sulu_activity.store_activity_subscriber'] ?? $this->load('getSuluActivity_StoreActivitySubscriberService'));
}, 1 => 'storeActivity'], -256);
$instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [0 => function () {
return ($this->privates['sulu_activity.set_domain_event_user_subscriber'] ?? $this->load('getSuluActivity_SetDomainEventUserSubscriberService'));
}, 1 => 'setDomainEventUser'], 256);
$instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [0 => function () {
return ($this->privates['sulu_activity.dispatch_specific_domain_event_subscriber'] ?? $this->load('getSuluActivity_DispatchSpecificDomainEventSubscriberService'));
}, 1 => 'dispatchDomainEventWithSpecificEventName'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'fos_http_cache.cache_manager' shared service.
*
* @return \FOS\HttpCacheBundle\CacheManager
*/
protected function getFosHttpCache_CacheManagerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['fos_http_cache.cache_manager'])) {
return $this->services['fos_http_cache.cache_manager'];
}
$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);
if ($this->has('event_dispatcher')) {
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
$instance->setGenerateUrlType(0);
return $instance;
}
/**
* Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
*
* @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
*/
protected function getFosHttpCache_EventListener_CacheControlService()
{
return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
}
/**
* Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
*
* @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
*/
protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
{
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]);
}
/**
* Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
*
* @return \FOS\HttpCache\ProxyClient\Symfony
*/
protected function getFosHttpCache_ProxyClient_SymfonyService()
{
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']);
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['controller_resolver'] ?? $this->getControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
yield 0 => ($this->privates['argument_resolver.request_attribute'] ?? ($this->privates['argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver()));
yield 1 => ($this->privates['argument_resolver.request'] ?? ($this->privates['argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver()));
yield 2 => ($this->privates['argument_resolver.session'] ?? ($this->privates['argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver()));
yield 3 => ($this->privates['security.user_value_resolver'] ?? $this->load('getSecurity_UserValueResolverService'));
yield 4 => ($this->privates['argument_resolver.service'] ?? $this->load('getArgumentResolver_ServiceService'));
yield 5 => ($this->privates['argument_resolver.default'] ?? ($this->privates['argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver()));
yield 6 => ($this->privates['argument_resolver.variadic'] ?? ($this->privates['argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver()));
}, 7)));
}
/**
* Gets the public 'jms_serializer' shared service.
*
* @return \JMS\Serializer\Serializer
*/
protected function getJmsSerializerService()
{
$a = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
if (isset($this->services['jms_serializer'])) {
return $this->services['jms_serializer'];
}
$b = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
if (isset($this->services['jms_serializer'])) {
return $this->services['jms_serializer'];
}
$c = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
$d = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
$d->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
$e = new \JMS\Serializer\Expression\ExpressionEvaluator($d, ['container' => $this]);
$f = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($e);
$g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
$g->setOptions(1216);
$h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
$h->setFormatOutput(true);
$i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
$i->setOptions(0);
return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($c, [2 => new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($c, $a, new \JMS\Serializer\Construction\UnserializeObjectConstructor(), $f, $b, $e), 1 => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($c, $a, $f, $b, $e)], ['json' => $g, 'xml' => $h], ['json' => $i, '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())));
}
/**
* Gets the public 'jms_serializer.deserialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_DeserializationContextFactoryService()
{
return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.serialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_SerializationContextFactoryService()
{
return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'monolog.logger.deprecation' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DeprecationService()
{
$this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Cmf\Component\Routing\ChainRouter
*/
protected function getRouterService()
{
$a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
$this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
$b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
$c = new \Symfony\Bridge\Monolog\Logger('router');
$c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
$d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->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');
$d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
$e = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
$f = new \Symfony\Component\Routing\RouteCollection();
$g = new \Symfony\Component\Routing\RequestContext();
$h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
$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);
$i->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$i->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object', '_content'), 100);
$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]);
$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), NULL, $h, $j);
$l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
$k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingSlashEnhancer(), 100);
$k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingHTMLEnhancer(), 90);
$k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\RedirectEnhancer($l), 80);
$k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\SeoEnhancer($l), 70);
$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);
$k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\InternalLinkEnhancer(), 50);
$k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\StructureEnhancer(), 40);
$k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ExternalLinkEnhancer(), 30);
$m = ($this->privates['sulu_route.routing.provider'] ?? $this->getSuluRoute_Routing_ProviderService());
$instance->setContext($b);
$instance->add($d, '100');
$instance->add($i, '20');
$instance->add($k, 30);
$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), NULL, $h, $m), 20);
return $instance;
}
/**
* Gets the public 'sulu.content.localization_finder' shared service.
*
* @return \Sulu\Component\Content\Compat\LocalizationFinder
*/
protected function getSulu_Content_LocalizationFinderService()
{
return $this->services['sulu.content.localization_finder'] = new \Sulu\Component\Content\Compat\LocalizationFinder(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
}
/**
* Gets the public 'sulu.content.mapper' shared service.
*
* @return \Sulu\Component\Content\Mapper\ContentMapper
*/
protected function getSulu_Content_MapperService()
{
$a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
if (isset($this->services['sulu.content.mapper'])) {
return $this->services['sulu.content.mapper'];
}
$b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
if (isset($this->services['sulu.content.mapper'])) {
return $this->services['sulu.content.mapper'];
}
$c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
if (isset($this->services['sulu.content.mapper'])) {
return $this->services['sulu.content.mapper'];
}
$d = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
if (isset($this->services['sulu.content.mapper'])) {
return $this->services['sulu.content.mapper'];
}
$e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['sulu.content.mapper'])) {
return $this->services['sulu.content.mapper'];
}
$f = ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService());
if (isset($this->services['sulu.content.mapper'])) {
return $this->services['sulu.content.mapper'];
}
$g = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->services['sulu.content.mapper'])) {
return $this->services['sulu.content.mapper'];
}
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);
}
/**
* Gets the public 'sulu.content.path_cleaner' shared service.
*
* @return \Sulu\Component\PHPCR\PathCleanup
*/
protected function getSulu_Content_PathCleanerService()
{
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());
}
/**
* Gets the public 'sulu.content.structure_manager' shared service.
*
* @return \Sulu\Component\Content\Compat\StructureManager
*/
protected function getSulu_Content_StructureManagerService()
{
$a = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
if (isset($this->services['sulu.content.structure_manager'])) {
return $this->services['sulu.content.structure_manager'];
}
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']);
}
/**
* Gets the public 'sulu.content.type_manager' shared service.
*
* @return \Sulu\Component\Content\ContentTypeManager
*/
protected function getSulu_Content_TypeManagerService()
{
$this->services['sulu.content.type_manager'] = $instance = new \Sulu\Component\Content\ContentTypeManager($this);
$instance->mapAliasToServiceId('number', 'sulu.content.type.number');
$instance->mapAliasToServiceId('text_line', 'sulu.content.type.text_line');
$instance->mapAliasToServiceId('text_area', 'sulu.content.type.text_area');
$instance->mapAliasToServiceId('text_editor', 'sulu.content.type.text_editor');
$instance->mapAliasToServiceId('resource_locator', 'sulu.content.type.resource_locator');
$instance->mapAliasToServiceId('link', 'sulu.content.type.link');
$instance->mapAliasToServiceId('block', 'sulu.content.type.block');
$instance->mapAliasToServiceId('contact_account_selection', 'sulu_contact.content.contact_account_selection');
$instance->mapAliasToServiceId('single_contact_selection', 'sulu_contact.content.single_contact_selection');
$instance->mapAliasToServiceId('contact_selection', 'sulu_contact.content.contact_selection');
$instance->mapAliasToServiceId('single_account_selection', 'sulu_contact.content.single_account_selection');
$instance->mapAliasToServiceId('account_selection', 'sulu_contact.content.account_selection');
$instance->mapAliasToServiceId('collection_selection', 'sulu_media.type.collection_selection');
$instance->mapAliasToServiceId('single_collection_selection', 'sulu_media.type.single_collection_selection');
$instance->mapAliasToServiceId('media_selection', 'sulu_media.type.media_selection');
$instance->mapAliasToServiceId('single_media_selection', 'sulu_media.type.single_media_selection');
$instance->mapAliasToServiceId('image_map', 'sulu_media.type.image_map');
$instance->mapAliasToServiceId('category_selection', 'sulu_category.content.type.category_selection');
$instance->mapAliasToServiceId('single_category_selection', 'sulu_category.content.type.single_category_selection');
$instance->mapAliasToServiceId('single_snippet_selection', 'sulu_snippet.content.single_snippet_selection');
$instance->mapAliasToServiceId('snippet_selection', 'sulu_snippet.content.snippet');
$instance->mapAliasToServiceId('smart_content', 'sulu_page.smart_content.content_type');
$instance->mapAliasToServiceId('teaser_selection', 'sulu_page.teaser.content_type');
$instance->mapAliasToServiceId('page_selection', 'sulu.content.type.page_selection');
$instance->mapAliasToServiceId('single_page_selection', 'sulu.content.type.single_page_selection');
$instance->mapAliasToServiceId('phone', 'sulu.content.type.phone');
$instance->mapAliasToServiceId('segment_select', 'sulu.content.type.segment_select');
$instance->mapAliasToServiceId('password', 'sulu.content.type.password');
$instance->mapAliasToServiceId('url', 'sulu.content.type.url');
$instance->mapAliasToServiceId('email', 'sulu.content.type.email');
$instance->mapAliasToServiceId('date', 'sulu.content.type.date');
$instance->mapAliasToServiceId('datetime', 'sulu.content.type.datetime');
$instance->mapAliasToServiceId('time', 'sulu.content.type.time');
$instance->mapAliasToServiceId('color', 'sulu.content.type.color');
$instance->mapAliasToServiceId('checkbox', 'sulu.content.type.checkbox');
$instance->mapAliasToServiceId('select', 'sulu.content.type.select');
$instance->mapAliasToServiceId('single_select', 'sulu.content.type.single_select');
$instance->mapAliasToServiceId('tag_selection', 'sulu_tag.content.type.tag_selection');
$instance->mapAliasToServiceId('location', 'sulu_location.content.type.location');
$instance->mapAliasToServiceId('route', 'sulu_route.content_type');
$instance->mapAliasToServiceId('page_tree_route', 'sulu_route.content_type.page_tree_route');
return $instance;
}
/**
* Gets the public 'sulu.phpcr.session' shared service.
*
* @return \Sulu\Component\PHPCR\SessionManager\SessionManager
*/
protected function getSulu_Phpcr_SessionService()
{
$a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
if (isset($this->services['sulu.phpcr.session'])) {
return $this->services['sulu.phpcr.session'];
}
return $this->services['sulu.phpcr.session'] = new \Sulu\Component\PHPCR\SessionManager\SessionManager($a, ['base' => 'cmf', 'content' => 'contents', 'route' => 'routes', 'snippet' => 'snippets']);
}
/**
* Gets the public 'sulu.repository.access_control' shared service.
*
* @return \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository
*/
protected function getSulu_Repository_AccessControlService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['sulu.repository.access_control'] = $this->createProxy('AccessControlRepository_b331497', function () {
return \AccessControlRepository_b331497::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSulu_Repository_AccessControlService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/AccessControlRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return new \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository($a, $a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl'));
}
/**
* Gets the public 'sulu.repository.account' shared service.
*
* @return \Sulu\Bundle\ContactBundle\Entity\AccountRepository
*/
protected function getSulu_Repository_AccountService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['sulu.repository.account'] = $this->createProxy('AccountRepository_21f7ad1', function () {
return \AccountRepository_21f7ad1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSulu_Repository_AccountService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return new \Sulu\Bundle\ContactBundle\Entity\AccountRepository($a, $a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Account'));
}
/**
* Gets the public 'sulu.repository.analytics' shared service.
*
* @return \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository
*/
protected function getSulu_Repository_AnalyticsService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['sulu.repository.analytics'] = $this->createProxy('AnalyticsRepository_b1da81f', function () {
return \AnalyticsRepository_b1da81f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSulu_Repository_AnalyticsService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return new \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository($a, $a->getClassMetadata('Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics'));
}
/**
* Gets the public 'sulu.repository.category' shared service.
*
* @return \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository
*/
protected function getSulu_Repository_CategoryService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['sulu.repository.category'] = $this->createProxy('CategoryRepository_9c346ab', function () {
return \CategoryRepository_9c346ab::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSulu_Repository_CategoryService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return new \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository($a, $a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Category'));
}
/**
* Gets the public 'sulu.repository.category_meta' shared service.
*
* @return \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository
*/
protected function getSulu_Repository_CategoryMetaService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['sulu.repository.category_meta'] = $this->createProxy('CategoryMetaRepository_d16c689', function () {
return \CategoryMetaRepository_d16c689::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSulu_Repository_CategoryMetaService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return new \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository($a, $a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta'));
}
/**
* Gets the public 'sulu.repository.category_translation' shared service.
*
* @return \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository
*/
protected function getSulu_Repository_CategoryTranslationService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['sulu.repository.category_translation'] = $this->createProxy('CategoryTranslationRepository_5ea8703', function () {
return \CategoryTranslationRepository_5ea8703::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSulu_Repository_CategoryTranslationService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return new \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository($a, $a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation'));
}
/**
* Gets the public 'sulu.repository.contact' shared service.
*
* @return \Sulu\Bundle\ContactBundle\Entity\ContactRepository
*/
protected function getSulu_Repository_ContactService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['sulu.repository.contact'] = $this->createProxy('ContactRepository_74094bd', function () {
return \ContactRepository_74094bd::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSulu_Repository_ContactService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return new \Sulu\Bundle\ContactBundle\Entity\ContactRepository($a, $a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Contact'));
}
/**
* Gets the public 'sulu.repository.keyword' shared service.
*
* @return \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository
*/
protected function getSulu_Repository_KeywordService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['sulu.repository.keyword'] = $this->createProxy('KeywordRepository_4891058', function () {
return \KeywordRepository_4891058::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSulu_Repository_KeywordService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return new \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository($a, $a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword'));
}
/**
* Gets the public 'sulu.repository.media' shared service.
*
* @return \Sulu\Bundle\MediaBundle\Entity\MediaRepository
*/
protected function getSulu_Repository_MediaService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['sulu.repository.media'] = $this->createProxy('MediaRepository_283a6d2', function () {
return \MediaRepository_283a6d2::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSulu_Repository_MediaService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$instance = new \Sulu\Bundle\MediaBundle\Entity\MediaRepository($a, $a->getClassMetadata('Sulu\\Bundle\\MediaBundle\\Entity\\Media'));
$instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
return $instance;
}
/**
* Gets the public 'sulu.repository.role' shared service.
*
* @return \Sulu\Bundle\SecurityBundle\Entity\RoleRepository
*/
protected function getSulu_Repository_RoleService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['sulu.repository.role'] = $this->createProxy('RoleRepository_c7c4870', function () {
return \RoleRepository_c7c4870::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSulu_Repository_RoleService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/RoleRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/RoleRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return new \Sulu\Bundle\SecurityBundle\Entity\RoleRepository($a, $a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\Role'));
}
/**
* Gets the public 'sulu.repository.route' shared service.
*
* @return \Sulu\Bundle\RouteBundle\Entity\RouteRepository
*/
protected function getSulu_Repository_RouteService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['sulu.repository.route'] = $this->createProxy('RouteRepository_ee5eed9', function () {
return \RouteRepository_ee5eed9::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSulu_Repository_RouteService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return new \Sulu\Bundle\RouteBundle\Entity\RouteRepository($a, $a->getClassMetadata('Sulu\\Bundle\\RouteBundle\\Entity\\Route'));
}
/**
* Gets the public 'sulu.repository.tag' shared service.
*
* @return \Sulu\Bundle\TagBundle\Entity\TagRepository
*/
protected function getSulu_Repository_TagService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['sulu.repository.tag'] = $this->createProxy('TagRepository_4e72930', function () {
return \TagRepository_4e72930::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSulu_Repository_TagService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Entity/TagRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return new \Sulu\Bundle\TagBundle\Entity\TagRepository($a, $a->getClassMetadata('Sulu\\Bundle\\TagBundle\\Entity\\Tag'));
}
/**
* Gets the public 'sulu.repository.user' shared service.
*
* @return \Sulu\Bundle\SecurityBundle\Entity\UserRepository
*/
protected function getSulu_Repository_UserService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['sulu.repository.user'] = $this->createProxy('UserRepository_28384ec', function () {
return \UserRepository_28384ec::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSulu_Repository_UserService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/UserRepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/OrderByTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/UserRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return new \Sulu\Bundle\SecurityBundle\Entity\UserRepository($a, $a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\User'));
}
/**
* Gets the public 'sulu.util.node_helper' shared service.
*
* @return \Sulu\Component\Util\SuluNodeHelper
*/
protected function getSulu_Util_NodeHelperService()
{
$a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
if (isset($this->services['sulu.util.node_helper'])) {
return $this->services['sulu.util.node_helper'];
}
return $this->services['sulu.util.node_helper'] = new \Sulu\Component\Util\SuluNodeHelper($a, 'i18n', ['base' => 'cmf', 'content' => 'contents', 'route' => 'routes', 'snippet' => 'snippets'], ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()));
}
/**
* Gets the public 'sulu_category.category_manager' shared service.
*
* @return \Sulu\Bundle\CategoryBundle\Category\CategoryManager
*/
protected function getSuluCategory_CategoryManagerService()
{
$a = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
if (isset($this->services['sulu_category.category_manager'])) {
return $this->services['sulu_category.category_manager'];
}
$b = ($this->services['sulu.repository.category_meta'] ?? $this->getSulu_Repository_CategoryMetaService());
if (isset($this->services['sulu_category.category_manager'])) {
return $this->services['sulu_category.category_manager'];
}
$c = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
if (isset($this->services['sulu_category.category_manager'])) {
return $this->services['sulu_category.category_manager'];
}
$d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
if (isset($this->services['sulu_category.category_manager'])) {
return $this->services['sulu_category.category_manager'];
}
$e = ($this->services['sulu_category.keyword_manager'] ?? $this->getSuluCategory_KeywordManagerService());
if (isset($this->services['sulu_category.category_manager'])) {
return $this->services['sulu_category.category_manager'];
}
$f = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['sulu_category.category_manager'])) {
return $this->services['sulu_category.category_manager'];
}
$g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['sulu_category.category_manager'])) {
return $this->services['sulu_category.category_manager'];
}
$h = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
if (isset($this->services['sulu_category.category_manager'])) {
return $this->services['sulu_category.category_manager'];
}
return $this->services['sulu_category.category_manager'] = new \Sulu\Bundle\CategoryBundle\Category\CategoryManager($a, $b, $c, $d, $e, $f, $g, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $h);
}
/**
* Gets the public 'sulu_category.keyword_manager' shared service.
*
* @return \Sulu\Bundle\CategoryBundle\Category\KeywordManager
*/
protected function getSuluCategory_KeywordManagerService()
{
$a = ($this->services['sulu.repository.keyword'] ?? $this->getSulu_Repository_KeywordService());
if (isset($this->services['sulu_category.keyword_manager'])) {
return $this->services['sulu_category.keyword_manager'];
}
$b = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
if (isset($this->services['sulu_category.keyword_manager'])) {
return $this->services['sulu_category.keyword_manager'];
}
$c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['sulu_category.keyword_manager'])) {
return $this->services['sulu_category.keyword_manager'];
}
return $this->services['sulu_category.keyword_manager'] = new \Sulu\Bundle\CategoryBundle\Category\KeywordManager($a, $b, $c, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()));
}
/**
* Gets the public 'sulu_contact.contact_manager' shared service.
*
* @return \Sulu\Bundle\ContactBundle\Contact\ContactManager
*/
protected function getSuluContact_ContactManagerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['sulu_contact.contact_manager'])) {
return $this->services['sulu_contact.contact_manager'];
}
$b = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
if (isset($this->services['sulu_contact.contact_manager'])) {
return $this->services['sulu_contact.contact_manager'];
}
$c = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
if (isset($this->services['sulu_contact.contact_manager'])) {
return $this->services['sulu_contact.contact_manager'];
}
$d = ($this->services['sulu.repository.account'] ?? $this->getSulu_Repository_AccountService());
if (isset($this->services['sulu_contact.contact_manager'])) {
return $this->services['sulu_contact.contact_manager'];
}
$e = ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService());
if (isset($this->services['sulu_contact.contact_manager'])) {
return $this->services['sulu_contact.contact_manager'];
}
$f = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
if (isset($this->services['sulu_contact.contact_manager'])) {
return $this->services['sulu_contact.contact_manager'];
}
$g = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
if (isset($this->services['sulu_contact.contact_manager'])) {
return $this->services['sulu_contact.contact_manager'];
}
$h = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
if (isset($this->services['sulu_contact.contact_manager'])) {
return $this->services['sulu_contact.contact_manager'];
}
return $this->services['sulu_contact.contact_manager'] = new \Sulu\Bundle\ContactBundle\Contact\ContactManager($a, $b, $c, $d, ($this->services['doctrine'] ?? $this->getDoctrineService())->getRepository('SuluContactBundle:ContactTitle'), $e, $f, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $g, $h);
}
/**
* Gets the public 'sulu_core.array_serializer' shared service.
*
* @return \Sulu\Component\Serializer\ArraySerializer
*/
protected function getSuluCore_ArraySerializerService()
{
$a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
if (isset($this->services['sulu_core.array_serializer'])) {
return $this->services['sulu_core.array_serializer'];
}
return $this->services['sulu_core.array_serializer'] = new \Sulu\Component\Serializer\ArraySerializer($a);
}
/**
* Gets the public 'sulu_core.webspace.request_analyzer' shared service.
*
* @return \Sulu\Component\Webspace\Analyzer\RequestAnalyzer
*/
protected function getSuluCore_Webspace_RequestAnalyzerService()
{
$a = ($this->privates['sulu_custom_urls.request_processor'] ?? $this->getSuluCustomUrls_RequestProcessorService());
if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
return $this->services['sulu_core.webspace.request_analyzer'];
}
$b = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
return $this->services['sulu_core.webspace.request_analyzer'];
}
$c = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
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())), [0 => new \Sulu\Component\Webspace\Analyzer\Attributes\ParameterRequestProcessor($c, 'dev'), 1 => new \Sulu\Component\Webspace\Analyzer\Attributes\UrlRequestProcessor(), 2 => $a, 3 => new \Sulu\Component\Webspace\Analyzer\Attributes\WebsiteRequestProcessor($c, $b, 'dev'), 4 => new \Sulu\Component\Webspace\Analyzer\Attributes\DateTimeRequestProcessor(), 5 => new \Sulu\Component\Webspace\Analyzer\Attributes\SegmentRequestProcessor('_ss'), 6 => new \Sulu\Component\Webspace\Analyzer\Attributes\PortalInformationRequestProcessor()]);
}
/**
* Gets the public 'sulu_core.webspace.webspace_manager' shared service.
*
* @return \Sulu\Component\Webspace\Manager\WebspaceManager
*/
protected function getSuluCore_Webspace_WebspaceManagerService()
{
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()));
}
/**
* Gets the public 'sulu_custom_urls.manager' shared service.
*
* @return \Sulu\Component\CustomUrl\Manager\CustomUrlManager
*/
protected function getSuluCustomUrls_ManagerService()
{
$a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
if (isset($this->services['sulu_custom_urls.manager'])) {
return $this->services['sulu_custom_urls.manager'];
}
$b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
if (isset($this->services['sulu_custom_urls.manager'])) {
return $this->services['sulu_custom_urls.manager'];
}
$c = ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
if (isset($this->services['sulu_custom_urls.manager'])) {
return $this->services['sulu_custom_urls.manager'];
}
$d = ($this->services['sulu_security.user_manager'] ?? $this->getSuluSecurity_UserManagerService());
if (isset($this->services['sulu_custom_urls.manager'])) {
return $this->services['sulu_custom_urls.manager'];
}
$e = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
if (isset($this->services['sulu_custom_urls.manager'])) {
return $this->services['sulu_custom_urls.manager'];
}
$f = ($this->privates['sulu_document_manager.document_domain_event_collector'] ?? $this->getSuluDocumentManager_DocumentDomainEventCollectorService());
if (isset($this->services['sulu_custom_urls.manager'])) {
return $this->services['sulu_custom_urls.manager'];
}
return $this->services['sulu_custom_urls.manager'] = new \Sulu\Component\CustomUrl\Manager\CustomUrlManager($a, $b, new \Sulu\Component\CustomUrl\Repository\CustomUrlRepository(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $c, ($this->privates['sulu_custom_urls.domain_generator'] ?? $this->getSuluCustomUrls_DomainGeneratorService()), $d), $e, ($this->privates['sulu_document_manager.path_builder'] ?? $this->getSuluDocumentManager_PathBuilderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), 'dev', $f);
}
/**
* Gets the public 'sulu_document_manager.document_inspector' shared service.
*
* @return \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
*/
protected function getSuluDocumentManager_DocumentInspectorService()
{
$a = ($this->privates['sulu_document_manager.proxy_factory'] ?? $this->getSuluDocumentManager_ProxyFactoryService());
if (isset($this->services['sulu_document_manager.document_inspector'])) {
return $this->services['sulu_document_manager.document_inspector'];
}
$b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
if (isset($this->services['sulu_document_manager.document_inspector'])) {
return $this->services['sulu_document_manager.document_inspector'];
}
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()));
}
/**
* Gets the public 'sulu_document_manager.document_manager' shared service.
*
* @return \Sulu\Component\DocumentManager\DocumentManager
*/
protected function getSuluDocumentManager_DocumentManagerService()
{
$a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
if (isset($this->services['sulu_document_manager.document_manager'])) {
return $this->services['sulu_document_manager.document_manager'];
}
$b = ($this->privates['sulu_document_manager.node_manager'] ?? $this->getSuluDocumentManager_NodeManagerService());
if (isset($this->services['sulu_document_manager.document_manager'])) {
return $this->services['sulu_document_manager.document_manager'];
}
return $this->services['sulu_document_manager.document_manager'] = new \Sulu\Component\DocumentManager\DocumentManager($a, $b);
}
/**
* Gets the public 'sulu_document_manager.metadata_factory.base' shared service.
*
* @return \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory
*/
protected function getSuluDocumentManager_MetadataFactory_BaseService()
{
$a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
if (isset($this->services['sulu_document_manager.metadata_factory.base'])) {
return $this->services['sulu_document_manager.metadata_factory.base'];
}
return $this->services['sulu_document_manager.metadata_factory.base'] = new \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory($a, $this->parameters['sulu_document_manager.mapping']);
}
/**
* Gets the public 'sulu_document_manager.property_encoder' shared service.
*
* @return \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder
*/
protected function getSuluDocumentManager_PropertyEncoderService()
{
return $this->services['sulu_document_manager.property_encoder'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
}
/**
* Gets the public 'sulu_markup.parser.html_extractor' shared service.
*
* @return \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor
*/
protected function getSuluMarkup_Parser_HtmlExtractorService()
{
return $this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu');
}
/**
* Gets the public 'sulu_media.collection_repository' shared service.
*
* @return \Sulu\Bundle\MediaBundle\Entity\CollectionRepository
*/
protected function getSuluMedia_CollectionRepositoryService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['sulu_media.collection_repository'])) {
return $this->services['sulu_media.collection_repository'];
}
$this->services['sulu_media.collection_repository'] = $instance = $a->getRepository('SuluMediaBundle:Collection');
$instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
return $instance;
}
/**
* Gets the public 'sulu_media.format_cache' shared service.
*
* @return \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache
*/
protected function getSuluMedia_FormatCacheService()
{
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);
}
/**
* Gets the public 'sulu_media.format_manager' shared service.
*
* @return \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager
*/
protected function getSuluMedia_FormatManagerService()
{
$a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
if (isset($this->services['sulu_media.format_manager'])) {
return $this->services['sulu_media.format_manager'];
}
$b = ($this->privates['sulu_media.adapter.imagick'] ?? ($this->privates['sulu_media.adapter.imagick'] = new \Imagine\Imagick\Imagine()));
$c = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\TransformationPool();
$c->add(($this->services['sulu_media.image.transformation.crop'] ?? ($this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation())), 'crop');
$c->add(($this->services['sulu_media.image.transformation.paste'] ?? $this->getSuluMedia_Image_Transformation_PasteService()), 'paste');
$c->add(($this->services['sulu_media.image.transformation.blur'] ?? ($this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation())), 'blur');
$c->add(($this->services['sulu_media.image.transformation.gamma'] ?? ($this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation())), 'gamma');
$c->add(($this->services['sulu_media.image.transformation.grayscale'] ?? ($this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation())), 'grayscale');
$c->add(($this->services['sulu_media.image.transformation.negative'] ?? ($this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation())), 'negative');
$c->add(($this->services['sulu_media.image.transformation.sharpen'] ?? ($this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation())), 'sharpen');
return $this->services['sulu_media.format_manager'] = new \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager($a, ($this->services['sulu_media.format_cache'] ?? $this->getSuluMedia_FormatCacheService()), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\ImagineImageConverter($b, ($this->services['sulu_media.storage'] ?? $this->getSuluMedia_StorageService()), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\MediaImageExtractor($b, new \Sulu\Bundle\MediaBundle\Media\Video\VideoThumbnailService(NULL), 'gs'), $c, 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()));
}
/**
* Gets the public 'sulu_media.image.transformation.blur' shared service.
*
* @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation
*/
protected function getSuluMedia_Image_Transformation_BlurService()
{
return $this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation();
}
/**
* Gets the public 'sulu_media.image.transformation.crop' shared service.
*
* @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation
*/
protected function getSuluMedia_Image_Transformation_CropService()
{
return $this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation();
}
/**
* Gets the public 'sulu_media.image.transformation.gamma' shared service.
*
* @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation
*/
protected function getSuluMedia_Image_Transformation_GammaService()
{
return $this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation();
}
/**
* Gets the public 'sulu_media.image.transformation.grayscale' shared service.
*
* @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation
*/
protected function getSuluMedia_Image_Transformation_GrayscaleService()
{
return $this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation();
}
/**
* Gets the public 'sulu_media.image.transformation.negative' shared service.
*
* @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation
*/
protected function getSuluMedia_Image_Transformation_NegativeService()
{
return $this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation();
}
/**
* Gets the public 'sulu_media.image.transformation.paste' shared service.
*
* @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation
*/
protected function getSuluMedia_Image_Transformation_PasteService()
{
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))))));
}
/**
* Gets the public 'sulu_media.image.transformation.sharpen' shared service.
*
* @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation
*/
protected function getSuluMedia_Image_Transformation_SharpenService()
{
return $this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation();
}
/**
* Gets the public 'sulu_media.media_manager' shared service.
*
* @return \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager
*/
protected function getSuluMedia_MediaManagerService()
{
$a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
if (isset($this->services['sulu_media.media_manager'])) {
return $this->services['sulu_media.media_manager'];
}
$b = ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
if (isset($this->services['sulu_media.media_manager'])) {
return $this->services['sulu_media.media_manager'];
}
$c = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
if (isset($this->services['sulu_media.media_manager'])) {
return $this->services['sulu_media.media_manager'];
}
$d = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
if (isset($this->services['sulu_media.media_manager'])) {
return $this->services['sulu_media.media_manager'];
}
$e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['sulu_media.media_manager'])) {
return $this->services['sulu_media.media_manager'];
}
$f = ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService());
if (isset($this->services['sulu_media.media_manager'])) {
return $this->services['sulu_media.media_manager'];
}
$g = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
if (isset($this->services['sulu_media.media_manager'])) {
return $this->services['sulu_media.media_manager'];
}
$h = ($this->privates['sulu_media.type_manager'] ?? $this->getSuluMedia_TypeManagerService());
if (isset($this->services['sulu_media.media_manager'])) {
return $this->services['sulu_media.media_manager'];
}
$i = ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService());
if (isset($this->services['sulu_media.media_manager'])) {
return $this->services['sulu_media.media_manager'];
}
$j = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
if (isset($this->services['sulu_media.media_manager'])) {
return $this->services['sulu_media.media_manager'];
}
$k = new \Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidator();
$k->setMaxFileSize('256MB');
$k->setBlockedMimeTypes([]);
return $this->services['sulu_media.media_manager'] = new \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager($a, $b, $c, $d, $e, ($this->services['sulu_media.storage'] ?? $this->getSuluMedia_StorageService()), $k, $f, $g, $h, ($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()), $i, new RewindableGenerator(function () {
yield 0 => ($this->privates['sulu_media.image_properties_provider'] ?? $this->load('getSuluMedia_ImagePropertiesProviderService'));
}, 1), '/media/{id}/download/{slug}', NULL, '/admin/media/{id}/download/{slug}', $j);
}
/**
* Gets the public 'sulu_media.storage' shared service.
*
* @return \Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage
*/
protected function getSuluMedia_StorageService()
{
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()));
}
/**
* Gets the public 'sulu_page.compat.structure.legacy_property_factory' shared service.
*
* @return \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
*/
protected function getSuluPage_Compat_Structure_LegacyPropertyFactoryService()
{
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()));
}
/**
* Gets the public 'sulu_page.content_repository' shared service.
*
* @return \Sulu\Component\Content\Repository\ContentRepository
*/
protected function getSuluPage_ContentRepositoryService()
{
$a = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
if (isset($this->services['sulu_page.content_repository'])) {
return $this->services['sulu_page.content_repository'];
}
$b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
if (isset($this->services['sulu_page.content_repository'])) {
return $this->services['sulu_page.content_repository'];
}
$c = ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService());
if (isset($this->services['sulu_page.content_repository'])) {
return $this->services['sulu_page.content_repository'];
}
$d = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
if (isset($this->services['sulu_page.content_repository'])) {
return $this->services['sulu_page.content_repository'];
}
return $this->services['sulu_page.content_repository'] = new \Sulu\Component\Content\Repository\ContentRepository($a, ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->services['sulu.content.localization_finder'] ?? $this->getSulu_Content_LocalizationFinderService()), $b, $c, $d, $this->parameters['sulu_security.permissions']);
}
/**
* Gets the public 'sulu_page.extension.manager' shared service.
*
* @return \Sulu\Component\Content\Extension\ExtensionManager
*/
protected function getSuluPage_Extension_ManagerService()
{
$this->services['sulu_page.extension.manager'] = $instance = new \Sulu\Component\Content\Extension\ExtensionManager();
$instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\SeoStructureExtension());
$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()))));
return $instance;
}
/**
* Gets the public 'sulu_page.structure.factory' shared service.
*
* @return \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory
*/
protected function getSuluPage_Structure_FactoryService()
{
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.content.structure.paths'], $this->parameters['sulu.content.structure.default_types'], ($this->targetDir.''.'/sulu/structures'), true);
}
/**
* Gets the public 'sulu_security.mask_converter' shared service.
*
* @return \Sulu\Component\Security\Authorization\MaskConverter
*/
protected function getSuluSecurity_MaskConverterService()
{
return $this->services['sulu_security.mask_converter'] = new \Sulu\Component\Security\Authorization\MaskConverter($this->parameters['permissions']);
}
/**
* Gets the public 'sulu_security.salt_generator' shared service.
*
* @return \Sulu\Component\Security\Authentication\SaltGenerator
*/
protected function getSuluSecurity_SaltGeneratorService()
{
return $this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator();
}
/**
* Gets the public 'sulu_security.security_checker' shared service.
*
* @return \Sulu\Component\Security\Authorization\SecurityChecker
*/
protected function getSuluSecurity_SecurityCheckerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->services['sulu_security.security_checker'])) {
return $this->services['sulu_security.security_checker'];
}
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);
}
/**
* Gets the public 'sulu_security.user_manager' shared service.
*
* @return \Sulu\Bundle\SecurityBundle\UserManager\UserManager
*/
protected function getSuluSecurity_UserManagerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['sulu_security.user_manager'])) {
return $this->services['sulu_security.user_manager'];
}
$b = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
if (isset($this->services['sulu_security.user_manager'])) {
return $this->services['sulu_security.user_manager'];
}
$c = ($this->services['sulu_contact.contact_manager'] ?? $this->getSuluContact_ContactManagerService());
if (isset($this->services['sulu_security.user_manager'])) {
return $this->services['sulu_security.user_manager'];
}
$d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
if (isset($this->services['sulu_security.user_manager'])) {
return $this->services['sulu_security.user_manager'];
}
return $this->services['sulu_security.user_manager'] = new \Sulu\Bundle\SecurityBundle\UserManager\UserManager($a, ($this->services['sulu_security.encoder_factory'] ?? $this->load('getSuluSecurity_EncoderFactoryService')), $b, $a->getRepository('SuluSecurityBundle:Group'), $c, ($this->services['sulu_security.salt_generator'] ?? ($this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator())), $d, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()));
}
/**
* Gets the public 'sulu_snippet.default_snippet.manager' shared service.
*
* @return \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager
*/
protected function getSuluSnippet_DefaultSnippet_ManagerService()
{
$a = ($this->privates['sulu_document_manager.session_manager'] ?? $this->getSuluDocumentManager_SessionManagerService());
if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
return $this->services['sulu_snippet.default_snippet.manager'];
}
$b = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
return $this->services['sulu_snippet.default_snippet.manager'];
}
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']);
}
/**
* Gets the public 'sulu_snippet.resolver' shared service.
*
* @return \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver
*/
protected function getSuluSnippet_ResolverService()
{
$a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
if (isset($this->services['sulu_snippet.resolver'])) {
return $this->services['sulu_snippet.resolver'];
}
return $this->services['sulu_snippet.resolver'] = new \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver($a, ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService()));
}
/**
* Gets the public 'sulu_tag.tag_manager' shared service.
*
* @return \Sulu\Bundle\TagBundle\Tag\TagManager
*/
protected function getSuluTag_TagManagerService()
{
$a = ($this->services['sulu.repository.tag'] ?? $this->getSulu_Repository_TagService());
if (isset($this->services['sulu_tag.tag_manager'])) {
return $this->services['sulu_tag.tag_manager'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['sulu_tag.tag_manager'])) {
return $this->services['sulu_tag.tag_manager'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['sulu_tag.tag_manager'])) {
return $this->services['sulu_tag.tag_manager'];
}
$d = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
if (isset($this->services['sulu_tag.tag_manager'])) {
return $this->services['sulu_tag.tag_manager'];
}
return $this->services['sulu_tag.tag_manager'] = new \Sulu\Bundle\TagBundle\Tag\TagManager($a, $b, $c, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $d);
}
/**
* Gets the public 'sulu_website.resolver.structure' shared service.
*
* @return \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver
*/
protected function getSuluWebsite_Resolver_StructureService()
{
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']);
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, NULL);
}
/**
* Gets the private '.service_locator.rz1tQtr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Rz1tQtrService()
{
return $this->privates['.service_locator.rz1tQtr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.admin' => ['privates', 'security.firewall.map.context.admin', 'getSecurity_Firewall_Map_Context_AdminService', true],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
], [
'security.firewall.map.context.admin' => '?',
'security.firewall.map.context.dev' => '?',
]);
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'assets.context' shared service.
*
* @return \Symfony\Component\Asset\Context\RequestStackContext
*/
protected function getAssets_ContextService()
{
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
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());
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yM51oZBHvJ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kjE9pZeK89', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('R4EcrGVkFS', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Bwit4TfStY', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NgQmvhRwj6', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
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)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'controller_resolver' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
*/
protected function getControllerResolverService()
{
return $this->privates['controller_resolver'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
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())));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
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()));
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
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 () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
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())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
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 () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
yield 3 => ($this->privates['debug.security.voter.sulu_security.security_context_voter'] ?? $this->load('getDebug_Security_Voter_SuluSecurity_SecurityContextVoterService'));
}, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(true)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
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, [
'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => ['privates', 'form.type.phpcr.reference', 'getForm_Type_Phpcr_ReferenceService', true],
'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => ['privates', 'dtl_content.form.type.home', 'getDtlContent_Form_Type_HomeService', true],
'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => ['privates', 'dtl_content.form.type.page', 'getDtlContent_Form_Type_PageService', true],
'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => ['privates', 'sulu_snippet.form.snippet', 'getSuluSnippet_Form_SnippetService', true],
'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => ['privates', 'dtl_content.form.factory.document_type', 'getDtlContent_Form_Factory_DocumentTypeService', true],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', true],
'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates', 'cmf_routing.route_type_form_type', 'getCmfRouting_RouteTypeFormTypeService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', true],
], [
'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => '?',
'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => '?',
'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => '?',
'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => '?',
'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
}, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
}, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'fos_http_cache.event_listener.tag' shared service.
*
* @return \FOS\HttpCacheBundle\EventListener\TagListener
*/
protected function getFosHttpCache_EventListener_TagService()
{
$a = ($this->services['fos_http_cache.cache_manager'] ?? $this->getFosHttpCache_CacheManagerService());
if (isset($this->privates['fos_http_cache.event_listener.tag'])) {
return $this->privates['fos_http_cache.event_listener.tag'];
}
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);
}
/**
* Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
*
* @return \FOS\HttpCacheBundle\Http\RuleMatcher
*/
protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
{
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());
}
/**
* Gets the private 'fos_rest.body_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\BodyListener
*/
protected function getFosRest_BodyListenerService()
{
$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, [
'fos_rest.decoder.json' => ['privates', 'fos_rest.decoder.json', 'getFosRest_Decoder_JsonService', true],
'fos_rest.decoder.xml' => ['privates', 'fos_rest.decoder.xml', 'getFosRest_Decoder_XmlService', true],
], [
'fos_rest.decoder.json' => '?',
'fos_rest.decoder.xml' => '?',
]), ['json' => 'fos_rest.decoder.json', 'xml' => 'fos_rest.decoder.xml']), false);
$instance->setDefaultFormat(NULL);
return $instance;
}
/**
* Gets the private 'fos_rest.exception.codes_map' shared service.
*
* @return \FOS\RestBundle\Util\ExceptionValueMap
*/
protected function getFosRest_Exception_CodesMapService()
{
return $this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Sulu\\Bundle\\TrashBundle\\Domain\\Exception\\TrashItemNotFoundException' => 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]);
}
/**
* Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
*/
protected function getFosRest_Exception_ResponseStatusCodeListenerService()
{
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()));
}
/**
* Gets the private 'fos_rest.zone_matcher_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\ZoneMatcherListener
*/
protected function getFosRest_ZoneMatcherListenerService()
{
$this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
$instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'));
return $instance;
}
/**
* Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableFileLocator
*/
protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
{
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')]));
}
/**
* Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
*/
protected function getJmsSerializer_TraceableEventDispatcherService()
{
$this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.traceable_runs_listener' => ['privates', 'jms_serializer.traceable_runs_listener', 'getJmsSerializer_TraceableRunsListenerService', false],
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', true],
'sulu_page.document.serializer.subscriber.structure_behavior' => ['privates', 'sulu_page.document.serializer.subscriber.structure_behavior', 'getSuluPage_Document_Serializer_Subscriber_StructureBehaviorService', true],
'sulu_page.document.serializer.subscriber.extension_container' => ['privates', 'sulu_page.document.serializer.subscriber.extension_container', 'getSuluPage_Document_Serializer_Subscriber_ExtensionContainerService', true],
'sulu_document_manager.serializer.subscriber.proxy' => ['services', 'sulu_document_manager.serializer.subscriber.proxy', 'getSuluDocumentManager_Serializer_Subscriber_ProxyService', true],
'sulu_core.representation_handler' => ['privates', 'sulu_core.representation_handler', 'getSuluCore_RepresentationHandlerService', true],
'sulu_admin.dropdown_toolbar_action_subscriber' => ['privates', 'sulu_admin.dropdown_toolbar_action_subscriber', 'getSuluAdmin_DropdownToolbarActionSubscriberService', true],
'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => ['privates', 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber', 'getSuluAdmin_SaveWithFormDialogToolbarActionSubscriberService', true],
'sulu_admin.toggler_toolbar_action_subscriber' => ['privates', 'sulu_admin.toggler_toolbar_action_subscriber', 'getSuluAdmin_TogglerToolbarActionSubscriberService', true],
'sulu_security.document.serializer.subscriber.security' => ['privates', 'sulu_security.document.serializer.subscriber.security', 'getSuluSecurity_Document_Serializer_Subscriber_SecurityService', true],
'sulu_page.document.serializer.subscriber.path_behavior' => ['privates', 'sulu_page.document.serializer.subscriber.path_behavior', 'getSuluPage_Document_Serializer_Subscriber_PathBehaviorService', true],
'sulu_page.document.serializer.subscriber.parent_behavior' => ['privates', 'sulu_page.document.serializer.subscriber.parent_behavior', 'getSuluPage_Document_Serializer_Subscriber_ParentBehaviorService', true],
'sulu_page.document.serializer.subscriber.locale' => ['privates', 'sulu_page.document.serializer.subscriber.locale', 'getSuluPage_Document_Serializer_Subscriber_LocaleService', true],
'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => ['privates', 'sulu_page.document.serializer.subscriber.shadow_locale_behavior', 'getSuluPage_Document_Serializer_Subscriber_ShadowLocaleBehaviorService', true],
'sulu_page.document.serializer.subscriber.redirect_type_behavior' => ['privates', 'sulu_page.document.serializer.subscriber.redirect_type_behavior', 'getSuluPage_Document_Serializer_Subscriber_RedirectTypeBehaviorService', true],
'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => ['privates', 'sulu_page.document.serializer.subscriber.workflow_stage_behavior', 'getSuluPage_Document_Serializer_Subscriber_WorkflowStageBehaviorService', true],
'sulu_page.compat.serializer.subscriber.page_bridge' => ['privates', 'sulu_page.compat.serializer.subscriber.page_bridge', 'getSuluPage_Compat_Serializer_Subscriber_PageBridgeService', true],
'sulu_document_manager.serializer.subscriber.children_behavior' => ['privates', 'sulu_document_manager.serializer.subscriber.children_behavior', 'getSuluDocumentManager_Serializer_Subscriber_ChildrenBehaviorService', true],
'sulu_hash.event_subscriber.serializer' => ['privates', 'sulu_hash.event_subscriber.serializer', 'getSuluHash_EventSubscriber_SerializerService', true],
'sulu_document_manager.serializer.subscriber.document' => ['privates', 'sulu_document_manager.serializer.subscriber.document', 'getSuluDocumentManager_Serializer_Subscriber_DocumentService', true],
], [
'jms_serializer.traceable_runs_listener' => '?',
'jms_serializer.doctrine_proxy_subscriber' => '?',
'sulu_page.document.serializer.subscriber.structure_behavior' => '?',
'sulu_page.document.serializer.subscriber.extension_container' => '?',
'sulu_document_manager.serializer.subscriber.proxy' => '?',
'sulu_core.representation_handler' => '?',
'sulu_admin.dropdown_toolbar_action_subscriber' => '?',
'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => '?',
'sulu_admin.toggler_toolbar_action_subscriber' => '?',
'sulu_security.document.serializer.subscriber.security' => '?',
'sulu_page.document.serializer.subscriber.path_behavior' => '?',
'sulu_page.document.serializer.subscriber.parent_behavior' => '?',
'sulu_page.document.serializer.subscriber.locale' => '?',
'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => '?',
'sulu_page.document.serializer.subscriber.redirect_type_behavior' => '?',
'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => '?',
'sulu_page.compat.serializer.subscriber.page_bridge' => '?',
'sulu_document_manager.serializer.subscriber.children_behavior' => '?',
'sulu_hash.event_subscriber.serializer' => '?',
'sulu_document_manager.serializer.subscriber.document' => '?',
]));
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ORM\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\MongoDB\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\PHPCR\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'ProxyManager\\Proxy\\LazyLoadingInterface');
$instance->addListener('serializer.pre_serialize', [0 => 'sulu_page.document.serializer.subscriber.structure_behavior', 1 => 'onPreSerialize'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'sulu_page.document.serializer.subscriber.extension_container', 1 => 'onPreSerialize'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'sulu_document_manager.serializer.subscriber.proxy', 1 => 'onPreSerialize'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_deserialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.post_serialize', [0 => 'sulu_core.representation_handler', 1 => 'onPostSerialize'], NULL, 'json', NULL);
$instance->addListener('serializer.post_serialize', [0 => 'sulu_admin.dropdown_toolbar_action_subscriber', 1 => 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\DropdownToolbarAction', 'json', NULL);
$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);
$instance->addListener('serializer.post_serialize', [0 => 'sulu_admin.toggler_toolbar_action_subscriber', 1 => 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\TogglerToolbarAction', 'json', NULL);
$instance->addListener('serializer.post_serialize', [0 => 'sulu_security.document.serializer.subscriber.security', 1 => 'onPostSerialize'], NULL, 'json', NULL);
$instance->addListener('serializer.post_serialize', [0 => 'sulu_page.document.serializer.subscriber.structure_behavior', 1 => 'onPostSerialize'], NULL, 'json', NULL);
$instance->addListener('serializer.post_serialize', [0 => 'sulu_page.document.serializer.subscriber.path_behavior', 1 => 'onPostSerialize'], NULL, 'json', NULL);
$instance->addListener('serializer.post_serialize', [0 => 'sulu_page.document.serializer.subscriber.parent_behavior', 1 => 'onPostSerialize'], NULL, 'json', NULL);
$instance->addListener('serializer.post_serialize', [0 => 'sulu_page.document.serializer.subscriber.locale', 1 => 'onPostSerialize'], NULL, 'json', NULL);
$instance->addListener('serializer.post_serialize', [0 => 'sulu_page.document.serializer.subscriber.shadow_locale_behavior', 1 => 'onPostSerialize'], NULL, 'json', NULL);
$instance->addListener('serializer.post_serialize', [0 => 'sulu_page.document.serializer.subscriber.redirect_type_behavior', 1 => 'onPostSerialize'], NULL, 'json', NULL);
$instance->addListener('serializer.post_serialize', [0 => 'sulu_page.document.serializer.subscriber.workflow_stage_behavior', 1 => 'onPostSerialize'], NULL, 'json', NULL);
$instance->addListener('serializer.post_serialize', [0 => 'sulu_page.compat.serializer.subscriber.page_bridge', 1 => 'onPostSerialize'], NULL, 'json', NULL);
$instance->addListener('serializer.post_serialize', [0 => 'sulu_document_manager.serializer.subscriber.children_behavior', 1 => 'onPostSerialize'], NULL, 'json', NULL);
$instance->addListener('serializer.post_serialize', [0 => 'sulu_hash.event_subscriber.serializer', 1 => 'onPostSerialize'], NULL, NULL, NULL);
$instance->addListener('serializer.post_deserialize', [0 => 'sulu_document_manager.serializer.subscriber.document', 1 => 'onPostDeserialize'], NULL, NULL, NULL);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_handler_registry' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
*/
protected function getJmsSerializer_TraceableHandlerRegistryService()
{
$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, [
'sulu_core.rest.datetime_handler' => ['privates', 'sulu_core.rest.datetime_handler', 'getSuluCore_Rest_DatetimeHandlerService', true],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', true],
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', true],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', true],
'sulu_page.document.serializer.handler.structure' => ['privates', 'sulu_page.document.serializer.handler.structure', 'getSuluPage_Document_Serializer_Handler_StructureService', true],
'sulu_page.document.serializer.handler.extension_container' => ['privates', 'sulu_page.document.serializer.handler.extension_container', 'getSuluPage_Document_Serializer_Handler_ExtensionContainerService', true],
'sulu_page.compat.serializer.handler.page_bridge' => ['privates', 'sulu_page.compat.serializer.handler.page_bridge', 'getSuluPage_Compat_Serializer_Handler_PageBridgeService', true],
'fos_rest.serializer.flatten_exception_handler' => ['privates', 'fos_rest.serializer.flatten_exception_handler', 'getFosRest_Serializer_FlattenExceptionHandlerService', true],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', true],
'sulu_admin.schema_handler' => ['privates', 'sulu_admin.schema_handler', 'getSuluAdmin_SchemaHandlerService', true],
'sulu_document_manager.serializer.handler.children_collection' => ['privates', 'sulu_document_manager.serializer.handler.children_collection', 'getSuluDocumentManager_Serializer_Handler_ChildrenCollectionService', true],
'fos_rest.serializer.form_error_handler' => ['privates', 'fos_rest.serializer.form_error_handler', 'getFosRest_Serializer_FormErrorHandlerService', true],
], [
'sulu_core.rest.datetime_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.iterator_handler' => '?',
'sulu_page.document.serializer.handler.structure' => '?',
'sulu_page.document.serializer.handler.extension_container' => '?',
'sulu_page.compat.serializer.handler.page_bridge' => '?',
'fos_rest.serializer.flatten_exception_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'sulu_admin.schema_handler' => '?',
'sulu_document_manager.serializer.handler.children_collection' => '?',
'fos_rest.serializer.form_error_handler' => '?',
])));
$instance->registerHandler(2, 'DateTime', 'array', [0 => 'sulu_core.rest.datetime_handler', 1 => 'deserialize']);
$instance->registerHandler(2, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson']);
$instance->registerHandler(2, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']);
$instance->registerHandler(2, 'DateTimeImmutable', 'array', [0 => 'sulu_core.rest.datetime_handler', 1 => 'deserialize']);
$instance->registerHandler(2, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson']);
$instance->registerHandler(2, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']);
$instance->registerHandler(2, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'ArrayCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson']);
$instance->registerHandler(2, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']);
$instance->registerHandler(2, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson']);
$instance->registerHandler(2, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']);
$instance->registerHandler(2, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
$instance->registerHandler(2, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
$instance->registerHandler(2, 'Sulu\\Component\\Content\\Document\\Structure\\Structure', 'json', [0 => 'sulu_page.document.serializer.handler.structure', 1 => 'doDeserialize']);
$instance->registerHandler(2, 'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer', 'json', [0 => 'sulu_page.document.serializer.handler.extension_container', 1 => 'doDeserialize']);
$instance->registerHandler(2, 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge', 'json', [0 => 'sulu_page.compat.serializer.handler.page_bridge', 1 => 'doDeserialize']);
$instance->registerHandler(1, 'DateTime', 'array', [0 => 'sulu_core.rest.datetime_handler', 1 => 'serialize']);
$instance->registerHandler(1, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTimeImmutable', 'array', [0 => 'sulu_core.rest.datetime_handler', 1 => 'serialize']);
$instance->registerHandler(1, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException', 'json', [0 => 'fos_rest.serializer.flatten_exception_handler', 1 => 'serializeToJson']);
$instance->registerHandler(1, 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException', 'xml', [0 => 'fos_rest.serializer.flatten_exception_handler', 1 => 'serializeToXml']);
$instance->registerHandler(1, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'ArrayCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']);
$instance->registerHandler(1, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SchemaMetadata', 'json', [0 => 'sulu_admin.schema_handler', 1 => 'serializeToJsonSchema']);
$instance->registerHandler(1, 'Sulu\\Component\\Content\\Document\\Structure\\Structure', 'json', [0 => 'sulu_page.document.serializer.handler.structure', 1 => 'doSerialize']);
$instance->registerHandler(1, 'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer', 'json', [0 => 'sulu_page.document.serializer.handler.extension_container', 1 => 'doSerialize']);
$instance->registerHandler(1, 'Sulu\\Component\\DocumentManager\\Collection\\ChildrenCollection', 'json', [0 => 'sulu_document_manager.serializer.handler.children_collection', 1 => 'doSerialize']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToXml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToJson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorTojson']);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
*/
protected function getJmsSerializer_TraceableMetadataFactoryService()
{
$a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'metadata_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', true],
], [
'metadata_driver' => '?',
]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
$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')))));
$a->setIncludeInterfaces(false);
return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
}
/**
* Gets the private 'jms_serializer.traceable_runs_listener' shared service.
*
* @return \JMS\SerializerBundle\Debug\RunsListener
*/
protected function getJmsSerializer_TraceableRunsListenerService()
{
return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['locale_listener'])) {
return $this->privates['locale_listener'];
}
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, []);
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 4).'/log/website/dev.log'), 100, true, NULL, false);
$instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
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);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.rz1tQtr'] ?? $this->get_ServiceLocator_Rz1tQtrService());
if (isset($this->privates['security.firewall.map'])) {
return $this->privates['security.firewall.map'];
}
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
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)/')));
yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.KLaPh5V'] ?? ($this->privates['.security.request_matcher.KLaPh5V'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin(\\/|$)')));
}, 2));
}
/**
* Gets the private 'security.helper' shared service.
*
* @return \Symfony\Component\Security\Core\Security
*/
protected function getSecurity_HelperService()
{
return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
], [
'security.authorization_checker' => '?',
'security.token_storage' => '?',
]));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['security.logout_url_generator'])) {
return $this->privates['security.logout_url_generator'];
}
$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()));
$instance->registerListener('admin', 'sulu_admin.logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, true],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
], [
'initialized_session' => '?',
'logger' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'sulu.content.query_executor' shared service.
*
* @return \Sulu\Component\Content\Query\ContentQueryExecutor
*/
protected function getSulu_Content_QueryExecutorService()
{
$a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
if (isset($this->privates['sulu.content.query_executor'])) {
return $this->privates['sulu.content.query_executor'];
}
return $this->privates['sulu.content.query_executor'] = new \Sulu\Component\Content\Query\ContentQueryExecutor(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $a, NULL);
}
/**
* Gets the private 'sulu.content.resource_locator.mapper.phpcr' shared service.
*
* @return \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper
*/
protected function getSulu_Content_ResourceLocator_Mapper_PhpcrService()
{
$a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
}
$b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
}
return $this->privates['sulu.content.resource_locator.mapper.phpcr'] = new \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $a, $b);
}
/**
* Gets the private 'sulu.content.resource_locator.strategy.tree_leaf_edit' shared service.
*
* @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy
*/
protected function getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()
{
$a = ($this->privates['sulu.content.resource_locator.mapper.phpcr'] ?? $this->getSulu_Content_ResourceLocator_Mapper_PhpcrService());
if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
}
$b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
}
$c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
}
$d = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
}
return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy($a, ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), $b, ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), $c, $d, ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] ?? ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeGenerator())));
}
/**
* Gets the private 'sulu.content.resource_locator.strategy_pool' shared service.
*
* @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool
*/
protected function getSulu_Content_ResourceLocator_StrategyPoolService()
{
$a = ($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] ?? $this->getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService());
if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
return $this->privates['sulu.content.resource_locator.strategy_pool'];
}
$b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
return $this->privates['sulu.content.resource_locator.strategy_pool'];
}
$c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
return $this->privates['sulu.content.resource_locator.strategy_pool'];
}
$d = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
return $this->privates['sulu.content.resource_locator.strategy_pool'];
}
return $this->privates['sulu.content.resource_locator.strategy_pool'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool(['tree_leaf_edit' => $a, 'tree_full_edit' => new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeFullEditStrategy(($this->privates['sulu.content.resource_locator.mapper.phpcr'] ?? $this->getSulu_Content_ResourceLocator_Mapper_PhpcrService()), ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), $b, ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), $c, $d, ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] ?? ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeGenerator())))], ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
}
/**
* Gets the private 'sulu_activity.domain_event_collector' shared service.
*
* @return \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector
*/
protected function getSuluActivity_DomainEventCollectorService()
{
$a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
if (isset($this->privates['sulu_activity.domain_event_collector'])) {
return $this->privates['sulu_activity.domain_event_collector'];
}
return $this->privates['sulu_activity.domain_event_collector'] = new \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector($a);
}
/**
* Gets the private 'sulu_activity.domain_event_dispatcher' shared service.
*
* @return \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher
*/
protected function getSuluActivity_DomainEventDispatcherService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['sulu_activity.domain_event_dispatcher'])) {
return $this->privates['sulu_activity.domain_event_dispatcher'];
}
return $this->privates['sulu_activity.domain_event_dispatcher'] = new \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher($a);
}
/**
* Gets the private 'sulu_admin.collaboration_cache' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getSuluAdmin_CollaborationCacheService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('PODMmWSCH2', 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))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->privates['sulu_admin.collaboration_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the private 'sulu_category.category_request_handler' shared service.
*
* @return \Sulu\Component\Category\Request\CategoryRequestHandler
*/
protected function getSuluCategory_CategoryRequestHandlerService()
{
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())));
}
/**
* Gets the private 'sulu_core.cache.memoize' shared service.
*
* @return \Sulu\Component\Cache\Memoize
*/
protected function getSuluCore_Cache_MemoizeService()
{
return $this->privates['sulu_core.cache.memoize'] = new \Sulu\Component\Cache\Memoize(new \Doctrine\Common\Cache\ArrayCache(), 1);
}
/**
* Gets the private 'sulu_core.proxy_manager.configuration' shared service.
*
* @return \ProxyManager\Configuration
*/
protected function getSuluCore_ProxyManager_ConfigurationService()
{
$this->privates['sulu_core.proxy_manager.configuration'] = $instance = new \ProxyManager\Configuration();
$instance->setProxiesTargetDir(($this->targetDir.''.'/sulu/proxies'));
$instance->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())->getProxiesTargetDir())));
return $instance;
}
/**
* Gets the private 'sulu_core.webspace.loader.delegator' shared service.
*
* @return \Symfony\Component\Config\Loader\DelegatingLoader
*/
protected function getSuluCore_Webspace_Loader_DelegatorService()
{
$a = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)))));
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)]));
}
/**
* Gets the private 'sulu_custom_urls.domain_generator' shared service.
*
* @return \Sulu\Component\CustomUrl\Generator\Generator
*/
protected function getSuluCustomUrls_DomainGeneratorService()
{
return $this->privates['sulu_custom_urls.domain_generator'] = new \Sulu\Component\CustomUrl\Generator\Generator(($this->privates['sulu_core.webspace.webspace_manager.url_replacer'] ?? ($this->privates['sulu_core.webspace.webspace_manager.url_replacer'] = new \Sulu\Component\Webspace\Url\Replacer())));
}
/**
* Gets the private 'sulu_custom_urls.request_processor' shared service.
*
* @return \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor
*/
protected function getSuluCustomUrls_RequestProcessorService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['sulu_custom_urls.request_processor'] = $this->createProxy('CustomUrlRequestProcessor_292b929', function () {
return \CustomUrlRequestProcessor_292b929::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSuluCustomUrls_RequestProcessorService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php';
return new \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor(($this->services['sulu_custom_urls.manager'] ?? $this->getSuluCustomUrls_ManagerService()), ($this->privates['sulu_custom_urls.domain_generator'] ?? $this->getSuluCustomUrls_DomainGeneratorService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), 'dev');
}
/**
* Gets the private 'sulu_document_manager.decorated_default_session' shared service.
*
* @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
*/
protected function getSuluDocumentManager_DecoratedDefaultSessionService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['sulu_document_manager.decorated_default_session'] = $this->createProxy('Session_21c865b', function () {
return \Session_21c865b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSuluDocumentManager_DecoratedDefaultSessionService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
include_once \dirname(__DIR__, 5).'/vendor/jackalope/jackalope/src/Jackalope/Session.php';
include_once \dirname(__DIR__, 5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/jackalope/jackalope/src/Jackalope/Repository.php';
include_once \dirname(__DIR__, 5).'/vendor/phpcr/phpcr/src/PHPCR/CredentialsInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/phpcr/phpcr/src/PHPCR/SimpleCredentials.php';
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'));
}
/**
* Gets the private 'sulu_document_manager.document_domain_event_collector' shared service.
*
* @return \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector
*/
protected function getSuluDocumentManager_DocumentDomainEventCollectorService()
{
$a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
if (isset($this->privates['sulu_document_manager.document_domain_event_collector'])) {
return $this->privates['sulu_document_manager.document_domain_event_collector'];
}
return $this->privates['sulu_document_manager.document_domain_event_collector'] = new \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector($a);
}
/**
* Gets the private 'sulu_document_manager.event_dispatcher.standard' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSuluDocumentManager_EventDispatcher_StandardService()
{
$this->privates['sulu_document_manager.event_dispatcher.standard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('sulu_document_manager.flush', [0 => function () {
return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
}, 1 => 'handleFlush'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
}, 1 => 'handlePrePersist'], 479);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
}, 1 => 'handlePersist'], -10000);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
}, 1 => 'handleRemove'], -10000);
$instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
}, 1 => 'handleRemoveLocale'], -10000);
$instance->addListener('sulu_document_manager.copy_locale', [0 => function () {
return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
}, 1 => 'handleCopyLocale'], -10000);
$instance->addListener('sulu_document_manager.copy', [0 => function () {
return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
}, 1 => 'handleCopy'], -10000);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
}, 1 => 'storeSnippetToTrash'], 1024);
$instance->addListener('sulu_document_manager.flush', [0 => function () {
return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
}, 1 => 'flushTrashItem'], 0);
$instance->addListener('sulu_document_manager.clear', [0 => function () {
return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
}, 1 => 'clearPendingTrashItem'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
}, 1 => 'indexPersistedDocument'], -10);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
}, 1 => 'indexPublishedDocument'], -256);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
}, 1 => 'deindexRemovedDocument'], 600);
$instance->addListener('sulu_document_manager.unpublish', [0 => function () {
return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
}, 1 => 'deindexUnpublishedDocument'], -1024);
$instance->addListener('sulu_document_manager.remove_draft', [0 => function () {
return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
}, 1 => 'indexDocumentAfterRemoveDraft'], -1024);
$instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
}, 1 => 'deindexRemovedLocaleDocument'], -1024);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
}, 1 => 'preventRemoveWithChildren'], 4096);
$instance->addListener('sulu_document_manager.configure_options', [0 => function () {
return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
}, 1 => 'addForceRemoveChildrenOption'], 0);
$instance->addListener('sulu_document_manager.configure_options', [0 => function () {
return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
}, 1 => 'handleConfigureOptions'], 0);
$instance->addListener('sulu_document_manager.flush', [0 => function () {
return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
}, 1 => 'handleFlush'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
}, 1 => 'handlePrePersist'], 479);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
}, 1 => 'handlePersist'], -10000);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
}, 1 => 'handleRemove'], -10000);
$instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
}, 1 => 'handleRemoveLocale'], -10000);
$instance->addListener('sulu_document_manager.copy_locale', [0 => function () {
return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
}, 1 => 'handleCopyLocale'], -10000);
$instance->addListener('sulu_document_manager.copy', [0 => function () {
return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
}, 1 => 'handleCopy'], -10000);
$instance->addListener('sulu_document_manager.move', [0 => function () {
return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
}, 1 => 'handlePreMove'], 10000);
$instance->addListener('sulu_document_manager.move', [0 => function () {
return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
}, 1 => 'handleMove'], -10000);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
}, 1 => 'handlePublish'], -10000);
$instance->addListener('sulu_document_manager.unpublish', [0 => function () {
return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
}, 1 => 'handleUnpublish'], -10000);
$instance->addListener('sulu_document_manager.remove_draft', [0 => function () {
return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
}, 1 => 'handleRemoveDraft'], -10000);
$instance->addListener('sulu_document_manager.restore', [0 => function () {
return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
}, 1 => 'handleRestore'], -10000);
$instance->addListener('sulu_document_manager.reorder', [0 => function () {
return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
}, 1 => 'handleReorder'], -10000);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
}, 1 => 'saveStructureData'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
}, 1 => 'handlePersistStagedProperties'], 50);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
}, 1 => 'handlePersistStructureType'], 100);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
}, 1 => 'saveStructureData'], 0);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
}, 1 => 'handleHydrate'], 0);
$instance->addListener('sulu_document_manager.configure_options', [0 => function () {
return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
}, 1 => 'configureOptions'], 0);
$instance->addListener('sulu_document_manager.metadata_load', [0 => function () {
return ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] ?? ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] = new \Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber()));
}, 1 => 'handleMetadataLoad'], 0);
$instance->addListener('sulu_document_manager.metadata_load', [0 => function () {
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()));
}, 1 => 'handleMetadataLoad'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
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()));
}, 1 => 'handlePersist'], 15);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
}, 1 => 'handlePersistDocument'], 10);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
}, 1 => 'handleHydrate'], -200);
$instance->addListener('sulu_document_manager.move', [0 => function () {
return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
}, 1 => 'updateMovedDocument'], -128);
$instance->addListener('sulu_document_manager.copy', [0 => function () {
return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
}, 1 => 'updateCopiedDocument'], -128);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
}, 1 => 'handlePersistRoute'], -128);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
}, 1 => 'setWorkflowStageOnDocument'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
}, 1 => 'setWorkflowStageToTest'], 0);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
}, 1 => 'setWorkflowStageToPublished'], 0);
$instance->addListener('sulu_document_manager.unpublish', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
}, 1 => 'setWorkflowStageToTestAndResetPublishedDate'], 0);
$instance->addListener('sulu_document_manager.copy', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
}, 1 => 'setWorkflowStageToTestForCopy'], 0);
$instance->addListener('sulu_document_manager.restore', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
}, 1 => 'setWorkflowStageToTestForRestore'], -32);
$instance->addListener('sulu_document_manager.metadata_load', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
}, 1 => 'handleMetadataLoad'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
}, 1 => 'handlePersistUpdateUrl'], 20);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
}, 1 => 'saveShadowProperties'], 15);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
}, 1 => 'handleHydrate'], 390);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
}, 1 => 'saveShadowProperties'], 15);
$instance->addListener('sulu_document_manager.configure_options', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
}, 1 => 'handleConfigureOptions'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
}, 1 => 'copyShadowProperties'], -256);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
}, 1 => 'copyShadowProperties'], 0);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
}, 1 => 'setTitleOnDocument'], -10);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
}, 1 => 'setTitleOnNode'], 10);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
}, 1 => 'setTitleOnNode'], 10);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.fallback_localization'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_FallbackLocalizationService'));
}, 1 => 'handleHydrate'], 400);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
}, 1 => 'saveExtensionData'], 10);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
}, 1 => 'saveExtensionData'], 10);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
}, 1 => 'handleHydrate'], -10);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
}, 1 => 'handlePersist'], 0);
$instance->addListener('sulu_document_manager.metadata_load', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
}, 1 => 'handleMetadataLoad'], 0);
$instance->addListener('sulu_document_manager.reorder', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
}, 1 => 'handleReorder'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
}, 1 => 'handlePersist'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
}, 1 => 'handlePersistCreate'], 3);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
}, 1 => 'handleHydrate'], 0);
$instance->addListener('sulu_document_manager.copy', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
}, 1 => 'deleteUnavailableLocales'], 256);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
}, 1 => 'handleWebspace'], 0);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
}, 1 => 'handleWebspace'], -10);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
}, 1 => 'handleSetNodeOnPersist'], 490);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
}, 1 => 'handlePersist'], 5);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
}, 1 => 'handleHydrate'], 0);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
}, 1 => 'handleRemove'], 550);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
}, 1 => 'handlePublish'], 0);
$instance->addListener('sulu_document_manager.metadata_load', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.target'] ?? ($this->privates['sulu_document_manager.document.subscriber.target'] = new \Sulu\Component\Content\Document\Subscriber\TargetSubscriber()));
}, 1 => 'handleMetadataLoad'], 0);
$instance->addListener('sulu_document_manager.metadata_load', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.robot'] ?? ($this->privates['sulu_document_manager.document.subscriber.robot'] = new \Sulu\Component\Content\Document\Subscriber\RobotSubscriber()));
}, 1 => 'handleMetadataLoad'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
}, 1 => 'createNodeInPublicWorkspace'], -490);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
}, 1 => 'removeNodeFromPublicWorkspace'], 0);
$instance->addListener('sulu_document_manager.move', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
}, 1 => 'moveNodeInPublicWorkspace'], 0);
$instance->addListener('sulu_document_manager.copy', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
}, 1 => 'copyNodeInPublicWorkspace'], 0);
$instance->addListener('sulu_document_manager.reorder', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
}, 1 => 'reorderNodeInPublicWorkspace'], 0);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
}, 1 => 'setNodeFromPublicWorkspaceForPublishing'], 512);
$instance->addListener('sulu_document_manager.unpublish', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
}, 1 => 'setNodeFromPublicWorkspaceForUnpublishing'], 512);
$instance->addListener('sulu_document_manager.unpublish', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
}, 1 => 'removePropertiesFromPublicWorkspace'], 0);
$instance->addListener('sulu_document_manager.remove_draft', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
}, 1 => 'copyPropertiesFromPublicWorkspace'], 0);
$instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
}, 1 => 'removeLocalePropertiesFromPublicWorkspace'], 0);
$instance->addListener('sulu_document_manager.flush', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
}, 1 => 'flushPublicWorkspace'], 0);
$instance->addListener('sulu_document_manager.copy_locale', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.copy_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_CopyLocaleService'));
}, 1 => 'handleCopyLocale'], 0);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
}, 1 => 'handlePreRemove'], 510);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
}, 1 => 'handlePostRemove'], -100);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
}, 1 => 'handlePersist'], 0);
$instance->addListener('sulu_document_manager.flush', [0 => function () {
return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
}, 1 => 'handleFlush'], 0);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.behavior.remove_content'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_RemoveContentService'));
}, 1 => 'handleRemove'], 550);
$instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
}, 1 => 'storePageTranslationToTrash'], 1024);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
}, 1 => 'storePageToTrash'], 1024);
$instance->addListener('sulu_document_manager.flush', [0 => function () {
return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
}, 1 => 'flushTrashItem'], 0);
$instance->addListener('sulu_document_manager.clear', [0 => function () {
return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
}, 1 => 'clearPendingTrashItem'], 0);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
}, 1 => 'invalidateDocumentBeforePublishing'], 1024);
$instance->addListener('sulu_document_manager.unpublish', [0 => function () {
return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
}, 1 => 'invalidateDocumentBeforeUnpublishing'], 1024);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
}, 1 => 'invalidateDocumentBeforeRemoving'], 1024);
$instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
}, 1 => 'invalidateDocumentBeforeRemovingLocale'], 1024);
$instance->addListener('sulu_document_manager.clear', [0 => function () {
return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
}, 1 => 'onClear'], -256);
$instance->addListener('sulu_document_manager.flush', [0 => function () {
return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
}, 1 => 'onFlush'], -256);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
}, 1 => 'handleHydrate'], 500);
$instance->addListener('sulu_document_manager.create', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
}, 1 => 'handleCreate'], 500);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
}, 1 => 'handleDefaultLocale'], 520);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
}, 1 => 'handleDocumentFromRegistry'], 510);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
}, 1 => 'handleStopPropagationAndResetLocale'], 509);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
}, 1 => 'handleHydrate'], 490);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
}, 1 => 'handleEndHydrate'], -500);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
}, 1 => 'handlePersist'], 450);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
}, 1 => 'handleNodeFromRegistry'], 510);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
}, 1 => 'handleEndPersist'], -500);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
}, 1 => 'handleRemove'], 490);
$instance->addListener('sulu_document_manager.clear', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
}, 1 => 'handleClear'], 500);
$instance->addListener('sulu_document_manager.reorder', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
}, 1 => 'handleNodeFromRegistry'], 510);
$instance->addListener('sulu_document_manager.configure_options', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
}, 1 => 'configureOptions'], 0);
$instance->addListener('sulu_document_manager.remove_draft', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
}, 1 => 'handleNodeFromRegistry'], 512);
$instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
}, 1 => 'handleNodeFromRegistry'], 512);
$instance->addListener('sulu_document_manager.restore', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
}, 1 => 'handleNodeFromRegistry'], 512);
$instance->addListener('sulu_document_manager.reorder', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.phpcr.reorder'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_ReorderService'));
}, 1 => 'handleReorder'], 500);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
}, 1 => 'setDocumentMixinsOnNode'], 468);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
}, 1 => 'setDocumentMixinsOnNode'], 468);
$instance->addListener('sulu_document_manager.find', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
}, 1 => 'handleFind'], 500);
$instance->addListener('sulu_document_manager.configure_options', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
}, 1 => 'configureOptions'], 0);
$instance->addListener('sulu_document_manager.query.create', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
}, 1 => 'handleCreate'], 500);
$instance->addListener('sulu_document_manager.query.create_builder', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
}, 1 => 'handleCreateBuilder'], 500);
$instance->addListener('sulu_document_manager.query.execute', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
}, 1 => 'handleQueryExecute'], 500);
$instance->addListener('sulu_document_manager.move', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
}, 1 => 'handleMove'], 400);
$instance->addListener('sulu_document_manager.copy', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
}, 1 => 'handleCopy'], 400);
$instance->addListener('sulu_document_manager.clear', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
}, 1 => 'handleClear'], 500);
$instance->addListener('sulu_document_manager.flush', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
}, 1 => 'handleFlush'], 500);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.phpcr.remove'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RemoveService'));
}, 1 => 'handleRemove'], 500);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
}, 1 => 'handleHydrate'], -100);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
}, 1 => 'handleMapping'], -100);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
}, 1 => 'handleMapping'], -128);
$instance->addListener('sulu_document_manager.refresh', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
}, 1 => 'refreshDocument'], 0);
$instance->addListener('sulu_document_manager.remove_draft', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
}, 1 => 'refreshDocumentForDeleteDraft'], -512);
$instance->addListener('sulu_document_manager.configure_options', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.security'] ?? $this->load('getSuluDocumentManager_Subscriber_SecurityService'));
}, 1 => 'setDefaultUser'], 0);
$instance->addListener('sulu_document_manager.configure_options', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
}, 1 => 'configureOptions'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
}, 1 => 'handleScheduleRename'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
}, 1 => 'handlePersist'], 480);
$instance->addListener('sulu_document_manager.move', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
}, 1 => 'handleMove'], 480);
$instance->addListener('sulu_document_manager.copy', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
}, 1 => 'handleCopy'], 480);
$instance->addListener('sulu_document_manager.flush', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
}, 1 => 'handleRename'], 510);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
}, 1 => 'handlePersist'], 485);
$instance->addListener('sulu_document_manager.configure_options', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
}, 1 => 'configureOptions'], 0);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
}, 1 => 'setBlamesOnDocument'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
}, 1 => 'setBlamesOnNodeForPersist'], 0);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
}, 1 => 'setBlamesOnNodeForPublish'], 0);
$instance->addListener('sulu_document_manager.restore', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
}, 1 => 'setChangerForRestore'], -32);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
}, 1 => 'setAuthorOnDocument'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
}, 1 => 'setAuthorOnNode'], 0);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
}, 1 => 'setAuthorOnNode'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
}, 1 => 'setTimestampsOnNodeForPersist'], 0);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
}, 1 => 'setTimestampsOnNodeForPublish'], 0);
$instance->addListener('sulu_document_manager.restore', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
}, 1 => 'setChangedForRestore'], -32);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
}, 1 => 'setTimestampsOnDocument'], 0);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
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()));
}, 1 => 'setFinalNodeName'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
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()));
}, 1 => 'setInitialNodeName'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
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()));
}, 1 => 'setFinalNodeName'], -480);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
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()));
}, 1 => 'handleUuid'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
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()));
}, 1 => 'handleUuid'], 0);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
}, 1 => 'handleLocale'], 410);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
}, 1 => 'handleLocale'], 410);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
}, 1 => 'handleHydrate'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
}, 1 => 'handleChangeParent'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
}, 1 => 'handleSetParentNodeFromDocument'], 490);
$instance->addListener('sulu_document_manager.move', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
}, 1 => 'handleMove'], 0);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.suscriber.behavior.children'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ChildrenService'));
}, 1 => 'handleHydrate'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
}, 1 => 'setInitialPath'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
}, 1 => 'setFinalPath'], -495);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
}, 1 => 'setFinalPath'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.behavior.filing'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_FilingService'));
}, 1 => 'handlePersist'], 485);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.behavior.alias'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AliasService'));
}, 1 => 'handlePersist'], 490);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_document_manager.subscriber.behavior.base_path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_BasePathService'));
}, 1 => 'handlePersist'], 500);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
}, 1 => 'handlePersist'], 0);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
}, 1 => 'handleRemove'], 550);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
}, 1 => 'invalidateDocumentBeforePublishing'], 1024);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
}, 1 => 'invalidateDocumentBeforeRemoving'], 1024);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
}, 1 => 'storeCustomUrlToTrash'], 1024);
$instance->addListener('sulu_document_manager.flush', [0 => function () {
return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
}, 1 => 'flushTrashItem'], 0);
$instance->addListener('sulu_document_manager.clear', [0 => function () {
return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
}, 1 => 'clearPendingTrashItem'], 0);
$instance->addListener('sulu_document_manager.hydrate', [0 => function () {
return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
}, 1 => 'handleHydrate'], 0);
$instance->addListener('sulu_document_manager.persist', [0 => function () {
return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
}, 1 => 'handlePersist'], -2000);
$instance->addListener('sulu_document_manager.remove', [0 => function () {
return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
}, 1 => 'handleRemove'], 1024);
$instance->addListener('sulu_document_manager.remove_locale', [0 => function () {
return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
}, 1 => 'handleRemoveLocale'], 1024);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
}, 1 => 'handlePublish'], -2000);
$instance->addListener('sulu_document_manager.copy', [0 => function () {
return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
}, 1 => 'handleCopy'], -2000);
$instance->addListener('sulu_document_manager.publish', [0 => function () {
return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
}, 1 => 'handlePublish'], 10);
$instance->addListener('sulu_document_manager.move', [0 => function () {
return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
}, 1 => 'handleMove'], -1000);
return $instance;
}
/**
* Gets the private 'sulu_document_manager.metadata_factory' shared service.
*
* @return \Sulu\Component\DocumentManager\Metadata\MetadataFactory
*/
protected function getSuluDocumentManager_MetadataFactoryService()
{
$a = ($this->services['sulu_document_manager.metadata_factory.base'] ?? $this->getSuluDocumentManager_MetadataFactory_BaseService());
if (isset($this->privates['sulu_document_manager.metadata_factory'])) {
return $this->privates['sulu_document_manager.metadata_factory'];
}
return $this->privates['sulu_document_manager.metadata_factory'] = new \Sulu\Component\DocumentManager\Metadata\MetadataFactory($a);
}
/**
* Gets the private 'sulu_document_manager.namespace_registry' shared service.
*
* @return \Sulu\Component\DocumentManager\NamespaceRegistry
*/
protected function getSuluDocumentManager_NamespaceRegistryService()
{
return $this->privates['sulu_document_manager.namespace_registry'] = new \Sulu\Component\DocumentManager\NamespaceRegistry($this->parameters['sulu_document_manager.namespace_mapping']);
}
/**
* Gets the private 'sulu_document_manager.node_manager' shared service.
*
* @return \Sulu\Component\DocumentManager\NodeManager
*/
protected function getSuluDocumentManager_NodeManagerService()
{
$a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
if (isset($this->privates['sulu_document_manager.node_manager'])) {
return $this->privates['sulu_document_manager.node_manager'];
}
return $this->privates['sulu_document_manager.node_manager'] = new \Sulu\Component\DocumentManager\NodeManager($a);
}
/**
* Gets the private 'sulu_document_manager.path_builder' shared service.
*
* @return \Sulu\Component\DocumentManager\PathBuilder
*/
protected function getSuluDocumentManager_PathBuilderService()
{
return $this->privates['sulu_document_manager.path_builder'] = new \Sulu\Component\DocumentManager\PathBuilder(($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()));
}
/**
* Gets the private 'sulu_document_manager.path_segment_registry' shared service.
*
* @return \Sulu\Component\DocumentManager\PathSegmentRegistry
*/
protected function getSuluDocumentManager_PathSegmentRegistryService()
{
return $this->privates['sulu_document_manager.path_segment_registry'] = new \Sulu\Component\DocumentManager\PathSegmentRegistry($this->parameters['sulu_document_manager.segments']);
}
/**
* Gets the private 'sulu_document_manager.proxy_factory' shared service.
*
* @return \Sulu\Component\DocumentManager\ProxyFactory
*/
protected function getSuluDocumentManager_ProxyFactoryService()
{
$a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
return $this->privates['sulu_document_manager.proxy_factory'];
}
$b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
return $this->privates['sulu_document_manager.proxy_factory'];
}
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);
}
/**
* Gets the private 'sulu_document_manager.session_manager' shared service.
*
* @return \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager
*/
protected function getSuluDocumentManager_SessionManagerService()
{
$a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
if (isset($this->privates['sulu_document_manager.session_manager'])) {
return $this->privates['sulu_document_manager.session_manager'];
}
return $this->privates['sulu_document_manager.session_manager'] = new \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager($a, $a);
}
/**
* Gets the private 'sulu_markup.link_tag.provider_pool' shared service.
*
* @return \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool
*/
protected function getSuluMarkup_LinkTag_ProviderPoolService()
{
$a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
if (isset($this->privates['sulu_markup.link_tag.provider_pool'])) {
return $this->privates['sulu_markup.link_tag.provider_pool'];
}
return $this->privates['sulu_markup.link_tag.provider_pool'] = new \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool(['media' => new \Sulu\Bundle\MediaBundle\Markup\Link\MediaLinkProvider($a, ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())), 'page' => new \Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider(($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()), 'dev', ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()))]);
}
/**
* Gets the private 'sulu_markup.parser' shared service.
*
* @return \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser
*/
protected function getSuluMarkup_ParserService()
{
$a = ($this->privates['sulu_markup.link_tag.provider_pool'] ?? $this->getSuluMarkup_LinkTag_ProviderPoolService());
if (isset($this->privates['sulu_markup.parser'])) {
return $this->privates['sulu_markup.parser'];
}
return $this->privates['sulu_markup.parser'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser(new \Sulu\Bundle\MarkupBundle\Tag\TagRegistry(['html' => ['sulu' => ['link' => new \Sulu\Bundle\MarkupBundle\Markup\LinkTag($a, (($this->hasParameter("sulu.preview")) ? ($this->getParameter("sulu.preview")) : (false)), ($this->privates['url_helper'] ?? $this->getUrlHelperService()))]]]), new \Sulu\Bundle\MarkupBundle\Markup\DelegatingTagExtractor([0 => ($this->services['sulu_markup.parser.html_extractor'] ?? ($this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu')))]));
}
/**
* Gets the private 'sulu_markup.response_listener' shared service.
*
* @return \Sulu\Bundle\MarkupBundle\Listener\MarkupListener
*/
protected function getSuluMarkup_ResponseListenerService()
{
$a = ($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService());
if (isset($this->privates['sulu_markup.response_listener'])) {
return $this->privates['sulu_markup.response_listener'];
}
return $this->privates['sulu_markup.response_listener'] = new \Sulu\Bundle\MarkupBundle\Listener\MarkupListener(['html' => $a]);
}
/**
* Gets the private 'sulu_media.type_manager' shared service.
*
* @return \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager
*/
protected function getSuluMedia_TypeManagerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['sulu_media.type_manager'])) {
return $this->privates['sulu_media.type_manager'];
}
return $this->privates['sulu_media.type_manager'] = new \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager($a, $this->parameters['sulu_media.media.types'], []);
}
/**
* Gets the private 'sulu_page.export.manager' shared service.
*
* @return \Sulu\Component\Export\Manager\ExportManager
*/
protected function getSuluPage_Export_ManagerService()
{
$this->privates['sulu_page.export.manager'] = $instance = new \Sulu\Component\Export\Manager\ExportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
$instance->add('number', '1.2.xliff', ['translate' => true]);
$instance->add('text_line', '1.2.xliff', ['translate' => true]);
$instance->add('text_area', '1.2.xliff', ['translate' => true]);
$instance->add('text_editor', '1.2.xliff', ['translate' => true]);
$instance->add('resource_locator', '1.2.xliff', ['translate' => false]);
$instance->add('link', '1.2.xliff', ['translate' => false]);
$instance->add('block', '1.2.xliff', ['translate' => false]);
$instance->add('contact_account_selection', '1.2.xliff', ['translate' => false]);
$instance->add('single_contact_selection', '1.2.xliff', ['translate' => false]);
$instance->add('contact_selection', '1.2.xliff', ['translate' => false]);
$instance->add('single_account_selection', '1.2.xliff', ['translate' => false]);
$instance->add('account_selection', '1.2.xliff', ['translate' => false]);
$instance->add('collection_selection', '1.2.xliff', ['translate' => false]);
$instance->add('single_collection_selection', '1.2.xliff', ['translate' => false]);
$instance->add('media_selection', '1.2.xliff', ['translate' => false]);
$instance->add('single_media_selection', '1.2.xliff', ['translate' => false]);
$instance->add('image_map', '1.2.xliff', ['translate' => false]);
$instance->add('category_selection', '1.2.xliff', ['translate' => false]);
$instance->add('single_category_selection', '1.2.xliff', ['translate' => false]);
$instance->add('single_snippet_selection', '1.2.xliff', ['translate' => false]);
$instance->add('snippet_selection', '1.2.xliff', ['translate' => false]);
$instance->add('smart_content', '1.2.xliff', ['translate' => false]);
$instance->add('teaser_selection', '1.2.xliff', ['translate' => false]);
$instance->add('page_selection', '1.2.xliff', ['translate' => false]);
$instance->add('single_page_selection', '1.2.xliff', ['translate' => false]);
$instance->add('phone', '1.2.xliff', ['translate' => false]);
$instance->add('password', '1.2.xliff', ['translate' => false]);
$instance->add('url', '1.2.xliff', ['translate' => false]);
$instance->add('email', '1.2.xliff', ['translate' => false]);
$instance->add('date', '1.2.xliff', ['translate' => false]);
$instance->add('datetime', '1.2.xliff', ['translate' => false]);
$instance->add('time', '1.2.xliff', ['translate' => false]);
$instance->add('color', '1.2.xliff', ['translate' => false]);
$instance->add('checkbox', '1.2.xliff', ['translate' => false]);
$instance->add('select', '1.2.xliff', ['translate' => false]);
$instance->add('single_select', '1.2.xliff', ['translate' => false]);
$instance->add('tag_selection', '1.2.xliff', ['translate' => false]);
$instance->add('location', '1.2.xliff', ['translate' => false]);
$instance->add('route', '1.2.xliff', ['translate' => false]);
$instance->add('page_tree_route', '1.2.xliff', ['translate' => false]);
return $instance;
}
/**
* Gets the private 'sulu_page.import.manager' shared service.
*
* @return \Sulu\Component\Import\Manager\ImportManager
*/
protected function getSuluPage_Import_ManagerService()
{
return $this->privates['sulu_page.import.manager'] = new \Sulu\Component\Import\Manager\ImportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
}
/**
* Gets the private 'sulu_page.structure.properties_xml_parser' shared service.
*
* @return \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser
*/
protected function getSuluPage_Structure_PropertiesXmlParserService()
{
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']);
}
/**
* Gets the private 'sulu_preview.preview.cache' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getSuluPreview_Preview_CacheService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('BFGIFGsaqs', 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))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->privates['sulu_preview.preview.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the private 'sulu_route.routing.provider' shared service.
*
* @return \Sulu\Bundle\RouteBundle\Routing\RouteProvider
*/
protected function getSuluRoute_Routing_ProviderService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['sulu_route.routing.provider'] = $this->createProxy('RouteProvider_9d934be', function () {
return \RouteProvider_9d934be::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSuluRoute_Routing_ProviderService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProviderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Preview/PageRouteDefaultsProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php';
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([0 => new \Sulu\Bundle\PageBundle\Preview\PageRouteDefaultsProvider(($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()))]), ($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]);
}
/**
* Gets the private 'sulu_security.access_control_manager' shared service.
*
* @return \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager
*/
protected function getSuluSecurity_AccessControlManagerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['sulu_security.access_control_manager'])) {
return $this->privates['sulu_security.access_control_manager'];
}
$b = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
if (isset($this->privates['sulu_security.access_control_manager'])) {
return $this->privates['sulu_security.access_control_manager'];
}
$c = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
if (isset($this->privates['sulu_security.access_control_manager'])) {
return $this->privates['sulu_security.access_control_manager'];
}
$d = ($this->services['sulu.repository.access_control'] ?? $this->getSulu_Repository_AccessControlService());
if (isset($this->privates['sulu_security.access_control_manager'])) {
return $this->privates['sulu_security.access_control_manager'];
}
$e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['sulu_security.access_control_manager'])) {
return $this->privates['sulu_security.access_control_manager'];
}
$f = ($this->services['sulu_security.mask_converter'] ?? $this->getSuluSecurity_MaskConverterService());
$this->privates['sulu_security.access_control_manager'] = $instance = new \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager($f, $a, $b, new RewindableGenerator(function () {
yield 0 => ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
yield 1 => ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
}, 2), $c, $d, $e, $this->parameters['sulu_security.permissions']);
$instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\PhpcrAccessControlProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $c, $this->parameters['permissions']));
$instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\DoctrineAccessControlProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $c, $d, $f));
return $instance;
}
/**
* Gets the private 'sulu_security.access_control_query_enhancer' shared service.
*
* @return \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer
*/
protected function getSuluSecurity_AccessControlQueryEnhancerService()
{
$a = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
return $this->privates['sulu_security.access_control_query_enhancer'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
return $this->privates['sulu_security.access_control_query_enhancer'];
}
return $this->privates['sulu_security.access_control_query_enhancer'] = new \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer($a, $b);
}
/**
* Gets the private 'sulu_security.event_listener.security' shared service.
*
* @return \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener
*/
protected function getSuluSecurity_EventListener_SecurityService()
{
return $this->privates['sulu_security.event_listener.security'] = new \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener(($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()));
}
/**
* Gets the private 'sulu_security.system_listener' shared service.
*
* @return \Sulu\Bundle\SecurityBundle\EventListener\SystemListener
*/
protected function getSuluSecurity_SystemListenerService()
{
$a = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
if (isset($this->privates['sulu_security.system_listener'])) {
return $this->privates['sulu_security.system_listener'];
}
$b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
if (isset($this->privates['sulu_security.system_listener'])) {
return $this->privates['sulu_security.system_listener'];
}
return $this->privates['sulu_security.system_listener'] = new \Sulu\Bundle\SecurityBundle\EventListener\SystemListener($a, $b, 'website');
}
/**
* Gets the private 'sulu_security.system_store' shared service.
*
* @return \Sulu\Bundle\SecurityBundle\System\SystemStore
*/
protected function getSuluSecurity_SystemStoreService()
{
$a = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
if (isset($this->privates['sulu_security.system_store'])) {
return $this->privates['sulu_security.system_store'];
}
return $this->privates['sulu_security.system_store'] = new \Sulu\Bundle\SecurityBundle\System\SystemStore($a);
}
/**
* Gets the private 'sulu_tag.tag_request_handler' shared service.
*
* @return \Sulu\Component\Tag\Request\TagRequestHandler
*/
protected function getSuluTag_TagRequestHandlerService()
{
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())));
}
/**
* Gets the private 'sulu_trash.trash_item_repository' shared service.
*
* @return \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository
*/
protected function getSuluTrash_TrashItemRepositoryService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['sulu_trash.trash_item_repository'])) {
return $this->privates['sulu_trash.trash_item_repository'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['sulu_trash.trash_item_repository'])) {
return $this->privates['sulu_trash.trash_item_repository'];
}
return $this->privates['sulu_trash.trash_item_repository'] = new \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository($a, $b);
}
/**
* Gets the private 'sulu_trash.trash_manager' shared service.
*
* @return \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager
*/
protected function getSuluTrash_TrashManagerService()
{
$a = ($this->privates['sulu_trash.trash_item_repository'] ?? $this->getSuluTrash_TrashItemRepositoryService());
if (isset($this->privates['sulu_trash.trash_manager'])) {
return $this->privates['sulu_trash.trash_manager'];
}
$b = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
if (isset($this->privates['sulu_trash.trash_manager'])) {
return $this->privates['sulu_trash.trash_manager'];
}
$c = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'accounts' => ['privates', 'sulu_contact.account_trash_item_handler', 'getSuluContact_AccountTrashItemHandlerService', true],
'analytics' => ['privates', 'sulu_website.analytics_trash_item_handler', 'getSuluWebsite_AnalyticsTrashItemHandlerService', true],
'categories' => ['privates', 'sulu_category.category_trash_item_handler', 'getSuluCategory_CategoryTrashItemHandlerService', true],
'collections' => ['privates', 'sulu_media.collection_trash_item_handler', 'getSuluMedia_CollectionTrashItemHandlerService', true],
'contacts' => ['privates', 'sulu_contact.contact_trash_item_handler', 'getSuluContact_ContactTrashItemHandlerService', true],
'custom_urls' => ['privates', 'sulu_custom_urls.custom_url_trash_item_handler', 'getSuluCustomUrls_CustomUrlTrashItemHandlerService', true],
'media' => ['privates', 'sulu_media.media_trash_item_handler', 'getSuluMedia_MediaTrashItemHandlerService', true],
'pages' => ['privates', 'sulu_page.page_trash_item_handler', 'getSuluPage_PageTrashItemHandlerService', true],
'snippets' => ['privates', 'sulu_snippet.snippet_trash_item_handler', 'getSuluSnippet_SnippetTrashItemHandlerService', true],
'tags' => ['privates', 'sulu_tag.tag_trash_item_handler', 'getSuluTag_TagTrashItemHandlerService', true],
], [
'accounts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\AccountTrashItemHandler',
'analytics' => 'Sulu\\Bundle\\WebsiteBundle\\Trash\\AnalyticsTrashItemHandler',
'categories' => 'Sulu\\Bundle\\CategoryBundle\\Trash\\CategoryTrashItemHandler',
'collections' => 'Sulu\\Bundle\\MediaBundle\\Trash\\CollectionTrashItemHandler',
'contacts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\ContactTrashItemHandler',
'custom_urls' => 'Sulu\\Bundle\\CustomUrlBundle\\Trash\\CustomUrlTrashItemHandler',
'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
'pages' => 'Sulu\\Bundle\\PageBundle\\Trash\\PageTrashItemHandler',
'snippets' => 'Sulu\\Bundle\\SnippetBundle\\Trash\\SnippetTrashItemHandler',
'tags' => 'Sulu\\Bundle\\TagBundle\\Trash\\TagTrashItemHandler',
]);
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, [
'media' => ['privates', 'sulu_media.media_trash_item_handler', 'getSuluMedia_MediaTrashItemHandlerService', true],
], [
'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
]));
}
/**
* Gets the private 'sulu_website.analytics.response_listener' shared service.
*
* @return \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener
*/
protected function getSuluWebsite_Analytics_ResponseListenerService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['sulu_website.analytics.response_listener'])) {
return $this->privates['sulu_website.analytics.response_listener'];
}
$b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
if (isset($this->privates['sulu_website.analytics.response_listener'])) {
return $this->privates['sulu_website.analytics.response_listener'];
}
$c = ($this->services['sulu.repository.analytics'] ?? $this->getSulu_Repository_AnalyticsService());
if (isset($this->privates['sulu_website.analytics.response_listener'])) {
return $this->privates['sulu_website.analytics.response_listener'];
}
return $this->privates['sulu_website.analytics.response_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener($a, $b, $c, 'dev', (($this->hasParameter("sulu.preview")) ? ($this->getParameter("sulu.preview")) : ("")));
}
/**
* Gets the private 'sulu_website.event_listener.translator' shared service.
*
* @return \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener
*/
protected function getSuluWebsite_EventListener_TranslatorService()
{
return $this->privates['sulu_website.event_listener.translator'] = new \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'sulu_website.router_listener' shared service.
*
* @return \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener
*/
protected function getSuluWebsite_RouterListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['sulu_website.router_listener'])) {
return $this->privates['sulu_website.router_listener'];
}
$b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
if (isset($this->privates['sulu_website.router_listener'])) {
return $this->privates['sulu_website.router_listener'];
}
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);
}
/**
* Gets the private 'sulu_website.routing.request_listener' shared service.
*
* @return \Sulu\Bundle\WebsiteBundle\Routing\RequestListener
*/
protected function getSuluWebsite_Routing_RequestListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['sulu_website.routing.request_listener'])) {
return $this->privates['sulu_website.routing.request_listener'];
}
$b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
if (isset($this->privates['sulu_website.routing.request_listener'])) {
return $this->privates['sulu_website.routing.request_listener'];
}
return $this->privates['sulu_website.routing.request_listener'] = new \Sulu\Bundle\WebsiteBundle\Routing\RequestListener($a, $b);
}
/**
* Gets the private 'sulu_website.segment_subscriber' shared service.
*
* @return \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber
*/
protected function getSuluWebsite_SegmentSubscriberService()
{
$a = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
if (isset($this->privates['sulu_website.segment_subscriber'])) {
return $this->privates['sulu_website.segment_subscriber'];
}
return $this->privates['sulu_website.segment_subscriber'] = new \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber('X-Sulu-Segment', $a, '_ss');
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), 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')], '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/PreviewBundle/Resources/translations/admin.de.json'), 16 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations/admin.de.json'), 17 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations/admin.de.json')], '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/PreviewBundle/Resources/translations/admin.en.json'), 16 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations/admin.en.json'), 17 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations/admin.en.json')], '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')], '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')], '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')], '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')], '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')]], '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/PreviewBundle/Resources/translations'), 16 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations'), 17 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations'), 18 => (\dirname(__DIR__, 5).'/translations'), 19 => (\dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/translations'), 20 => (\dirname(__DIR__, 5).'/vendor/symfony/twig-bundle/translations'), 21 => (\dirname(__DIR__, 5).'/vendor/symfony/monolog-bundle/translations'), 22 => (\dirname(__DIR__, 5).'/vendor/symfony/swiftmailer-bundle/translations'), 23 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'), 24 => (\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/translations'), 25 => (\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 26 => (\dirname(__DIR__, 5).'/vendor/doctrine/phpcr-bundle/src/translations'), 27 => (\dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle/translations'), 28 => (\dirname(__DIR__, 5).'/vendor/handcraftedinthealps/rest-routing-bundle/translations'), 29 => (\dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/translations'), 30 => (\dirname(__DIR__, 5).'/vendor/massive/search-bundle/translations'), 31 => (\dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src/translations'), 32 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'), 33 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'), 34 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'), 35 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'), 36 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'), 37 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'), 38 => (\dirname(__DIR__, 5).'/vendor/dantleech/phpcr-migrations-bundle/translations'), 39 => (\dirname(__DIR__, 5).'/vendor/massive/build-bundle/translations'), 40 => (\dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/translations'), 41 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'), 42 => (\dirname(__DIR__, 5).'/vendor/symfony/debug-bundle/translations'), 43 => (\dirname(__DIR__, 5).'/vendor/symfony/security-bundle/translations'), 44 => (\dirname(__DIR__, 5).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 45 => (\dirname(__DIR__, 5).'/vendor/symfony-cmf/routing-bundle/src/translations'), 46 => (\dirname(__DIR__, 5).'/vendor/antishov/doctrine-extensions-bundle/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/PreviewBundle/Resources/translations', 16 => 'vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations', 17 => 'vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations', 18 => 'translations', 19 => 'vendor/symfony/framework-bundle/translations', 20 => 'vendor/symfony/twig-bundle/translations', 21 => 'vendor/symfony/monolog-bundle/translations', 22 => 'vendor/symfony/swiftmailer-bundle/translations', 23 => 'vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations', 24 => 'vendor/doctrine/doctrine-bundle/translations', 25 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 26 => 'vendor/doctrine/phpcr-bundle/src/translations', 27 => 'vendor/friendsofsymfony/rest-bundle/translations', 28 => 'vendor/handcraftedinthealps/rest-routing-bundle/translations', 29 => 'vendor/jms/serializer-bundle/translations', 30 => 'vendor/massive/search-bundle/translations', 31 => 'vendor/friendsofsymfony/http-cache-bundle/src/translations', 32 => 'vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations', 33 => 'vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations', 34 => 'vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations', 35 => 'vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations', 36 => 'vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations', 37 => 'vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations', 38 => 'vendor/dantleech/phpcr-migrations-bundle/translations', 39 => 'vendor/massive/build-bundle/translations', 40 => 'vendor/symfony/web-profiler-bundle/translations', 41 => 'vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations', 42 => 'vendor/symfony/debug-bundle/translations', 43 => 'vendor/symfony/security-bundle/translations', 44 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 45 => 'vendor/symfony-cmf/routing-bundle/src/translations', 46 => 'vendor/antishov/doctrine-extensions-bundle/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'en']);
return $instance;
}
/**
* Gets the private 'twig.loader.native_filesystem' shared service.
*
* @return \Twig\Loader\FilesystemLoader
*/
protected function getTwig_Loader_NativeFilesystemService()
{
$this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 5));
$instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), 'DoctrinePHPCR');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), '!DoctrinePHPCR');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), 'SuluAdmin');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), '!SuluAdmin');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), 'SuluSecurity');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), '!SuluSecurity');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), 'SuluPage');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), '!SuluPage');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), 'SuluWebsite');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), '!SuluWebsite');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), 'SuluTest');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), '!SuluTest');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), 'SuluPreview');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), '!SuluPreview');
$instance->addPath((\dirname(__DIR__, 5).'/templates'));
$instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$instance->addPath((\dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
return $instance;
}
/**
* Gets the private 'url_helper' shared service.
*
* @return \Symfony\Component\HttpFoundation\UrlHelper
*/
protected function getUrlHelperService()
{
return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates', 'cmf_routing.validator.route_defaults', 'getCmfRouting_Validator_RouteDefaultsService', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
'cmf_routing.validator.route_defaults' => ['privates', 'cmf_routing.validator.route_defaults', 'getCmfRouting_Validator_RouteDefaultsService', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
], [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'cmf_routing.validator.route_defaults' => '?',
'doctrine.orm.validator.unique' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.server_connection' shared service.
*
* @return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService()
{
$a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
if (isset($this->privates['var_dumper.server_connection'])) {
return $this->privates['var_dumper.server_connection'];
}
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()]);
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
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()));
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'swiftmailer.spool.default.memory.path' => false,
'sulu.cache_dir' => false,
'sulu_core.proxy_cache_dir' => false,
'doctrine.orm.proxy_dir' => false,
'massive_search.metadata.prefix' => false,
'massive_search.metadata.cache_dir' => false,
'sulu_admin.email' => false,
'sulu_website.sitemap.dump_dir' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'swiftmailer.spool.default.memory.path': $value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
case 'sulu.cache_dir': $value = ($this->targetDir.''.'/sulu'); break;
case 'sulu_core.proxy_cache_dir': $value = ($this->targetDir.''.'/sulu/proxies'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'massive_search.metadata.prefix': $value = $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX'); break;
case 'massive_search.metadata.cache_dir': $value = ($this->targetDir.''.'/massive-search'); break;
case 'sulu_admin.email': $value = $this->getEnv('SULU_ADMIN_EMAIL'); break;
case 'sulu_website.sitemap.dump_dir': $value = ($this->targetDir.''.'/sulu/sitemaps'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 5),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 4).'/log/website'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\SuluCoreBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'DoctrinePHPCRBundle' => 'Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle',
'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
'RestRoutingBundle' => 'HandcraftedInTheAlps\\RestRoutingBundle\\RestRoutingBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'MassiveSearchBundle' => 'Massive\\Bundle\\SearchBundle\\MassiveSearchBundle',
'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
'SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\SuluAdminBundle',
'SuluSearchBundle' => 'Sulu\\Bundle\\SearchBundle\\SuluSearchBundle',
'SuluPersistenceBundle' => 'Sulu\\Bundle\\PersistenceBundle\\SuluPersistenceBundle',
'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\SuluContactBundle',
'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\SuluMediaBundle',
'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\SuluSecurityBundle',
'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\SuluCategoryBundle',
'SuluSnippetBundle' => 'Sulu\\Bundle\\SnippetBundle\\SuluSnippetBundle',
'SuluPageBundle' => 'Sulu\\Bundle\\PageBundle\\SuluPageBundle',
'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\SuluTagBundle',
'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\SuluWebsiteBundle',
'SuluLocationBundle' => 'Sulu\\Bundle\\LocationBundle\\SuluLocationBundle',
'SuluHttpCacheBundle' => 'Sulu\\Bundle\\HttpCacheBundle\\SuluHttpCacheBundle',
'SuluDocumentManagerBundle' => 'Sulu\\Bundle\\DocumentManagerBundle\\SuluDocumentManagerBundle',
'SuluHashBundle' => 'Sulu\\Bundle\\HashBundle\\SuluHashBundle',
'SuluCustomUrlBundle' => 'Sulu\\Bundle\\CustomUrlBundle\\SuluCustomUrlBundle',
'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\SuluRouteBundle',
'SuluMarkupBundle' => 'Sulu\\Bundle\\MarkupBundle\\SuluMarkupBundle',
'PhpcrMigrationsBundle' => 'DTL\\Bundle\\PhpcrMigrations\\PhpcrMigrationsBundle',
'MassiveBuildBundle' => 'Massive\\Bundle\\BuildBundle\\MassiveBuildBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'SuluTestBundle' => 'Sulu\\Bundle\\TestBundle\\SuluTestBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\SuluPreviewBundle',
'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\SuluActivityBundle',
'SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\SuluTrashBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'SwiftmailerBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'SuluCoreBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle'),
'namespace' => 'Sulu\\Bundle\\CoreBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'DoctrinePHPCRBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/doctrine/phpcr-bundle/src'),
'namespace' => 'Doctrine\\Bundle\\PHPCRBundle',
],
'FOSRestBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/friendsofsymfony/rest-bundle'),
'namespace' => 'FOS\\RestBundle',
],
'RestRoutingBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/handcraftedinthealps/rest-routing-bundle'),
'namespace' => 'HandcraftedInTheAlps\\RestRoutingBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'MassiveSearchBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/massive/search-bundle'),
'namespace' => 'Massive\\Bundle\\SearchBundle',
],
'FOSHttpCacheBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/friendsofsymfony/http-cache-bundle/src'),
'namespace' => 'FOS\\HttpCacheBundle',
],
'SuluAdminBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle'),
'namespace' => 'Sulu\\Bundle\\AdminBundle',
],
'SuluSearchBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle'),
'namespace' => 'Sulu\\Bundle\\SearchBundle',
],
'SuluPersistenceBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle'),
'namespace' => 'Sulu\\Bundle\\PersistenceBundle',
],
'SuluContactBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle'),
'namespace' => 'Sulu\\Bundle\\ContactBundle',
],
'SuluMediaBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle'),
'namespace' => 'Sulu\\Bundle\\MediaBundle',
],
'SuluSecurityBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle'),
'namespace' => 'Sulu\\Bundle\\SecurityBundle',
],
'SuluCategoryBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle'),
'namespace' => 'Sulu\\Bundle\\CategoryBundle',
],
'SuluSnippetBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle'),
'namespace' => 'Sulu\\Bundle\\SnippetBundle',
],
'SuluPageBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle'),
'namespace' => 'Sulu\\Bundle\\PageBundle',
],
'SuluTagBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle'),
'namespace' => 'Sulu\\Bundle\\TagBundle',
],
'SuluWebsiteBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle'),
'namespace' => 'Sulu\\Bundle\\WebsiteBundle',
],
'SuluLocationBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle'),
'namespace' => 'Sulu\\Bundle\\LocationBundle',
],
'SuluHttpCacheBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle'),
'namespace' => 'Sulu\\Bundle\\HttpCacheBundle',
],
'SuluDocumentManagerBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle'),
'namespace' => 'Sulu\\Bundle\\DocumentManagerBundle',
],
'SuluHashBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle'),
'namespace' => 'Sulu\\Bundle\\HashBundle',
],
'SuluCustomUrlBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle'),
'namespace' => 'Sulu\\Bundle\\CustomUrlBundle',
],
'SuluRouteBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle'),
'namespace' => 'Sulu\\Bundle\\RouteBundle',
],
'SuluMarkupBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle'),
'namespace' => 'Sulu\\Bundle\\MarkupBundle',
],
'PhpcrMigrationsBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/dantleech/phpcr-migrations-bundle'),
'namespace' => 'DTL\\Bundle\\PhpcrMigrations',
],
'MassiveBuildBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/massive/build-bundle'),
'namespace' => 'Massive\\Bundle\\BuildBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'SuluTestBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle'),
'namespace' => 'Sulu\\Bundle\\TestBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'SuluPreviewBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle'),
'namespace' => 'Sulu\\Bundle\\PreviewBundle',
],
'FOSJsRoutingBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/friendsofsymfony/jsrouting-bundle'),
'namespace' => 'FOS\\JsRoutingBundle',
],
'CmfRoutingBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/symfony-cmf/routing-bundle/src'),
'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/antishov/doctrine-extensions-bundle'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'SuluActivityBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle'),
'namespace' => 'Sulu\\Bundle\\ActivityBundle',
],
'SuluTrashBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle'),
'namespace' => 'Sulu\\Bundle\\TrashBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'sulu.context' => 'website',
'sulu.common_cache_dir' => (\dirname(__DIR__, 3).'/common/dev'),
'container.dumper.inline_class_loader' => true,
'env(MASSIVE_SEARCH_PREFIX)' => 'massive',
'env(PHPCR_WORKSPACE)' => 'default',
'default_locale' => 'en',
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'en',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 5).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'name' => 'SULUSESSID',
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.save_path' => NULL,
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 5).'/templates'),
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'swiftmailer.mailer.default.transport.name' => 'dynamic',
'swiftmailer.mailer.default.spool.enabled' => true,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => NULL,
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => true,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => NULL,
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
],
'swiftmailer.default_mailer' => 'default',
'sulu_core.locales' => [
0 => 'de',
1 => 'en',
],
'sulu_core.translated_locales' => [
'de' => 'Deutsch',
'en' => 'English',
],
'sulu_core.translations' => [
0 => 'de',
1 => 'en',
],
'sulu_core.fallback_locale' => 'en',
'sulu.content.language.namespace' => 'i18n',
'sulu.content.language.default' => 'en',
'sulu.content.node_names.base' => 'cmf',
'sulu.content.node_names.content' => 'contents',
'sulu.content.node_names.route' => 'routes',
'sulu.content.node_names.snippet' => 'snippets',
'sulu.content.structure.default_types' => [
'snippet' => 'default',
],
'sulu.content.structure.default_type.snippet' => 'default',
'sulu.content.structure.required_properties' => [
'home' => [
0 => 'title',
],
'page' => [
0 => 'title',
],
'snippet' => [
0 => 'title',
],
],
'sulu.content.structure.required_tags' => [
'home' => [
0 => 'sulu.rlp',
],
'page' => [
0 => 'sulu.rlp',
],
],
'sulu.content.internal_prefix' => '',
'sulu.content.structure.type_map' => [
'page' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
'home' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
'snippet' => 'Sulu\\Component\\Content\\Compat\\Structure\\SnippetBridge',
],
'sulu.content.structure.paths' => [
'page' => [
0 => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Content/templates'),
'type' => 'page',
],
1 => [
'path' => (\dirname(__DIR__, 5).'/config/templates/pages'),
'type' => 'page',
],
2 => [
'path' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/DependencyInjection/../Content/templates'),
'type' => 'page',
],
],
'home' => [
0 => [
'path' => (\dirname(__DIR__, 5).'/config/templates/pages'),
'type' => 'home',
],
],
'snippet' => [
0 => [
'path' => (\dirname(__DIR__, 5).'/config/templates/snippets'),
'type' => 'snippet',
],
],
],
'sulu.content.path_cleaner.replacer_loader.file_locator.class' => 'Symfony\\Component\\Config\\FileLocator',
'sulu.content.path_cleaner.replacer_loader.class' => 'Sulu\\Bundle\\CoreBundle\\DataFixtures\\ReplacerXmlLoader',
'sulu.content.path_cleaner.class' => 'Sulu\\Component\\PHPCR\\PathCleanup',
'sulu.content.template_resolver.class' => 'Sulu\\Component\\Content\\Template\\TemplateResolver',
'sulu.content.mapper.class' => 'Sulu\\Component\\Content\\Mapper\\ContentMapper',
'sulu.content.structure_manager.class' => 'Sulu\\Component\\Content\\Compat\\StructureManager',
'sulu.content.webspace_structure_provider.cache.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
'sulu.content.webspace_structure_provider.class' => 'Sulu\\Component\\Webspace\\StructureProvider\\WebspaceStructureProvider',
'sulu.content.type_manager.class' => 'Sulu\\Component\\Content\\ContentTypeManager',
'sulu.content.type.number.class' => 'Sulu\\Component\\Content\\Types\\Number',
'sulu.content.type.text_line.class' => 'Sulu\\Component\\Content\\Types\\TextLine',
'sulu.content.type.text_area.class' => 'Sulu\\Component\\Content\\Types\\TextArea',
'sulu.content.type.text_editor.class' => 'Sulu\\Component\\Content\\Types\\TextEditor',
'sulu.content.type.resource_locator.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator',
'sulu.content.type.link.class' => 'Sulu\\Component\\Content\\Types\\Link',
'sulu.content.type.block.class' => 'Sulu\\Component\\Content\\Types\\BlockContentType',
'sulu.content.resource_locator.mapper.phpcr.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator\\Mapper\\PhpcrMapper',
'sulu.content.query_executor.class' => 'Sulu\\Component\\Content\\Query\\ContentQueryExecutor',
'sulu.cache.warmer.structure.class' => 'Sulu\\Bundle\\CoreBundle\\Cache\\StructureWarmer',
'sulu.util.node_helper.class' => 'Sulu\\Component\\Util\\SuluNodeHelper',
'sulu_core.webspace.config_dir' => (\dirname(__DIR__, 5).'/config/webspaces'),
'sulu_core.webspace.cache_class' => 'websiteWebspaceCollectionCache',
'sulu_core.webspace.base_class' => 'WebspaceCollection',
'sulu_core.cache.memoize.default_lifetime' => 1,
'sulu_core.cache.memoize.cache.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'sulu_core.cache.memoize.class' => 'Sulu\\Component\\Cache\\Memoize',
'sulu.fields_defaults.translations' => [
'id' => 'public.id',
'title' => 'public.title',
'name' => 'public.name',
'created' => 'public.created',
'changed' => 'public.changed',
],
'sulu.fields_defaults.widths' => [
'id' => '50px',
],
'sulu.phpcr.session.class' => 'Sulu\\Component\\PHPCR\\SessionManager\\SessionManager',
'sulu_core.build.builder.database.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\DatabaseBuilder',
'sulu_core.build.builder.phpcr.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrBuilder',
'sulu_core.build.builder.phpcr_migrations.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrMigrationsBuilder',
'sulu_core.build.builder.fixtures.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\FixturesBuilder',
'sulu.core.localization_manager.class' => 'Sulu\\Component\\Localization\\Manager\\LocalizationManager',
'sulu.core.localization_manager.core_provider.class' => 'Sulu\\Component\\Localization\\Provider\\LocalizationProvider',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.enable_lazy_ghost_objects' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine_phpcr.sessions' => [
'default' => 'doctrine_phpcr.default_session',
'live' => 'doctrine_phpcr.live_session',
],
'doctrine_phpcr.odm.document_managers' => [
],
'doctrine_phpcr.default_session' => 'live',
'doctrine_phpcr.odm.default_document_manager' => '',
'doctrine_phpcr.dump_max_line_length' => 120,
'doctrine_phpcr.form.type_guess' => [
],
'massive_search.search_manager.class' => 'Massive\\Bundle\\SearchBundle\\Search\\SearchManager',
'massive_search.object_to_document_converter.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ObjectToDocumentConverter',
'massive_search.expression_language.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ExpressionLanguage\\MassiveSearchExpressionLanguage',
'massive_search.search.adapter.zend_lucene.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ZendLuceneAdapter',
'massive_search.search.adapter.test.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\TestAdapter',
'massive_search.factory_default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Factory',
'massive_search.controller.rest.class' => 'Massive\\Bundle\\SearchBundle\\Controller\\SearchController',
'massive_search.events.index' => 'massive_search.index',
'massive_search.events.deindex' => 'massive_search.deindex',
'massive_search.adapter.zend_lucene.basepath' => (\dirname(__DIR__, 4).'/indexes'),
'massive_search.adapter.zend_lucene.hide_index_exception' => false,
'massive_search.adapter.zend_lucene.encoding' => 'UTF-8',
'massive_search.metadata.debug' => true,
'massive_search.metadata.driver.xml.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Driver\\XmlDriver',
'massive_search.metadata.driver.annotation.class' => 'Symfony\\Cmf\\Bundle\\TreeUiBundle\\Tree\\Metadata\\Driver\\AnnotationDriver',
'massive_search.metadata.driver.chain.class' => 'Metadata\\Driver\\DriverChain',
'massive_search.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
'massive_search.metadata.factory.class' => 'Metadata\\MetadataFactory',
'massive_search.metadata.field_evaluator.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\FieldEvaluator',
'massive_search.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
'massive_search.metadata.provider.default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\DefaultProvider',
'massive_search.metadata.provider.chain.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\ChainProvider',
'fos_http_cache.debug_header' => 'X-Cache-Debug',
'fos_http_cache.cacheable.response.additional_status' => [
],
'fos_http_cache.proxy_client.symfony.options' => [
'tags_header' => 'X-Cache-Tags',
'tags_method' => 'PURGETAGS',
'purge_method' => 'PURGE',
],
'fos_http_cache.cache_manager.generate_url_type' => 0,
'fos_http_cache.compiler_pass.tag_annotations' => false,
'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
'fos_http_cache.tag_handler.separator' => ',',
'fos_http_cache.tag_handler.strict' => false,
'sulu_admin.name' => 'Sulu Admin',
'sulu_admin.user_data_service' => 'sulu_security.user_manager',
'sulu_admin.resources' => [
'trash_items' => [
'routes' => [
'list' => 'sulu_trash.get_trash-items',
'detail' => 'sulu_trash.get_trash-item',
],
],
'activities' => [
'routes' => [
'list' => 'sulu_activity.get_activities',
],
],
'preview_links' => [
'routes' => [
'detail' => 'sulu_preview.get_preview-link',
],
],
'routes' => [
'routes' => [
'list' => 'sulu_routes.get_routes',
],
],
'custom_urls' => [
'routes' => [
'list' => 'sulu_custom_url.cget_webspace_custom-urls',
'detail' => 'sulu_custom_url.get_webspace_custom-urls',
],
],
'custom_url_routes' => [
'routes' => [
'list' => 'sulu_custom_url.get_webspace_custom-urls_routes',
],
],
'geolocator_locations' => [
'routes' => [
'list' => 'sulu_location.geolocator_query',
],
],
'analytics' => [
'routes' => [
'list' => 'sulu_website.cget_webspace_analytics',
'detail' => 'sulu_website.get_webspace_analytics',
],
],
'tags' => [
'routes' => [
'list' => 'sulu_tag.get_tags',
'detail' => 'sulu_tag.get_tag',
],
],
'page_resourcelocators' => [
'routes' => [
'list' => 'sulu_page.get_page_resourcelocators',
],
],
'pages' => [
'routes' => [
'list' => 'sulu_page.get_pages',
'detail' => 'sulu_page.get_page',
],
'security_context' => 'sulu.webspaces.#webspace#',
'security_class' => 'Sulu\\Component\\Content\\Document\\Behavior\\SecurityBehavior',
],
'page_versions' => [
'routes' => [
'list' => 'sulu_page.get_page_versions',
'detail' => 'sulu_page.post_page_version_trigger',
],
],
'webspaces' => [
'routes' => [
'list' => 'sulu_page.get_webspaces',
'detail' => 'sulu_page.get_webspace',
],
],
'snippets' => [
'routes' => [
'list' => 'sulu_snippet.get_snippets',
'detail' => 'sulu_snippet.get_snippet',
],
],
'snippet_areas' => [
'routes' => [
'list' => 'sulu_snippet.get_snippet-areas',
'detail' => 'sulu_snippet.put_snippet-area',
],
],
'categories' => [
'routes' => [
'list' => 'sulu_category.get_categories',
'detail' => 'sulu_category.get_category',
],
],
'category_keywords' => [
'routes' => [
'list' => 'sulu_category.get_category_keywords',
'detail' => 'sulu_category.get_category_keyword',
],
],
'permissions' => [
'routes' => [
'detail' => 'sulu_security.get_permissions',
],
],
'roles' => [
'routes' => [
'list' => 'sulu_security.get_roles',
'detail' => 'sulu_security.get_role',
],
],
'users' => [
'routes' => [
'list' => 'sulu_security.get_users',
'detail' => 'sulu_security.get_user',
],
],
'profile' => [
'routes' => [
'detail' => 'sulu_security.get_profile',
],
],
'media' => [
'routes' => [
'list' => 'sulu_media.cget_media',
'detail' => 'sulu_media.get_media',
],
'security_context' => 'sulu.media.collections',
'security_class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
],
'media_preview' => [
'routes' => [
'detail' => 'sulu_media.post_media_preview',
],
],
'media_formats' => [
'routes' => [
'list' => 'sulu_media.get_media_formats',
'detail' => 'sulu_media.put_media_format',
],
],
'media_versions' => [
'routes' => [
'detail' => 'sulu_media.delete_media_version',
],
],
'collections' => [
'routes' => [
'list' => 'sulu_media.get_collections',
'detail' => 'sulu_media.get_collection',
],
],
'formats' => [
'routes' => [
'list' => 'sulu_media.get_formats',
'detail' => 'sulu_media.get_format',
],
],
'contacts' => [
'routes' => [
'list' => 'sulu_contact.get_contacts',
'detail' => 'sulu_contact.get_contact',
],
],
'contact_titles' => [
'routes' => [
'list' => 'sulu_contact.get_contact-titles',
],
],
'contact_positions' => [
'routes' => [
'list' => 'sulu_contact.get_contact-positions',
],
],
'contact_media' => [
'routes' => [
'list' => 'sulu_contact.cget_contact_medias',
'detail' => 'sulu_contact.delete_contact_medias',
],
],
'accounts' => [
'routes' => [
'list' => 'sulu_contact.get_accounts',
'detail' => 'sulu_contact.get_account',
],
],
'account_media' => [
'routes' => [
'list' => 'sulu_contact.cget_account_medias',
'detail' => 'sulu_contact.delete_account_medias',
],
],
'account_contacts' => [
'routes' => [
'list' => 'sulu_contact.get_account_contacts',
'detail' => 'sulu_contact.delete_account_contacts',
],
],
'search' => [
'routes' => [
'list' => 'sulu_search_search',
],
],
'search_indexes' => [
'routes' => [
'list' => 'sulu_search_indexes',
],
],
'collaborations' => [
'routes' => [
'detail' => 'sulu_admin.put_collaborations',
],
],
'localizations' => [
'routes' => [
'list' => 'sulu_core.get_localizations',
],
],
'teasers' => [
'routes' => [
'list' => 'sulu_page.get_teasers',
],
],
],
'sulu_admin.collaboration_enabled' => false,
'sulu_admin.collaboration_interval' => 20,
'sulu_admin.collaboration_threshold' => 60,
'sulu_admin.forms.directories' => [
0 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/forms'),
1 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/forms'),
2 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/forms'),
3 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/forms'),
4 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/forms'),
5 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/forms'),
6 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/forms'),
7 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/forms'),
8 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/forms'),
9 => (\dirname(__DIR__, 5).'/config/forms'),
],
'sulu_admin.lists.directories' => [
0 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
1 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
2 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/lists'),
3 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/lists'),
4 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/lists'),
5 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/lists'),
6 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/lists'),
7 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/lists'),
8 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/lists'),
9 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/lists'),
10 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/lists'),
11 => (\dirname(__DIR__, 5).'/config/lists'),
],
'sulu_admin.admin_controller.class' => 'Sulu\\Bundle\\AdminBundle\\Controller\\AdminController',
'sulu_admin.admin_pool.class' => 'Sulu\\Bundle\\AdminBundle\\Admin\\AdminPool',
'sulu_search.indexes' => [
'snippet' => [
'name' => 'sulu_snippet.snippets',
'icon' => 'su-snippet',
'view' => [
'name' => 'sulu_snippet.edit_form',
'result_to_view' => [
'id' => 'id',
'locale' => 'locale',
],
],
'security_context' => 'sulu.global.snippets',
'contexts' => [
],
],
'category' => [
'name' => 'sulu_category.categories',
'icon' => 'su-tag',
'view' => [
'name' => 'sulu_category.edit_form',
'result_to_view' => [
'id' => 'id',
'locale' => 'locale',
],
],
'security_context' => 'sulu.settings.categories',
'contexts' => [
],
],
'media' => [
'name' => 'sulu_media.media',
'icon' => 'su-image',
'view' => [
'name' => 'sulu_media.form',
'result_to_view' => [
'id' => 'id',
'locale' => 'locale',
],
],
'security_context' => 'sulu.media.collections',
'contexts' => [
],
],
'contact' => [
'name' => 'sulu_contact.people',
'icon' => 'su-user',
'view' => [
'name' => 'sulu_contact.contact_edit_form',
'result_to_view' => [
'id' => 'id',
'locale' => 'locale',
],
],
'security_context' => 'sulu.contact.people',
'contexts' => [
],
],
'account' => [
'name' => 'sulu_contact.organizations',
'icon' => 'su-house',
'view' => [
'name' => 'sulu_contact.account_edit_form',
'result_to_view' => [
'id' => 'id',
'locale' => 'locale',
],
],
'security_context' => 'sulu.contact.organizations',
'contexts' => [
],
],
'page_example' => [
'name' => 'example.com',
'icon' => 'su-document',
'view' => [
'name' => 'sulu_page.page_edit_form',
'result_to_view' => [
'id' => 'id',
'locale' => 'locale',
'properties/webspace_key' => 'webspace',
],
],
'security_context' => 'sulu.webspaces.example',
],
'page_example_published' => [
'name' => 'example.com',
'icon' => 'su-document',
'view' => [
'name' => 'sulu_page.page_edit_form',
'result_to_view' => [
'id' => 'id',
'locale' => 'locale',
'properties/webspace_key' => 'webspace',
],
],
'security_context' => 'sulu.webspaces.example',
'contexts' => [
0 => 'website',
],
],
],
'sulu_search.website.indexes' => [
0 => 'page_#webspace#_published',
],
'sulu_search.controller.search.class' => 'Sulu\\Bundle\\SearchBundle\\Controller\\SearchController',
'sulu_search.search.factory.class' => 'Sulu\\Bundle\\SearchBundle\\Search\\Factory',
'sulu_search.build.index.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\IndexBuilder',
'sulu.persistence.event_subscriber.orm.timestampable.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\TimestampableSubscriber',
'sulu.persistence.event_subscriber.orm.user_blame.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\UserBlameSubscriber',
'sulu.persistence.event_subscriber.orm.metadata.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\MetadataSubscriber',
'sulu_contact.contact_title.entity' => 'SuluContactBundle:ContactTitle',
'sulu_contact.position.entity' => 'SuluContactBundle:Position',
'sulu_contact.defaults' => [
'phoneType' => '1',
'phoneTypeMobile' => '3',
'phoneTypeIsdn' => '1',
'emailType' => '1',
'addressType' => '1',
'urlType' => '1',
'faxType' => '1',
'socialMediaProfileType' => '1',
'country' => 'AT',
],
'sulu_contact.form_of_address' => [
'male' => [
'id' => 0,
'name' => 'male',
'translation' => 'contact.contacts.formOfAddress.male',
],
'female' => [
'id' => 1,
'name' => 'female',
'translation' => 'contact.contacts.formOfAddress.female',
],
],
'sulu_contact.contact_form.category_root' => NULL,
'sulu_contact.account_form.category_root' => NULL,
'sulu.model.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
'sulu.repository.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
'sulu.model.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
'sulu.repository.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
'sulu.persistence.objects' => [
'sulu' => [
'trash_item' => [
'model' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
],
'activity' => [
'model' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
],
'preview_link' => [
'model' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
],
'route' => [
'model' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
'repository' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
],
'analytics' => [
'model' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
'repository' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
],
'tag' => [
'model' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
'repository' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
],
'category' => [
'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
],
'category_meta' => [
'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
],
'category_translation' => [
'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
],
'keyword' => [
'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
],
'user' => [
'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
],
'role' => [
'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
],
'role_setting' => [
'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
],
'access_control' => [
'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
],
'media' => [
'model' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
'repository' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
],
'contact' => [
'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
],
'account' => [
'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
],
],
],
'sulu.model.collection.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
'sulu_media.image_format_files' => [
0 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/image-formats.xml'),
1 => (\dirname(__DIR__, 5).'/config/image-formats.xml'),
],
'sulu_media.system_collections' => [
'sulu_media' => [
'meta_title' => [
'en' => 'Sulu media',
'de' => 'Sulu Medien',
],
'collections' => [
'preview_image' => [
'meta_title' => [
'en' => 'Preview images',
'de' => 'Vorschaubilder',
],
],
],
],
'sulu_contact' => [
'meta_title' => [
'en' => 'Sulu contacts',
'de' => 'Sulu Kontakte',
],
'collections' => [
'contact' => [
'meta_title' => [
'en' => 'People',
'de' => 'Personen',
],
],
'account' => [
'meta_title' => [
'en' => 'Organizations',
'de' => 'Organisationen',
],
],
],
],
],
'sulu_media.format_cache.media_proxy_path' => '/uploads/media/{slug}',
'sulu_media.media_manager.media_download_path' => '/media/{id}/download/{slug}',
'sulu_media.media_manager.media_download_path_admin' => '/admin/media/{id}/download/{slug}',
'sulu_media.format_manager.response_headers' => [
'Expires' => '+1 month',
'Pragma' => 'public',
'Cache-Control' => 'public, immutable, max-age=31536000',
],
'sulu_media.format_manager.default_imagine_options' => [
'jpeg_quality' => 100,
'webp_quality' => 100,
],
'sulu_media.format_cache.path' => (\dirname(__DIR__, 5).'/public/uploads/media'),
'sulu_media.format_cache.save_image' => true,
'sulu_media.format_cache.segments' => 10,
'sulu_media.ghost_script.path' => 'gs',
'sulu_media.media.blocked_file_types' => [
],
'sulu_media.collection.type.default' => [
'id' => 1,
],
'sulu_media.collection.previews.format' => 'sulu-50x50',
'sulu_media.media.types' => [
0 => [
'type' => 'document',
'mimeTypes' => [
0 => '*',
],
],
1 => [
'type' => 'image',
'mimeTypes' => [
0 => 'image/*',
],
],
2 => [
'type' => 'video',
'mimeTypes' => [
0 => 'video/*',
],
],
3 => [
'type' => 'audio',
'mimeTypes' => [
0 => 'audio/*',
],
],
],
'sulu_media.search.default_image_format' => 'sulu-100x100',
'sulu_media.disposition_type.default' => 'attachment',
'sulu_media.disposition_type.mime_types_inline' => [
],
'sulu_media.disposition_type.mime_types_attachment' => [
],
'sulu_media.upload.max_filesize' => 256,
'sulu_media.media.max_file_size' => '256MB',
'sulu_media.adobe_creative_key' => NULL,
'sulu_media.admin.class' => 'Sulu\\Bundle\\MediaBundle\\Admin\\MediaAdmin',
'sulu_media.media_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Manager\\MediaManager',
'sulu_media.collection_repository.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\CollectionRepository',
'sulu_media.file_validator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FileValidator\\FileValidator',
'sulu_media.format_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatManager\\FormatManager',
'sulu_media.format_cache_clearer.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\FormatCacheClearer',
'sulu_media.format_cache.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\LocalFormatCache',
'sulu_media.image.converter.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\ImagineImageConverter',
'sulu_media.image.scaler.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Scaler\\Scaler',
'sulu_media.image.cropper.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Cropper\\Cropper',
'sulu_media.image.transformation_pool.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\TransformationPool',
'sulu_media.image.transformation.crop.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Transformation\\CropTransformation',
'sulu_media.media_selection.class' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
'sulu_media.collection_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Collection\\Manager\\CollectionManager',
'sulu_media.type_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\TypeManager\\TypeManager',
'sulu_media.format_options_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatOptions\\FormatOptionsManager',
'sulu_media.collection_entity' => 'SuluMediaBundle:Collection',
'sulu_media.format_options_entity' => 'SuluMediaBundle:FormatOptions',
'sulu_media.entity.file_version_meta' => 'SuluMediaBundle:FileVersionMeta',
'sulu_media.twig_extension.disposition_type.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\DispositionTypeTwigExtension',
'sulu_media.twig_extension.media.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
'tmp' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
'sulu_media.video_thumbnail_generator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Video\\VideoThumbnailService',
'sulu_media.search.subscriber.structure_media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\StructureMediaSearchSubscriber',
'sulu_media.search.subscriber.media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\MediaSearchSubscriber',
'sulu_media.format_manager.mime_types' => [
0 => 'image/*',
1 => 'application/pdf',
],
'sulu.model.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
'sulu.repository.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
'sulu_media.media.storage' => 'local',
'sulu_media.media.storage.local.path' => (\dirname(__DIR__, 4).'/uploads/media'),
'sulu_media.media.storage.local.segments' => 10,
'sulu_security.system' => 'Sulu',
'sulu_security.security_types.fixture' => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../DataFixtures/security-types.xml'),
'sulu_security.reset_password.mail.token_send_limit' => 3,
'sulu_security.reset_password.mail.sender' => '',
'sulu_security.reset_password.mail.subject' => 'sulu_security.reset_mail_subject',
'sulu_security.reset_password.mail.template' => '@SuluSecurity/mail_templates/reset_password.html.twig',
'sulu_security.reset_password.mail.translation_domain' => 'admin',
'sulu_security.permissions' => [
'view' => 64,
'add' => 32,
'edit' => 16,
'delete' => 8,
'archive' => 4,
'live' => 2,
'security' => 1,
],
'permissions' => [
'view' => 64,
'add' => 32,
'edit' => 16,
'delete' => 8,
'archive' => 4,
'live' => 2,
'security' => 1,
],
'sulu_security.admin.class' => 'Sulu\\Bundle\\SecurityBundle\\Admin\\SecurityAdmin',
'sulu_security.authentication_entry_point.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationEntryPoint',
'sulu_security.authentication_handler.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationHandler',
'sulu_security.mask_converter.class' => 'Sulu\\Component\\Security\\Authorization\\MaskConverter',
'sulu_security.salt_generator.class' => 'Sulu\\Component\\Security\\Authentication\\SaltGenerator',
'sulu_security.token_generator.class' => 'Sulu\\Bundle\\SecurityBundle\\Util\\TokenGenerator',
'sulu_security.security_context_voter.class' => 'Sulu\\Component\\Security\\Authorization\\SecurityContextVoter',
'sulu_security.access_control_manager.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlManager',
'sulu_security.phpcr_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\PhpcrAccessControlProvider',
'sulu_security.doctrine_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\DoctrineAccessControlProvider',
'sulu_security.permission_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\PermissionController',
'sulu_security.group_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\GroupRepository',
'sulu_security.user_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
'sulu_security.user_setting_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSettingRepository',
'sulu_security.user_repository_factory.class' => 'Sulu\\Component\\Security\\Authentication\\UserRepositoryFactory',
'sulu_security.build.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Build\\UserBuilder',
'sulu_security.entity.role' => 'SuluSecurityBundle:Role',
'sulu_security.entity.group' => 'SuluSecurityBundle:Group',
'sulu_security.entity.user_setting' => 'SuluSecurityBundle:UserSetting',
'sulu_security.profile_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\ProfileController',
'sulu.model.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
'sulu.repository.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
'sulu.model.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
'sulu.repository.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
'sulu.model.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
'sulu.repository.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
'sulu.model.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
'sulu.repository.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
'sulu.model.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
'sulu.repository.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
'sulu.model.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
'sulu.repository.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
'sulu.model.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
'sulu.repository.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
'sulu.model.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
'sulu.repository.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
'sulu_snippet.content-type.default_enabled' => true,
'sulu_snippet.twig.snippet.cache_lifetime' => 1,
'sulu_snippet.repository.class' => 'Sulu\\Bundle\\SnippetBundle\\Snippet\\SnippetRepository',
'sulu_snippet.controller.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Controller\\SnippetController',
'sulu_snippet.twig.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\SnippetTwigExtension',
'sulu_snippet.twig.snippet.memoized.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\MemoizedSnippetTwigExtension',
'sulu_snippet.form.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
'sulu_snippet.document.snippet_initializer.class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetInitializer',
'sulu_snippet.export.snippet.formats' => [
'1.2.xliff' => '@SuluPage/Export/Snippet/1.2.xliff.twig',
],
'sulu_page.search.mapping' => [
'Sulu\\Bundle\\PageBundle\\Document\\PageDocument' => [
'index' => 'page',
'decorate_index' => true,
],
'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument' => [
'index' => 'page',
'decorate_index' => true,
],
'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument' => [
'index' => 'snippet',
'decorate_index' => false,
],
],
'sulu_page.search.metadata.provider.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\Metadata\\StructureProvider',
'sulu_page.search.event_subscriber.blame_timestamp.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\BlameTimestampSubscriber',
'sulu_page.search.event_subscriber.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\StructureSubscriber',
'sulu_search.event_listener.hit.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventListener\\HitListener',
'sulu_page.admin.class' => 'Sulu\\Bundle\\PageBundle\\Admin\\PageAdmin',
'sulu_page.node_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\NodeRepository',
'sulu_page.rl_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\ResourceLocatorRepository',
'sulu_page.extension.seo.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\SeoStructureExtension',
'sulu_page.extension.excerpt.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\ExcerptStructureExtension',
'sulu_page.smart_content.data_provider_pool.class' => 'Sulu\\Component\\SmartContent\\DataProviderPool',
'sulu_page.smart_content.data_provider.content.query_builder.class' => 'Sulu\\Component\\Content\\SmartContent\\QueryBuilder',
'sulu_page.smart_content.data_provider.page.class' => 'Sulu\\Component\\Content\\SmartContent\\PageDataProvider',
'sulu_page.smart_content.data_provider.content.proxy_factory.class' => 'ProxyManager\\Factory\\LazyLoadingValueHolderFactory',
'sulu_page.smart_content.content_type.class' => 'Sulu\\Component\\SmartContent\\ContentType',
'sulu_page.extension.manager.class' => 'Sulu\\Component\\Content\\Extension\\ExtensionManager',
'sulu_page.export.webspace.formats' => [
'1.2.xliff' => '@SuluPage/Export/Webspace/1.2.xliff.twig',
],
'sulu_page.default_author' => true,
'sulu_page.seo' => [
'max_title_length' => 70,
'max_description_length' => 160,
'max_keywords' => 5,
'keywords_separator' => ',',
'url_prefix' => 'www.yoursite.com/{locale}',
],
'sulu.model.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
'sulu.repository.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
'sulu_website.navigation.cache.lifetime' => 1,
'sulu_website.content.cache.lifetime' => 1,
'sulu_website.sitemap.cache.lifetime' => 1,
'sulu_website.enabled_twig_attributes' => [
'urls' => false,
'path' => false,
],
'sulu_website.segment_switch_url' => '/_sulu_segment_switch',
'sulu_website.segment_cookie_name' => '_ss',
'sulu_website.segment_header' => 'X-Sulu-Segment',
'sulu_website.admin.class' => 'Sulu\\Bundle\\WebsiteBundle\\Admin\\WebsiteAdmin',
'sulu_website.navigation_mapper.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationMapper',
'sulu_website.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapGenerator',
'sulu_website.twig.content_path.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentPathTwigExtension',
'sulu_website.twig.navigation.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\NavigationTwigExtension',
'sulu_website.twig.navigation.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\MemoizedNavigationTwigExtension',
'sulu_website.twig.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\SitemapTwigExtension',
'sulu_website.twig.sitemap.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\MemoizedSitemapTwigExtension',
'sulu_website.twig.content.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentTwigExtension',
'sulu_website.twig.content.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\MemoizedContentTwigExtension',
'sulu_website.twig.meta.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Meta\\MetaTwigExtension',
'sulu_website.twig.seo.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Seo\\SeoTwigExtension',
'sulu_website.twig.util.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Core\\UtilTwigExtension',
'sulu_website.routing.portal_loader.class' => 'Sulu\\Bundle\\WebsiteBundle\\Routing\\PortalLoader',
'sulu_website.resolver.request_analyzer.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\RequestAnalyzerResolver',
'sulu_website.resolver.structure.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\StructureResolver',
'sulu_website.resolver.parameter.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\ParameterResolver',
'sulu_website.navigation_mapper.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationQueryBuilder',
'sulu_website.sitemap.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapContentQueryBuilder',
'sulu_website.data_collector.sulu_collector.class' => 'Sulu\\Bundle\\WebsiteBundle\\DataCollector\\SuluCollector',
'sulu.model.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
'sulu.repository.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
'sulu_location.content.type.location.class' => 'Sulu\\Bundle\\LocationBundle\\Content\\Types\\LocationContentType',
'sulu_location.geolocator.nominatim.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\NominatimGeolocator',
'sulu_location.geolocator.google.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\GoogleGeolocator',
'sulu_location.geolocator.name' => 'nominatim',
'sulu_location.geolocator.service.nominatim.api_key' => '',
'sulu_location.geolocator.service.nominatim.endpoint' => 'http://open.mapquestapi.com/nominatim/v1/search.php',
'sulu_location.geolocator.service.google.api_key' => '',
'sulu_http_cache.cache.max_age' => 240,
'sulu_http_cache.cache.shared_max_age' => 240,
'sulu_http_cache.tags.enabled' => true,
'sulu_document_manager.mapping' => [
0 => [
'alias' => 'custom_url',
'class' => 'Sulu\\Component\\CustomUrl\\Document\\CustomUrlDocument',
'phpcr_type' => 'sulu:custom_url',
'mapping' => [
'published' => [
'property' => 'published',
'encoding' => 'content',
'mapped' => true,
'multiple' => false,
'default' => NULL,
],
'baseDomain' => [
'property' => 'baseDomain',
'encoding' => 'content',
'mapped' => true,
'multiple' => false,
'default' => NULL,
],
'domainParts' => [
'property' => 'domainParts',
'type' => 'json_array',
'encoding' => 'content',
'mapped' => true,
'multiple' => false,
'default' => NULL,
],
'canonical' => [
'property' => 'canonical',
'encoding' => 'content',
'mapped' => true,
'multiple' => false,
'default' => NULL,
],
'redirect' => [
'property' => 'redirect',
'encoding' => 'content',
'mapped' => true,
'multiple' => false,
'default' => NULL,
],
'targetLocale' => [
'property' => 'targetLocale',
'encoding' => 'content',
'mapped' => true,
'multiple' => false,
'default' => NULL,
],
],
],
1 => [
'alias' => 'custom_url_route',
'class' => 'Sulu\\Component\\CustomUrl\\Document\\RouteDocument',
'phpcr_type' => 'sulu:custom_url_route',
'mapping' => [
'locale' => [
'property' => 'locale',
'encoding' => 'content',
'mapped' => true,
'multiple' => false,
'default' => NULL,
],
],
],
2 => [
'alias' => 'page',
'class' => 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument',
'phpcr_type' => 'sulu:page',
'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType',
'set_default_author' => true,
'mapping' => [
],
],
3 => [
'alias' => 'home',
'class' => 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument',
'phpcr_type' => 'sulu:home',
'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType',
'set_default_author' => true,
'mapping' => [
],
],
4 => [
'alias' => 'route',
'class' => 'Sulu\\Bundle\\PageBundle\\Document\\RouteDocument',
'phpcr_type' => 'sulu:path',
'mapping' => [
],
],
5 => [
'alias' => 'snippet',
'class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument',
'phpcr_type' => 'sulu:snippet',
'form_type' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
'mapping' => [
],
],
],
'sulu_document_manager.namespace_mapping' => [
'extension_localized' => 'i18n',
'system' => 'sulu',
'system_localized' => 'i18n',
'content' => NULL,
'content_localized' => 'i18n',
],
'sulu_document_manager.versioning.enabled' => false,
'sulu_document_manager.show_drafts' => false,
'sulu_document_manager.slugifier' => 'Sulu\\Bundle\\DocumentManagerBundle\\Slugifier\\Urlizer::urlize',
'sulu_document_manager.segments' => [
'custom_urls' => 'custom-urls',
'custom_urls_items' => 'items',
'custom_urls_routes' => 'routes',
'base' => 'cmf',
'content' => 'contents',
'route' => 'routes',
'snippet' => 'snippets',
],
'sulu_custom_urls.uri_filter_regexp' => NULL,
'sulu_route.mappings' => [
],
'sulu_route.resource_key_mappings' => [
],
'sulu_route.routing.uri_filter_regexp' => NULL,
'sulu.model.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
'sulu.repository.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
'phpcr_migrations.version_node_name' => 'jcr:versions',
'phpcr_migrations.paths' => [
0 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/phpcr-migrations'),
1 => (\dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/phpcr-migrations'),
],
'massive_build.command.build.class' => 'Sulu\\Bundle\\CoreBundle\\CommandOptional\\SuluBuildCommand',
'massive_build.build.registry.class' => 'Massive\\Bundle\\BuildBundle\\Build\\BuildRegistry',
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'security.role_hierarchy.roles' => [
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'dev',
1 => 'admin',
],
'security.admin._indexed_authenticators' => [
],
'sulu_preview.mode' => 'auto',
'sulu_preview.delay' => 500,
'sulu_preview.events.pre-render' => 'sulu.preview.pre-render',
'sulu.model.preview_link.class' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
'fos_js_routing.request_context_base_url' => NULL,
'fos_js_routing.cache_control' => [
'enabled' => false,
],
'cmf_routing.uri_filter_regexp' => '',
'cmf_routing.default_controller' => NULL,
'cmf_routing.generic_controller' => NULL,
'cmf_routing.controllers_by_type' => [
],
'cmf_routing.controllers_by_class' => [
],
'cmf_routing.templates_by_class' => [
],
'cmf_routing.route_collection_limit' => 0,
'cmf_routing.dynamic.limit_candidates' => 20,
'cmf_routing.dynamic.locales' => [
],
'cmf_routing.dynamic.auto_locale_pattern' => false,
'cmf_routing.replace_symfony_router' => true,
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.default_locale' => 'en',
'stof_doctrine_extensions.translation_fallback' => false,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
'sulu.model.activity.class' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
'sulu_activity.storage.adapter' => 'doctrine',
'sulu_activity.storage.persist_payload' => false,
'sulu.model.trash_item.class' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'doctrine_phpcr.data_collector' => [
0 => 'phpcr',
1 => '@DoctrinePHPCR/Collector/phpcr',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'data_collector.jms_serializer' => [
0 => 'jms_serializer',
1 => '@JMSSerializer/Collector/panel.html.twig',
],
'sulu_website.data_collector.sulu_collector' => [
0 => 'sulu',
1 => '@SuluWebsite/Profiler/layout.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'doctrine_phpcr.migrate.migrators' => [
],
'sulu_media.image.formats' => [
'sulu-400x400' => [
'key' => 'sulu-400x400',
'internal' => true,
'meta' => [
'title' => [
'en' => 'Contact avatar (Sulu)',
'de' => 'Kontaktavatar (Sulu)',
'fr' => 'Avatar du contact (Sulu)',
'nl' => 'Contact avatar (Sulu)',
],
],
'scale' => [
'x' => 400,
'y' => 400,
'mode' => 2,
'retina' => false,
'forceRatio' => true,
],
'transformations' => [
],
'options' => [
'jpeg_quality' => 100,
'webp_quality' => 100,
],
],
'sulu-260x' => [
'key' => 'sulu-260x',
'internal' => true,
'meta' => [
'title' => [
'en' => 'Masonry preview (Sulu)',
'de' => 'Masonry Vorschau (Sulu)',
'fr' => 'Prévisualisation maçonnerie (Sulu)',
'nl' => 'Masonry voorbeeld (Sulu)',
],
],
'scale' => [
'x' => 260,
'y' => NULL,
'mode' => 2,
'retina' => false,
'forceRatio' => true,
],
'transformations' => [
],
'options' => [
'jpeg_quality' => 100,
'webp_quality' => 100,
],
],
'sulu-170x170' => [
'key' => 'sulu-170x170',
'internal' => true,
'meta' => [
'title' => [
'en' => 'Search (Sulu)',
'de' => 'Suche (Sulu)',
'fr' => 'Recherche (Sulu)',
'nl' => 'Zoeken (Sulu)',
],
],
'scale' => [
'x' => 170,
'y' => 170,
'mode' => 2,
'retina' => false,
'forceRatio' => true,
],
'transformations' => [
],
'options' => [
'jpeg_quality' => 100,
'webp_quality' => 100,
],
],
'sulu-100x100-inset' => [
'key' => 'sulu-100x100-inset',
'internal' => true,
'meta' => [
'title' => [
'en' => 'Organization card (Sulu)',
'de' => 'Organisationskarte (Sulu)',
'fr' => 'Carte d\'organisation (Sulu)',
'nl' => 'Organisatie kaart (Sulu)',
],
],
'scale' => [
'x' => 100,
'y' => 100,
'mode' => 1,
'retina' => false,
'forceRatio' => true,
],
'transformations' => [
],
'options' => [
'jpeg_quality' => 100,
'webp_quality' => 100,
],
],
'sulu-50x50' => [
'key' => 'sulu-50x50',
'internal' => true,
'meta' => [
'title' => [
'en' => 'Small thumbnail (Sulu)',
'de' => 'Kleines Thumbnail (Sulu)',
'fr' => 'Image miniature (Sulu)',
'nl' => 'Kleine thumbnail (Sulu)',
],
],
'scale' => [
'x' => 50,
'y' => 50,
'mode' => 2,
'retina' => false,
'forceRatio' => true,
],
'transformations' => [
],
'options' => [
'jpeg_quality' => 100,
'webp_quality' => 100,
],
],
'sulu-25x25' => [
'key' => 'sulu-25x25',
'internal' => true,
'meta' => [
'title' => [
'en' => 'Micro thumbnail',
'de' => 'Mikro Thumbnail',
'fr' => 'Image micro',
'nl' => 'Micro thumbnail',
],
],
'scale' => [
'x' => 25,
'y' => 25,
'mode' => 2,
'retina' => false,
'forceRatio' => true,
],
'transformations' => [
],
'options' => [
'jpeg_quality' => 100,
'webp_quality' => 100,
],
],
'sulu-40x40' => [
'key' => 'sulu-40x40',
'internal' => true,
'meta' => [
'title' => [
'en' => 'Small thumbnail (Sulu)',
'de' => 'Kleines Thumbnail (Sulu)',
'fr' => 'Image miniature (Sulu)',
'nl' => 'Kleine thumbnail (Sulu)',
],
],
'scale' => [
'x' => 40,
'y' => 40,
'mode' => 2,
'retina' => false,
'forceRatio' => true,
],
'transformations' => [
],
'options' => [
'jpeg_quality' => 100,
'webp_quality' => 100,
],
],
'sulu-240x' => [
'key' => 'sulu-240x',
'internal' => true,
'meta' => [
'title' => [
'en' => 'Masonry preview (Sulu)',
'de' => 'Masonry Vorschau (Sulu)',
'fr' => 'Prévisualisation maçonnerie (Sulu)',
'nl' => 'Masonry voorbeeld (Sulu)',
],
],
'scale' => [
'x' => 240,
'y' => NULL,
'mode' => 2,
'retina' => false,
'forceRatio' => true,
],
'transformations' => [
],
'options' => [
'jpeg_quality' => 100,
'webp_quality' => 100,
],
],
'sulu-400x400-inset' => [
'key' => 'sulu-400x400-inset',
'internal' => true,
'meta' => [
'title' => [
'en' => 'Organization logo (Sulu)',
'de' => 'Organisationslogo (Sulu)',
'fr' => 'Logo d\'organisation (Sulu)',
'nl' => 'Organisatie logo (Sulu)',
],
],
'scale' => [
'x' => 400,
'y' => 400,
'mode' => 1,
'retina' => false,
'forceRatio' => true,
],
'transformations' => [
],
'options' => [
'jpeg_quality' => 100,
'webp_quality' => 100,
],
],
'sulu-100x100' => [
'key' => 'sulu-100x100',
'internal' => true,
'meta' => [
'title' => [
'en' => 'Contact card (Sulu)',
'de' => 'Personenkarte (Sulu)',
'fr' => 'Carte personnelle (Sulu)',
'nl' => 'Contact kaart (Sulu)',
],
],
'scale' => [
'x' => 100,
'y' => 100,
'mode' => 2,
'retina' => false,
'forceRatio' => true,
],
'transformations' => [
],
'options' => [
'jpeg_quality' => 100,
'webp_quality' => 100,
],
],
],
'sulu_category.entity.category' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
'sulu_category.entity.keyword' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
'sulu.version' => '2.4.13',
'app.version' => NULL,
'sulu_snippet.areas' => [
'default' => [
'key' => 'default',
'template' => 'default',
'title' => [
'de' => 'Standard',
'en' => 'Default',
],
],
],
'console.command.ids' => [
0 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand',
1 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand',
2 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand',
3 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand',
4 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand',
5 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand',
6 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand',
7 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand',
8 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand',
9 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand',
10 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand',
11 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand',
12 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand',
13 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand',
14 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand',
15 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand',
16 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand',
17 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand',
18 => 'console.command.public_alias.fos_http_cache.command.invalidate_path',
19 => 'console.command.public_alias.fos_http_cache.command.invalidate_regex',
20 => 'console.command.public_alias.fos_http_cache.command.refresh_path',
21 => 'console.command.public_alias.fos_http_cache.command.clear',
22 => 'console.command.public_alias.sulu_page.command.workspace_import',
23 => 'phpcr_migrations.command.status',
24 => 'phpcr_migrations.command.migrate',
25 => 'phpcr_migrations.command.initialize',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}