<?php
namespace ContainerSvDj9ox;
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;
/**
* This class has been auto-generated
* by the Symfony Dependency Injection Component.
*
* @final
*/
class srcApp_KernelDevDebugContainer extends Container
{
private $buildParameters;
private $containerDir;
private $targetDir;
private $parameters = [];
private $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 = [
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'event_dispatcher' => 'getEventDispatcherService',
'filesystem' => 'getFilesystemService',
'fos_http_cache.event_listener.cache_control' => 'getFosHttpCache_EventListener_CacheControlService',
'http_kernel' => 'getHttpKernelService',
'knp_menu.matcher' => 'getKnpMenu_MatcherService',
'kunstmaan_admin.acl.helper' => 'getKunstmaanAdmin_Acl_HelperService',
'kunstmaan_admin.adminroute.helper' => 'getKunstmaanAdmin_Adminroute_HelperService',
'kunstmaan_admin.domain_configuration' => 'getKunstmaanAdmin_DomainConfigurationService',
'kunstmaan_admin.versionchecker' => 'getKunstmaanAdmin_VersioncheckerService',
'kunstmaan_media.media_handlers.file' => 'getKunstmaanMedia_MediaHandlers_FileService',
'kunstmaan_media.media_manager' => 'getKunstmaanMedia_MediaManagerService',
'kunstmaan_node.node_menu' => 'getKunstmaanNode_NodeMenuService',
'kunstmaan_node.pages_configuration' => 'getKunstmaanNode_PagesConfigurationService',
'kunstmaan_translator.repository.translation' => 'getKunstmaanTranslator_Repository_TranslationService',
'kunstmaan_translator.service.translator.resource_cacher' => 'getKunstmaanTranslator_Service_Translator_ResourceCacherService',
'kunstmaan_utilities.slugifier' => 'getKunstmaanUtilities_SlugifierService',
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
'profiler' => 'getProfilerService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'session' => 'getSessionService',
'translator' => 'getTranslatorService',
'translator.default' => 'getTranslator_DefaultService',
'twig' => 'getTwigService',
'validator' => 'getValidatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
];
$this->fileMap = [
'App\\Controller\\AdvertsArticleController' => 'getAdvertsArticleControllerService.php',
'App\\Controller\\AdvertsCategoryAdminListController' => 'getAdvertsCategoryAdminListControllerService.php',
'App\\Controller\\AdvertsPageAdminListController' => 'getAdvertsPageAdminListControllerService.php',
'App\\Controller\\Api\\ClubsApiController' => 'getClubsApiControllerService.php',
'App\\Controller\\Api\\EventsApiController' => 'getEventsApiControllerService.php',
'App\\Controller\\Api\\MediaApiController' => 'getMediaApiControllerService.php',
'App\\Controller\\Api\\MultiDownloadItemApiController' => 'getMultiDownloadItemApiControllerService.php',
'App\\Controller\\Api\\NewsApiController' => 'getNewsApiControllerService.php',
'App\\Controller\\BeachAdminListController' => 'getBeachAdminListControllerService.php',
'App\\Controller\\ClubsArticleController' => 'getClubsArticleControllerService.php',
'App\\Controller\\ClubsCategoryAdminListController' => 'getClubsCategoryAdminListControllerService.php',
'App\\Controller\\ClubsPageAdminListController' => 'getClubsPageAdminListControllerService.php',
'App\\Controller\\DefaultController' => 'getDefaultControllerService.php',
'App\\Controller\\EventsArticleController' => 'getEventsArticleControllerService.php',
'App\\Controller\\EventsDirectusController' => 'getEventsDirectusControllerService.php',
'App\\Controller\\EventsPageAdminListController' => 'getEventsPageAdminListControllerService.php',
'App\\Controller\\EventsTagAdminListController' => 'getEventsTagAdminListControllerService.php',
'App\\Controller\\Glide\\GlideDeciderController' => 'getGlideDeciderControllerService.php',
'App\\Controller\\JobsArticleController' => 'getJobsArticleControllerService.php',
'App\\Controller\\JobsCategoryAdminListController' => 'getJobsCategoryAdminListControllerService.php',
'App\\Controller\\JobsPageAdminListController' => 'getJobsPageAdminListControllerService.php',
'App\\Controller\\LifeSaverController' => 'getLifeSaverControllerService.php',
'App\\Controller\\LifesaverAdminListController' => 'getLifesaverAdminListControllerService.php',
'App\\Controller\\NewsArticleController' => 'getNewsArticleControllerService.php',
'App\\Controller\\NewsAuthorAdminListController' => 'getNewsAuthorAdminListControllerService.php',
'App\\Controller\\NewsCategoryAdminListController' => 'getNewsCategoryAdminListControllerService.php',
'App\\Controller\\NewsPageAdminListController' => 'getNewsPageAdminListControllerService.php',
'App\\Controller\\NewsTagAdminListController' => 'getNewsTagAdminListControllerService.php',
'App\\Controller\\RecruitmentFormController' => 'getRecruitmentFormControllerService.php',
'App\\Controller\\SocialLinkController' => 'getSocialLinkControllerService.php',
'Kunstmaan\\MediaBundle\\Helper\\Imagine\\ImagineController' => 'getImagineControllerService.php',
'League\\Flysystem\\Filesystem' => 'getFilesystem2Service.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
'cache.app_clearer' => 'getCache_AppClearerService.php',
'cache.global_clearer' => 'getCache_GlobalClearerService.php',
'cache.system_clearer' => 'getCache_SystemClearerService.php',
'cache_clearer' => 'getCacheClearerService.php',
'cache_warmer' => 'getCacheWarmerService.php',
'console.command.public_alias.Kunstmaan\\AdminBundle\\Command\\ApplyAclCommand' => 'getApplyAclCommandService.php',
'console.command.public_alias.Kunstmaan\\AdminBundle\\Command\\CreateGroupCommand' => 'getCreateGroupCommandService.php',
'console.command.public_alias.Kunstmaan\\AdminBundle\\Command\\CreateRoleCommand' => 'getCreateRoleCommandService.php',
'console.command.public_alias.Kunstmaan\\AdminBundle\\Command\\CreateUserCommand' => 'getCreateUserCommandService.php',
'console.command.public_alias.Kunstmaan\\AdminBundle\\Command\\ExceptionCommand' => 'getExceptionCommandService.php',
'console.command.public_alias.Kunstmaan\\AdminBundle\\Command\\UpdateAclCommand' => 'getUpdateAclCommandService.php',
'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\DashboardCommand' => 'getDashboardCommandService.php',
'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\GoogleAnalyticsConfigFlushCommand' => 'getGoogleAnalyticsConfigFlushCommandService.php',
'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\GoogleAnalyticsConfigsListCommand' => 'getGoogleAnalyticsConfigsListCommandService.php',
'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\GoogleAnalyticsDataCollectCommand' => 'getGoogleAnalyticsDataCollectCommandService.php',
'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\GoogleAnalyticsDataFlushCommand' => 'getGoogleAnalyticsDataFlushCommandService.php',
'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\GoogleAnalyticsOverviewsGenerateCommand' => 'getGoogleAnalyticsOverviewsGenerateCommandService.php',
'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\GoogleAnalyticsOverviewsListCommand' => 'getGoogleAnalyticsOverviewsListCommandService.php',
'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\GoogleAnalyticsSegmentsListCommand' => 'getGoogleAnalyticsSegmentsListCommandService.php',
'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateAdminListCommand' => 'getGenerateAdminListCommandService.php',
'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateAdminTestsCommand' => 'getGenerateAdminTestsCommandService.php',
'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateArticleCommand' => 'getGenerateArticleCommandService.php',
'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateConfigCommand' => 'getGenerateConfigCommandService.php',
'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateDefaultPagePartsCommand' => 'getGenerateDefaultPagePartsCommandService.php',
'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateDefaultSiteCommand' => 'getGenerateDefaultSiteCommandService.php',
'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateEntityCommand' => 'getGenerateEntityCommandService.php',
'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateFormPageCommand' => 'getGenerateFormPageCommandService.php',
'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateFormPagePartsCommand' => 'getGenerateFormPagePartsCommandService.php',
'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateLayoutCommand' => 'getGenerateLayoutCommandService.php',
'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GeneratePageCommand' => 'getGeneratePageCommandService.php',
'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GeneratePagePartCommand' => 'getGeneratePagePartCommandService.php',
'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateSearchPageCommand' => 'getGenerateSearchPageCommandService.php',
'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\InstallCommand' => 'getInstallCommandService.php',
'console.command.public_alias.Kunstmaan\\NodeBundle\\Command\\CronUpdateNodeCommand' => 'getCronUpdateNodeCommandService.php',
'console.command.public_alias.Kunstmaan\\NodeBundle\\Command\\InitAclCommand' => 'getInitAclCommandService.php',
'console.command.public_alias.Kunstmaan\\TranslatorBundle\\Command\\ExportTranslationsCommand' => 'getExportTranslationsCommandService.php',
'console.command.public_alias.Kunstmaan\\TranslatorBundle\\Command\\ImportTranslationsCommand' => 'getImportTranslationsCommandService.php',
'console.command.public_alias.Kunstmaan\\TranslatorBundle\\Command\\ImportTranslationsFromFileCommand' => 'getImportTranslationsFromFileCommandService.php',
'console.command.public_alias.Kunstmaan\\TranslatorBundle\\Command\\MigrationsDiffCommand' => 'getMigrationsDiffCommandService.php',
'console.command.public_alias.Kunstmaan\\TranslatorBundle\\Command\\TranslationCacheCommand' => 'getTranslationCacheCommandService.php',
'console.command.public_alias.Kunstmaan\\TranslatorBundle\\Command\\TranslationFlagCommand' => 'getTranslationFlagCommandService.php',
'console.command.public_alias.Kunstmaan\\UtilitiesBundle\\Command\\CipherCommand' => 'getCipherCommandService.php',
'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
'console.command.public_alias.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
'console.command.public_alias.kunstmaan_media.command.cleandeletedmedia' => 'getConsole_Command_PublicAlias_KunstmaanMedia_Command_CleandeletedmediaService.php',
'console.command.public_alias.kunstmaan_media.command.rebuildfoldertree' => 'getConsole_Command_PublicAlias_KunstmaanMedia_Command_RebuildfoldertreeService.php',
'console.command.public_alias.kunstmaan_media.command.renamesoftdeleted' => 'getConsole_Command_PublicAlias_KunstmaanMedia_Command_RenamesoftdeletedService.php',
'console.command.public_alias.kunstmaan_search.command.delete' => 'getConsole_Command_PublicAlias_KunstmaanSearch_Command_DeleteService.php',
'console.command.public_alias.kunstmaan_search.command.populate' => 'getConsole_Command_PublicAlias_KunstmaanSearch_Command_PopulateService.php',
'console.command.public_alias.kunstmaan_search.command.setup' => 'getConsole_Command_PublicAlias_KunstmaanSearch_Command_SetupService.php',
'console.command_loader' => 'getConsole_CommandLoaderService.php',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
'erichard_glide.webimages_server' => 'getErichardGlide_WebimagesServerService.php',
'error_controller' => 'getErrorControllerService.php',
'form.factory' => 'getForm_FactoryService.php',
'form.type.file' => 'getForm_Type_FileService.php',
'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
'fos_user.group.controller' => 'getFosUser_Group_ControllerService.php',
'fos_user.group_manager' => 'getFosUser_GroupManagerService.php',
'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
'knp_gaufrette.filesystem_map' => 'getKnpGaufrette_FilesystemMapService.php',
'knp_menu.factory' => 'getKnpMenu_FactoryService.php',
'kunstmaan_admin.acl.manager' => 'getKunstmaanAdmin_Acl_ManagerService.php',
'kunstmaan_admin.clone.helper' => 'getKunstmaanAdmin_Clone_HelperService.php',
'kunstmaan_adminlist.factory' => 'getKunstmaanAdminlist_FactoryService.php',
'kunstmaan_adminlist.service.export' => 'getKunstmaanAdminlist_Service_ExportService.php',
'kunstmaan_config.controller.config' => 'getKunstmaanConfig_Controller_ConfigService.php',
'kunstmaan_dashboard.helper.google.analytics.config' => 'getKunstmaanDashboard_Helper_Google_Analytics_ConfigService.php',
'kunstmaan_dashboard.helper.google.analytics.query' => 'getKunstmaanDashboard_Helper_Google_Analytics_QueryService.php',
'kunstmaan_dashboard.helper.google.analytics.service' => 'getKunstmaanDashboard_Helper_Google_Analytics_ServiceService.php',
'kunstmaan_dashboard.helper.google.client' => 'getKunstmaanDashboard_Helper_Google_ClientService.php',
'kunstmaan_dashboard.manager.widgets' => 'getKunstmaanDashboard_Manager_WidgetsService.php',
'kunstmaan_fixtures.builder.builder' => 'getKunstmaanFixtures_Builder_BuilderService.php',
'kunstmaan_fixtures.parser.parser' => 'getKunstmaanFixtures_Parser_ParserService.php',
'kunstmaan_fixtures.populator.populator' => 'getKunstmaanFixtures_Populator_PopulatorService.php',
'kunstmaan_form.form_handler' => 'getKunstmaanForm_FormHandlerService.php',
'kunstmaan_form.form_mailer' => 'getKunstmaanForm_FormMailerService.php',
'kunstmaan_media.folder_manager' => 'getKunstmaanMedia_FolderManagerService.php',
'kunstmaan_media.media_creator_service' => 'getKunstmaanMedia_MediaCreatorServiceService.php',
'kunstmaan_menu.menu.service' => 'getKunstmaanMenu_Menu_ServiceService.php',
'kunstmaan_node.acl_permission_creator_service' => 'getKunstmaanNode_AclPermissionCreatorServiceService.php',
'kunstmaan_node.actions_menu_builder' => 'getKunstmaanNode_ActionsMenuBuilderService.php',
'kunstmaan_node.admin_node.node_version_lock_helper' => 'getKunstmaanNode_AdminNode_NodeVersionLockHelperService.php',
'kunstmaan_node.admin_node.publisher' => 'getKunstmaanNode_AdminNode_PublisherService.php',
'kunstmaan_node.page_creator_service' => 'getKunstmaanNode_PageCreatorServiceService.php',
'kunstmaan_node.url_replace.controller' => 'getKunstmaanNode_UrlReplace_ControllerService.php',
'kunstmaan_node_search.search.service' => 'getKunstmaanNodeSearch_Search_ServiceService.php',
'kunstmaan_page_part.page_part_configuration_reader' => 'getKunstmaanPagePart_PagePartConfigurationReaderService.php',
'kunstmaan_pageparts.pagepart_creator_service' => 'getKunstmaanPageparts_PagepartCreatorServiceService.php',
'kunstmaan_search.search.factory.analysis' => 'getKunstmaanSearch_Search_Factory_AnalysisService.php',
'kunstmaan_translator.service.exporter.command_handler' => 'getKunstmaanTranslator_Service_Exporter_CommandHandlerService.php',
'kunstmaan_translator.service.importer.command_handler' => 'getKunstmaanTranslator_Service_Importer_CommandHandlerService.php',
'kunstmaan_translator.service.importer.importer' => 'getKunstmaanTranslator_Service_Importer_ImporterService.php',
'kunstmaan_translator.service.migrations.migrations' => 'getKunstmaanTranslator_Service_Migrations_MigrationsService.php',
'kunstmaan_translator.service.translator.cache_validator' => 'getKunstmaanTranslator_Service_Translator_CacheValidatorService.php',
'kunstmaan_translator.service.translator.loader' => 'getKunstmaanTranslator_Service_Translator_LoaderService.php',
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService.php',
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService.php',
'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService.php',
'liip_imagine.filter.loader.background' => 'getLiipImagine_Filter_Loader_BackgroundService.php',
'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService.php',
'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService.php',
'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService.php',
'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService.php',
'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService.php',
'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService.php',
'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService.php',
'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService.php',
'oneup_flysystem.cached_images_filesystem' => 'getOneupFlysystem_CachedImagesFilesystemService.php',
'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService.php',
'routing.loader' => 'getRouting_LoaderService.php',
'security.acl.dbal.schema' => 'getSecurity_Acl_Dbal_SchemaService.php',
'security.acl.provider' => 'getSecurity_Acl_ProviderService.php',
'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
'serializer' => 'getSerializerService.php',
'services_resetter' => 'getServicesResetterService.php',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
'templating' => 'getTemplatingService.php',
'templating.loader' => 'getTemplating_LoaderService.php',
'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
];
$this->aliases = [
'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'Kunstmaan\\MediaBundle\\Helper\\Imagine\\ImagineController',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'liip_imagine.controller' => 'Kunstmaan\\MediaBundle\\Helper\\Imagine\\ImagineController',
'mailer' => 'swiftmailer.mailer.default',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/Toolbar/DataCollectionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/Toolbar/AbstractDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Toolbar/NodeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Toolbar/BundleVersionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Toolbar/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Toolbar/TranslatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/GcsExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/snilius/twig-sort-by-field/src/SortByFieldExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Twig/PagerfantaExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/View/ViewFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/View/ViewFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/View/ViewInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/View/View.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/View/TemplateView.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/View/DefaultView.php';
include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/View/TranslatedView.php';
include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/View/DefaultTranslatedView.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/View/TwitterBootstrapView.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/View/TwitterBootstrap3View.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/View/TwitterBootstrap4View.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/View/SemanticUiView.php';
include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/View/TwitterBootstrapTranslatedView.php';
include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/View/TwitterBootstrap4TranslatedView.php';
include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/View/TwitterBootstrap3TranslatedView.php';
include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/View/SemanticUiTranslatedView.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/utilities-bundle/Twig/UtilitiesTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/adminlist-bundle/Twig/AdminListTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Twig/PagesConfigurationTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Twig/UrlReplaceTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Twig/NodeTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Twig/MenuTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/Menu/MenuBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/Menu/MenuAdaptorInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Menu/AdvertsMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Menu/BeachMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Menu/ClubsMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Menu/EventsMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Menu/JobsMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Menu/NewsMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Menu/SocialMediaMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Helper/Menu/PageMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/Security/Acl/AclNativeHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/Menu/ModulesMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/Menu/SettingsMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/user-management-bundle/Helper/Menu/UserManagementMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Service/Menu/TranslatorMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Helper/Menu/MediaMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Helper/Menu/SeoManagementMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle/Helper/Menu/FormSubmissionsMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/config-bundle/Helper/Menu/ConfigMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/redirect-bundle/Helper/Menu/RedirectMenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Service/MenuAdaptor.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/AdminPanel/AdminPanel.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/AdminPanel/AdminPanelAdaptorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/AdminPanel/DefaultAdminPanelAdaptor.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Twig/LocaleSwitcherTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Twig/MultiDomainAdminTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Twig/DateByLocaleExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Twig/FormToolsExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/FormHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Twig/AdminPermissionsTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Twig/AdminRouteHelperTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Twig/TabsTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Twig/GoogleSignInTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Twig/SidebarTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Twig/ToolbarTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Twig/AdminBundleTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Twig/Extension/PagePartAdminTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Twig/Extension/PagePartTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Twig/Extension/PageTemplateTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/sitemap-bundle/Twig/SitemapTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Twig/SeoTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Twig/GoogleAnalyticsTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Helper/OrderPreparer.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Helper/OrderConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/config-bundle/Twig/ConfigTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/node-search-bundle/Twig/KunstmaanNodeSearchTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Twig/MenuTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryUtilsInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/AbstractTreeRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/NestedTreeRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Repository/MenuItemRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Repository/MenuItemRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Service/RenderService.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/article-bundle/Twig/ArticleTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/erichard/glide-bundle/Twig/GlideExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jamel/cropper-bundle/Twig/CropperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/utilities-bundle/Helper/SlugifierInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/utilities-bundle/Helper/Slugifier.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/TranslatableListener.php';
include_once \dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Helper/PagesConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/EventListener/FixDateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/EventListener/SlugListener.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Helper/NodeMenu.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Validation/URLValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Helper/URLHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/TreeListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DoctrineProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/EventListener/AdminLocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/Security/Acl/AclHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/AdminRouteHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/UserProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/VersionCheck/VersionChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/EventListener/SessionSecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/EventListener/PasswordCheckListener.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/DomainConfigurationInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/DomainConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/EventListener/ToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Helper/Toolbar/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Service/Translator/ResourceCacher.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Repository/AbstractTranslatorRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Repository/TranslationRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/PageTemplate/PageTemplateConfigurationReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/PageTemplate/PageTemplateConfigurationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/PageTemplate/PageTemplateConfigurationParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/PageTemplate/PageTemplateConfigurationParser.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/PageTemplate/PageTemplateConfigurationService.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Repository/PageTemplateConfigurationRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Helper/Imagine/WebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Helper/MediaManager.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Helper/Media/AbstractMediaHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Helper/RemoteSlide/RemoteSlideHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Helper/RemoteVideo/RemoteVideoHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Helper/RemoteAudio/RemoteAudioHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Helper/File/FileHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Helper/Image/ImageHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Repository/FolderRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Helper/MimeTypeGuesserFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Helper/MimeTypeGuesserFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Helper/ExtensionGuesserFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Helper/ExtensionGuesserFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/StreamFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ChecksumCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/node-search-bundle/Helper/IndexablePagePartsService.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/erichard/glide-bundle/GlideUrlBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/jamel/cropper-bundle/Service/Cropper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Toolbar/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Router/SlugRouter.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/redirect-bundle/Router/RedirectRouter.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/redirect-bundle/Repository/RedirectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Service/Translator/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Helper/Imagine/CacheManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.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)
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('X7XQaN9VQi', 0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
$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('YjiJIrXipN', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* 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 \Doctrine\DBAL\Logging\LoggerChain();
$c = new \Symfony\Bridge\Monolog\Logger('doctrine');
$c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$c->pushProcessor([0 => ($this->privates['kunstmaan_admin.logger.processor.user'] ?? $this->getKunstmaanAdmin_Logger_Processor_UserService()), 1 => 'processRecord']);
$c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
$b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$a->setSQLLogger($b);
$d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php', true],
'kunstmaan_admin.doctrine_mapping.listener' => ['privates', 'kunstmaan_admin.doctrine_mapping.listener', 'getKunstmaanAdmin_DoctrineMapping_ListenerService.php', true],
'kunstmaan_media.listener.doctrine' => ['privates', 'kunstmaan_media.listener.doctrine', 'getKunstmaanMedia_Listener_DoctrineService.php', true],
'kunstmaan_node.doctrine_mapping.listener' => ['privates', 'kunstmaan_node.doctrine_mapping.listener', 'getKunstmaanNode_DoctrineMapping_ListenerService.php', true],
'kunstmaan_node.nodetranslation.listener' => ['privates', 'kunstmaan_node.nodetranslation.listener', 'getKunstmaanNode_Nodetranslation_ListenerService.php', true],
'kunstmaan_node_search.node_index_update.listener' => ['privates', 'kunstmaan_node_search.node_index_update.listener', 'getKunstmaanNodeSearch_NodeIndexUpdate_ListenerService.php', true],
'security.acl.dbal.schema_listener' => ['privates', 'security.acl.dbal.schema_listener', 'getSecurity_Acl_Dbal_SchemaListenerService.php', true],
], [
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'kunstmaan_admin.doctrine_mapping.listener' => '?',
'kunstmaan_media.listener.doctrine' => '?',
'kunstmaan_node.doctrine_mapping.listener' => '?',
'kunstmaan_node.nodetranslation.listener' => '?',
'kunstmaan_node_search.node_index_update.listener' => '?',
'security.acl.dbal.schema_listener' => '?',
]));
$e = new \Gedmo\Tree\TreeListener();
$e->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$d->addEventSubscriber(new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())));
$d->addEventSubscriber($e);
$d->addEventSubscriber(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
$d->addEventListener([0 => 'postGenerateSchema'], 'security.acl.dbal.schema_listener');
$d->addEventListener([0 => 'onFlush'], 'kunstmaan_node.nodetranslation.listener');
$d->addEventListener([0 => 'prePersist'], 'kunstmaan_node.nodetranslation.listener');
$d->addEventListener([0 => 'preUpdate'], 'kunstmaan_node.nodetranslation.listener');
$d->addEventListener([0 => 'loadClassMetadata'], 'kunstmaan_node.doctrine_mapping.listener');
$d->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
$d->addEventListener([0 => 'loadClassMetadata'], 'kunstmaan_admin.doctrine_mapping.listener');
$d->addEventListener([0 => 'prePersist'], 'kunstmaan_media.listener.doctrine');
$d->addEventListener([0 => 'preUpdate'], 'kunstmaan_media.listener.doctrine');
$d->addEventListener([0 => 'postPersist'], 'kunstmaan_media.listener.doctrine');
$d->addEventListener([0 => 'postUpdate'], 'kunstmaan_media.listener.doctrine');
$d->addEventListener([0 => 'preRemove'], 'kunstmaan_media.listener.doctrine');
$d->addEventListener([0 => 'preUpdate'], 'kunstmaan_node_search.node_index_update.listener');
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => '5.7', 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_general_ci']], $a, $d, []);
}
/**
* Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
*/
protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
{
$this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventListener\\EventsRecurrenceSync' => ['privates', 'App\\EventListener\\EventsRecurrenceSync', 'getEventsRecurrenceSyncService.php', true],
], [
'App\\EventListener\\EventsRecurrenceSync' => '?',
]));
$instance->registerService('App\\EventListener\\EventsRecurrenceSync', 'App\\EventListener\\EventsRecurrenceSync');
$instance->registerService('App\\EventListener\\EventsRecurrenceSync', 'App\\EventListener\\EventsRecurrenceSync');
$instance->registerService('App\\EventListener\\EventsRecurrenceSync', 'App\\EventListener\\EventsRecurrenceSync');
$instance->registerService('App\\EventListener\\EventsRecurrenceSync', 'App\\EventListener\\EventsRecurrenceSync');
return $instance;
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity'), 1 => (\dirname(__DIR__, 4).'/src/Entity'), 2 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/adminlist-bundle/Entity'), 3 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Entity'), 4 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Entity'), 5 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Entity'), 6 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Entity'), 7 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/sitemap-bundle/Entity'), 8 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Entity'), 9 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Entity'), 10 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-pagepart-bundle/Entity'), 11 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle/Entity'), 12 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/config-bundle/Entity'), 13 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/dashboard-bundle/Entity'), 14 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-search-bundle/Entity'), 15 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/redirect-bundle/Entity'), 16 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Entity'), 17 => (\dirname(__DIR__, 4).'/vendor/kunstmaan/article-bundle/Entity'), 18 => (\dirname(__DIR__, 4).'/vendor/jamel/cropper-bundle/Entity')]);
$b->addDriver($c, 'Gedmo\\Translatable\\Entity');
$b->addDriver($c, 'App\\Entity');
$b->addDriver($c, 'Kunstmaan\\AdminListBundle\\Entity');
$b->addDriver($c, 'Kunstmaan\\NodeBundle\\Entity');
$b->addDriver($c, 'Kunstmaan\\AdminBundle\\Entity');
$b->addDriver($c, 'Kunstmaan\\TranslatorBundle\\Entity');
$b->addDriver($c, 'Kunstmaan\\PagePartBundle\\Entity');
$b->addDriver($c, 'Kunstmaan\\SitemapBundle\\Entity');
$b->addDriver($c, 'Kunstmaan\\MediaBundle\\Entity');
$b->addDriver($c, 'Kunstmaan\\SeoBundle\\Entity');
$b->addDriver($c, 'Kunstmaan\\MediaPagePartBundle\\Entity');
$b->addDriver($c, 'Kunstmaan\\FormBundle\\Entity');
$b->addDriver($c, 'Kunstmaan\\ConfigBundle\\Entity');
$b->addDriver($c, 'Kunstmaan\\DashboardBundle\\Entity');
$b->addDriver($c, 'Kunstmaan\\NodeSearchBundle\\Entity');
$b->addDriver($c, 'Kunstmaan\\RedirectBundle\\Entity');
$b->addDriver($c, 'Kunstmaan\\MenuBundle\\Entity');
$b->addDriver($c, 'Kunstmaan\\ArticleBundle\\Entity');
$b->addDriver($c, 'Jamel\\CropperBundle\\Entity');
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
$a->setEntityNamespaces(['GedmoTranslatable' => 'Gedmo\\Translatable\\Entity', 'App' => 'App\\Entity', 'KunstmaanAdminListBundle' => 'Kunstmaan\\AdminListBundle\\Entity', 'KunstmaanNodeBundle' => 'Kunstmaan\\NodeBundle\\Entity', 'KunstmaanAdminBundle' => 'Kunstmaan\\AdminBundle\\Entity', 'KunstmaanTranslatorBundle' => 'Kunstmaan\\TranslatorBundle\\Entity', 'KunstmaanPagePartBundle' => 'Kunstmaan\\PagePartBundle\\Entity', 'KunstmaanSitemapBundle' => 'Kunstmaan\\SitemapBundle\\Entity', 'KunstmaanMediaBundle' => 'Kunstmaan\\MediaBundle\\Entity', 'KunstmaanSeoBundle' => 'Kunstmaan\\SeoBundle\\Entity', 'KunstmaanMediaPagePartBundle' => 'Kunstmaan\\MediaPagePartBundle\\Entity', 'KunstmaanFormBundle' => 'Kunstmaan\\FormBundle\\Entity', 'KunstmaanConfigBundle' => 'Kunstmaan\\ConfigBundle\\Entity', 'KunstmaanDashboardBundle' => 'Kunstmaan\\DashboardBundle\\Entity', 'KunstmaanNodeSearchBundle' => 'Kunstmaan\\NodeSearchBundle\\Entity', 'KunstmaanRedirectBundle' => 'Kunstmaan\\RedirectBundle\\Entity', 'KunstmaanMenuBundle' => 'Kunstmaan\\MenuBundle\\Entity', 'KunstmaanArticleBundle' => 'Kunstmaan\\ArticleBundle\\Entity', 'JamelCropperBundle' => 'Jamel\\CropperBundle\\Entity']);
$a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
$a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
$a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
$a->setMetadataDriverImpl($b);
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\BeachRepository' => ['privates', 'App\\Repository\\BeachRepository', 'getBeachRepositoryService.php', true],
'App\\Repository\\FullScreenSliderItemRepository' => ['privates', 'App\\Repository\\FullScreenSliderItemRepository', 'getFullScreenSliderItemRepositoryService.php', true],
'App\\Repository\\HeaderImageRepository' => ['privates', 'App\\Repository\\HeaderImageRepository', 'getHeaderImageRepositoryService.php', true],
'App\\Repository\\LifesaverLoginTokenRepository' => ['privates', 'App\\Repository\\LifesaverLoginTokenRepository', 'getLifesaverLoginTokenRepositoryService.php', true],
'App\\Repository\\LifesaverRepository' => ['privates', 'App\\Repository\\LifesaverRepository', 'getLifesaverRepositoryService.php', true],
'App\\Repository\\ListImageRepository' => ['privates', 'App\\Repository\\ListImageRepository', 'getListImageRepositoryService.php', true],
'App\\Repository\\MultiDownloadItemRepository' => ['privates', 'App\\Repository\\MultiDownloadItemRepository', 'getMultiDownloadItemRepositoryService.php', true],
'App\\Repository\\PartnerItemRepository' => ['privates', 'App\\Repository\\PartnerItemRepository', 'getPartnerItemRepositoryService.php', true],
], [
'App\\Repository\\BeachRepository' => '?',
'App\\Repository\\FullScreenSliderItemRepository' => '?',
'App\\Repository\\HeaderImageRepository' => '?',
'App\\Repository\\LifesaverLoginTokenRepository' => '?',
'App\\Repository\\LifesaverRepository' => '?',
'App\\Repository\\ListImageRepository' => '?',
'App\\Repository\\MultiDownloadItemRepository' => '?',
'App\\Repository\\PartnerItemRepository' => '?',
])));
$this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor([0 => ($this->privates['kunstmaan_admin.logger.processor.user'] ?? $this->getKunstmaanAdmin_Logger_Processor_UserService()), 1 => 'processRecord']);
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$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('kunstmaan_node.adaptForm', [0 => function () {
return ($this->privates['kunstmaan_node.node_tabs.listener'] ?? ($this->privates['kunstmaan_node.node_tabs.listener'] = new \Kunstmaan\NodeBundle\EventListener\NodeTabListener()));
}, 1 => 'adaptForm'], 0);
$instance->addListener('kunstmaan_admin.adaptSimpleForm', [0 => function () {
return ($this->privates['kunstmaan_node.entity_tabs.listener'] ?? $this->load('getKunstmaanNode_EntityTabs_ListenerService.php'));
}, 1 => 'adaptForm'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['kunstmaan_node.fix_date.listener'] ?? ($this->privates['kunstmaan_node.fix_date.listener'] = new \Kunstmaan\NodeBundle\EventListener\FixDateListener()));
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kunstmaan_node.adaptForm', [0 => function () {
return ($this->privates['kunstmaan_node.edit_node.listener'] ?? $this->load('getKunstmaanNode_EditNode_ListenerService.php'));
}, 1 => 'adaptForm'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['kunstmaan_node.slug.listener'] ?? $this->getKunstmaanNode_Slug_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kunstmaan_node.slug.security', [0 => function () {
return ($this->privates['kunstmaan_node.slug.security.listener'] ?? $this->load('getKunstmaanNode_Slug_Security_ListenerService.php'));
}, 1 => 'onSlugSecurityEvent'], 0);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['kunstmaan_node.render.context.listener'] ?? $this->load('getKunstmaanNode_Render_Context_ListenerService.php'));
}, 1 => 'onKernelView'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['kunstmaan_admin.login.listener'] ?? $this->load('getKunstmaanAdmin_Login_ListenerService.php'));
}, 1 => 'onSecurityInteractivelogin'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['kunstmaan_admin.admin_locale.listener'] ?? $this->getKunstmaanAdmin_AdminLocale_ListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kunstmaan_admin.onDeepCloneAndSave', [0 => function () {
return ($this->privates['kunstmaan_admin.clone.listener'] ?? ($this->privates['kunstmaan_admin.clone.listener'] = new \Kunstmaan\AdminBundle\EventListener\CloneListener()));
}, 1 => 'onDeepCloneAndSave'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['kunstmaan_admin.session_security'] ?? $this->getKunstmaanAdmin_SessionSecurityService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['kunstmaan_admin.session_security'] ?? $this->getKunstmaanAdmin_SessionSecurityService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('fos_user.change_password.edit.completed', [0 => function () {
return ($this->privates['kunstmaan_admin.password_resetting.listener'] ?? $this->load('getKunstmaanAdmin_PasswordResetting_ListenerService.php'));
}, 1 => 'onPasswordResettingSuccess'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['kunstmaan_admin.password_check.listener'] ?? $this->getKunstmaanAdmin_PasswordCheck_ListenerService());
}, 1 => 'onKernelRequest'], 1);
$instance->addListener('console.exception', [0 => function () {
return ($this->privates['kunstmaan_admin.consolelogger.listener'] ?? $this->load('getKunstmaanAdmin_Consolelogger_ListenerService.php'));
}, 1 => 'onConsoleException'], 0);
$instance->addListener('kunstmaan_node.adaptForm', [0 => function () {
return ($this->privates['kunstmaan_pageparts.edit_node.listener'] ?? $this->load('getKunstmaanPageparts_EditNode_ListenerService.php'));
}, 1 => 'adaptForm'], 0);
$instance->addListener('kunstmaan_admin.postDeepCloneAndSave', [0 => function () {
return ($this->privates['kunstmaan_pageparts.clone.listener'] ?? $this->load('getKunstmaanPageparts_Clone_ListenerService.php'));
}, 1 => 'postDeepCloneAndSave'], 0);
$instance->addListener('kunstmaan_node.adaptForm', [0 => function () {
return ($this->privates['kunstmaan_seo.node.listener'] ?? $this->load('getKunstmaanSeo_Node_ListenerService.php'));
}, 1 => 'adaptForm'], 0);
$instance->addListener('kunstmaan_admin.postDeepCloneAndSave', [0 => function () {
return ($this->privates['kunstmaan_seo.clone.listener'] ?? $this->load('getKunstmaanSeo_Clone_ListenerService.php'));
}, 1 => 'postDeepCloneAndSave'], 0);
$instance->addListener('kunstmaan_node.configureSubActionMenu', [0 => function () {
return ($this->privates['kunstmaan_form.configure_sub_actions_menu_listener'] ?? $this->load('getKunstmaanForm_ConfigureSubActionsMenuListenerService.php'));
}, 1 => 'onSubActionMenuConfigure'], 0);
$instance->addListener('kunstmaan_form.add_submission', [0 => function () {
return ($this->privates['kunstmaan_form.send_email_listener'] ?? $this->load('getKunstmaanForm_SendEmailListenerService.php'));
}, 1 => 'onSubmission'], 0);
$instance->addListener('kunstmaan_node.postPublish', [0 => function () {
return ($this->privates['kunstmaan_node_search.node_index_update.listener'] ?? $this->load('getKunstmaanNodeSearch_NodeIndexUpdate_ListenerService.php'));
}, 1 => 'onPostPublish'], 0);
$instance->addListener('kunstmaan_node.postPersist', [0 => function () {
return ($this->privates['kunstmaan_node_search.node_index_update.listener'] ?? $this->load('getKunstmaanNodeSearch_NodeIndexUpdate_ListenerService.php'));
}, 1 => 'onPostPersist'], 0);
$instance->addListener('kunstmaan_node.postDelete', [0 => function () {
return ($this->privates['kunstmaan_node_search.node_index_update.listener'] ?? $this->load('getKunstmaanNodeSearch_NodeIndexUpdate_ListenerService.php'));
}, 1 => 'onPostDelete'], 0);
$instance->addListener('kunstmaan_node.postUnPublish', [0 => function () {
return ($this->privates['kunstmaan_node_search.node_index_update.listener'] ?? $this->load('getKunstmaanNodeSearch_NodeIndexUpdate_ListenerService.php'));
}, 1 => 'onPostUnPublish'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
}, 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.request', [0 => function () {
return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
}, 1 => 'resolveControllerName'], 24);
$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.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.php'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
}, 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['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['esi_listener'] ?? $this->getEsiListenerService());
}, 1 => 'onKernelResponse'], 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->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
}, 1 => 'onKernelResponse'], 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['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$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('kernel.exception', [0 => function () {
return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
}, 1 => 'onKernelException'], -128);
$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.php'));
}, 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('fos_user.security.implicit_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
}, 1 => 'onImplicitLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.registration.confirmed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.change_password.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.group.create.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.group.delete.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.group.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.profile.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.resetting.reset.initialize', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
}, 1 => 'onResettingResetInitialize'], 0);
$instance->addListener('fos_user.resetting.reset.success', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
}, 1 => 'onResettingResetSuccess'], 0);
$instance->addListener('fos_user.resetting.reset.request', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
}, 1 => 'onResettingResetRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['pagerfanta.convert_not_valid_max_per_page_to_not_found_listener'] ?? ($this->privates['pagerfanta.convert_not_valid_max_per_page_to_not_found_listener'] = new \WhiteOctober\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener()));
}, 1 => 'onException'], 512);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['pagerfanta.convert_not_valid_current_page_to_not_found_listener'] ?? ($this->privates['pagerfanta.convert_not_valid_current_page_to_not_found_listener'] = new \WhiteOctober\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener()));
}, 1 => 'onException'], 512);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kunstmaan_node.postDelete', [0 => function () {
return ($this->privates['kunstmaan_adminlist.subscriber.adminlist'] ?? $this->load('getKunstmaanAdminlist_Subscriber_AdminlistService.php'));
}, 1 => 'postDelete'], 0);
$instance->addListener('kunstmaan_node.copyPageTranslation', [0 => function () {
return ($this->privates['kunstmaan_node.log_page_events.subscriber'] ?? $this->load('getKunstmaanNode_LogPageEvents_SubscriberService.php'));
}, 1 => 'onCopyPageTranslation'], 0);
$instance->addListener('kunstmaan_node.recopyPageTranslation', [0 => function () {
return ($this->privates['kunstmaan_node.log_page_events.subscriber'] ?? $this->load('getKunstmaanNode_LogPageEvents_SubscriberService.php'));
}, 1 => 'onRecopyPageTranslation'], 0);
$instance->addListener('kunstmaan_node.emptyPageTranslation', [0 => function () {
return ($this->privates['kunstmaan_node.log_page_events.subscriber'] ?? $this->load('getKunstmaanNode_LogPageEvents_SubscriberService.php'));
}, 1 => 'onAddEmptyPageTranslation'], 0);
$instance->addListener('kunstmaan_node.postPublish', [0 => function () {
return ($this->privates['kunstmaan_node.log_page_events.subscriber'] ?? $this->load('getKunstmaanNode_LogPageEvents_SubscriberService.php'));
}, 1 => 'postPublish'], 0);
$instance->addListener('kunstmaan_node.postUnPublish', [0 => function () {
return ($this->privates['kunstmaan_node.log_page_events.subscriber'] ?? $this->load('getKunstmaanNode_LogPageEvents_SubscriberService.php'));
}, 1 => 'postUnPublish'], 0);
$instance->addListener('kunstmaan_node.postDelete', [0 => function () {
return ($this->privates['kunstmaan_node.log_page_events.subscriber'] ?? $this->load('getKunstmaanNode_LogPageEvents_SubscriberService.php'));
}, 1 => 'postDelete'], 0);
$instance->addListener('kunstmaan_node.addNode', [0 => function () {
return ($this->privates['kunstmaan_node.log_page_events.subscriber'] ?? $this->load('getKunstmaanNode_LogPageEvents_SubscriberService.php'));
}, 1 => 'onAddNode'], 0);
$instance->addListener('kunstmaan_node.postPersist', [0 => function () {
return ($this->privates['kunstmaan_node.log_page_events.subscriber'] ?? $this->load('getKunstmaanNode_LogPageEvents_SubscriberService.php'));
}, 1 => 'postPersist'], 0);
$instance->addListener('kunstmaan_node.createPublicVersion', [0 => function () {
return ($this->privates['kunstmaan_node.log_page_events.subscriber'] ?? $this->load('getKunstmaanNode_LogPageEvents_SubscriberService.php'));
}, 1 => 'onCreatePublicVersion'], 0);
$instance->addListener('kunstmaan_node.createDraftVersion', [0 => function () {
return ($this->privates['kunstmaan_node.log_page_events.subscriber'] ?? $this->load('getKunstmaanNode_LogPageEvents_SubscriberService.php'));
}, 1 => 'onCreateDraftVersion'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['kunstmaan_admin.exception.listener'] ?? $this->load('getKunstmaanAdmin_Exception_ListenerService.php'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['kunstmaan_admin.toolbar.listener'] ?? $this->getKunstmaanAdmin_Toolbar_ListenerService());
}, 1 => 'onKernelResponse'], -125);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['kunstmaan_admin.consolelogger.subscriber'] ?? $this->load('getKunstmaanAdmin_Consolelogger_SubscriberService.php'));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onTerminate'], 0);
$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['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('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
}, 1 => 'configure'], 1024);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
return $instance;
}
/**
* Gets the public 'filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function getFilesystemService()
{
return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* 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 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
}, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
}
/**
* Gets the public 'knp_menu.matcher' shared service.
*
* @return \Knp\Menu\Matcher\Matcher
*/
protected function getKnpMenu_MatcherService()
{
return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService.php'));
}, 1));
}
/**
* Gets the public 'kunstmaan_admin.acl.helper' shared service.
*
* @return \Kunstmaan\AdminBundle\Helper\Security\Acl\AclHelper
*/
protected function getKunstmaanAdmin_Acl_HelperService()
{
return $this->services['kunstmaan_admin.acl.helper'] = new \Kunstmaan\AdminBundle\Helper\Security\Acl\AclHelper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), true);
}
/**
* Gets the public 'kunstmaan_admin.adminroute.helper' shared service.
*
* @return \Kunstmaan\AdminBundle\Helper\AdminRouteHelper
*/
protected function getKunstmaanAdmin_Adminroute_HelperService()
{
return $this->services['kunstmaan_admin.adminroute.helper'] = new \Kunstmaan\AdminBundle\Helper\AdminRouteHelper('admin', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'kunstmaan_admin.domain_configuration' shared service.
*
* @return \Kunstmaan\AdminBundle\Helper\DomainConfiguration
*/
protected function getKunstmaanAdmin_DomainConfigurationService()
{
return $this->services['kunstmaan_admin.domain_configuration'] = new \Kunstmaan\AdminBundle\Helper\DomainConfiguration(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true, 'pl', 'pl');
}
/**
* Gets the public 'kunstmaan_admin.versionchecker' shared service.
*
* @return \Kunstmaan\AdminBundle\Helper\VersionCheck\VersionChecker
*/
protected function getKunstmaanAdmin_VersioncheckerService()
{
return $this->services['kunstmaan_admin.versionchecker'] = new \Kunstmaan\AdminBundle\Helper\VersionCheck\VersionChecker($this, ($this->privates['kunstmaan_admin.cache'] ?? ($this->privates['kunstmaan_admin.cache'] = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/fcache')))), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public 'kunstmaan_media.media_handlers.file' shared service.
*
* @return \Kunstmaan\MediaBundle\Helper\File\FileHandler
*/
protected function getKunstmaanMedia_MediaHandlers_FileService()
{
$this->services['kunstmaan_media.media_handlers.file'] = $instance = new \Kunstmaan\MediaBundle\Helper\File\FileHandler(0, ($this->privates['kunstmaan_media.mimetype_guesser.factory'] ?? ($this->privates['kunstmaan_media.mimetype_guesser.factory'] = new \Kunstmaan\MediaBundle\Helper\MimeTypeGuesserFactory())), ($this->privates['kunstmaan_media.extension_guesser.factory'] ?? ($this->privates['kunstmaan_media.extension_guesser.factory'] = new \Kunstmaan\MediaBundle\Helper\ExtensionGuesserFactory())));
$instance->setFileSystem(($this->privates['kunstmaan_media.filesystem'] ?? $this->getKunstmaanMedia_FilesystemService()));
$instance->setMediaPath('/uploads/media/');
$instance->setBlacklistedExtensions($this->parameters['kunstmaan_media.blacklisted_extensions']);
$instance->setSlugifier(($this->services['kunstmaan_utilities.slugifier'] ?? ($this->services['kunstmaan_utilities.slugifier'] = new \Kunstmaan\UtilitiesBundle\Helper\Slugifier())));
return $instance;
}
/**
* Gets the public 'kunstmaan_media.media_manager' shared service.
*
* @return \Kunstmaan\MediaBundle\Helper\MediaManager
*/
protected function getKunstmaanMedia_MediaManagerService()
{
$this->services['kunstmaan_media.media_manager'] = $instance = new \Kunstmaan\MediaBundle\Helper\MediaManager();
$a = ($this->services['kunstmaan_media.media_handlers.file'] ?? $this->getKunstmaanMedia_MediaHandlers_FileService());
$b = new \Kunstmaan\MediaBundle\Helper\Image\ImageHandler(1, ($this->privates['kunstmaan_media.mimetype_guesser.factory'] ?? ($this->privates['kunstmaan_media.mimetype_guesser.factory'] = new \Kunstmaan\MediaBundle\Helper\MimeTypeGuesserFactory())), ($this->privates['kunstmaan_media.extension_guesser.factory'] ?? ($this->privates['kunstmaan_media.extension_guesser.factory'] = new \Kunstmaan\MediaBundle\Helper\ExtensionGuesserFactory())), NULL);
$b->setFileSystem(($this->privates['kunstmaan_media.filesystem'] ?? $this->getKunstmaanMedia_FilesystemService()));
$b->setMediaPath('/uploads/media/');
$b->setBlacklistedExtensions($this->parameters['kunstmaan_media.blacklisted_extensions']);
$b->setSlugifier(($this->services['kunstmaan_utilities.slugifier'] ?? ($this->services['kunstmaan_utilities.slugifier'] = new \Kunstmaan\UtilitiesBundle\Helper\Slugifier())));
$instance->setDefaultHandler($a);
$instance->addHandler(new \Kunstmaan\MediaBundle\Helper\RemoteSlide\RemoteSlideHandler(1));
$instance->addHandler(new \Kunstmaan\MediaBundle\Helper\RemoteVideo\RemoteVideoHandler(1, $this->parameters['kunstmaan_media.remote_video']));
$instance->addHandler(new \Kunstmaan\MediaBundle\Helper\RemoteAudio\RemoteAudioHandler(1, 'YOUR_CLIENT_ID'));
$instance->addHandler($b);
$instance->addHandler($a);
return $instance;
}
/**
* Gets the public 'kunstmaan_node.node_menu' shared service.
*
* @return \Kunstmaan\NodeBundle\Helper\NodeMenu
*/
protected function getKunstmaanNode_NodeMenuService()
{
return $this->services['kunstmaan_node.node_menu'] = new \Kunstmaan\NodeBundle\Helper\NodeMenu(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['kunstmaan_admin.acl.helper'] ?? $this->getKunstmaanAdmin_Acl_HelperService()), ($this->services['kunstmaan_admin.domain_configuration'] ?? $this->getKunstmaanAdmin_DomainConfigurationService()));
}
/**
* Gets the public 'kunstmaan_node.pages_configuration' shared service.
*
* @return \Kunstmaan\NodeBundle\Helper\PagesConfiguration
*/
protected function getKunstmaanNode_PagesConfigurationService()
{
return $this->services['kunstmaan_node.pages_configuration'] = new \Kunstmaan\NodeBundle\Helper\PagesConfiguration([]);
}
/**
* Gets the public 'kunstmaan_translator.repository.translation' shared service.
*
* @return \Kunstmaan\TranslatorBundle\Repository\TranslationRepository
*/
protected function getKunstmaanTranslator_Repository_TranslationService()
{
return $this->services['kunstmaan_translator.repository.translation'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('Kunstmaan\\TranslatorBundle\\Entity\\Translation');
}
/**
* Gets the public 'kunstmaan_translator.service.translator.resource_cacher' shared service.
*
* @return \Kunstmaan\TranslatorBundle\Service\Translator\ResourceCacher
*/
protected function getKunstmaanTranslator_Service_Translator_ResourceCacherService()
{
$this->services['kunstmaan_translator.service.translator.resource_cacher'] = $instance = new \Kunstmaan\TranslatorBundle\Service\Translator\ResourceCacher();
$instance->setDebug(true);
$instance->setCacheDir(($this->targetDir.''.'/translations'));
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the public 'kunstmaan_utilities.slugifier' shared service.
*
* @return \Kunstmaan\UtilitiesBundle\Helper\Slugifier
*/
protected function getKunstmaanUtilities_SlugifierService()
{
return $this->services['kunstmaan_utilities.slugifier'] = new \Kunstmaan\UtilitiesBundle\Helper\Slugifier();
}
/**
* Gets the public 'liip_imagine.cache.manager' shared service.
*
* @return \Kunstmaan\MediaBundle\Helper\Imagine\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
$this->services['liip_imagine.cache.manager'] = $instance = new \Kunstmaan\MediaBundle\Helper\Imagine\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default');
$instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.cache.resolver.default' shared service.
*
* @return \Kunstmaan\MediaBundle\Helper\Imagine\WebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_DefaultService()
{
return $this->services['liip_imagine.cache.resolver.default'] = new \Kunstmaan\MediaBundle\Helper\Imagine\WebPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'uploads/cache', ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()));
}
/**
* Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
{
return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
}
/**
* Gets the public 'liip_imagine.cache.signer' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Signer
*/
protected function getLiipImagine_Cache_SignerService()
{
return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
}
/**
* Gets the public 'profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function getProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor([0 => ($this->privates['kunstmaan_admin.logger.processor.user'] ?? $this->getKunstmaanAdmin_Logger_Processor_UserService()), 1 => 'processRecord']);
$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['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('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
$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()));
$e = ($this->services['translator'] ?? $this->getTranslatorService());
$f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
$f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$g->setKernel($b);
}
$h = ($this->services['router'] ?? $this->getRouterService());
$i = new \Kunstmaan\NodeBundle\Toolbar\NodeDataCollector(($this->services['kunstmaan_node.node_menu'] ?? $this->getKunstmaanNode_NodeMenuService()), $h);
$j = ($this->services['kunstmaan_admin.adminroute.helper'] ?? $this->getKunstmaanAdmin_Adminroute_HelperService());
$i->setAdminRouteHelper($j);
$i->setTemplate('@KunstmaanNode/Toolbar/node.html.twig');
$k = new \Kunstmaan\AdminBundle\Toolbar\BundleVersionDataCollector(($this->services['kunstmaan_admin.versionchecker'] ?? $this->getKunstmaanAdmin_VersioncheckerService()), ($this->privates['kunstmaan_admin.cache'] ?? ($this->privates['kunstmaan_admin.cache'] = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/fcache')))));
$k->setTemplate('@KunstmaanAdmin/Toolbar/bundles_version.html.twig');
$l = new \Kunstmaan\AdminBundle\Toolbar\ExceptionDataCollector(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$l->setTemplate('@KunstmaanAdmin/Toolbar/exception.html.twig');
$m = new \Kunstmaan\TranslatorBundle\Toolbar\TranslatorDataCollector($e, $h);
$m->setAdminRouteHelper($j);
$m->setTemplate('@KunstmaanTranslator/Toolbar/translations.html.twig');
$instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
$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.''.'/srcApp_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $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($e));
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
$instance->add($f);
$instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add($g);
$instance->add($i);
$instance->add($k);
$instance->add($l);
$instance->add($m);
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()
{
$this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$a = ($this->services['kunstmaan_admin.domain_configuration'] ?? $this->getKunstmaanAdmin_DomainConfigurationService());
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$instance->setContext(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
$instance->add(($this->privates['router.default'] ?? $this->getRouter_DefaultService()), '100');
$instance->add(new \Kunstmaan\NodeBundle\Router\SlugRouter($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b, 'admin'), 0);
$instance->add(new \Kunstmaan\RedirectBundle\Router\RedirectRouter($b->getRepository('Kunstmaan\\RedirectBundle\\Entity\\Redirect'), $a), 1);
return $instance;
}
/**
* Gets the public 'security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function getSecurity_AuthorizationCheckerService()
{
return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
}
/**
* Gets the public 'security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function getSecurity_TokenStorageService()
{
return $this->services['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, [
'session' => ['services', 'session', 'getSessionService', false],
], [
'session' => '?',
]));
}
/**
* Gets the public 'session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function getSessionService()
{
return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
}
/**
* Gets the public 'translator' shared service.
*
* @return \Kunstmaan\TranslatorBundle\Toolbar\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Kunstmaan\TranslatorBundle\Toolbar\DataCollectorTranslator(($this->services['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'translator.default' shared service.
*
* @return \Kunstmaan\TranslatorBundle\Service\Translator\Translator
*/
protected function getTranslator_DefaultService()
{
$this->services['translator.default'] = $instance = new \Kunstmaan\TranslatorBundle\Service\Translator\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kunstmaan_translator.service.translator.loader' => ['services', 'kunstmaan_translator.service.translator.loader', 'getKunstmaanTranslator_Service_Translator_LoaderService.php', true],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService.php', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService.php', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService.php', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService.php', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService.php', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService.php', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService.php', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService.php', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService.php', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService.php', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService.php', true],
], [
'kunstmaan_translator.service.translator.loader' => '?',
'request_stack' => '?',
'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()), 'pl', ['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'], 'kunstmaan_translator.service.translator.loader' => [0 => 'database']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true], true);
$instance->setTranslationRepository(($this->services['kunstmaan_translator.repository.translation'] ?? $this->getKunstmaanTranslator_Repository_TranslationService()));
$instance->setResourceCacher(($this->services['kunstmaan_translator.service.translator.resource_cacher'] ?? $this->getKunstmaanTranslator_Service_Translator_ResourceCacherService()));
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 'de', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 'th', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 'en', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 'fi', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 'sk', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 'nb', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 'ja', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 'et', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 'sv', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 'pl', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 'ru', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 'no', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 'da', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 'hr', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 'uk', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 'az', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 'zh_TW', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 'lt', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 'hy', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 'hu', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 'id', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 'he', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 'sl', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 'vi', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 'tl', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 'sq', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 'sr_Cyrl', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 'af', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 'be', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 'pt_BR', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 'fa', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 'sr_Latn', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 'fr', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 'lb', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 'cs', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 'nl', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 'ro', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 'zh_CN', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 'lv', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 'cy', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 'es', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 'ar', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 'mn', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 'nn', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 'it', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 'eu', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 'ca', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 'tr', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 'pt', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 'bg', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 'el', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 'gl', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 'de', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 'en', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 'fi', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 'sk', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 'nb', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 'ja', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 'et', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 'sv', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 'pl', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 'ru', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 'no', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 'da', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 'hr', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 'uk', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 'az', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 'lt', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 'hy', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 'hu', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 'id', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 'he', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 'sl', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 'vi', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 'tl', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 'sr_Cyrl', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 'be', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 'pt_BR', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 'fa', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 'sr_Latn', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 'fr', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 'lb', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 'cs', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 'nl', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 'ro', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 'zh_CN', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 'lv', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 'es', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 'ar', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 'mn', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 'nn', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 'it', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 'eu', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 'ca', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 'tr', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 'pt', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 'bg', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 'el', 'validators');
$instance->addResource('xlf', (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 'gl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), 'pt_BR', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml'), 'el', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), 'fi', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), 'ky', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), 'it', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), 'lv', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), 'lb', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml'), 'id', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), 'sk', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), 'hr', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), 'bn', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), 'fa', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), 'zh_CN', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), 'uk', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml'), 'nb', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), 'de', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), 'eo', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), 'ca', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), 'cs', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), 'fr', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), 'sl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml'), 'lv', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), 'pt', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), 'tr', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), 'hu', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), 'ru', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), 'sk', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), 'bn_BD', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml'), 'ky', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), 'nb', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), 'pl', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), 'pt_BR', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), 'hu', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml'), 'gl', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), 'bg', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml'), 'bn_BD', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml'), 'sr_Latn', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), 'ru', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), 'fr', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), 'sr_Latn', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), 'da', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), 'es', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), 'tr', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), 'ca', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), 'es', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), 'th', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml'), 'bn', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), 'cs', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), 'ar', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), 'ja', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), 'eu', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), 'nl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), 'fa', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), 'it', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), 'he', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), 'ro', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), 'ro', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), 'sl', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), 'zh_CN', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), 'sv', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), 'pt', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), 'nl', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), 'vi', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), 'eu', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), 'el', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml'), 'af', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml'), 'he', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), 'en', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), 'id', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml'), 'et', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml'), 'vi', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), 'hr', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), 'bg', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml'), 'eo', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), 'fi', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), 'lt', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml'), 'th', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), 'sv', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), 'ja', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), 'lt', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), 'de', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), 'uk', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), 'ar', 'FOSUserBundle');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), 'da', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ar.xliff'), 'ar', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.pt.xliff'), 'pt', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sw.xliff'), 'sw', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.cs.xliff'), 'cs', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.zh_CN.xliff'), 'zh_CN', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ro.xliff'), 'ro', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sv.xliff'), 'sv', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sk.xliff'), 'sk', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.fr.xliff'), 'fr', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.oc.xliff'), 'oc', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.de.xliff'), 'de', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.uk.xliff'), 'uk', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.az.xliff'), 'az', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sr_Cyrl.xliff'), 'sr_Cyrl', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.th.xliff'), 'th', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.tr.xliff'), 'tr', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.es.xliff'), 'es', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.fa.xliff'), 'fa', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ca.xliff'), 'ca', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ru.xliff'), 'ru', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.da.xliff'), 'da', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.gl.xliff'), 'gl', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sl.xliff'), 'sl', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.pl.xliff'), 'pl', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.nl.xliff'), 'nl', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.it.xliff'), 'it', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.en.xliff'), 'en', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.no.xliff'), 'no', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.fi.xliff'), 'fi', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.hr.xliff'), 'hr', 'pagerfanta');
$instance->addResource('xliff', (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sr_Latn.xliff'), 'sr_Latn', 'pagerfanta');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/adminlist-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/adminlist-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/adminlist-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/adminlist-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/adminlist-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/adminlist-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/adminlist-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/adminlist-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Resources/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Resources/translations/validators.nl.yml'), 'nl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Resources/translations/validators.it.yml'), 'it', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/user-management-bundle/Resources/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/user-management-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/user-management-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/user-management-bundle/Resources/translations/validators.nl.yml'), 'nl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/user-management-bundle/Resources/translations/validators.it.yml'), 'it', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/user-management-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/user-management-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/user-management-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/user-management-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/user-management-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/user-management-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Resources/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Resources/translations/validators.nl.yml'), 'nl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Resources/translations/validators.it.yml'), 'it', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-pagepart-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-pagepart-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-pagepart-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-pagepart-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-pagepart-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-pagepart-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-pagepart-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-pagepart-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/dashboard-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/dashboard-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/dashboard-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/dashboard-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/dashboard-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/dashboard-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/dashboard-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/dashboard-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-search-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-search-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-search-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-search-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-search-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-search-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-search-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-search-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/redirect-bundle/Resources/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/redirect-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/redirect-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/redirect-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/redirect-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/redirect-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/redirect-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/redirect-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/redirect-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/article-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/article-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/article-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/article-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/article-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/article-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/article-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/article-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/generator-bundle/Resources/translations/messages.en.yml'), 'en', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/generator-bundle/Resources/translations/messages.nl.yml'), 'nl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/generator-bundle/Resources/translations/messages.de.yml'), 'de', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/generator-bundle/Resources/translations/messages.fr.yml'), 'fr', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/generator-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/generator-bundle/Resources/translations/messages.hu.yml'), 'hu', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/generator-bundle/Resources/translations/messages.it.yml'), 'it', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/kunstmaan/generator-bundle/Resources/translations/messages.es.yml'), 'es', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/jamel/cms-bundle/Resources/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/jamel/cms-bundle/Resources/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/jamel/cms-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/vendor/jamel/cropper-bundle/Resources/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.en.yml'), 'en', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/validators.pl.yml'), 'pl', 'validators');
$instance->addResource('yml', (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 'pl', 'messages');
$instance->addDatabaseResources();
$instance->setFallbackLocales([0 => 'en']);
$instance->setFallbackLocales($this->parameters['kunstmaan_admin.admin_locales']);
return $instance;
}
/**
* Gets the public 'twig' shared service.
*
* @return \Twig\Environment
*/
protected function getTwigService()
{
$a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Resources/views'), 'FOSUser');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/jamel/cms-bundle/Resources/views/bundles/KunstmaanAdminBundle'), 'KunstmaanAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/jamel/cms-bundle/Resources/views/bundles/KunstmaanNodeBundle'), 'KunstmaanNode');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/adminlist-bundle/Resources/views'), 'KunstmaanAdminList');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/adminlist-bundle/Resources/views'), '!KunstmaanAdminList');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/KunstmaanNodeBundle'), 'KunstmaanNode');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Resources/views'), 'KunstmaanNode');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle/Resources/views'), '!KunstmaanNode');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/KunstmaanAdminBundle'), 'KunstmaanAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Resources/views'), 'KunstmaanAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle/Resources/views'), '!KunstmaanAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/user-management-bundle/Resources/views'), 'KunstmaanUserManagement');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/user-management-bundle/Resources/views'), '!KunstmaanUserManagement');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Resources/views'), 'KunstmaanTranslator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle/Resources/views'), '!KunstmaanTranslator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Resources/views'), 'KunstmaanPagePart');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle/Resources/views'), '!KunstmaanPagePart');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/sitemap-bundle/Resources/views'), 'KunstmaanSitemap');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/sitemap-bundle/Resources/views'), '!KunstmaanSitemap');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Resources/views'), 'KunstmaanMedia');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle/Resources/views'), '!KunstmaanMedia');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/KunstmaanSeoBundle'), 'KunstmaanSeo');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Resources/views'), 'KunstmaanSeo');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle/Resources/views'), '!KunstmaanSeo');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/media-pagepart-bundle/Resources/views'), 'KunstmaanMediaPagePart');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/media-pagepart-bundle/Resources/views'), '!KunstmaanMediaPagePart');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle/Resources/views'), 'KunstmaanForm');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle/Resources/views'), '!KunstmaanForm');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/config-bundle/Resources/views'), 'KunstmaanConfig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/config-bundle/Resources/views'), '!KunstmaanConfig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/dashboard-bundle/Resources/views'), 'KunstmaanDashboard');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/dashboard-bundle/Resources/views'), '!KunstmaanDashboard');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/node-search-bundle/Resources/views'), 'KunstmaanNodeSearch');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/node-search-bundle/Resources/views'), '!KunstmaanNodeSearch');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Resources/views'), 'KunstmaanMenu');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle/Resources/views'), '!KunstmaanMenu');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/article-bundle/Resources/views'), 'KunstmaanArticle');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kunstmaan/article-bundle/Resources/views'), '!KunstmaanArticle');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), 'KarserRecaptcha3');
$a->addPath((\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), '!KarserRecaptcha3');
$a->addPath((\dirname(__DIR__, 4).'/vendor/jamel/cms-bundle/Resources/views'), 'JamelCms');
$a->addPath((\dirname(__DIR__, 4).'/vendor/jamel/cms-bundle/Resources/views'), '!JamelCms');
$a->addPath((\dirname(__DIR__, 4).'/vendor/jamel/cropper-bundle/Resources/views'), 'JamelCropper');
$a->addPath((\dirname(__DIR__, 4).'/vendor/jamel/cropper-bundle/Resources/views'), '!JamelCropper');
$a->addPath((\dirname(__DIR__, 4).'/templates'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$f = ($this->services['router'] ?? $this->getRouterService());
$g = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
$h = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$i = new \Knp\Menu\Util\MenuManipulator();
$j = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
$k = new \Pagerfanta\View\ViewFactory();
$l = new \Pagerfanta\View\DefaultView();
$m = new \Pagerfanta\View\TwitterBootstrapView();
$n = new \Pagerfanta\View\TwitterBootstrap3View();
$o = new \Pagerfanta\View\TwitterBootstrap4View();
$p = new \Pagerfanta\View\SemanticUiView();
$k->add(['default' => $l, 'default_translated' => new \WhiteOctober\PagerfantaBundle\View\DefaultTranslatedView($l, $c), 'twitter_bootstrap' => $m, 'twitter_bootstrap3' => $n, 'twitter_bootstrap4' => $o, 'semantic_ui' => $p, 'twitter_bootstrap4_translated' => new \WhiteOctober\PagerfantaBundle\View\TwitterBootstrap4TranslatedView($o, $c), 'twitter_bootstrap3_translated' => new \WhiteOctober\PagerfantaBundle\View\TwitterBootstrap3TranslatedView($n, $c), 'twitter_bootstrap_translated' => new \WhiteOctober\PagerfantaBundle\View\TwitterBootstrapTranslatedView($m, $c), 'semantic_ui_translated' => new \WhiteOctober\PagerfantaBundle\View\SemanticUiTranslatedView($p, $c)]);
$q = ($this->services['kunstmaan_node.pages_configuration'] ?? ($this->services['kunstmaan_node.pages_configuration'] = new \Kunstmaan\NodeBundle\Helper\PagesConfiguration([])));
$r = new \Kunstmaan\AdminBundle\Helper\Menu\MenuBuilder($d);
$s = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
$t = ($this->services['kunstmaan_admin.domain_configuration'] ?? $this->getKunstmaanAdmin_DomainConfigurationService());
$r->addAdaptMenu(new \App\Helper\Menu\AdvertsMenuAdaptor($h, $g), 0);
$r->addAdaptMenu(new \App\Helper\Menu\BeachMenuAdaptor($g), 0);
$r->addAdaptMenu(new \App\Helper\Menu\ClubsMenuAdaptor($h, $g), 0);
$r->addAdaptMenu(new \App\Helper\Menu\EventsMenuAdaptor($h, $g), 0);
$r->addAdaptMenu(new \App\Helper\Menu\JobsMenuAdaptor($h, $g), 0);
$r->addAdaptMenu(new \App\Helper\Menu\NewsMenuAdaptor($h, $g), 0);
$r->addAdaptMenu(new \App\Helper\Menu\SocialMediaMenuAdaptor($g), 0);
$r->addAdaptMenu(new \Kunstmaan\NodeBundle\Helper\Menu\PageMenuAdaptor($h, new \Kunstmaan\AdminBundle\Helper\Security\Acl\AclNativeHelper($h, $s, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), true), $q, $t), 250);
$r->addAdaptMenu(new \Kunstmaan\AdminBundle\Helper\Menu\ModulesMenuAdaptor(), 200);
$r->addAdaptMenu(new \Kunstmaan\AdminBundle\Helper\Menu\SettingsMenuAdaptor($g, true), 100);
$r->addAdaptMenu(new \Kunstmaan\UserManagementBundle\Helper\Menu\UserManagementMenuAdaptor($g), 250);
$r->addAdaptMenu(new \Kunstmaan\TranslatorBundle\Service\Menu\TranslatorMenuAdaptor(), 0);
$r->addAdaptMenu(new \Kunstmaan\MediaBundle\Helper\Menu\MediaMenuAdaptor(($this->privates['kunstmaan_media.repository.folder'] ?? $this->getKunstmaanMedia_Repository_FolderService())), 150);
$r->addAdaptMenu(new \Kunstmaan\SeoBundle\Helper\Menu\SeoManagementMenuAdaptor($g), 0);
$r->addAdaptMenu(new \Kunstmaan\FormBundle\Helper\Menu\FormSubmissionsMenuAdaptor(), 0);
$r->addAdaptMenu(new \Kunstmaan\ConfigBundle\Helper\Menu\ConfigMenuAdaptor($this->parameters['kunstmaan_config'], $g), 0);
$r->addAdaptMenu(new \Kunstmaan\RedirectBundle\Helper\Menu\RedirectMenuAdaptor(), 0);
$r->addAdaptMenu(new \Kunstmaan\MenuBundle\Service\MenuAdaptor($this->parameters['kunstmaan_menu.menus']), 0);
$u = new \Kunstmaan\AdminBundle\Helper\AdminPanel\AdminPanel();
$u->addAdminPanelAdaptor(new \Kunstmaan\AdminBundle\Helper\AdminPanel\DefaultAdminPanelAdaptor($s), 0);
$v = new \Kunstmaan\PagePartBundle\Twig\Extension\PagePartAdminTwigExtension();
$v->setUsesExtendedPagePartChooser(true);
$w = new \Kunstmaan\SeoBundle\Twig\SeoTwigExtension($h);
$w->setWebsiteTitle('GCS');
$w->setRequestCache(($this->services['cache.app'] ?? $this->getCache_AppService()));
$x = new \Kunstmaan\SeoBundle\Twig\GoogleAnalyticsTwigExtension();
$x->setAccountID('');
$x->setOrderPreparer(new \Kunstmaan\SeoBundle\Helper\OrderPreparer());
$x->setOrderConverter(new \Kunstmaan\SeoBundle\Helper\OrderConverter());
$y = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$y->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
$z = new \Symfony\Bridge\Twig\AppVariable();
$z->setEnvironment('dev');
$z->setDebug(true);
if ($this->has('security.token_storage')) {
$z->setTokenStorage($s);
}
if ($this->has('request_stack')) {
$z->setRequestStack($d);
}
$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())), $b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d, '', false)), [])));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
$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($g));
$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 \App\Twig\GcsExtension($h, $f));
$instance->addExtension(new \Snilius\Twig\SortByFieldExtension());
$instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'list' => ['privates', 'knp_menu.renderer.list', 'getKnpMenu_Renderer_ListService.php', true],
'twig' => ['privates', 'knp_menu.renderer.twig', 'getKnpMenu_Renderer_TwigService.php', true],
], [
'list' => '?',
'twig' => '?',
]), 'twig'), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService.php'));
yield 1 => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService.php'));
}, 2)), $i, $j), $j, $i));
$instance->addExtension(new \WhiteOctober\PagerfantaBundle\Twig\PagerfantaExtension('default', $k, $f, $d));
$instance->addExtension(new \Kunstmaan\UtilitiesBundle\Twig\UtilitiesTwigExtension(($this->services['kunstmaan_utilities.slugifier'] ?? ($this->services['kunstmaan_utilities.slugifier'] = new \Kunstmaan\UtilitiesBundle\Helper\Slugifier()))));
$instance->addExtension(new \Kunstmaan\AdminListBundle\Twig\AdminListTwigExtension());
$instance->addExtension(new \Kunstmaan\NodeBundle\Twig\PagesConfigurationTwigExtension($q));
$instance->addExtension(new \Kunstmaan\NodeBundle\Twig\UrlReplaceTwigExtension(($this->privates['kunstmaan_node.helper.url'] ?? $this->getKunstmaanNode_Helper_UrlService())));
$instance->addExtension(new \Kunstmaan\NodeBundle\Twig\NodeTwigExtension($h, $f, ($this->services['kunstmaan_node.node_menu'] ?? $this->getKunstmaanNode_NodeMenuService()), $d));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Kunstmaan\AdminBundle\Twig\MenuTwigExtension($r, $u));
$instance->addExtension(new \Kunstmaan\AdminBundle\Twig\LocaleSwitcherTwigExtension($t));
$instance->addExtension(new \Kunstmaan\AdminBundle\Twig\MultiDomainAdminTwigExtension($t));
$instance->addExtension(new \Kunstmaan\AdminBundle\Twig\DateByLocaleExtension());
$instance->addExtension(new \Kunstmaan\AdminBundle\Twig\FormToolsExtension(new \Kunstmaan\AdminBundle\Helper\FormHelper()));
$instance->addExtension(new \Kunstmaan\AdminBundle\Twig\AdminPermissionsTwigExtension());
$instance->addExtension(new \Kunstmaan\AdminBundle\Twig\AdminRouteHelperTwigExtension(($this->services['kunstmaan_admin.adminroute.helper'] ?? $this->getKunstmaanAdmin_Adminroute_HelperService())));
$instance->addExtension(new \Kunstmaan\AdminBundle\Twig\TabsTwigExtension());
$instance->addExtension(new \Kunstmaan\AdminBundle\Twig\GoogleSignInTwigExtension(false, NULL));
$instance->addExtension(new \Kunstmaan\AdminBundle\Twig\SidebarTwigExtension());
$instance->addExtension(new \Kunstmaan\AdminBundle\Twig\ToolbarTwigExtension());
$instance->addExtension(new \Kunstmaan\AdminBundle\Twig\AdminBundleTwigExtension('GCS', 'pl', 'pl'));
$instance->addExtension($v);
$instance->addExtension(new \Kunstmaan\PagePartBundle\Twig\Extension\PagePartTwigExtension($h));
$instance->addExtension(new \Kunstmaan\PagePartBundle\Twig\Extension\PageTemplateTwigExtension(($this->privates['kunstmaan_page_part.page_template.page_template_configuration_service'] ?? $this->getKunstmaanPagePart_PageTemplate_PageTemplateConfigurationServiceService())));
$instance->addExtension(new \Kunstmaan\SitemapBundle\Twig\SitemapTwigExtension());
$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
$instance->addExtension($w);
$instance->addExtension($x);
$instance->addExtension(new \Kunstmaan\ConfigBundle\Twig\ConfigTwigExtension($h, $this->parameters['kunstmaan_config']));
$instance->addExtension(new \Twig\Extensions\TextExtension());
$instance->addExtension(new \Kunstmaan\NodeSearchBundle\Twig\KunstmaanNodeSearchTwigExtension($h, ($this->privates['kunstmaan_node_search.service.indexable_pageparts'] ?? $this->getKunstmaanNodeSearch_Service_IndexablePagepartsService())));
$instance->addExtension(new \Kunstmaan\MenuBundle\Twig\MenuTwigExtension($h->getRepository('Kunstmaan\\MenuBundle\\Entity\\MenuItem'), new \Kunstmaan\MenuBundle\Service\RenderService($f)));
$instance->addExtension(new \Kunstmaan\ArticleBundle\Twig\ArticleTwigExtension($h, $f));
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($y));
$instance->addExtension(new \Erichard\GlideBundle\Twig\GlideExtension(($this->privates['Erichard\\GlideBundle\\GlideUrlBuilder'] ?? ($this->privates['Erichard\\GlideBundle\\GlideUrlBuilder'] = new \Erichard\GlideBundle\GlideUrlBuilder('gz5hr5dZOx7PHbULx6wAPftboNzB35De')))));
$instance->addExtension(new \Jamel\CropperBundle\Twig\CropperExtension(($this->privates['Jamel\\CropperBundle\\Service\\Cropper'] ?? $this->getCropperService())));
$instance->addGlobal('app', $z);
$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.php', true],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService.php', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService.php', true],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
])));
$instance->addGlobal('jml_img_large', ['full' => ['w' => 1920, 'fit' => 'max', 'q' => 80], 'mobile' => ['w' => 480, 'fit' => 'max', 'q' => 80], 'preview' => ['w' => 400, 'fit' => 'crop', 'q' => 50, 'blur' => 20]]);
$instance->addGlobal('jml_img_thumbnail', ['full' => ['w' => 220, 'fit' => 'crop', 'q' => 80], 'mobile' => ['w' => 150, 'fit' => 'max', 'q' => 80], 'preview' => ['w' => 80, 'fit' => 'crop', 'q' => 50, 'blur' => 20]]);
$instance->addGlobal('form_submission_webdir', '/uploads/formsubmissions/');
$instance->addGlobal('upload_dir', '/uploads/media/');
$instance->addGlobal('mediabundleisactive', true);
$instance->addGlobal('mediamanager', ($this->services['kunstmaan_media.media_manager'] ?? $this->getKunstmaanMedia_MediaManagerService()));
$instance->addGlobal('nodebundleisactive', true);
$instance->addGlobal('publish_later_stepping', '15');
$instance->addGlobal('unpublish_later_stepping', '15');
$instance->addGlobal('datePicker_startDate', '01/01/1970');
$instance->addGlobal('gtm_code', $this->getEnv('GTM_TAG'));
$instance->addGlobal('fb_pixel', '305425063737731');
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public 'validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function getValidatorService()
{
return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
}
/**
* 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 '.legacy_resolve_controller_name_subscriber' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
*/
protected function get_LegacyResolveControllerNameSubscriberService()
{
return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)), false))), false);
}
/**
* Gets the private 'Jamel\CropperBundle\Service\Cropper' shared service.
*
* @return \Jamel\CropperBundle\Service\Cropper
*/
protected function getCropperService()
{
return $this->privates['Jamel\\CropperBundle\\Service\\Cropper'] = new \Jamel\CropperBundle\Service\Cropper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Erichard\\GlideBundle\\GlideUrlBuilder'] ?? ($this->privates['Erichard\\GlideBundle\\GlideUrlBuilder'] = new \Erichard\GlideBundle\GlideUrlBuilder('gz5hr5dZOx7PHbULx6wAPftboNzB35De'))));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\CachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), 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 '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('Xt8dZJRYVR', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.doctrine.orm.default.metadata' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_MetadataService()
{
return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* 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('67TyziLvU5', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($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('YXqNngCgCr', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($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('YBySYU-rWy', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($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('j3ScMNbXoH', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* 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 'debug.controller_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
*/
protected function getDebug_ControllerResolverService()
{
return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)), false)))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* 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->pushProcessor([0 => ($this->privates['kunstmaan_admin.logger.processor.user'] ?? $this->getKunstmaanAdmin_Logger_Processor_UserService()), 1 => 'processRecord']);
$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, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
}
/**
* 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__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
});
}
/**
* 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.acl.voter.basic_permissions'] ?? $this->load('getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService.php'));
yield 1 => ($this->privates['debug.security.voter.kunstmaan_admin.security.acl.voter'] ?? $this->load('getDebug_Security_Voter_KunstmaanAdmin_Security_Acl_VoterService.php'));
yield 2 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
yield 3 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
yield 4 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
}, 5), 'affirmative', false, true));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'esi_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
*/
protected function getEsiListenerService()
{
return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
}
/**
* Gets the private 'fos_user.util.canonical_fields_updater' shared service.
*
* @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
*/
protected function getFosUser_Util_CanonicalFieldsUpdaterService()
{
$a = new \FOS\UserBundle\Util\Canonicalizer();
return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a, $a);
}
/**
* Gets the private 'fos_user.util.password_updater' shared service.
*
* @return \FOS\UserBundle\Util\PasswordUpdater
*/
protected function getFosUser_Util_PasswordUpdaterService()
{
return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
}
/**
* Gets the private 'kunstmaan_admin.admin_locale.listener' shared service.
*
* @return \Kunstmaan\AdminBundle\EventListener\AdminLocaleListener
*/
protected function getKunstmaanAdmin_AdminLocale_ListenerService()
{
return $this->privates['kunstmaan_admin.admin_locale.listener'] = new \Kunstmaan\AdminBundle\EventListener\AdminLocaleListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['kunstmaan_admin.adminroute.helper'] ?? $this->getKunstmaanAdmin_Adminroute_HelperService()), 'en', 'main');
}
/**
* Gets the private 'kunstmaan_admin.logger.processor.user' shared service.
*
* @return \Kunstmaan\AdminBundle\Helper\UserProcessor
*/
protected function getKunstmaanAdmin_Logger_Processor_UserService()
{
return $this->privates['kunstmaan_admin.logger.processor.user'] = new \Kunstmaan\AdminBundle\Helper\UserProcessor(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
}
/**
* Gets the private 'kunstmaan_admin.password_check.listener' shared service.
*
* @return \Kunstmaan\AdminBundle\EventListener\PasswordCheckListener
*/
protected function getKunstmaanAdmin_PasswordCheck_ListenerService()
{
return $this->privates['kunstmaan_admin.password_check.listener'] = new \Kunstmaan\AdminBundle\EventListener\PasswordCheckListener(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['router.default'] ?? $this->getRouter_DefaultService()), ($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['kunstmaan_admin.adminroute.helper'] ?? $this->getKunstmaanAdmin_Adminroute_HelperService()));
}
/**
* Gets the private 'kunstmaan_admin.session_security' shared service.
*
* @return \Kunstmaan\AdminBundle\EventListener\SessionSecurityListener
*/
protected function getKunstmaanAdmin_SessionSecurityService()
{
return $this->privates['kunstmaan_admin.session_security'] = new \Kunstmaan\AdminBundle\EventListener\SessionSecurityListener(false, false, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'kunstmaan_admin.toolbar.listener' shared service.
*
* @return \Kunstmaan\AdminBundle\EventListener\ToolbarListener
*/
protected function getKunstmaanAdmin_Toolbar_ListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['kunstmaan_admin.toolbar.listener'] = new \Kunstmaan\AdminBundle\EventListener\ToolbarListener(($this->services['twig'] ?? $this->getTwigService()), $a, new \Kunstmaan\AdminBundle\Helper\Toolbar\DataCollector($a), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), true, $this, ($this->services['kunstmaan_admin.adminroute.helper'] ?? $this->getKunstmaanAdmin_Adminroute_HelperService()), $this->parameters['kunstmaan_admin.toolbar_firewall_names'], 'main');
}
/**
* Gets the private 'kunstmaan_media.filesystem' shared service.
*
* @return \Gaufrette\Filesystem
*/
protected function getKunstmaanMedia_FilesystemService()
{
return $this->privates['kunstmaan_media.filesystem'] = new \Gaufrette\Filesystem(new \Gaufrette\Adapter\Local((\dirname(__DIR__, 4).'/public/uploads/media/'), true));
}
/**
* Gets the private 'kunstmaan_media.repository.folder' shared service.
*
* @return \Kunstmaan\MediaBundle\Repository\FolderRepository
*/
protected function getKunstmaanMedia_Repository_FolderService()
{
return $this->privates['kunstmaan_media.repository.folder'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('KunstmaanMediaBundle:Folder');
}
/**
* Gets the private 'kunstmaan_node.helper.url' shared service.
*
* @return \Kunstmaan\NodeBundle\Helper\URLHelper
*/
protected function getKunstmaanNode_Helper_UrlService()
{
return $this->privates['kunstmaan_node.helper.url'] = new \Kunstmaan\NodeBundle\Helper\URLHelper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['kunstmaan_admin.domain_configuration'] ?? $this->getKunstmaanAdmin_DomainConfigurationService()));
}
/**
* Gets the private 'kunstmaan_node.slug.listener' shared service.
*
* @return \Kunstmaan\NodeBundle\EventListener\SlugListener
*/
protected function getKunstmaanNode_Slug_ListenerService()
{
return $this->privates['kunstmaan_node.slug.listener'] = new \Kunstmaan\NodeBundle\EventListener\SlugListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'kunstmaan_node_search.service.indexable_pageparts' shared service.
*
* @return \Kunstmaan\NodeSearchBundle\Helper\IndexablePagePartsService
*/
protected function getKunstmaanNodeSearch_Service_IndexablePagepartsService()
{
return $this->privates['kunstmaan_node_search.service.indexable_pageparts'] = new \Kunstmaan\NodeSearchBundle\Helper\IndexablePagePartsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), []);
}
/**
* Gets the private 'kunstmaan_page_part.page_template.page_template_configuration_service' shared service.
*
* @return \Kunstmaan\PagePartBundle\PageTemplate\PageTemplateConfigurationService
*/
protected function getKunstmaanPagePart_PageTemplate_PageTemplateConfigurationServiceService()
{
return $this->privates['kunstmaan_page_part.page_template.page_template_configuration_service'] = new \Kunstmaan\PagePartBundle\PageTemplate\PageTemplateConfigurationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('KunstmaanPagePartBundle:PageTemplateConfiguration'), ($this->privates['kunstmaan_page_part.page_template_configuration_reader'] ?? $this->getKunstmaanPagePart_PageTemplateConfigurationReaderService()));
}
/**
* Gets the private 'kunstmaan_page_part.page_template_configuration_reader' shared service.
*
* @return \Kunstmaan\PagePartBundle\PageTemplate\PageTemplateConfigurationReader
*/
protected function getKunstmaanPagePart_PageTemplateConfigurationReaderService()
{
return $this->privates['kunstmaan_page_part.page_template_configuration_reader'] = new \Kunstmaan\PagePartBundle\PageTemplate\PageTemplateConfigurationReader(new \Kunstmaan\PagePartBundle\PageTemplate\PageTemplateConfigurationParser(($this->services['kernel'] ?? $this->get('kernel', 1)), $this->parameters['kunstmaan_page_part.page_templates_presets']));
}
/**
* Gets the private 'liip_imagine.filter.configuration' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
*/
protected function getLiipImagine_Filter_ConfigurationService()
{
return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
}
/**
* 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->services['translator.default'] ?? $this->getTranslator_DefaultService());
}, 1), ($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()
{
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'pl', ($this->services['router'] ?? $this->getRouterService()));
}
/**
* 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__, 3).'/log/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->pushProcessor([0 => ($this->privates['kunstmaan_admin.logger.processor.user'] ?? $this->getKunstmaanAdmin_Logger_Processor_UserService()), 1 => 'processRecord']);
$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->pushProcessor([0 => ($this->privates['kunstmaan_admin.logger.processor.user'] ?? $this->getKunstmaanAdmin_Logger_Processor_UserService()), 1 => 'processRecord']);
$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->pushProcessor([0 => ($this->privates['kunstmaan_admin.logger.processor.user'] ?? $this->getKunstmaanAdmin_Logger_Processor_UserService()), 1 => 'processRecord']);
$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()
{
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
}
/**
* 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.php'));
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.php'));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
yield 1 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
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.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouter_DefaultService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor([0 => ($this->privates['kunstmaan_admin.logger.processor.user'] ?? $this->getKunstmaanAdmin_Logger_Processor_UserService()), 1 => 'processRecord']);
$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->privates['router.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService.php', 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'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'pl');
$instance->setConfigCacheFactory(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)));
return $instance;
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('', 'GET', 'localhost', 'http', 80, 443);
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*/
protected function getSecurity_Authentication_ManagerService()
{
$this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
yield 1 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->load('getSecurity_Authentication_Provider_Rememberme_MainService.php'));
yield 2 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
}, 3), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*/
protected function getSecurity_EncoderFactory_GenericService()
{
return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Lifesaver' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => 1]], 'FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => 1]]]);
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService.php', true],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService.php', true],
], [
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
]), new RewindableGenerator(function () {
yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.OKzIMc6'] ?? ($this->privates['.security.request_matcher.OKzIMc6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('.*')));
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)/')));
}, 2));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
$instance->registerListener('main', 'fos_user_security_logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', 'twig', 'getTwigService', false],
], [
'twig' => 'Twig\\Environment',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'session.storage.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
*/
protected function getSession_Storage_NativeService()
{
return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0));
}
/**
* 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', 'session', NULL, false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', 'session', 'getSessionService', false],
'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
], [
'initialized_session' => '?',
'request_stack' => '?',
'session' => '?',
'session_storage' => '?',
]));
}
/**
* Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
*
* @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
*/
protected function getStofDoctrineExtensions_EventListener_LocaleService()
{
return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
}
/**
* Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
*
* @return \Gedmo\Translatable\TranslatableListener
*/
protected function getStofDoctrineExtensions_Listener_TranslatableService()
{
$this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->setDefaultLocale('en_US');
$instance->setTranslatableLocale('en_US');
$instance->setTranslationFallback(true);
$instance->setPersistDefaultLocaleTranslation(false);
$instance->setSkipOnLoad(false);
return $instance;
}
/**
* 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, [
'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => ['privates', 'karser_recaptcha3.validator', 'getKarserRecaptcha3_ValidatorService.php', true],
'Kunstmaan\\AdminBundle\\Validator\\Constraints\\PasswordRestrictionsValidator' => ['privates', 'kunstmaan_admin.validator.password_restrictions', 'getKunstmaanAdmin_Validator_PasswordRestrictionsService.php', true],
'Kunstmaan\\MediaBundle\\Validator\\Constraints\\HasGuessableExtensionValidator' => ['privates', 'kunstmaan_media.validator.has_guessable_extension', 'getKunstmaanMedia_Validator_HasGuessableExtensionService.php', true],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService.php', true],
'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates', 'cmf_routing.validator.route_defaults', 'getCmfRouting_Validator_RouteDefaultsService.php', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService.php', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService.php', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService.php', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService.php', true],
'cmf_routing.validator.route_defaults' => ['privates', 'cmf_routing.validator.route_defaults', 'getCmfRouting_Validator_RouteDefaultsService.php', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService.php', true],
'has_guessable_extension' => ['privates', 'kunstmaan_media.validator.has_guessable_extension', 'getKunstmaanMedia_Validator_HasGuessableExtensionService.php', true],
'karser_recaptcha3_validator' => ['privates', 'karser_recaptcha3.validator', 'getKarserRecaptcha3_ValidatorService.php', true],
'password_restrictions' => ['privates', 'kunstmaan_admin.validator.password_restrictions', 'getKunstmaanAdmin_Validator_PasswordRestrictionsService.php', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService.php', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService.php', true],
], [
'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => '?',
'Kunstmaan\\AdminBundle\\Validator\\Constraints\\PasswordRestrictionsValidator' => '?',
'Kunstmaan\\MediaBundle\\Validator\\Constraints\\HasGuessableExtensionValidator' => '?',
'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' => '?',
'has_guessable_extension' => '?',
'karser_recaptcha3_validator' => '?',
'password_restrictions' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
$instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())), 1 => 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));
$instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
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()
{
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__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), '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()
{
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
}
public function getParameter($name)
{
$name = (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($name): bool
{
$name = (string) $name;
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($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.cache_dir' => false,
'google_recaptcha_site_key' => false,
'kernel.secret' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'kunstmaan_utilities.cipher.secret' => false,
'doctrine.orm.proxy_dir' => false,
'kuma_translator.cache_dir' => false,
'swiftmailer.spool.default.memory.path' => false,
'kunstmaan_dashboard.google_analytics.api.app_name' => false,
'kunstmaan_dashboard.google_analytics.api.client_id' => false,
'kunstmaan_dashboard.google_analytics.api.client_secret' => false,
'kunstmaan_dashboard.google_analytics.api.dev_key' => false,
'kunstmaan_search.index_prefix' => false,
'karser_recaptcha3.site_key' => false,
'karser_recaptcha3.secret_key' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'google_recaptcha_site_key': $value = $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'session.save_path': $value = ($this->targetDir.''.'/sessions'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'kunstmaan_utilities.cipher.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'kuma_translator.cache_dir': $value = ($this->targetDir.''.'/translations'); break;
case 'swiftmailer.spool.default.memory.path': $value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
case 'kunstmaan_dashboard.google_analytics.api.app_name': $value = $this->getEnv('GOOGLE_API_APP_NAME'); break;
case 'kunstmaan_dashboard.google_analytics.api.client_id': $value = $this->getEnv('GOOGLE_API_CLIENT_ID'); break;
case 'kunstmaan_dashboard.google_analytics.api.client_secret': $value = $this->getEnv('GOOGLE_API_CLIENT_SECRET'); break;
case 'kunstmaan_dashboard.google_analytics.api.dev_key': $value = $this->getEnv('GOOGLE_API_DEV_KEY'); break;
case 'kunstmaan_search.index_prefix': $value = $this->getEnv('ELASTIC_PREFIX'); break;
case 'karser_recaptcha3.site_key': $value = $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
case 'karser_recaptcha3.secret_key': $value = $this->getEnv('GOOGLE_RECAPTCHA_SECRET'); 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.root_dir' => (\dirname(__DIR__, 4).'/src'),
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.name' => 'src',
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
'KnpGaufretteBundle' => 'Knp\\Bundle\\GaufretteBundle\\KnpGaufretteBundle',
'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
'WhiteOctoberPagerfantaBundle' => 'WhiteOctober\\PagerfantaBundle\\WhiteOctoberPagerfantaBundle',
'AclBundle' => 'Symfony\\Bundle\\AclBundle\\AclBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'KunstmaanUtilitiesBundle' => 'Kunstmaan\\UtilitiesBundle\\KunstmaanUtilitiesBundle',
'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'KunstmaanAdminListBundle' => 'Kunstmaan\\AdminListBundle\\KunstmaanAdminListBundle',
'KunstmaanNodeBundle' => 'Kunstmaan\\NodeBundle\\KunstmaanNodeBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'KunstmaanAdminBundle' => 'Kunstmaan\\AdminBundle\\KunstmaanAdminBundle',
'KunstmaanUserManagementBundle' => 'Kunstmaan\\UserManagementBundle\\KunstmaanUserManagementBundle',
'KunstmaanTranslatorBundle' => 'Kunstmaan\\TranslatorBundle\\KunstmaanTranslatorBundle',
'KunstmaanPagePartBundle' => 'Kunstmaan\\PagePartBundle\\KunstmaanPagePartBundle',
'KunstmaanSitemapBundle' => 'Kunstmaan\\SitemapBundle\\KunstmaanSitemapBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
'KunstmaanMediaBundle' => 'Kunstmaan\\MediaBundle\\KunstmaanMediaBundle',
'KunstmaanSeoBundle' => 'Kunstmaan\\SeoBundle\\KunstmaanSeoBundle',
'KunstmaanMediaPagePartBundle' => 'Kunstmaan\\MediaPagePartBundle\\KunstmaanMediaPagePartBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'KunstmaanFormBundle' => 'Kunstmaan\\FormBundle\\KunstmaanFormBundle',
'KunstmaanConfigBundle' => 'Kunstmaan\\ConfigBundle\\KunstmaanConfigBundle',
'KunstmaanDashboardBundle' => 'Kunstmaan\\DashboardBundle\\KunstmaanDashboardBundle',
'KunstmaanSearchBundle' => 'Kunstmaan\\SearchBundle\\KunstmaanSearchBundle',
'KunstmaanNodeSearchBundle' => 'Kunstmaan\\NodeSearchBundle\\KunstmaanNodeSearchBundle',
'KunstmaanRedirectBundle' => 'Kunstmaan\\RedirectBundle\\KunstmaanRedirectBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'KunstmaanMenuBundle' => 'Kunstmaan\\MenuBundle\\KunstmaanMenuBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'KunstmaanFixturesBundle' => 'Kunstmaan\\FixturesBundle\\KunstmaanFixturesBundle',
'SensioGeneratorBundle' => 'Sensio\\Bundle\\GeneratorBundle\\SensioGeneratorBundle',
'KunstmaanArticleBundle' => 'Kunstmaan\\ArticleBundle\\KunstmaanArticleBundle',
'KunstmaanGeneratorBundle' => 'Kunstmaan\\GeneratorBundle\\KunstmaanGeneratorBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
'KarserRecaptcha3Bundle' => 'Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle',
'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
'ErichardGlideBundle' => 'Erichard\\GlideBundle\\ErichardGlideBundle',
'ZipStreamedResponseBundle' => 'Wamania\\ZipStreamedResponseBundle\\ZipStreamedResponseBundle',
'WelpIcalBundle' => 'Welp\\IcalBundle\\WelpIcalBundle',
'JamelCmsBundle' => 'Jamel\\CmsBundle\\JamelCmsBundle',
'JamelCropperBundle' => 'Jamel\\CropperBundle\\JamelCropperBundle',
'JamelImagesLazyLoadBundle' => 'Jamel\\ImagesLazyLoadBundle\\JamelImagesLazyLoadBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'DoctrineCacheBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-cache-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
],
'FOSHttpCacheBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src'),
'namespace' => 'FOS\\HttpCacheBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'FOSUserBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle'),
'namespace' => 'FOS\\UserBundle',
],
'KnpGaufretteBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-gaufrette-bundle'),
'namespace' => 'Knp\\Bundle\\GaufretteBundle',
],
'KnpMenuBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src'),
'namespace' => 'Knp\\Bundle\\MenuBundle',
],
'WhiteOctoberPagerfantaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle'),
'namespace' => 'WhiteOctober\\PagerfantaBundle',
],
'AclBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/acl-bundle/src'),
'namespace' => 'Symfony\\Bundle\\AclBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'KunstmaanUtilitiesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/utilities-bundle'),
'namespace' => 'Kunstmaan\\UtilitiesBundle',
],
'CmfRoutingBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony-cmf/routing-bundle/src'),
'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'KunstmaanAdminListBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/adminlist-bundle'),
'namespace' => 'Kunstmaan\\AdminListBundle',
],
'KunstmaanNodeBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-bundle'),
'namespace' => 'Kunstmaan\\NodeBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'KunstmaanAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/admin-bundle'),
'namespace' => 'Kunstmaan\\AdminBundle',
],
'KunstmaanUserManagementBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/user-management-bundle'),
'namespace' => 'Kunstmaan\\UserManagementBundle',
],
'KunstmaanTranslatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/translator-bundle'),
'namespace' => 'Kunstmaan\\TranslatorBundle',
],
'KunstmaanPagePartBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/pagepart-bundle'),
'namespace' => 'Kunstmaan\\PagePartBundle',
],
'KunstmaanSitemapBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/sitemap-bundle'),
'namespace' => 'Kunstmaan\\SitemapBundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
'KunstmaanMediaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-bundle'),
'namespace' => 'Kunstmaan\\MediaBundle',
],
'KunstmaanSeoBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/seo-bundle'),
'namespace' => 'Kunstmaan\\SeoBundle',
],
'KunstmaanMediaPagePartBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/media-pagepart-bundle'),
'namespace' => 'Kunstmaan\\MediaPagePartBundle',
],
'SwiftmailerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'KunstmaanFormBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle'),
'namespace' => 'Kunstmaan\\FormBundle',
],
'KunstmaanConfigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/config-bundle'),
'namespace' => 'Kunstmaan\\ConfigBundle',
],
'KunstmaanDashboardBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/dashboard-bundle'),
'namespace' => 'Kunstmaan\\DashboardBundle',
],
'KunstmaanSearchBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/search-bundle'),
'namespace' => 'Kunstmaan\\SearchBundle',
],
'KunstmaanNodeSearchBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/node-search-bundle'),
'namespace' => 'Kunstmaan\\NodeSearchBundle',
],
'KunstmaanRedirectBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/redirect-bundle'),
'namespace' => 'Kunstmaan\\RedirectBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'KunstmaanMenuBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/menu-bundle'),
'namespace' => 'Kunstmaan\\MenuBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'KunstmaanFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/fixtures-bundle'),
'namespace' => 'Kunstmaan\\FixturesBundle',
],
'SensioGeneratorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/sensio-generator-bundle'),
'namespace' => 'Sensio\\Bundle\\GeneratorBundle',
],
'KunstmaanArticleBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/article-bundle'),
'namespace' => 'Kunstmaan\\ArticleBundle',
],
'KunstmaanGeneratorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kunstmaan/generator-bundle'),
'namespace' => 'Kunstmaan\\GeneratorBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'WebServerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-server-bundle'),
'namespace' => 'Symfony\\Bundle\\WebServerBundle',
],
'KarserRecaptcha3Bundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle'),
'namespace' => 'Karser\\Recaptcha3Bundle',
],
'OneupFlysystemBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/oneup/flysystem-bundle'),
'namespace' => 'Oneup\\FlysystemBundle',
],
'ErichardGlideBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/erichard/glide-bundle'),
'namespace' => 'Erichard\\GlideBundle',
],
'ZipStreamedResponseBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/wamania/zip-streamed-response-bundle/Wamania/ZipStreamedResponseBundle'),
'namespace' => 'Wamania\\ZipStreamedResponseBundle',
],
'WelpIcalBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/welp/ical-bundle/src'),
'namespace' => 'Welp\\IcalBundle',
],
'JamelCmsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jamel/cms-bundle'),
'namespace' => 'Jamel\\CmsBundle',
],
'JamelCropperBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jamel/cropper-bundle'),
'namespace' => 'Jamel\\CropperBundle',
],
'JamelImagesLazyLoadBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jamel/images-lazy-load-bundle'),
'namespace' => 'Jamel\\ImagesLazyLoadBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'env(DATABASE_URL)' => '',
'locale' => 'pl',
'roles' => [
0 => 'ROLE_WORKER',
1 => 'ROLE_SOCIAL_ADMIN',
2 => 'ROLE_ADVERTS_ADMIN',
3 => 'ROLE_CLUBS_ADMIN',
4 => 'ROLE_EVENTS_ADMIN',
5 => 'ROLE_JOBS_ADMIN',
6 => 'ROLE_NEWS_ADMIN',
7 => 'ROLE_MENU_ADMIN',
8 => 'ROLE_CONTACT_FORM_ADMIN',
],
'kunstmaan_node_search.search_configuration.node.class' => 'App\\Configuration\\ElasticPagesConfiguration',
'kunstmaan_search.hostname' => 'localhost',
'kunstmaan_search.port' => 9200,
'uploads' => (\dirname(__DIR__, 4).'/public/uploads/media/recruitment'),
'kunstmaan_media.upload_dir' => '/uploads/media/',
'form_submission_rootdir' => (\dirname(__DIR__, 4).'/public/uploads/formsubmissions'),
'form_submission_webdir' => '/uploads/formsubmissions/',
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'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\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
'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' => 'pl',
'kernel.error_controller' => 'error_controller',
'templating.helper.code.file_link_format' => NULL,
'debug.file_link_format' => NULL,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'asset.request_context.base_path' => '',
'asset.request_context.secure' => false,
'templating.loader.cache.path' => NULL,
'templating.engines' => [
0 => 'twig',
],
'validator.translation_domain' => 'validators',
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_master_requests' => false,
'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',
'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
'doctrine_cache.couchbase.connection.class' => 'Couchbase',
'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine_cache.memcache.connection.class' => 'Memcache',
'doctrine_cache.memcache.host' => 'localhost',
'doctrine_cache.memcache.port' => 11211,
'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine_cache.memcached.connection.class' => 'Memcached',
'doctrine_cache.memcached.host' => 'localhost',
'doctrine_cache.memcached.port' => 11211,
'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
'doctrine_cache.mongodb.connection.class' => 'MongoClient',
'doctrine_cache.mongodb.server' => 'localhost:27017',
'doctrine_cache.predis.client.class' => 'Predis\\Client',
'doctrine_cache.predis.scheme' => 'tcp',
'doctrine_cache.predis.host' => 'localhost',
'doctrine_cache.predis.port' => 6379,
'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine_cache.redis.connection.class' => 'Redis',
'doctrine_cache.redis.host' => 'localhost',
'doctrine_cache.redis.port' => 6379,
'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
'doctrine_cache.riak.host' => 'localhost',
'doctrine_cache.riak.port' => 8087,
'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
'fos_http_cache.debug_header' => 'X-Cache-Debug',
'fos_http_cache.cacheable.response.additional_status' => [
],
'fos_http_cache.compiler_pass.tag_annotations' => false,
'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
1 => '@KarserRecaptcha3/Form/karser_recaptcha3_widget.html.twig',
2 => 'Form/croppable_image_widget.html.twig',
3 => '@KunstmaanNode/Form/formWidgets.html.twig',
4 => '@LiipImagine/Form/form_div_layout.html.twig',
5 => '@KunstmaanMedia/Form/formWidgets.html.twig',
6 => 'JamelCropperBundle:Form:croppable_image_widget.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'security.authentication.trust_resolver.anonymous_class' => NULL,
'security.authentication.trust_resolver.rememberme_class' => NULL,
'security.role_hierarchy.roles' => [
'ROLE_ADMIN' => [
0 => 'ROLE_USER',
1 => 'ROLE_WORKER',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_USER',
1 => 'ROLE_WORKER',
2 => 'ROLE_ADMIN',
3 => 'ROLE_ALLOWED_TO_SWITCH',
],
'ROLE_NEWS' => [
0 => 'ROLE_USER',
],
],
'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,
'fos_user.backend_type_orm' => true,
'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
'fos_user.storage' => 'orm',
'fos_user.firewall_name' => 'main',
'fos_user.model_manager_name' => NULL,
'fos_user.model.user.class' => 'Kunstmaan\\AdminBundle\\Entity\\User',
'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
'fos_user.profile.form.name' => 'fos_user_profile_form',
'fos_user.profile.form.validation_groups' => [
0 => 'Profile',
1 => 'Default',
],
'fos_user.registration.confirmation.from_email' => [
'tech@jamel.pl' => 'GCS_Serwis',
],
'fos_user.registration.confirmation.enabled' => false,
'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
'fos_user.registration.form.name' => 'fos_user_registration_form',
'fos_user.registration.form.validation_groups' => [
0 => 'Registration',
1 => 'Default',
],
'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
'fos_user.change_password.form.name' => 'fos_user_change_password_form',
'fos_user.change_password.form.validation_groups' => [
0 => 'ChangePassword',
1 => 'Default',
],
'fos_user.resetting.email.from_email' => [
'kunstmaancms@myproject.dev' => 'KunstmaanCMS',
],
'fos_user.resetting.retry_ttl' => 7200,
'fos_user.resetting.token_ttl' => 86400,
'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
'fos_user.resetting.form.name' => 'fos_user_resetting_form',
'fos_user.resetting.form.validation_groups' => [
0 => 'ResetPassword',
],
'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
'fos_user.model.group.class' => 'Kunstmaan\\AdminBundle\\Entity\\Group',
'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
'fos_user.group.form.name' => 'fos_user_group_form',
'fos_user.group.form.validation_groups' => [
0 => 'Registration',
1 => 'Default',
],
'knp_gaufrette.filesystem_map.class' => 'Knp\\Bundle\\GaufretteBundle\\FilesystemMap',
'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
'knp_menu.renderer.list.options' => [
],
'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
'knp_menu.renderer.twig.options' => [
],
'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
'knp_menu.default_renderer' => 'twig',
'white_october_pagerfanta.default_view' => 'default',
'white_october_pagerfanta.view_factory.class' => 'Pagerfanta\\View\\ViewFactory',
'security.acl.dbal.class_table_name' => 'acl_classes',
'security.acl.dbal.entry_table_name' => 'acl_entries',
'security.acl.dbal.oid_table_name' => 'acl_object_identities',
'security.acl.dbal.oid_ancestors_table_name' => 'acl_object_identity_ancestors',
'security.acl.dbal.sid_table_name' => 'acl_security_identities',
'kunstmaan_utilities.slugifier.class' => 'Kunstmaan\\UtilitiesBundle\\Helper\\Slugifier',
'kunstmaan_utilities.shell.class' => 'Kunstmaan\\UtilitiesBundle\\Helper\\Shell\\Shell',
'kunstmaan_utilities.cipher.class' => 'Kunstmaan\\UtilitiesBundle\\Helper\\Cipher\\UrlSafeCipher',
'cmf_routing.replace_symfony_router' => true,
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
'stof_doctrine_extensions.default_locale' => 'en_US',
'stof_doctrine_extensions.translation_fallback' => true,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'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.tree.class' => 'Gedmo\\Tree\\TreeListener',
'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',
'kunstmaan_entity.lock_check_interval' => 15,
'kunstmaan_entity.lock_threshold' => 35,
'kunstmaan_entity.lock_enabled' => false,
'kunstmaan_adminlist.service.export.class' => 'Kunstmaan\\AdminListBundle\\Service\\ExportService',
'kunstmaan_node.permissions.enabled' => true,
'kunstmaan_node.show_add_homepage' => true,
'kunstmaan_node.enable_export_page_template' => false,
'kunstmaan_node.lock_check_interval' => 15,
'kunstmaan_node.lock_threshold' => 35,
'kunstmaan_node.lock_enabled' => false,
'kunstmaan_node.version_timeout' => 3600,
'kunstmaan_node.slugrouter.class' => 'Kunstmaan\\NodeBundle\\Router\\SlugRouter',
'kunstmaan_node.sluglistener.class' => 'Kunstmaan\\NodeBundle\\EventListener\\SlugListener',
'kunstmaan_node.helper.url.class' => 'Kunstmaan\\NodeBundle\\Helper\\URLHelper',
'kunstmaan_node.url_replace.twig.class' => 'Kunstmaan\\NodeBundle\\Twig\\UrlReplaceTwigExtension',
'kunstmaan_node.url_chooser.lazy_increment' => 2,
'kunstmaan_multi_domain.url_replace.controller.class' => 'Kunstmaan\\NodeBundle\\Controller\\UrlReplaceController',
'kunstmaan_node.toolbar.collector.node.class' => 'Kunstmaan\\NodeBundle\\Toolbar\\NodeDataCollector',
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'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.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.proxy_namespace' => 'Proxies',
'version_checker.url' => 'https://cms.kunstmaan.be/version-check',
'version_checker.timeframe' => 86400,
'version_checker.enabled' => true,
'kunstmaan_admin.admin_locales' => [
0 => 'pl',
],
'kunstmaan_admin.default_admin_locale' => 'en',
'kunstmaan_admin.session_security.ip_check' => false,
'kunstmaan_admin.session_security.user_agent_check' => false,
'kunstmaan_admin.admin_prefix' => 'admin',
'kunstmaan_admin.admin_exception_excludes' => [
],
'kunstmaan_admin.google_signin.enabled' => false,
'kunstmaan_admin.google_signin.client_id' => NULL,
'kunstmaan_admin.google_signin.client_secret' => NULL,
'kunstmaan_admin.google_signin.hosted_domains' => [
],
'kunstmaan_admin.password_restrictions.min_digits' => NULL,
'kunstmaan_admin.password_restrictions.min_uppercase' => NULL,
'kunstmaan_admin.password_restrictions.min_special_characters' => NULL,
'kunstmaan_admin.password_restrictions.min_length' => NULL,
'kunstmaan_admin.password_restrictions.max_length' => NULL,
'kunstmaan_admin.enable_toolbar_helper' => true,
'kunstmaan_admin.toolbar_firewall_names' => [
0 => 'main',
],
'kunstmaan_admin.admin_firewall_name' => 'main',
'kunstmaan_admin.menubuilder.class' => 'Kunstmaan\\AdminBundle\\Helper\\Menu\\MenuBuilder',
'kunstmaan_admin.admin_panel.class' => 'Kunstmaan\\AdminBundle\\Helper\\AdminPanel\\AdminPanel',
'kunstmaan_admin.login.listener.class' => 'Kunstmaan\\AdminBundle\\EventListener\\LoginListener',
'kunstmaan_admin.admin_locale.listener.class' => 'Kunstmaan\\AdminBundle\\EventListener\\AdminLocaleListener',
'kunstmaan_admin.acl.helper.class' => 'Kunstmaan\\AdminBundle\\Helper\\Security\\Acl\\AclHelper',
'kunstmaan_admin.acl.native.helper.class' => 'Kunstmaan\\AdminBundle\\Helper\\Security\\Acl\\AclNativeHelper',
'kunstmaan_admin.security.acl.permission.map.class' => 'Kunstmaan\\AdminBundle\\Helper\\Security\\Acl\\Permission\\PermissionMap',
'kunstmaan_admin.clone.listener.class' => 'Kunstmaan\\AdminBundle\\EventListener\\CloneListener',
'kunstmaan_admin.session_security.class' => 'Kunstmaan\\AdminBundle\\EventListener\\SessionSecurityListener',
'kunstmaan_admin.password_resetting.listener.class' => 'Kunstmaan\\AdminBundle\\EventListener\\PasswordResettingListener',
'kunstmaan_admin.password_check.listener.class' => 'Kunstmaan\\AdminBundle\\EventListener\\PasswordCheckListener',
'kunstmaan_admin.firewall.provider_key' => 'main',
'kunstmaan_admin.domain_configuration.class' => 'Kunstmaan\\AdminBundle\\Helper\\DomainConfiguration',
'kunstmaan_admin.validator.password_restrictions.class' => 'Kunstmaan\\AdminBundle\\Validator\\Constraints\\PasswordRestrictionsValidator',
'kunstmaan_admin.adminroute.helper.class' => 'Kunstmaan\\AdminBundle\\Helper\\AdminRouteHelper',
'kunstmaan_admin.adminroute.twig.class' => 'Kunstmaan\\AdminBundle\\Twig\\AdminRouteHelperTwigExtension',
'kunstmaan_admin.exception.listener.class' => 'Kunstmaan\\AdminBundle\\EventListener\\ExceptionSubscriber',
'kunstmaan_admin.toolbar.listener.class' => 'Kunstmaan\\AdminBundle\\EventListener\\ToolbarListener',
'kunstmaan_admin.toolbar.collector.bundle.class' => 'Kunstmaan\\AdminBundle\\Toolbar\\BundleVersionDataCollector',
'kunstmaan_admin.toolbar.collector.exception.class' => 'Kunstmaan\\AdminBundle\\Toolbar\\ExceptionDataCollector',
'kunstmaan_admin.consoleexception.class' => 'Kunstmaan\\AdminBundle\\EventListener\\ConsoleExceptionListener',
'kunstmaan_admin.website_title' => 'GCS',
'kunstmaan_admin.multi_language' => true,
'kunstmaan_admin.required_locales' => 'pl',
'requiredlocales' => 'pl',
'kunstmaan_admin.default_locale' => 'pl',
'kunstmaan_user_management.user_admin_list_configurator.class' => 'Kunstmaan\\UserManagementBundle\\AdminList\\UserAdminListConfigurator',
'kunstmaan_user_management.menu.adaptor.class' => 'Kunstmaan\\UserManagementBundle\\Helper\\Menu\\UserManagementMenuAdaptor',
'kuma_translator.enabled' => true,
'kuma_translator.default_bundle' => 'own',
'kuma_translator.bundles' => [
],
'kuma_translator.managed_locales' => [
0 => 'pl',
],
'kuma_translator.file_formats' => [
0 => 'yml',
1 => 'yaml',
2 => 'xliff',
],
'kuma_translator.storage_engine.type' => 'orm',
'kuma_translator.profiler' => true,
'kuma_translator.debug' => true,
'kunstmaan_translator.menu.adaptor.class' => 'Kunstmaan\\TranslatorBundle\\Service\\Menu\\TranslatorMenuAdaptor',
'kunstmaan_translator.service.exporter.csv.class' => 'Kunstmaan\\TranslatorBundle\\Service\\Command\\Exporter\\CSVFileExporter',
'kunstmaan_translator.toolbar.collector.translator.class' => 'Kunstmaan\\TranslatorBundle\\Toolbar\\TranslatorDataCollector',
'kunstmaan_pagepart.page_part_configuration_reader.class' => 'Kunstmaan\\PagePartBundle\\PagePartConfigurationReader\\PagePartConfigurationReader',
'kunstmaan_pagepart.page_part_configuration_parser.class' => 'Kunstmaan\\PagePartBundle\\PagePartConfigurationReader\\PagePartConfigurationParser',
'kunstmaan_pagepart.page_template_configuration_reader.class' => 'Kunstmaan\\PagePartBundle\\PageTemplate\\PageTemplateConfigurationReader',
'kunstmaan_pagepart.page_template_configuration_parser.class' => 'Kunstmaan\\PagePartBundle\\PageTemplate\\PageTemplateConfigurationParser',
'kunstmaan_page_part.page_template.page_template_configuration_service.class' => 'Kunstmaan\\PagePartBundle\\PageTemplate\\PageTemplateConfigurationService',
'kunstmaan_page_part.extended' => true,
'kunstmaan_page_part.page_parts_presets' => [
'advertsmain' => [
'name' => 'Adverts Main',
'context' => 'advertsmain',
'types' => [
0 => [
'name' => 'pageparts.button',
'class' => 'App\\Entity\\PageParts\\ButtonPagePart',
],
1 => [
'name' => 'pageparts.audio',
'class' => 'App\\Entity\\PageParts\\AudioPagePart',
],
2 => [
'name' => 'pageparts.header',
'class' => 'App\\Entity\\PageParts\\HeaderPagePart',
],
3 => [
'name' => 'pageparts.image',
'class' => 'App\\Entity\\PageParts\\ImagePagePart',
],
4 => [
'name' => 'pageparts.introText',
'class' => 'App\\Entity\\PageParts\\IntroTextPagePart',
],
5 => [
'name' => 'pageparts.line',
'class' => 'App\\Entity\\PageParts\\LinePagePart',
],
6 => [
'name' => 'pageparts.link',
'class' => 'App\\Entity\\PageParts\\LinkPagePart',
],
7 => [
'name' => 'pageparts.rawHtml',
'class' => 'App\\Entity\\PageParts\\RawHtmlPagePart',
],
8 => [
'name' => 'pageparts.socialMediaHtml',
'class' => 'App\\Entity\\PageParts\\SocialMediaHtmlPagePart',
],
9 => [
'name' => 'pageparts.text',
'class' => 'App\\Entity\\PageParts\\TextPagePart',
],
10 => [
'name' => 'pageparts.toTop',
'class' => 'App\\Entity\\PageParts\\ToTopPagePart',
],
11 => [
'name' => 'pageparts.video',
'class' => 'App\\Entity\\PageParts\\VideoPagePart',
],
12 => [
'name' => 'pageparts.fullScreenSlider',
'class' => 'App\\Entity\\PageParts\\FullScreenSliderPagePart',
],
13 => [
'name' => 'pageparts.latestNews',
'class' => 'App\\Entity\\PageParts\\LatestNewsPagePart',
],
14 => [
'name' => 'pageparts.textTwoColumn',
'class' => 'App\\Entity\\PageParts\\TextTwoColumnPagePart',
],
15 => [
'name' => 'pageparts.quote',
'class' => 'App\\Entity\\PageParts\\QuotePagePart',
],
16 => [
'name' => 'pageparts.multiDownload',
'class' => 'App\\Entity\\PageParts\\MultiDownloadPagePart',
],
17 => [
'name' => 'pageparts.socialMediaBox',
'class' => 'App\\Entity\\PageParts\\SocialMediaBoxPagePart',
],
18 => [
'name' => 'pageparts.gap',
'class' => 'App\\Entity\\PageParts\\GapPagePart',
],
19 => [
'name' => 'pageparts.imagesGallery',
'class' => 'App\\Entity\\PageParts\\GalleryPagePart',
],
20 => [
'name' => 'pageparts.videosGallery',
'class' => 'App\\Entity\\PageParts\\VideosGalleryPagePart',
],
21 => [
'name' => 'pageparts.adverts',
'class' => 'App\\Entity\\PageParts\\AdvertsPagePart',
],
22 => [
'name' => 'pageparts.clubsTileMenu',
'class' => 'App\\Entity\\PageParts\\TileMenuPagePart',
],
23 => [
'name' => 'pageparts.gfxMenu',
'class' => 'App\\Entity\\PageParts\\GfxMenuPagePart',
],
24 => [
'name' => 'pageparts.folderGallery',
'class' => 'App\\Entity\\PageParts\\FolderGalleryPagePart',
],
25 => [
'name' => 'pageparts.newsFromCategory',
'class' => 'App\\Entity\\PageParts\\NewsFromCategoryPagePart',
],
26 => [
'name' => 'pageparts.jobsFromCategory',
'class' => 'App\\Entity\\PageParts\\JobsFromCategoryPagePart',
],
27 => [
'name' => 'pageparts.advertsFromCategory',
'class' => 'App\\Entity\\PageParts\\AdvertsFromCategoryPagePart',
],
28 => [
'name' => 'pageparts.socialBoard',
'class' => 'App\\Entity\\PageParts\\SocialBoardPagePart',
],
29 => [
'name' => 'pageparts.beaches',
'class' => 'App\\Entity\\PageParts\\BeachesPagePart',
],
30 => [
'name' => 'pageparts.recruitmentForm',
'class' => 'App\\Entity\\PageParts\\RecruitmentFormPagePart',
],
31 => [
'name' => 'pageparts.countdown',
'class' => 'App\\Entity\\PageParts\\CountdownPagePart',
],
32 => [
'name' => 'pageparts.directusLatestEvents',
'class' => 'App\\Entity\\PageParts\\DirectusLatestEventsPagePart',
],
],
],
'clubsmain' => [
'name' => 'Clubs Main',
'context' => 'clubsmain',
'types' => [
0 => [
'name' => 'pageparts.button',
'class' => 'App\\Entity\\PageParts\\ButtonPagePart',
],
1 => [
'name' => 'pageparts.audio',
'class' => 'App\\Entity\\PageParts\\AudioPagePart',
],
2 => [
'name' => 'pageparts.header',
'class' => 'App\\Entity\\PageParts\\HeaderPagePart',
],
3 => [
'name' => 'pageparts.image',
'class' => 'App\\Entity\\PageParts\\ImagePagePart',
],
4 => [
'name' => 'pageparts.introText',
'class' => 'App\\Entity\\PageParts\\IntroTextPagePart',
],
5 => [
'name' => 'pageparts.line',
'class' => 'App\\Entity\\PageParts\\LinePagePart',
],
6 => [
'name' => 'pageparts.link',
'class' => 'App\\Entity\\PageParts\\LinkPagePart',
],
7 => [
'name' => 'pageparts.rawHtml',
'class' => 'App\\Entity\\PageParts\\RawHtmlPagePart',
],
8 => [
'name' => 'pageparts.socialMediaHtml',
'class' => 'App\\Entity\\PageParts\\SocialMediaHtmlPagePart',
],
9 => [
'name' => 'pageparts.text',
'class' => 'App\\Entity\\PageParts\\TextPagePart',
],
10 => [
'name' => 'pageparts.toTop',
'class' => 'App\\Entity\\PageParts\\ToTopPagePart',
],
11 => [
'name' => 'pageparts.video',
'class' => 'App\\Entity\\PageParts\\VideoPagePart',
],
12 => [
'name' => 'pageparts.fullScreenSlider',
'class' => 'App\\Entity\\PageParts\\FullScreenSliderPagePart',
],
13 => [
'name' => 'pageparts.latestNews',
'class' => 'App\\Entity\\PageParts\\LatestNewsPagePart',
],
14 => [
'name' => 'pageparts.textTwoColumn',
'class' => 'App\\Entity\\PageParts\\TextTwoColumnPagePart',
],
15 => [
'name' => 'pageparts.quote',
'class' => 'App\\Entity\\PageParts\\QuotePagePart',
],
16 => [
'name' => 'pageparts.multiDownload',
'class' => 'App\\Entity\\PageParts\\MultiDownloadPagePart',
],
17 => [
'name' => 'pageparts.socialMediaBox',
'class' => 'App\\Entity\\PageParts\\SocialMediaBoxPagePart',
],
18 => [
'name' => 'pageparts.gap',
'class' => 'App\\Entity\\PageParts\\GapPagePart',
],
19 => [
'name' => 'pageparts.imagesGallery',
'class' => 'App\\Entity\\PageParts\\GalleryPagePart',
],
20 => [
'name' => 'pageparts.videosGallery',
'class' => 'App\\Entity\\PageParts\\VideosGalleryPagePart',
],
21 => [
'name' => 'pageparts.adverts',
'class' => 'App\\Entity\\PageParts\\AdvertsPagePart',
],
22 => [
'name' => 'pageparts.clubsTileMenu',
'class' => 'App\\Entity\\PageParts\\TileMenuPagePart',
],
23 => [
'name' => 'pageparts.gfxMenu',
'class' => 'App\\Entity\\PageParts\\GfxMenuPagePart',
],
24 => [
'name' => 'pageparts.folderGallery',
'class' => 'App\\Entity\\PageParts\\FolderGalleryPagePart',
],
25 => [
'name' => 'pageparts.newsFromCategory',
'class' => 'App\\Entity\\PageParts\\NewsFromCategoryPagePart',
],
26 => [
'name' => 'pageparts.jobsFromCategory',
'class' => 'App\\Entity\\PageParts\\JobsFromCategoryPagePart',
],
27 => [
'name' => 'pageparts.advertsFromCategory',
'class' => 'App\\Entity\\PageParts\\AdvertsFromCategoryPagePart',
],
28 => [
'name' => 'pageparts.socialBoard',
'class' => 'App\\Entity\\PageParts\\SocialBoardPagePart',
],
29 => [
'name' => 'pageparts.beaches',
'class' => 'App\\Entity\\PageParts\\BeachesPagePart',
],
30 => [
'name' => 'pageparts.recruitmentForm',
'class' => 'App\\Entity\\PageParts\\RecruitmentFormPagePart',
],
31 => [
'name' => 'pageparts.countdown',
'class' => 'App\\Entity\\PageParts\\CountdownPagePart',
],
32 => [
'name' => 'pageparts.directusLatestEvents',
'class' => 'App\\Entity\\PageParts\\DirectusLatestEventsPagePart',
],
],
],
'eventsmain' => [
'name' => 'Events Main',
'context' => 'eventsmain',
'types' => [
0 => [
'name' => 'pageparts.button',
'class' => 'App\\Entity\\PageParts\\ButtonPagePart',
],
1 => [
'name' => 'pageparts.audio',
'class' => 'App\\Entity\\PageParts\\AudioPagePart',
],
2 => [
'name' => 'pageparts.header',
'class' => 'App\\Entity\\PageParts\\HeaderPagePart',
],
3 => [
'name' => 'pageparts.image',
'class' => 'App\\Entity\\PageParts\\ImagePagePart',
],
4 => [
'name' => 'pageparts.introText',
'class' => 'App\\Entity\\PageParts\\IntroTextPagePart',
],
5 => [
'name' => 'pageparts.line',
'class' => 'App\\Entity\\PageParts\\LinePagePart',
],
6 => [
'name' => 'pageparts.link',
'class' => 'App\\Entity\\PageParts\\LinkPagePart',
],
7 => [
'name' => 'pageparts.rawHtml',
'class' => 'App\\Entity\\PageParts\\RawHtmlPagePart',
],
8 => [
'name' => 'pageparts.socialMediaHtml',
'class' => 'App\\Entity\\PageParts\\SocialMediaHtmlPagePart',
],
9 => [
'name' => 'pageparts.text',
'class' => 'App\\Entity\\PageParts\\TextPagePart',
],
10 => [
'name' => 'pageparts.textTwoColumn',
'class' => 'App\\Entity\\PageParts\\TextTwoColumnPagePart',
],
11 => [
'name' => 'pageparts.toTop',
'class' => 'App\\Entity\\PageParts\\ToTopPagePart',
],
12 => [
'name' => 'pageparts.video',
'class' => 'App\\Entity\\PageParts\\VideoPagePart',
],
13 => [
'name' => 'pageparts.socialMediaBox',
'class' => 'App\\Entity\\PageParts\\SocialMediaBoxPagePart',
],
14 => [
'name' => 'pageparts.gap',
'class' => 'App\\Entity\\PageParts\\GapPagePart',
],
15 => [
'name' => 'pageparts.imagesGallery',
'class' => 'App\\Entity\\PageParts\\GalleryPagePart',
],
16 => [
'name' => 'pageparts.videosGallery',
'class' => 'App\\Entity\\PageParts\\VideosGalleryPagePart',
],
17 => [
'name' => 'pageparts.adverts',
'class' => 'App\\Entity\\PageParts\\AdvertsPagePart',
],
18 => [
'name' => 'pageparts.clubsTileMenu',
'class' => 'App\\Entity\\PageParts\\TileMenuPagePart',
],
19 => [
'name' => 'pageparts.gfxMenu',
'class' => 'App\\Entity\\PageParts\\GfxMenuPagePart',
],
20 => [
'name' => 'pageparts.folderGallery',
'class' => 'App\\Entity\\PageParts\\FolderGalleryPagePart',
],
21 => [
'name' => 'pageparts.newsFromCategory',
'class' => 'App\\Entity\\PageParts\\NewsFromCategoryPagePart',
],
22 => [
'name' => 'pageparts.jobsFromCategory',
'class' => 'App\\Entity\\PageParts\\JobsFromCategoryPagePart',
],
23 => [
'name' => 'pageparts.advertsFromCategory',
'class' => 'App\\Entity\\PageParts\\AdvertsFromCategoryPagePart',
],
24 => [
'name' => 'pageparts.socialBoard',
'class' => 'App\\Entity\\PageParts\\SocialBoardPagePart',
],
25 => [
'name' => 'pageparts.beaches',
'class' => 'App\\Entity\\PageParts\\BeachesPagePart',
],
26 => [
'name' => 'pageparts.recruitmentForm',
'class' => 'App\\Entity\\PageParts\\RecruitmentFormPagePart',
],
27 => [
'name' => 'pageparts.countdown',
'class' => 'App\\Entity\\PageParts\\CountdownPagePart',
],
28 => [
'name' => 'pageparts.directusLatestEvents',
'class' => 'App\\Entity\\PageParts\\DirectusLatestEventsPagePart',
],
],
],
'jobsmain' => [
'name' => 'Jobs Main',
'context' => 'jobsmain',
'types' => [
0 => [
'name' => 'pageparts.button',
'class' => 'App\\Entity\\PageParts\\ButtonPagePart',
],
1 => [
'name' => 'pageparts.audio',
'class' => 'App\\Entity\\PageParts\\AudioPagePart',
],
2 => [
'name' => 'pageparts.header',
'class' => 'App\\Entity\\PageParts\\HeaderPagePart',
],
3 => [
'name' => 'pageparts.image',
'class' => 'App\\Entity\\PageParts\\ImagePagePart',
],
4 => [
'name' => 'pageparts.introText',
'class' => 'App\\Entity\\PageParts\\IntroTextPagePart',
],
5 => [
'name' => 'pageparts.line',
'class' => 'App\\Entity\\PageParts\\LinePagePart',
],
6 => [
'name' => 'pageparts.link',
'class' => 'App\\Entity\\PageParts\\LinkPagePart',
],
7 => [
'name' => 'pageparts.rawHtml',
'class' => 'App\\Entity\\PageParts\\RawHtmlPagePart',
],
8 => [
'name' => 'pageparts.socialMediaHtml',
'class' => 'App\\Entity\\PageParts\\SocialMediaHtmlPagePart',
],
9 => [
'name' => 'pageparts.text',
'class' => 'App\\Entity\\PageParts\\TextPagePart',
],
10 => [
'name' => 'pageparts.toTop',
'class' => 'App\\Entity\\PageParts\\ToTopPagePart',
],
11 => [
'name' => 'pageparts.video',
'class' => 'App\\Entity\\PageParts\\VideoPagePart',
],
12 => [
'name' => 'pageparts.fullScreenSlider',
'class' => 'App\\Entity\\PageParts\\FullScreenSliderPagePart',
],
13 => [
'name' => 'pageparts.latestNews',
'class' => 'App\\Entity\\PageParts\\LatestNewsPagePart',
],
14 => [
'name' => 'pageparts.textTwoColumn',
'class' => 'App\\Entity\\PageParts\\TextTwoColumnPagePart',
],
15 => [
'name' => 'pageparts.quote',
'class' => 'App\\Entity\\PageParts\\QuotePagePart',
],
16 => [
'name' => 'pageparts.multiDownload',
'class' => 'App\\Entity\\PageParts\\MultiDownloadPagePart',
],
17 => [
'name' => 'pageparts.socialMediaBox',
'class' => 'App\\Entity\\PageParts\\SocialMediaBoxPagePart',
],
18 => [
'name' => 'pageparts.gap',
'class' => 'App\\Entity\\PageParts\\GapPagePart',
],
19 => [
'name' => 'pageparts.imagesGallery',
'class' => 'App\\Entity\\PageParts\\GalleryPagePart',
],
20 => [
'name' => 'pageparts.videosGallery',
'class' => 'App\\Entity\\PageParts\\VideosGalleryPagePart',
],
21 => [
'name' => 'pageparts.adverts',
'class' => 'App\\Entity\\PageParts\\AdvertsPagePart',
],
22 => [
'name' => 'pageparts.clubsTileMenu',
'class' => 'App\\Entity\\PageParts\\TileMenuPagePart',
],
23 => [
'name' => 'pageparts.gfxMenu',
'class' => 'App\\Entity\\PageParts\\GfxMenuPagePart',
],
24 => [
'name' => 'pageparts.folderGallery',
'class' => 'App\\Entity\\PageParts\\FolderGalleryPagePart',
],
25 => [
'name' => 'pageparts.newsFromCategory',
'class' => 'App\\Entity\\PageParts\\NewsFromCategoryPagePart',
],
26 => [
'name' => 'pageparts.jobsFromCategory',
'class' => 'App\\Entity\\PageParts\\JobsFromCategoryPagePart',
],
27 => [
'name' => 'pageparts.advertsFromCategory',
'class' => 'App\\Entity\\PageParts\\AdvertsFromCategoryPagePart',
],
28 => [
'name' => 'pageparts.socialBoard',
'class' => 'App\\Entity\\PageParts\\SocialBoardPagePart',
],
29 => [
'name' => 'pageparts.beaches',
'class' => 'App\\Entity\\PageParts\\BeachesPagePart',
],
30 => [
'name' => 'pageparts.recruitmentForm',
'class' => 'App\\Entity\\PageParts\\RecruitmentFormPagePart',
],
31 => [
'name' => 'pageparts.countdown',
'class' => 'App\\Entity\\PageParts\\CountdownPagePart',
],
32 => [
'name' => 'pageparts.directusLatestEvents',
'class' => 'App\\Entity\\PageParts\\DirectusLatestEventsPagePart',
],
],
],
'main' => [
'name' => 'Main',
'context' => 'main',
'types' => [
0 => [
'name' => 'pageparts.button',
'class' => 'App\\Entity\\PageParts\\ButtonPagePart',
],
1 => [
'name' => 'pageparts.audio',
'class' => 'App\\Entity\\PageParts\\AudioPagePart',
],
2 => [
'name' => 'pageparts.header',
'class' => 'App\\Entity\\PageParts\\HeaderPagePart',
],
3 => [
'name' => 'pageparts.image',
'class' => 'App\\Entity\\PageParts\\ImagePagePart',
],
4 => [
'name' => 'pageparts.introText',
'class' => 'App\\Entity\\PageParts\\IntroTextPagePart',
],
5 => [
'name' => 'pageparts.line',
'class' => 'App\\Entity\\PageParts\\LinePagePart',
],
6 => [
'name' => 'pageparts.link',
'class' => 'App\\Entity\\PageParts\\LinkPagePart',
],
7 => [
'name' => 'pageparts.rawHtml',
'class' => 'App\\Entity\\PageParts\\RawHtmlPagePart',
],
8 => [
'name' => 'pageparts.socialMediaHtml',
'class' => 'App\\Entity\\PageParts\\SocialMediaHtmlPagePart',
],
9 => [
'name' => 'pageparts.text',
'class' => 'App\\Entity\\PageParts\\TextPagePart',
],
10 => [
'name' => 'pageparts.toTop',
'class' => 'App\\Entity\\PageParts\\ToTopPagePart',
],
11 => [
'name' => 'pageparts.video',
'class' => 'App\\Entity\\PageParts\\VideoPagePart',
],
12 => [
'name' => 'pageparts.fullScreenSlider',
'class' => 'App\\Entity\\PageParts\\FullScreenSliderPagePart',
],
13 => [
'name' => 'pageparts.latestNews',
'class' => 'App\\Entity\\PageParts\\LatestNewsPagePart',
],
14 => [
'name' => 'pageparts.textTwoColumn',
'class' => 'App\\Entity\\PageParts\\TextTwoColumnPagePart',
],
15 => [
'name' => 'pageparts.quote',
'class' => 'App\\Entity\\PageParts\\QuotePagePart',
],
16 => [
'name' => 'pageparts.multiDownload',
'class' => 'App\\Entity\\PageParts\\MultiDownloadPagePart',
],
17 => [
'name' => 'pageparts.textTwoColumn',
'class' => 'App\\Entity\\PageParts\\TextTwoColumnPagePart',
],
18 => [
'name' => 'pageparts.quote',
'class' => 'App\\Entity\\PageParts\\QuotePagePart',
],
19 => [
'name' => 'pageparts.jobsFromCategory',
'class' => 'App\\Entity\\PageParts\\LatestJobsPagePart',
],
20 => [
'name' => 'pageparts.multiDownload',
'class' => 'App\\Entity\\PageParts\\MultiDownloadPagePart',
],
21 => [
'name' => 'pageparts.latestEvents',
'class' => 'App\\Entity\\PageParts\\LatestEventsPagePart',
],
22 => [
'name' => 'pageparts.objects',
'class' => 'App\\Entity\\PageParts\\ObjectsPagePart',
],
23 => [
'name' => 'pageparts.projects',
'class' => 'App\\Entity\\PageParts\\ProjectsPagePart',
],
24 => [
'name' => 'pageparts.objects',
'class' => 'App\\Entity\\PageParts\\ObjectsPagePart',
],
25 => [
'name' => 'pageparts.projects',
'class' => 'App\\Entity\\PageParts\\ProjectsPagePart',
],
26 => [
'name' => 'pageparts.socialMediaBox',
'class' => 'App\\Entity\\PageParts\\SocialMediaBoxPagePart',
],
27 => [
'name' => 'pageparts.gap',
'class' => 'App\\Entity\\PageParts\\GapPagePart',
],
28 => [
'name' => 'pageparts.imagesGallery',
'class' => 'App\\Entity\\PageParts\\GalleryPagePart',
],
29 => [
'name' => 'pageparts.videosGallery',
'class' => 'App\\Entity\\PageParts\\VideosGalleryPagePart',
],
30 => [
'name' => 'pageparts.adverts',
'class' => 'App\\Entity\\PageParts\\AdvertsPagePart',
],
31 => [
'name' => 'pageparts.clubsTileMenu',
'class' => 'App\\Entity\\PageParts\\TileMenuPagePart',
],
32 => [
'name' => 'pageparts.gfxMenu',
'class' => 'App\\Entity\\PageParts\\GfxMenuPagePart',
],
33 => [
'name' => 'pageparts.folderGallery',
'class' => 'App\\Entity\\PageParts\\FolderGalleryPagePart',
],
34 => [
'name' => 'pageparts.newsFromCategory',
'class' => 'App\\Entity\\PageParts\\NewsFromCategoryPagePart',
],
35 => [
'name' => 'pageparts.jobsFromCategory',
'class' => 'App\\Entity\\PageParts\\JobsFromCategoryPagePart',
],
36 => [
'name' => 'pageparts.advertsFromCategory',
'class' => 'App\\Entity\\PageParts\\AdvertsFromCategoryPagePart',
],
37 => [
'name' => 'pageparts.socialBoard',
'class' => 'App\\Entity\\PageParts\\SocialBoardPagePart',
],
38 => [
'name' => 'pageparts.beaches',
'class' => 'App\\Entity\\PageParts\\BeachesPagePart',
],
39 => [
'name' => 'pageparts.recruitmentForm',
'class' => 'App\\Entity\\PageParts\\RecruitmentFormPagePart',
],
40 => [
'name' => 'pageparts.countdown',
'class' => 'App\\Entity\\PageParts\\CountdownPagePart',
],
41 => [
'name' => 'pageparts.directusLatestEvents',
'class' => 'App\\Entity\\PageParts\\DirectusLatestEventsPagePart',
],
],
],
'newsmain' => [
'name' => 'News Main',
'context' => 'newsmain',
'types' => [
0 => [
'name' => 'pageparts.button',
'class' => 'App\\Entity\\PageParts\\ButtonPagePart',
],
1 => [
'name' => 'pageparts.audio',
'class' => 'App\\Entity\\PageParts\\AudioPagePart',
],
2 => [
'name' => 'pageparts.header',
'class' => 'App\\Entity\\PageParts\\HeaderPagePart',
],
3 => [
'name' => 'pageparts.image',
'class' => 'App\\Entity\\PageParts\\ImagePagePart',
],
4 => [
'name' => 'pageparts.introText',
'class' => 'App\\Entity\\PageParts\\IntroTextPagePart',
],
5 => [
'name' => 'pageparts.line',
'class' => 'App\\Entity\\PageParts\\LinePagePart',
],
6 => [
'name' => 'pageparts.link',
'class' => 'App\\Entity\\PageParts\\LinkPagePart',
],
7 => [
'name' => 'pageparts.rawHtml',
'class' => 'App\\Entity\\PageParts\\RawHtmlPagePart',
],
8 => [
'name' => 'pageparts.socialMediaHtml',
'class' => 'App\\Entity\\PageParts\\SocialMediaHtmlPagePart',
],
9 => [
'name' => 'pageparts.text',
'class' => 'App\\Entity\\PageParts\\TextPagePart',
],
10 => [
'name' => 'pageparts.toTop',
'class' => 'App\\Entity\\PageParts\\ToTopPagePart',
],
11 => [
'name' => 'pageparts.video',
'class' => 'App\\Entity\\PageParts\\VideoPagePart',
],
12 => [
'name' => 'pageparts.fullScreenSlider',
'class' => 'App\\Entity\\PageParts\\FullScreenSliderPagePart',
],
13 => [
'name' => 'pageparts.latestNews',
'class' => 'App\\Entity\\PageParts\\LatestNewsPagePart',
],
14 => [
'name' => 'pageparts.textTwoColumn',
'class' => 'App\\Entity\\PageParts\\TextTwoColumnPagePart',
],
15 => [
'name' => 'pageparts.quote',
'class' => 'App\\Entity\\PageParts\\QuotePagePart',
],
16 => [
'name' => 'pageparts.multiDownload',
'class' => 'App\\Entity\\PageParts\\MultiDownloadPagePart',
],
17 => [
'name' => 'pageparts.socialMediaBox',
'class' => 'App\\Entity\\PageParts\\SocialMediaBoxPagePart',
],
18 => [
'name' => 'pageparts.gap',
'class' => 'App\\Entity\\PageParts\\GapPagePart',
],
19 => [
'name' => 'pageparts.imagesGallery',
'class' => 'App\\Entity\\PageParts\\GalleryPagePart',
],
20 => [
'name' => 'pageparts.videosGallery',
'class' => 'App\\Entity\\PageParts\\VideosGalleryPagePart',
],
21 => [
'name' => 'pageparts.adverts',
'class' => 'App\\Entity\\PageParts\\AdvertsPagePart',
],
22 => [
'name' => 'pageparts.clubsTileMenu',
'class' => 'App\\Entity\\PageParts\\TileMenuPagePart',
],
23 => [
'name' => 'pageparts.gfxMenu',
'class' => 'App\\Entity\\PageParts\\GfxMenuPagePart',
],
24 => [
'name' => 'pageparts.folderGallery',
'class' => 'App\\Entity\\PageParts\\FolderGalleryPagePart',
],
25 => [
'name' => 'pageparts.newsFromCategory',
'class' => 'App\\Entity\\PageParts\\NewsFromCategoryPagePart',
],
26 => [
'name' => 'pageparts.jobsFromCategory',
'class' => 'App\\Entity\\PageParts\\JobsFromCategoryPagePart',
],
27 => [
'name' => 'pageparts.advertsFromCategory',
'class' => 'App\\Entity\\PageParts\\AdvertsFromCategoryPagePart',
],
28 => [
'name' => 'pageparts.socialBoard',
'class' => 'App\\Entity\\PageParts\\SocialBoardPagePart',
],
29 => [
'name' => 'pageparts.beaches',
'class' => 'App\\Entity\\PageParts\\BeachesPagePart',
],
30 => [
'name' => 'pageparts.recruitmentForm',
'class' => 'App\\Entity\\PageParts\\RecruitmentFormPagePart',
],
31 => [
'name' => 'pageparts.countdown',
'class' => 'App\\Entity\\PageParts\\CountdownPagePart',
],
32 => [
'name' => 'pageparts.directusLatestEvents',
'class' => 'App\\Entity\\PageParts\\DirectusLatestEventsPagePart',
],
],
],
],
'kunstmaan_page_part.page_templates_presets' => [
'advertsoverviewpage' => [
'name' => 'Adverts overview page',
'rows' => [
],
'template' => 'Pages\\AdvertsOverviewPage\\pagetemplate.html.twig',
],
'advertspage' => [
'name' => 'Adverts page',
'rows' => [
0 => [
'regions' => [
0 => [
'name' => 'advertsmain',
'span' => 12,
],
],
],
],
'template' => 'Pages\\AdvertsPage\\pagetemplate.html.twig',
],
'behat_test_page' => [
'name' => 'Behat test page',
'rows' => [
],
'template' => '',
],
'clubsoverviewpage' => [
'name' => 'Clubs overview page',
'rows' => [
],
'template' => 'Pages\\ClubsOverviewPage\\pagetemplate.html.twig',
],
'clubspage' => [
'name' => 'Clubs page',
'rows' => [
0 => [
'regions' => [
0 => [
'name' => 'clubsmain',
'span' => 12,
],
],
],
],
'template' => 'Pages\\ClubsPage\\pagetemplate.html.twig',
],
'contentpage' => [
'name' => 'Content page',
'rows' => [
0 => [
'regions' => [
0 => [
'name' => 'main',
'span' => 12,
],
],
],
],
'template' => 'Pages\\ContentPage\\pagetemplate.html.twig',
],
'eventsoverviewpage' => [
'name' => 'Events overview page',
'rows' => [
],
'template' => 'Pages\\EventsOverviewPage\\pagetemplate.html.twig',
],
'eventspage' => [
'name' => 'Events page',
'rows' => [
0 => [
'regions' => [
0 => [
'name' => 'eventsmain',
'span' => 12,
],
],
],
],
'template' => 'Pages\\EventsPage\\pagetemplate.html.twig',
],
'homepage' => [
'name' => 'Home page',
'rows' => [
0 => [
'regions' => [
0 => [
'name' => 'main',
'span' => 12,
],
],
],
],
'template' => 'Pages\\HomePage\\pagetemplate.html.twig',
],
'jobsoverviewpage' => [
'name' => 'Jobs overview page',
'rows' => [
],
'template' => 'Pages\\JobsOverviewPage\\pagetemplate.html.twig',
],
'jobspage' => [
'name' => 'Jobs page',
'rows' => [
0 => [
'regions' => [
0 => [
'name' => 'jobsmain',
'span' => 12,
],
],
],
],
'template' => 'Pages\\JobsPage\\pagetemplate.html.twig',
],
'newsoverviewpage' => [
'name' => 'News overview page',
'rows' => [
],
'template' => 'Pages\\NewsOverviewPage\\pagetemplate.html.twig',
],
'newspage' => [
'name' => 'News page',
'rows' => [
0 => [
'regions' => [
0 => [
'name' => 'newsmain',
'span' => 12,
],
],
],
],
'template' => 'Pages\\NewsPage\\pagetemplate.html.twig',
],
],
'liip_imagine.resolvers' => [
'default' => [
'web_path' => [
'cache_prefix' => 'uploads/cache',
'web_root' => (\dirname(__DIR__, 4).'/public'),
],
],
],
'liip_imagine.loaders' => [
'default' => [
'filesystem' => [
'data_root' => [
0 => (\dirname(__DIR__, 4).'/public'),
],
'locator' => 'filesystem',
'allow_unresolvable_data_roots' => false,
'bundle_resources' => [
'enabled' => false,
'access_control_type' => 'blacklist',
'access_control_list' => [
],
],
],
],
],
'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
'liip_imagine.jpegoptim.stripAll' => true,
'liip_imagine.jpegoptim.max' => NULL,
'liip_imagine.jpegoptim.progressive' => true,
'liip_imagine.jpegoptim.tempDir' => NULL,
'liip_imagine.optipng.binary' => '/usr/bin/optipng',
'liip_imagine.optipng.level' => 7,
'liip_imagine.optipng.stripAll' => true,
'liip_imagine.optipng.tempDir' => NULL,
'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
'liip_imagine.driver_service' => 'liip_imagine.imagick',
'liip_imagine.cache.resolver.default' => 'default',
'liip_imagine.default_image' => NULL,
'liip_imagine.filter_sets' => [
'fb_og_image' => [
'quality' => 85,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'relative_resize' => [
'widen' => 1200,
],
'strip' => [
],
],
'post_processors' => [
],
],
'tw_card_image' => [
'quality' => 85,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'relative_resize' => [
'widen' => 435,
],
'strip' => [
],
],
'post_processors' => [
],
],
'media_list_thumbnail' => [
'quality' => 75,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'thumbnail' => [
'size' => [
0 => 210,
1 => 150,
],
'mode' => 'outbound',
],
'relative_resize' => [
'widen' => 210,
],
],
'post_processors' => [
],
],
'media_list_thumbnail_retina' => [
'quality' => 85,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'thumbnail' => [
'size' => [
0 => 420,
1 => 300,
],
'mode' => 'outbound',
],
'relative_resize' => [
'widen' => 420,
],
],
'post_processors' => [
],
],
'media_detail_thumbnail' => [
'quality' => 75,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'thumbnail' => [
'size' => [
0 => 700,
1 => 500,
],
'mode' => 'inset',
],
],
'post_processors' => [
],
],
'optim' => [
'quality' => 85,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => 'jpg',
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'strip' => [
],
],
'post_processors' => [
],
],
'optimjpg' => [
'quality' => 85,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => 'jpg',
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'strip' => [
],
],
'post_processors' => [
],
],
'optimpng' => [
'quality' => 85,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => 'png',
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'strip' => [
],
],
'post_processors' => [
],
],
'image_huge_jpg' => [
'quality' => 95,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => 'jpg',
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'strip' => [
],
'thumbnail' => [
'size' => [
0 => 2400,
1 => NULL,
],
'mode' => 'outbound',
'allow_upscale' => false,
],
],
'post_processors' => [
],
],
'image_big_jpg' => [
'quality' => 95,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => 'jpg',
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'strip' => [
],
'thumbnail' => [
'size' => [
0 => 1200,
1 => NULL,
],
'mode' => 'outbound',
'allow_upscale' => false,
],
],
'post_processors' => [
],
],
'image_medium_jpg' => [
'quality' => 95,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => 'jpg',
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'strip' => [
],
'thumbnail' => [
'size' => [
0 => 600,
1 => NULL,
],
'mode' => 'outbound',
'allow_upscale' => false,
],
],
'post_processors' => [
],
],
'image_small_jpg' => [
'quality' => 95,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => 'jpg',
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'strip' => [
],
'thumbnail' => [
'size' => [
0 => 400,
1 => NULL,
],
'mode' => 'outbound',
'allow_upscale' => false,
],
],
'post_processors' => [
],
],
'image_huge_png' => [
'quality' => 95,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => 'png',
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'strip' => [
],
'thumbnail' => [
'size' => [
0 => 2400,
1 => NULL,
],
'mode' => 'outbound',
'allow_upscale' => false,
],
],
'post_processors' => [
],
],
'image_big_png' => [
'quality' => 95,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => 'png',
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'strip' => [
],
'thumbnail' => [
'size' => [
0 => 1200,
1 => NULL,
],
'mode' => 'outbound',
'allow_upscale' => false,
],
],
'post_processors' => [
],
],
'image_medium_png' => [
'quality' => 95,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => 'png',
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'strip' => [
],
'thumbnail' => [
'size' => [
0 => 600,
1 => NULL,
],
'mode' => 'outbound',
'allow_upscale' => false,
],
],
'post_processors' => [
],
],
'image_small_png' => [
'quality' => 95,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => 'png',
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'strip' => [
],
'thumbnail' => [
'size' => [
0 => 400,
1 => NULL,
],
'mode' => 'outbound',
'allow_upscale' => false,
],
],
'post_processors' => [
],
],
],
'liip_imagine.binary.loader.default' => 'default',
'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
'kunstmaan_media.soundcloud_api_key' => 'YOUR_CLIENT_ID',
'kunstmaan_media.remote_video' => [
'youtube' => true,
],
'kunstmaan_media.enable_pdf_preview' => false,
'kunstmaan_media.blacklisted_extensions' => [
0 => 'php',
1 => 'htaccess',
],
'kunstmaan_media.web_root' => (\dirname(__DIR__, 4).'/public'),
'kunstmaan_media.full_media_path' => (\dirname(__DIR__, 4).'/public/uploads/media/'),
'kunstmaan_media.media_manager.class' => 'Kunstmaan\\MediaBundle\\Helper\\MediaManager',
'kunstmaan_media.folder_manager.class' => 'Kunstmaan\\MediaBundle\\Helper\\FolderManager',
'kunstmaan_media.menu.adaptor.class' => 'Kunstmaan\\MediaBundle\\Helper\\Menu\\MediaMenuAdaptor',
'kunstmaan_media.listener.doctrine.class' => 'Kunstmaan\\MediaBundle\\EventListener\\DoctrineMediaListener',
'kunstmaan_media.form.type.media.class' => 'Kunstmaan\\MediaBundle\\Form\\Type\\MediaType',
'kunstmaan_media.form.type.iconfont.class' => 'Kunstmaan\\MediaBundle\\Form\\Type\\IconFontType',
'kunstmaan_media.icon_font_manager.class' => 'Kunstmaan\\MediaBundle\\Helper\\IconFont\\IconFontManager',
'kunstmaan_media.icon_font.default_loader.class' => 'Kunstmaan\\MediaBundle\\Helper\\IconFont\\DefaultIconFontLoader',
'kunstmaan_media.media_creator_service.class' => 'Kunstmaan\\MediaBundle\\Helper\\Services\\MediaCreatorService',
'kunstmaan_media.mimetype_guesser.factory.class' => 'Kunstmaan\\MediaBundle\\Helper\\MimeTypeGuesserFactory',
'kunstmaan_media.extension_guesser.factory.class' => 'Kunstmaan\\MediaBundle\\Helper\\ExtensionGuesserFactory',
'kunstmaan_media.validator.has_guessable_extension.class' => 'Kunstmaan\\MediaBundle\\Validator\\Constraints\\HasGuessableExtensionValidator',
'kunstmaan_media.media_handler.remote_slide.class' => 'Kunstmaan\\MediaBundle\\Helper\\RemoteSlide\\RemoteSlideHandler',
'kunstmaan_media.media_handler.remote_video.class' => 'Kunstmaan\\MediaBundle\\Helper\\RemoteVideo\\RemoteVideoHandler',
'kunstmaan_media.media_handler.remote_audio.class' => 'Kunstmaan\\MediaBundle\\Helper\\RemoteAudio\\RemoteAudioHandler',
'kunstmaan_media.media_handler.image.class' => 'Kunstmaan\\MediaBundle\\Helper\\Image\\ImageHandler',
'kunstmaan_media.media_handler.file.class' => 'Kunstmaan\\MediaBundle\\Helper\\File\\FileHandler',
'kunstmaan_media.media_path' => '/uploads/media/',
'liip_imagine.filter.loader.background.class' => 'Kunstmaan\\MediaBundle\\Helper\\Imagine\\BackgroundFilterLoader',
'kunstmaan_media.aviary_api_key' => NULL,
'google.analytics.account_id' => '',
'robots_default' => 'User-agent: *',
'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',
'kunstmaan_form.deletable_formsubmissions' => false,
'kunstmaan_form.form_mailer.class' => 'Kunstmaan\\FormBundle\\Helper\\FormMailer',
'kunstmaan_form.form_handler.class' => 'Kunstmaan\\FormBundle\\Helper\\FormHandler',
'kunstmaan_form.sendemail_listener.class' => 'Kunstmaan\\FormBundle\\EventListener\\SendEmailListener',
'kunstmaan_config' => [
'entities' => [
],
],
'kunstmaan_config.menu.adaptor.class' => 'Kunstmaan\\ConfigBundle\\Helper\\Menu\\ConfigMenuAdaptor',
'kunstmaan_config.twig.extension.class' => 'Kunstmaan\\ConfigBundle\\Twig\\ConfigTwigExtension',
'kunstmaan_config.controller.config.class' => 'Kunstmaan\\ConfigBundle\\Controller\\ConfigController',
'kunstmaan_dashboard.widget.googleanalytics.command' => 'Kunstmaan\\DashboardBundle\\Command\\GoogleAnalyticsDataCollectCommand',
'kunstmaan_dashboard.widget.googleanalytics.controller' => 'Kunstmaan\\DashboardBundle\\Controller\\GoogleAnalyticsController',
'kunstmaan_dashboard.googleclient.class' => 'Google_Client',
'kunstmaan_dashboard.googleclienthelper.class' => 'Kunstmaan\\DashboardBundle\\Helper\\Google\\ClientHelper',
'analyzer_languages' => [
'ar' => [
'analyzer' => 'arabic',
],
'hy' => [
'analyzer' => 'armenian',
],
'eu' => [
'analyzer' => 'basque',
],
'bg' => [
'analyzer' => 'bulgarian',
],
'ca' => [
'analyzer' => 'catalan',
],
'zh' => [
'analyzer' => 'chinese',
],
'cs' => [
'analyzer' => 'czech',
],
'da' => [
'analyzer' => 'danish',
],
'nl' => [
'analyzer' => 'dutch',
],
'en' => [
'analyzer' => 'english',
],
'fi' => [
'analyzer' => 'finnish',
],
'fr' => [
'analyzer' => 'french',
],
'gl' => [
'analyzer' => 'galician',
],
'de' => [
'analyzer' => 'german',
],
'el' => [
'analyzer' => 'greek',
],
'hi' => [
'analyzer' => 'hindi',
],
'hu' => [
'analyzer' => 'hungarian',
],
'id' => [
'analyzer' => 'indonesian',
],
'it' => [
'analyzer' => 'italian',
],
'no' => [
'analyzer' => 'norwegian',
],
'fa' => [
'analyzer' => 'persian',
],
'pt' => [
'analyzer' => 'portuguese',
],
'ro' => [
'analyzer' => 'romanian',
],
'ru' => [
'analyzer' => 'russian',
],
'es' => [
'analyzer' => 'spanish',
],
'sv' => [
'analyzer' => 'swedish',
],
'se' => [
'analyzer' => 'swedish',
],
'ee' => [
'analyzer' => 'estonian',
],
'tr' => [
'analyzer' => 'turkish',
],
'th' => [
'analyzer' => 'thai',
],
],
'kunstmaan_search.search_provider' => 'Elastica',
'kunstmaan_search.search_configuration_chain.class' => 'Kunstmaan\\SearchBundle\\Configuration\\SearchConfigurationChain',
'kunstmaan_search.search_provider_chain.class' => 'Kunstmaan\\SearchBundle\\Provider\\SearchProviderChain',
'kunstmaan_search.search.class' => 'Kunstmaan\\SearchBundle\\Search\\Search',
'kunstmaan_search.search_provider.elastica.class' => 'Kunstmaan\\SearchBundle\\Provider\\ElasticaProvider',
'kunstmaan_search.search.factory.analysis.class' => 'Kunstmaan\\SearchBundle\\Search\\LanguageAnalysisFactory',
'kunstmaan_search.username' => NULL,
'kunstmaan_search.password' => NULL,
'kunstmaan_node_search.search_configuration.number_of_shards' => 1,
'kunstmaan_node_search.search_configuration.number_of_replicas' => 0,
'kunstmaan_node_search.indexname' => 'nodeindex',
'kunstmaan_node_search.indextype' => 'page',
'kunstmaan_node_search.search.node.class' => 'Kunstmaan\\NodeSearchBundle\\Search\\NodeSearcher',
'kunstmaan_node_search.search_service.class' => 'Kunstmaan\\NodeSearchBundle\\Services\\SearchService',
'kunstmaan_node_search.node_index_update.listener.class' => 'Kunstmaan\\NodeSearchBundle\\EventListener\\NodeIndexUpdateEventListener',
'kunstmaan_node_search.contexts' => [
],
'kunstmaan_redirect.menu.adaptor.class' => 'Kunstmaan\\RedirectBundle\\Helper\\Menu\\RedirectMenuAdaptor',
'kunstmaan_redirect.redirect_repository.class' => 'Kunstmaan\\RedirectBundle\\Repository\\RedirectRepository',
'kunstmaan_redirect.redirect.class' => 'Kunstmaan\\RedirectBundle\\Entity\\Redirect',
'doctrine_migrations.dir_name' => (\dirname(__DIR__, 4).'/src/Migrations'),
'doctrine_migrations.namespace' => 'DoctrineMigrations',
'doctrine_migrations.table_name' => 'migration_versions',
'doctrine_migrations.name' => 'Application Migrations',
'doctrine_migrations.custom_template' => NULL,
'doctrine_migrations.organize_migrations' => false,
'kunstmaan_menu.menus' => [
0 => 'main_navigation',
1 => 'footer_navigation',
],
'kunstmaan_menu.entity.menu.class' => 'Kunstmaan\\MenuBundle\\Entity\\Menu',
'kunstmaan_menu.entity.menuitem.class' => 'Kunstmaan\\MenuBundle\\Entity\\MenuItem',
'kunstmaan_menu.adminlist.menu_configurator.class' => 'Kunstmaan\\MenuBundle\\AdminList\\MenuAdminListConfigurator',
'kunstmaan_menu.adminlist.menuitem_configurator.class' => 'Kunstmaan\\MenuBundle\\AdminList\\MenuItemAdminListConfigurator',
'kunstmaan_menu.form.menu_admintype.class' => 'Kunstmaan\\MenuBundle\\Form\\MenuAdminType',
'kunstmaan_menu.form.menuitem_admintype.class' => 'Kunstmaan\\MenuBundle\\Form\\MenuItemAdminType',
'kunstmaan_menu.menu.adaptor.class' => 'Kunstmaan\\MenuBundle\\Service\\MenuAdaptor',
'kunstmaan_menu.menu.service.class' => 'Kunstmaan\\MenuBundle\\Service\\MenuService',
'kunstmaan_menu.menu.twig.extension.class' => 'Kunstmaan\\MenuBundle\\Twig\\MenuTwigExtension',
'kunstmaan_menu.menu.repository.class' => 'Kunstmaan\\MenuBundle\\Repository\\MenuItemRepository',
'kunstmaan_menu.menu.render_service.class' => 'Kunstmaan\\MenuBundle\\Service\\RenderService',
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'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',
],
],
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'karser_recaptcha3.score_threshold' => 0.5,
'karser_recaptcha3.enabled' => true,
'erichard_glide.sign_key' => 'gz5hr5dZOx7PHbULx6wAPftboNzB35De',
'welp_ical.default_timezone' => NULL,
'welp_ical.default_prodid' => '-//WelpIcalBundle//Calendar App//FR',
'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.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
'kunstmaan_node.datacollector.node' => [
0 => 'kuma_node',
1 => '@KunstmaanNode/Toolbar/node.html.twig',
],
'kunstmaan_admin.datacollector.bundleversion' => [
0 => 'kuma_bundle_versions',
1 => '@KunstmaanAdmin/Toolbar/bundles_version.html.twig',
],
'kunstmaan_admin.datacollector.exception' => [
0 => 'kuma_exception',
1 => '@KunstmaanAdmin/Toolbar/exception.html.twig',
],
'kunstmaan_translator.datacollector.translations' => [
0 => 'kuma_translation',
1 => '@KunstmaanTranslator/Toolbar/translations.html.twig',
],
],
'console.command.ids' => [
0 => 'console.command.public_alias.doctrine_cache.contains_command',
1 => 'console.command.public_alias.doctrine_cache.delete_command',
2 => 'console.command.public_alias.doctrine_cache.flush_command',
3 => 'console.command.public_alias.doctrine_cache.stats_command',
4 => 'console.command.public_alias.Kunstmaan\\UtilitiesBundle\\Command\\CipherCommand',
5 => 'console.command.public_alias.Kunstmaan\\NodeBundle\\Command\\InitAclCommand',
6 => 'console.command.public_alias.Kunstmaan\\NodeBundle\\Command\\CronUpdateNodeCommand',
7 => 'console.command.public_alias.Kunstmaan\\AdminBundle\\Command\\CreateUserCommand',
8 => 'console.command.public_alias.Kunstmaan\\AdminBundle\\Command\\CreateGroupCommand',
9 => 'console.command.public_alias.Kunstmaan\\AdminBundle\\Command\\CreateRoleCommand',
10 => 'console.command.public_alias.Kunstmaan\\AdminBundle\\Command\\ExceptionCommand',
11 => 'console.command.public_alias.Kunstmaan\\AdminBundle\\Command\\UpdateAclCommand',
12 => 'console.command.public_alias.Kunstmaan\\AdminBundle\\Command\\ApplyAclCommand',
13 => 'console.command.public_alias.Kunstmaan\\TranslatorBundle\\Command\\ImportTranslationsCommand',
14 => 'console.command.public_alias.Kunstmaan\\TranslatorBundle\\Command\\ExportTranslationsCommand',
15 => 'console.command.public_alias.Kunstmaan\\TranslatorBundle\\Command\\TranslationCacheCommand',
16 => 'console.command.public_alias.Kunstmaan\\TranslatorBundle\\Command\\TranslationFlagCommand',
17 => 'console.command.public_alias.Kunstmaan\\TranslatorBundle\\Command\\MigrationsDiffCommand',
18 => 'console.command.public_alias.Kunstmaan\\TranslatorBundle\\Command\\ImportTranslationsFromFileCommand',
19 => 'console.command.public_alias.kunstmaan_media.command.rebuildfoldertree',
20 => 'console.command.public_alias.kunstmaan_media.command.cleandeletedmedia',
21 => 'console.command.public_alias.kunstmaan_media.command.renamesoftdeleted',
22 => 'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\DashboardCommand',
23 => 'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\GoogleAnalyticsConfigFlushCommand',
24 => 'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\GoogleAnalyticsConfigsListCommand',
25 => 'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\GoogleAnalyticsDataCollectCommand',
26 => 'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\GoogleAnalyticsDataFlushCommand',
27 => 'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\GoogleAnalyticsOverviewsGenerateCommand',
28 => 'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\GoogleAnalyticsOverviewsListCommand',
29 => 'console.command.public_alias.Kunstmaan\\DashboardBundle\\Command\\GoogleAnalyticsSegmentsListCommand',
30 => 'console.command.public_alias.kunstmaan_search.command.setup',
31 => 'console.command.public_alias.kunstmaan_search.command.delete',
32 => 'console.command.public_alias.kunstmaan_search.command.populate',
33 => 'console.command.public_alias.doctrine_migrations.diff_command',
34 => 'console.command.public_alias.doctrine_migrations.execute_command',
35 => 'console.command.public_alias.doctrine_migrations.generate_command',
36 => 'console.command.public_alias.doctrine_migrations.latest_command',
37 => 'console.command.public_alias.doctrine_migrations.migrate_command',
38 => 'console.command.public_alias.doctrine_migrations.status_command',
39 => 'console.command.public_alias.doctrine_migrations.version_command',
40 => 'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateEntityCommand',
41 => 'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateLayoutCommand',
42 => 'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateDefaultSiteCommand',
43 => 'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateDefaultPagePartsCommand',
44 => 'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateArticleCommand',
45 => 'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GeneratePagePartCommand',
46 => 'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GeneratePageCommand',
47 => 'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateFormPageCommand',
48 => 'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateFormPagePartsCommand',
49 => 'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateSearchPageCommand',
50 => 'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateAdminListCommand',
51 => 'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateAdminTestsCommand',
52 => 'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\InstallCommand',
53 => 'console.command.public_alias.Kunstmaan\\GeneratorBundle\\Command\\GenerateConfigCommand',
],
];
}
}